addAnnotations | R Documentation |
MS2spectrum
objectsaddAnnotations
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
.
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.
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.