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