Learn R Programming

scistreer (version 1.2.1)

mut_to_tree: Transfer mutation assignment onto a single-cell phylogeny

Description

Transfer mutation assignment onto a single-cell phylogeny

Usage

mut_to_tree(gtree, mut_nodes)

Value

tbl_graph A single-cell phylogeny with mutation placements

Arguments

gtree

tbl_graph The single-cell phylogeny

mut_nodes

dataframe Mutation placements

Examples

Run this code
gtree_small = mut_to_tree(gtree_small, mut_nodes_small)

Run the code above in your browser using DataLab