Description Usage Arguments Value Examples
Select top variable genes and perform prcomp
1 2 |
expression.matrix |
An expression matrix, with genes in rows |
ngenes |
number of genes used for clustering calculations. |
scaling |
a logical of whether we want to scale the matrix |
npcs |
an integer specifying the number of principal components to use. |
a list containing PCA results and variance explained
1 2 3 4 | day2 <- day_2_cardio_cell_sample
mixedpop1 <-new_scGPS_object(ExpressionMatrix = day2$dat2_counts,
GeneMetadata = day2$dat2geneInfo, CellMetadata = day2$dat2_clusters)
t <-PCA(expression.matrix=assay(mixedpop1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.