Description Usage Arguments Value Examples
Accessor functions for individual slots of
MS2spectrum
and
pseudospectrum
objects
1 2 3 4 5 6 7 8 9 10 11 12 13 | accessID(x)
accessAnnotation(x)
accessPrecursor(x)
accessRT(x)
accessPolarity(x)
accessSpectrum(x)
accessNeutralLosses(x)
|
x |
An object of class |
The value of the respective slot of the object
(id
, annotation
, precursor
,
rt
, spectrum
, neutral_losses
)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | load(file = system.file("extdata",
"annotatedSpeclist.RData",
package = "CluMSIDdata"))
accessID(annotatedSpeclist[[1]])
load(file = system.file("extdata",
"annotatedSpeclist.RData",
package = "CluMSIDdata"))
accessAnnotation(annotatedSpeclist[[1]])
load(file = system.file("extdata",
"annotatedSpeclist.RData",
package = "CluMSIDdata"))
accessPrecursor(annotatedSpeclist[[1]])
load(file = system.file("extdata",
"annotatedSpeclist.RData",
package = "CluMSIDdata"))
accessRT(annotatedSpeclist[[1]])
load(file = system.file("extdata",
"annotatedSpeclist.RData",
package = "CluMSIDdata"))
accessPolarity(annotatedSpeclist[[1]])
load(file = system.file("extdata",
"annotatedSpeclist.RData",
package = "CluMSIDdata"))
accessSpectrum(annotatedSpeclist[[1]])
load(file = system.file("extdata",
"annotatedSpeclist.RData",
package = "CluMSIDdata"))
accessNeutralLosses(annotatedSpeclist[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.