getFeatureNames {ALDEx2} | R Documentation |
Returns the names of the features as a vector, for an aldex.clr
object.
getFeatureNames(.object)
.object |
A |
Returns the names of the keys
that can be used to subset the data rows. The keys
values are the rsid's.
A vector of feature names.
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) featureNames <- getFeatureNames(x)