Differential expression testing post-integration #4000
-
After integration, which Assay should I use for differential expression testing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
We recommend running your differential expression tests on the “original / unintegrated” data. By default this is stored in the “RNA” Assay. The integration procedure inherently introduces dependencies between data points. This violates the assumptions of the statistical tests used for differential expression. If you are concerned about additional confounders in the data such as batch or condition, these can be supplied to certain differential expression tests such as the logistic regression test ( |
Beta Was this translation helpful? Give feedback.
We recommend running your differential expression tests on the “original / unintegrated” data. By default this is stored in the “RNA” Assay. The integration procedure inherently introduces dependencies between data points. This violates the assumptions of the statistical tests used for differential expression. If you are concerned about additional confounders in the data such as batch or condition, these can be supplied to certain differential expression tests such as the logistic regression test (
test.use = “LR”
inFindMarkers
) via thelatent.vars
parameter. We recommend this for each of the integration workflows (i.e. RPCA, sctransform, reference-based) implemented in Seurat.