sampcna {Canopy} | R Documentation |
To sample CNA positions
Description
To sample CNA positions along the tree. Used in canopy.sample
.
Usage
sampcna(tree)
Arguments
tree |
input tree |
Value
Newly sampled matrix specifying positions of CNAs (start and end node).
Author(s)
Yuchao Jiang yuchaoj@wharton.upenn.edu
Examples
data(MDA231_tree)
sampcna(MDA231_tree)
[Package Canopy version 1.3.0 Index]