prepare_data_for_annotation: Prepare input for annotation

Description Usage Arguments Value Examples

View source: R/annotate_features.R

Description

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.

Usage

1

Arguments

se

RangedSummarizedExperiment-class object

Value

data.frame with the following information about measured features:

Examples

1
2
data("se.example")
dat = prepare_data_for_annotation(se = se.example)

szymczak-lab/preprocessHighResMS documentation built on Oct. 6, 2020, 12:50 a.m.