View source: R/pf.groupsTospecies.R
pf.groupsTospecies | R Documentation |
Converts integer-indexed groups to species-labelled groups in phylofactor object
pf.groupsTospecies(pf)
pf |
phylofactor class object from |
library(phylofactor)
data(FTmicrobiome)
pf <- FTmicrobiome$PF
species.groups <- pf.groupsTospecies(pf)
pf$factors[1:3,]
#the otuIDs/species in factor 3, Group1 are:
species.groups[[3]][[1]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.