View source: R/concordanceFactors.R
concordanceFactors | R Documentation |
This function runs concordance factor analyses using IQTREE2
concordanceFactors(
species.tree = NULL,
alignment = NULL,
gene.trees = NULL,
output.name = NULL,
overwrite = FALSE,
quiet = TRUE,
threads = 1
)
species.tree |
a species trees (e.g. from astral) to assess concordance |
alignment |
a concatenated alignment file |
gene.trees |
a folder of genetree files that are concatenated. |
output.name |
the output name for the concordance files |
overwrite |
overwrite = TRUE to overwrite existing files |
quiet |
hides the screen output from astral if desired |
threads |
how many threads to use |
IQ-TREE 2 concordance factors files
concordanceFactors(species.tree = paste0(species.tree.dir, "/", a.files[i]),
alignment = paste0(alignment.dir, "/", align.file),
gene.trees = paste0(genetree.dir, "/", gene.tree),
output.name = paste0(output.dir, "/", dataset.name),
quiet = quiet, threads = threads)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.