calc_da | R Documentation |
Calculate differential abundance of cell count labels using edgeR
calc_da(
sobj,
cluster_col = NULL,
sample_col = NULL,
condition_col = NULL,
custom_design = NULL
)
sobj |
seurat object |
cluster_col |
cluster or cell type column in meta.data |
sample_col |
sample column in meta.data |
condition_col |
column in meta.data indicating condition, defaults to sample_col if not specified |
custom_design |
design matrix for testing, defaults to '~condition_col' |
See [Orchestraing Single Cell Analysis](https://osca.bioconductor.org/multi-sample-comparisons.html#differential-abundance)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.