Description Usage Arguments Value See Also Examples
This returns the data frame of feature alignments used to anchor a retention
time projection model, constructed by selectAnchors
.
1 2 3 4 | getAnchors(object)
## S4 method for signature 'metabCombiner'
getAnchors(object)
|
object |
metabCombiner object |
Data frame of anchor features
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.