getAnchors: Get Ordered Retention Time Pairs

Description Usage Arguments Value See Also Examples

Description

This returns the data frame of feature alignments used to anchor a retention time projection model, constructed by selectAnchors.

Usage

1
2
3
4
getAnchors(object)

## S4 method for signature 'metabCombiner'
getAnchors(object)

Arguments

object

metabCombiner object

Value

Data frame of anchor features

See Also

selectAnchors

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
data(plasma30)
data(plasma20)

p30 <- metabData(plasma30, samples = "CHEAR")
p20 <- metabData(plasma20, samples = "Red")

p.comb <- metabCombiner(p30, p20)
p.comb <- selectAnchors(p.comb, windx = 0.05, windy = 0.03)

anchors <- getAnchors(p.comb)

metabCombiner documentation built on Dec. 10, 2020, 2 a.m.