raxmlPartitionInfo: Information from a RAxML partition file

Description Usage Arguments Details Value Author(s)

Description

This function takes a RAxML partition file and returns information about it as a list.

Usage

1

Arguments

partfile

Path of a RAxML partition file

Details

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).

Value

A list that includes the elements:

file

the partition file name

locusName

a vector of character indicating the name of each partition

locusStart

a vector of numeric indicating the first position in the alignment for the locus

locusEnd

a vector of numeric indicating the last position in the alignement of the locus

Author(s)

Francois Michonneau


fmichonneau/chopper documentation built on May 16, 2019, 1:43 p.m.