Description Usage Arguments Details Value Author(s)
This function takes a RAxML partition file and returns information about it as a list.
1 | raxmlPartitionInfo(partfile)
|
partfile |
Path of a RAxML partition file |
Currently, this function ignores the type of data of each
partition, does not support the codon notation (e.g.,
1-300\3), and requires continuous partitions (e.g.,
1-300 works, but 1-300,401-500 doesn't work).
A list that includes the elements:
filethe partition file name
locusNamea vector of character indicating the name of each partition
locusStarta vector of numeric indicating the first position in the alignment for the locus
locusEnda vector of numeric indicating the last position in the alignement of the locus
Francois Michonneau
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.