powered by
To initialize positions of CNAs on the tree. Used in initialization step of canopy.sample.
canopy.sample
initialcna(tree,cna.name)
input tree
vector of input CNA names
Matrix specifying positions of CNAs (start and end node).
# NOT RUN { data(MDA231_tree) data(MDA231) cna.name = rownames(MDA231$WM) initialcna(MDA231_tree, cna.name) # }
Run the code above in your browser using DataLab