Learn R Programming

scistreer (version 1.2.1)

annotate_tree: Find maximum lilkelihood assignment of mutations on a tree

Description

Find maximum lilkelihood assignment of mutations on a tree

Usage

annotate_tree(tree, P)

Value

tbl_graph A single-cell phylogeny with mutation placements

Arguments

tree

phylo Single-cell phylogenetic tree

P

matrix Genotype probability matrix

Examples

Run this code
gtree_small = annotate_tree(tree_small, P_small)

Run the code above in your browser using DataLab