read_jplace: Read a jplace file

Description Usage Arguments Details Value Author(s) See Also

View source: R/read_jplace.R

Description

Read a jplace file

Usage

1
read_jplace(jplace_file, full = TRUE)

Arguments

jplace_file

A jplace file name

full

If set to FALSE, only the tree is read from the jplace file

Details

When the jplace or sqlite files are imported into R, the node numbering available in the original file is converted to the class "phylo" numbering. The class phylo is defined in the "ape" package.

Value

A list with

arbre

The tree in class "phylo" over wich placements are performed

placement

The placement table

multiclass

The multiclass table

run

The command line used to obtained the jplace file

Author(s)

pierre lefeuvre

See Also

read_sqlite


BoSSA documentation built on Oct. 23, 2020, 7:55 p.m.