basisTest | R Documentation |
Perform data-driven basis selection to remove useless bases and keep informative bases. It contains two approaches: (1) examine bases by correlations with cell library sizes; (2) examine bases by multimodality tests.
basisTest(S, X, return_fig = FALSE, adj_method = "BH", mc.cores = 10, ncol = 4)
S |
The score matrix of scPNMF. |
X |
The expression matrix of scPNMF. |
return_fig |
If returning the visualization plots. Default is FALSE. |
adj_method |
Multiple test correction method. |
mc.cores |
The number of cores to use. |
ncol |
Columns for facets in plots. |
Dongyuan Song
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.