View source: R/getFactoredEdgesPAR.R
getFactoredEdgesPAR | R Documentation |
Parallelized version of getFactoredEdges
getFactoredEdgesPAR(cl = NULL, ncores = NULL, tree = NULL,
V = NULL, PF = NULL)
cl |
optional input |
ncores |
optional integer input ncores- must input wither cl or ncores. |
tree |
phylo object |
V |
partition matrix whose columns contain +/- 1 indicating group membership |
PF |
phylofactor class object. |
data("FTmicrobiome")
V <- FTmicrobiome$PF$basis
tree <- FTmicrobiome$PF$tree
cl <- phyloFcluster(2)
getFactoredEdgesPAR(cl,tree=tree,V=V[,1:10])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.