Description Usage Arguments Value Examples
View source: R/pseudospectra.R
extractPseudospectra()
is used to extract MS1 pseudospectra from
CAMERA output.
1 | extractPseudospectra(x, min_peaks = 1, intensity_columns = NULL)
|
x |
CAMERA output that contains information on pseudospectra.
Can either be of class |
min_peaks |
Minimum number of peaks in pseudospectrum, defaults to
|
intensity_columns |
Numeric, defaults to |
A list of pseudospectra, stored as objects of class
pseudospectrum
, analogous to the output of
extractMS2spectra
.
1 2 3 4 5 | pstable <- readr::read_delim(file = system.file("extdata",
"TD035_XCMS.annotated.diffreport.tsv",
package = "CluMSIDdata"), delim = "\t")
pseudospeclist <- extractPseudospectra(pstable, min_peaks = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.