Description Usage Arguments Value References
Select highly variable genes for clustering using Sparse Principal Component Analysis (SPCA).
1 | SPCAselect(expr, type = "log", sumabs = 0.05, nPC = 3)
|
expr |
a cell-by-gene expression matrix, either the raw counts or log-transformed expressions. |
type |
"log" if |
sumabs |
a measurement of sparsity for SPCA, between |
nPC |
the number of sparse singular vectors to look into. |
A list containing
the names of selected genes, ordered by decreasing importance.
a gene-by-nPC matrix of the sparse eigen vectors.
Witten, DM and Tibshirani, R and T Hastie (2009) A penalized matrix decomposition, with applications to sparse principal components and canonical correlation analysis. Biostatistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.