huangyh09 / brie

BRIE: Bayesian Regression for Isoform Estimate in Single Cells
https://brie.readthedocs.io
Apache License 2.0
41 stars 15 forks source link

Modeling cell-level technical variation #35

Closed gmstanle closed 4 years ago

gmstanle commented 4 years ago

I was wondering if there's any way to include cell technical variation (e.g., # of genes detected, percent mitochondrial, or read depth). These often have considerable impact on gene expression estimation but are not really biological.

huangyh09 commented 4 years ago

Yes, you can include these technical factors as covariate(s) in the cell features (i.e., design matrix). We also include the cell detection rate (cdr) as technical factor in the dentate Gyrus data (see the command line).

But, in general Psi is a proportional value and self-normalised, so will be much less affected by technical variation between cells, comparing to gene level expression.

Yuanhua