getCMCm {Canopy} | R Documentation |
To get major and minor copy per clone
Description
To get major and minor copy per clone. Used in canopy.sample
.
Usage
getCMCm(tree, C)
Arguments
tree |
input tree |
C |
CNA regions and CNA overlapping matrix |
Value
CM |
Matrix of major copy per clone. |
Cm |
Matrix of minor copy per clone. |
Author(s)
Yuchao Jiang yuchaoj@wharton.upenn.edu
Examples
data(MDA231_tree)
data(MDA231)
C = MDA231$C
getCMCm(MDA231_tree, C)
[Package Canopy version 1.3.0 Index]