Description Usage Arguments Value Methods (by class) Examples
Prints out a list of object-specific statistics for both
metabCombiner
and metabData
objects
1 2 3 4 5 6 7 |
object |
metabCombiner or metabData object |
list of object-specific statistics
metabCombiner
: Method for 'metabCombiner' object
1 2 3 4 5 6 7 8 9 10 11 12 | data(plasma30)
data(plasma20)
p30 <- metabData(plasma30, samples = "CHEAR")
p20 <- metabData(plasma20, samples = "Red", rtmax = 17.25)
getStats(p30) #metabData stats
p.comb <- metabCombiner(xdata = p30, ydata = p20, binGap = 0.005)
p.comb <- selectAnchors(p.comb, tolmz = 0.003, tolQ = 0.3, windy = 0.02)
p.comb <- fit_gam(p.comb, iterFilter = 1, k = 20)
getStats(p.comb) #metabCombiner stats
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.