View source: R/compute_supercells_DEA.R
Computes DEA for single-cell data and for GT cell type annotation
1 2 3 4 5 6 7 8 9 | compute_singglecell_DEA(
sc.ge,
clusters,
ident.1 = NULL,
ident.2 = NULL,
seed = 12345,
pval.thresh = 0.05,
...
)
|
sc.ge |
single-cell gene expression |
clusters |
single-cell clustering result or GT cell type annotation |
... |
rest of the parameters of compute_supercells_DEA |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.