View source: R/TreeFunctions.R
| buildPratchet | R Documentation | 
Wrapper for phangorn::pratchet
buildPratchet(
  clone,
  seq = "sequence",
  asr = "seq",
  asr_thresh = 0.05,
  tree = NULL,
  asr_type = "MPR",
  verbose = 0,
  resolve_random = TRUE,
  data_type = "DNA"
)
| clone | 
 | 
| seq | sequece column in  | 
| asr | return sequence or probability matrix? | 
| asr_thresh | threshold for including a nucleotide as an alternative | 
| tree | fixed tree topology if desired. | 
| asr_type | MPR or ACCTRAN | 
| verbose | amount of rubbish to print | 
| resolve_random | randomly resolve polytomies? | 
| data_type | Are sequences DNA or AA? | 
phylo object created by phangorn::pratchet with nodes
attribute containing reconstructed sequences.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.