Return the non-empty slot names of a phyloseq object.
Like getSlots
, but returns the class name if argument
is component data object.
getslots.phyloseq(physeq)
physeq |
A |
identical to getSlots. A named character vector of the slot classes
of a particular S4 class, where each element is named by the slot name it
represents. If physeq
is a component data object,
then a vector of length (1) is returned, named according to its slot name in
the phyloseq-class
.
merge_phyloseq
# data(GlobalPatterns) getslots.phyloseq(GlobalPatterns) data(esophagus) getslots.phyloseq(esophagus)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.