Description Usage Arguments Value
Run fastICA algorithm for ICA dimensionality reduction
1 2 3 |
object |
Seurat object |
ic.genes |
Genes to use as input for ICA. Default is object@var.genes |
do.print |
Print the top genes associated with high/low loadings for the ICs |
ics.print |
Number of ICs to print genes for |
ics.store |
Number of ICs to store |
genes.print |
Number of genes to print for each IC |
use.imputed |
Run ICA on imputed values (FALSE by default) |
seed.use |
Random seed to use for fastICA |
... |
Additional arguments to be passed to fastICA |
Returns Seurat object with an ICA embedding (object@ica.rot) and gene projection matrix (object@ica.x). The ICA object itself is stored in object@ica.obj[[1]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.