initialcna {Canopy} | R Documentation |
To initialize positions of CNAs on the tree. Used in initialization step of
canopy.sample
.
initialcna(tree,cna.name)
tree |
input tree |
cna.name |
vector of input CNA names |
Matrix specifying positions of CNAs (start and end node).
Yuchao Jiang yuchaoj@wharton.upenn.edu
data(MDA231_tree)
data(MDA231)
cna.name = rownames(MDA231$WM)
initialcna(MDA231_tree, cna.name)