Learn R Programming

Canopy (version 1.3.0)

sampcna: 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).

Examples

Run this code
# NOT RUN {
data(MDA231_tree)
sampcna(MDA231_tree)
# }

Run the code above in your browser using DataLab