View source: R/TreeFunctions.R
readLineages | R Documentation |
Read in all trees from a lineages file
readLineages(
file,
states = NULL,
palette = NULL,
run_id = "",
quiet = TRUE,
append = NULL,
format = "nexus",
type = "jointpars"
)
file |
IgPhyML lineage file |
states |
states in parsimony model |
palette |
deprecated |
run_id |
id used for IgPhyML run |
quiet |
avoid printing rubbish on screen? |
append |
string appended to fasta files |
format |
format of input file with trees |
type |
Read in parsimony reconstructions or ancestral sequence reconstructions? "jointpars" reads in parsimony states, others read in sequences in internal nodes |
A list of phylo objects from file
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.