read2msExperiment.default: read 2 feature alginer long format and generate an...

Description Usage Arguments Value Examples

View source: R/swathDataUtils.R

Description

read 2 feature alginer long format and generate an msexperiment (takes peptide quantifications of feature aligner)

Usage

1
2
## Default S3 method:
read2msExperiment(obj, ...)

Arguments

obj

filename to an openswath feature alignment output

...

unused

Value

msexperiment

Examples

1
2
3
4
data(feature_alignment_requant) 
SDat = read2msExperiment(feature_alignment_requant)
stopifnot(rownames(SDat$pepinfo)==rownames(SDat$Intensity))
## Not run: res = read2msExperiment("path/to/feature_alignment_requant.tsv")

wolski/imsbInfer documentation built on March 27, 2021, 11:39 p.m.