get_mut_graph {scistreer} | R Documentation |
Convert a single-cell phylogeny with mutation placements into a mutation graph
Description
Convert a single-cell phylogeny with mutation placements into a mutation graph
Usage
get_mut_graph(gtree)
Arguments
gtree |
tbl_graph The single-cell phylogeny |
Value
igraph Mutation graph
Examples
mut_graph = get_mut_graph(gtree_small)
[Package scistreer version 1.2.0 Index]