sampP {Canopy} | R Documentation |
To sample clonal frequency
Description
To sample clonal frequency matrix P
. Used in canopy.sample
.
Usage
sampP(tree, cell.line)
Arguments
tree |
input tree |
cell.line |
default to be FALSE, TRUE if input sample is cell line (no normal cell contamination) |
Value
Newly sampled clonal frequency matrix P
.
Author(s)
Yuchao Jiang yuchaoj@wharton.upenn.edu
Examples
data(MDA231_tree)
sampP(MDA231_tree, cell.line = TRUE)
[Package Canopy version 1.3.0 Index]