getlikelihood.sna {Canopy} | R Documentation |
To get SNA likelihood of the tree given tree struture and data input. Used in
canopy.sample.nocna
and canopy.sample.cluster.nocna
.
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
data(MDA231)
data(MDA231_tree)
R = MDA231$R
X = MDA231$X
getlikelihood.sna(MDA231_tree, R, X)