Description Usage Arguments Value
View source: R/sampleSelection.R
- bat/pangolin/canine - sequences with many gaps - sequences within incomplete dates - sequences with poor relationship with a molecular clock
1 2 3 4 5 6 7 8 | filter_quality0(
path_to_align,
path_to_save = NULL,
q_threshold = 0.05,
minEdge = 1/29000/10,
deduplicate_identical = TRUE,
...
)
|
path_to_save |
Where to store (as fasta) the filtered alignment |
q_threshold |
Clock outlier threshold |
minEdge |
minimum branch length (substitutions per site) to stabilize clock inference |
deduplicate_identical |
if TRUE, will only include one sequence (most recent) from among sets of identical sequences |
Writes a new fasta aligment. Return value is a treedater tree and dnabin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.