read_annotated {phylotate} | R Documentation |
Read an annotated phylogenetic tree
Description
This function takes the given file, containing data in either NEXUS or Newick format, and returns annotated phylogenetic trees.
Usage
read_annotated(filename, format="nexus")
Arguments
filename |
a file to read tree data from |
format |
a format specifier; either |
Details
The given file text is parsed and a tree object is constructed which can be used with the functions in the ape package. Annotations of the kind produced by, for example, MrBayes, are parsed and preserved in the returned object.
See parse_annotated
for more information about the
structure of the returned value.
Value
an object of type "phylo"
or "multiPhylo"
, augmented with
node annotations.
Author(s)
Daniel Beer dlbeer@gmail.com
See Also
print_annotated
,
parse_annotated
,
write_annotated
[Package phylotate version 1.3 Index]