View source: R/compute_supercells_DEA.R
Compute bool vector of cluster-specific DEG
1 2 3 4 5 6 | compute_DEA_GT_bool(
DEA.GT,
all.genes = NULL,
logFC.thresh = 1,
pval.thresh = 0.05
)
|
DEA.GT |
GT differentially expressed genes (DEA for GT annotation) |
logFC.thresh |
thereshold to consider DEG to be statistically significant |
pval.thresh |
thereshold to consider DEG to be statistically significant (keep the same as in compute_supercells_DEA and compute_singlecells_DEA) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.