getclonalcomposition {Canopy} | R Documentation |
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.
Author(s)
Yuchao Jiang yuchaoj@wharton.upenn.edu
Examples
data(MDA231_tree)
getclonalcomposition(MDA231_tree)
[Package Canopy version 1.3.0 Index]