mut_to_tree {scistreer} | R Documentation |
Transfer mutation assignment onto a single-cell phylogeny
Description
Transfer mutation assignment onto a single-cell phylogeny
Usage
mut_to_tree(gtree, mut_nodes)
Arguments
gtree |
tbl_graph The single-cell phylogeny |
mut_nodes |
dataframe Mutation placements |
Value
tbl_graph A single-cell phylogeny with mutation placements
Examples
gtree_small = mut_to_tree(gtree_small, mut_nodes_small)
[Package scistreer version 1.2.0 Index]