x | R Documentation |
metabCombiner
alignment is performed in a pairwise manner
between two datasets generically termed "x" & "y". These methods print the
identifier(s) associated with datasets X and Y, contained within the xy slot
of a constructed metabCombiner
object.
x(object)
xy(object)
y(object)
## S4 method for signature 'metabCombiner'
x(object)
## S4 method for signature 'metabCombiner'
xy(object)
## S4 method for signature 'metabCombiner'
y(object)
object |
|
character X or Y dataset identifiers
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")
#expected: "p30" x(p.comb)
#expected: "p20" y(p.comb)
#list of x & y data descriptors xy(p.comb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.