to_phylo: Convert the phylogeny from tidygraph to phylo object modified...

View source: R/scistreer.R

to_phyloR Documentation

Convert the phylogeny from tidygraph to phylo object modified from R package alakazam, converts a tbl_graph to a phylo object

Description

Convert the phylogeny from tidygraph to phylo object modified from R package alakazam, converts a tbl_graph to a phylo object

Usage

to_phylo(graph)

Arguments

graph

tbl_graph The single-cell phylogeny

Value

phylo The single-cell phylogeny

Examples

tree_small = to_phylo(annotate_tree(tree_small, P_small))

scistreer documentation built on July 9, 2023, 5:54 p.m.