Description Usage Arguments Value Examples
View source: R/analysis_preprocess.R
Preprocess pLDA input data. Keep only genes with across samples variance/mean > var.mean.cutoff and across samples max > row.max.cutoff.
1 | preprocess(data, var.mean.cutoff = 1, row.max.cutoff = 10)
|
data |
Input matrix. A matrix of positive integers where rows represents cells (documents) and column represents genes (words). |
var.mean.cutoff |
Row variance/mean cutoff. |
row.max.cutoff |
Row max cutoff. |
Preprocessed data.
1 2 3 4 | ## Not run:
preprocess(data=cell_by_gene_expr_matrix)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.