buildSeqTree | R Documentation |
Build a phylogenetic tree
buildSeqTree(
x,
pml_model = "GTR",
pml_optInv = TRUE,
pml_optGamma = TRUE,
pml_rearrangement = "stochastic",
pml_control = pml.control(trace = 0)
)
x |
Sequences DNAStringSet |
pml_model |
See optim.pml |
pml_optInv |
See optim.pml |
pml_optGamma |
See optim.pml |
pml_rearrangement |
See optim.pml |
pml_control |
See optim.pml |
A wrapper to build phylogenetic tree for ASV sequences
obtained after dada2
.
library(biomeUtils)
data("SprockettTHData")
# select few for example
seqs <- sample(SprockettTHData@refseq, 5)
sp.tree <- buildSeqTree(seqs)
sp.tree$tree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.