Description Usage Arguments Value
View source: R/DeIsotope_msms.R
Deisotope MS/MS spectra using a modified chi squared statistic scoring function.
1 2 3 4 5 6 7 8 9 10 11 12 |
mzml.file.path |
A character string containing the mzML or mzXML file path |
n_cores |
Number of cores. Defaults to the total number of available cores minus 1. |
ppm |
Fragment isotope mass error, in the ppm scale. Detaults to 20. |
ppm.filter |
The software will collapse any peaks <= |
remove.precursor |
Should the precursor be removed. Defaults to |
write.mzml |
Should an mzML file be returned. Defaults to |
If write.mzml
is set to T
, returns an mzML file in the same directory as mzml.file.path
. Otherwise, it returns a list with the following entries:
Headers |
A data frame of headers for each MS and MS/MS spectrum. |
Spectra |
A list containing the MS and MS/MS spectra. The outputed MS/MS spectra contain 3 columns: m/z, intensity, and inferred charge. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.