Skip to content

Commit

Permalink
Merge pull request #1 from Danko-Lab/main
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
tinyi committed Jun 21, 2022
2 parents 3cc61c4 + b40d169 commit 1ddf807
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion BayesPrism/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion BayesPrism/R/embedding_learning.R
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ learn.embedding <- function(bp,
EM.res.new <- run.EM (eta_prior = eta_prior,
eta_post = EM.res$eta_post,
psi_env = bp@reference.update@psi_env,
theta_env = bp@posterior.theta_f[,rownames(bp@reference.update@psi_env)],
theta_env = bp@posterior.theta_f@theta[,rownames(bp@reference.update@psi_env)],
X = bp@prism@mixture,
cycle = cycle,
gibbs.control = gibbs.control,
Expand Down

0 comments on commit 1ddf807

Please sign in to comment.