View source: R/cluster_service.R
Run Seurat clustering
1 2 3 4 5 6 7 8 9 | cluster_single_rna(
req,
jobid = "example",
load = "load",
nPCs = 15,
resolution = 0.5,
neighbor = 20,
expr = NULL
)
|
req |
request payload |
jobid |
string |
nPCs |
string |
resolution |
string |
neighbor |
string |
expr |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.