powered by
E-step of EM algorithm for multivariate clustering of SNAs. Used in canopy.cluster.
canopy.cluster
canopy.cluster.Estep(Tau, Mu, R, X)
prior for proportions of mutation clusters
MAF centroid for each mutation cluster in each sample
alternative allele read depth matrix
total read depth matrix
Matrix of posterior probability of cluster assignment for each mutation.
# NOT RUN { data(AML43) R = AML43$R X = AML43$X Mu = AML43$Mu Tau = AML43$Tau pG = canopy.cluster.Estep(Tau, Mu, R, X) # }
Run the code above in your browser using DataLab