Description Usage Arguments Value Examples
View source: R/plda_estimate_gamma.R
Calculate topic by cell (gamma) matrix for new expression data with estimated topic by gene matrix.
1 2 | plda_estimate_gamma_given_beta(x, log_beta, seed = 2018,
verbose = FALSE)
|
x |
Input matrix. A matrix of positive integers where rows represents cells (documents) and column represents genes (words). |
log_beta |
Estimated log beta matrix from previous run of pLDA. Number of topics by vocabulary size. |
Gamma matrix for the new expression data.
1 2 3 4 | ## Not run:
plda_estimate_gamma_given_beta(x=new_expression_data, log_beta=plda_model$logProbW)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.