Description Usage Arguments Value Examples
View source: R/swathDataUtils.R
read 2 feature alginer long format and generate an msexperiment (takes peptide quantifications of feature aligner)
1 2 | ## Default S3 method:
read2msExperiment(obj, ...)
|
obj |
filename to an openswath feature alignment output |
... |
unused |
msexperiment
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.