Description Usage Arguments Value Author(s) Examples
To get SNA likelihood of the tree given tree struture and data input. Used in
canopy.sample.nocna
and canopy.sample.cluster.nocna
.
1 | getlikelihood.sna(tree, R, X)
|
tree |
input tree |
R |
alternative allele read depth matrix |
X |
total read depth matrix |
Likelihood of sampled tree.
Yuchao Jiang yuchaoj@wharton.upenn.edu
1 2 3 4 5 | data(MDA231)
data(MDA231_tree)
R = MDA231$R
X = MDA231$X
getlikelihood.sna(MDA231_tree, R, X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.