Learn R Programming

Canopy (version 1.3.0)

getclonalcomposition: To get clonal composition

Description

To get clonal composition (mutational profile of each clone) of tree. Used in canopy.post.

Usage

getclonalcomposition(tree)

Arguments

tree

input tree

Value

List of each clone's mutational profile.

Examples

Run this code
# NOT RUN {
data(MDA231_tree)
getclonalcomposition(MDA231_tree)
# }

Run the code above in your browser using DataLab