combineData | R Documentation |
Obtain all meta-data (m/z, RT, Q, id, adduct) alongside their respective sample (+ extra) values for aligned features. This is a (quasi)merge of the /code/linkcombinedTable and /code/linkfeatData tables and methods.
combineData(object)
## S4 method for signature 'metabCombiner'
combineData(object)
object |
|
A data.frame containing meta-data columns as well as sample + extra columns for each of the constituent data sets.
data(plasma30)
data(plasma20)
p30 <- metabData(head(plasma30,500), samples = "CHEAR")
p20 <- metabData(head(plasma20,500), samples = "Red")
p.comb <- metabCombiner(p30, p20)
p.comb.table <- combineData(p.comb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.