Description Usage Arguments Value
Load matched scRNA-seq and scATAC-seq data to Seurat / Signac
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | load_multiome(
req,
idx = 0,
filename,
jobid = "example",
mode = "RNA",
min_cells = 0.001,
min_counts = 20000,
removeOutlier = T,
nVariableFeatures = 2000,
percentMt = 0.25,
percentRb = 0.5,
expr = NULL,
label = NULL,
species = "Human",
destination = NULL
)
|
req |
request payload |
idx |
sample index |
filename |
string |
mode |
string |
min_cells |
number |
min_counts |
number |
removeOutlier |
boolean |
nVariableFeatures |
number |
percentMt |
number |
list of basic QC metrics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.