CharacterizeMSPeaks | R Documentation |
This class allows you to analyze mass spec data, and controls the execution of reading in the mass
load_file()
CharacterizeMSPeaks$load_file()
find_peaks()
CharacterizeMSPeaks$find_peaks(...)
summarize()
CharacterizeMSPeaks$summarize()
save_peaks()
CharacterizeMSPeaks$save_peaks()
write_zip()
CharacterizeMSPeaks$write_zip()
set_peak_finder()
CharacterizeMSPeaks$set_peak_finder(in_function)
filter_raw_scans()
CharacterizeMSPeaks$filter_raw_scans()
run_all()
CharacterizeMSPeaks$run_all()
prep_data()
CharacterizeMSPeaks$prep_data()
add_regions()
CharacterizeMSPeaks$add_regions()
run_splitting()
CharacterizeMSPeaks$run_splitting()
new()
CharacterizeMSPeaks$new( in_file, metadata_file = NULL, out_file = NULL, peak_finder = NULL, temp_loc = NULL, raw_scan_filter = NULL )
clone()
The objects of this class are cloneable with this method.
CharacterizeMSPeaks$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.