Description Usage Arguments Value Examples
addAnnotations
is used to add annotations that have been assigned
externally, e.g. by library search, to a list of MS2spectrum
objects
as produced by extractMS2spectra
and mergeSpecList
.
1 | addAnnotations(featlist, annolist, annotationColumn = 4)
|
featlist |
A list of |
annolist |
A list of annotations, either as a |
annotationColumn |
The column of |
A list of MS2spectrum
objects as produced by
extractMS2spectra
and mergeSpecList
with external
annotations added to the annotation
slot of each MS2spectrum
object.
1 2 3 4 5 6 7 8 | load(file = system.file("extdata",
"featlist.RData",
package = "CluMSIDdata"))
addAnnotations(featlist, system.file("extdata",
"post_anno.csv",
package = "CluMSIDdata"),
annotationColumn = 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.