runPCAQueryAlone | R Documentation |
Runs a standard PCA pipeline on query (1 batch). Assumes query_exp is already normalized.
runPCAQueryAlone(query_exp, topn = 2000, d = 20, seed = 1)
query_exp |
Query expression matrix (genes x cells) |
topn |
Number of variable genes to use |
d |
Number of dimensions |
seed |
random seed |
A matrix of PCs by cells
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.