Description Usage Arguments Value Examples
View source: R/annotate_features.R
Extract information for annotation from SummarizedExperiment object. For each feature, the median mz value across all samples will be used as measured mz value and the sum of all intensities for the intensity value.
1 |
se |
|
data.frame with the following information about measured features:
id: unique identifier
mz: measured mz value
intensity: measured intensity
no.peak.detected: number of detected peaks.
1 2 | data("se.example")
dat = prepare_data_for_annotation(se = se.example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.