powered by
To get SNA likelihood of the tree given tree struture and data input. Used in canopy.sample.nocna and canopy.sample.cluster.nocna.
canopy.sample.nocna
canopy.sample.cluster.nocna
getlikelihood.sna(tree, R, X)
input tree
alternative allele read depth matrix
total read depth matrix
Likelihood of sampled tree.
# NOT RUN { data(MDA231) data(MDA231_tree) R = MDA231$R X = MDA231$X getlikelihood.sna(MDA231_tree, R, X) # }
Run the code above in your browser using DataLab