View source: R/SingleCellRNASeq.R
runTSNE | R Documentation |
TSNE analysis
runTSNE(
object,
dim_reduction_method = c("pca", "nnmf"),
useIntegrativeEmbeddings = F,
integrative_method = c("combat", "seurat", "harmony", "supervised_harmony"),
n.dims.use = 50,
n.dims.embed = 2,
n.perplexity = 30,
n.seed = 1
)
object |
The SingCellaR object. |
dim_reduction_method |
The dimensional reduction method name that specifies the embedding matrix. |
useIntegrativeEmbeddings |
is logical, if TRUE the embedding matrix genereated from integrative analysis will be used. |
integrative_method |
The name of an integrative method. |
n.dims.use |
The number of dimensions as the input. |
n.dims.embed |
The number of output dimension. Default 2 |
n.perplexity |
The TSNE perplexity. Default 30 |
n.seed |
The number of set seed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.