getFeatures | R Documentation |
Returns the features as a vector, for an aldex.clr
object.
getFeatures(.object)
.object |
A |
Returns the features from the first sample and first Monte-Carlo
replicate as a vector, for an aldex.clr
object. Used only
for troubleshooting purposes.
A vector of features.
aldex.clr
data(selex)
#subset for efficiency
selex <- selex[1201:1600,]
conds <- c(rep("NS", 7), rep("S", 7))
x <- aldex.clr(selex, conds, mc.samples = 2, denom="all", verbose = FALSE)
features <- getFeatures(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.