Description Usage Arguments Value Examples
calculate tSNE from top variable genes
1 2 |
expression.mat |
An expression matrix, with genes in rows |
topgenes |
number of genes used for clustering calculations. |
scale |
a logical of whether we want to scale the matrix |
thet |
numeric; Speed/accuracy trade-off (increase for less accuracy) |
perp |
numeric; Perplexity parameter (should not be bigger than 3 * perplexity < nrow(X) - 1, see details for interpretation) |
a tSNE reduced matrix containing three tSNE dimensions
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 <-tSNE(expression.mat = assay(mixedpop1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.