iddata | R Documentation |
This retrieves user-assigned feature identities from one or
all constituent datasets of a metabCombiner
object
iddata(object, data = NULL) ## S4 method for signature 'metabCombiner' iddata(object, data = NULL)
object |
|
data |
dataset identifier to extract information from; if NULL, extracts information from all datasets |
data frame of feature identities
data(plasma30) data(plasma20) p30 <- metabData(head(plasma30,500), samples = "CHEAR") p20 <- metabData(head(plasma20,500), samples = "Red") p.comb <- metabCombiner(p30, p20, xid = "p30", yid = "p20") ##retrieve all ids ids <- iddata(p.comb, data = NULL) ##retrieve ids from p30 ids <- iddata(p.comb, data = "p30")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.