JinmiaoChenLab / Batch-effect-removal-benchmarking

A benchmark of batch-effect correction methods for single-cell RNA sequencing data
70 stars 45 forks source link

Bulk RNA seq recommendation #6

Open mdanb opened 3 years ago

mdanb commented 3 years ago

What do you recommend to try out for "big data" but for RNA seq instead of single cell?

nhuhoa commented 2 years ago

Hi, RNA-seq means bulk RNA-seq? I think the best and also classical methods for bulk RNA-seq are ComBat or limma. I see another method that was particularly designed for bulk is Combat-seq but I never tried it before. You may want to test it.
https://github.com/zhangyuqing/ComBat-seq

From my point of view, bulk data is different from single cell data, and a good normalization method that allow to remove library size effects (sequencing depth, total read counts) is good enough to go. Ex: using edgeR: https://www.bioconductor.org/packages/release/bioc/vignettes/edgeR/inst/doc/edgeRUsersGuide.pdf

Have fun, Hoa