MarioniLab / DropletUtils

Clone of the Bioconductor repository for the DropletUtils package.
https://bioconductor.org/packages/devel/bioc/html/DropletUtils.html
54 stars 25 forks source link

Is downsampleMatrix necessary before empty cells detection? #107

Closed tewengtong closed 4 months ago

tewengtong commented 4 months ago

Dear author,

I am trying to use DropletUtils to identify empty cells and ambient RNA. I follow this protocol: https://bioconductor.org/packages/release/bioc/vignettes/DropletUtils/inst/doc/DropletUtils.html#detecting-empty-droplets. My question is: Do I need to perform downsampling before detecting empty cells/ambient RNA? My data is 8 samples pooling in one library.

Thank you!

jonathangriffiths commented 4 months ago

Treat each 10X sample separately; though there is no need to downsample. It's important to run separately because the "soup" should be unique to each sample.

Please ask support questions in support.bioconductor.org in future too