satijalab / seurat

R toolkit for single cell genomics
http://www.satijalab.org/seurat
Other
2.29k stars 915 forks source link

Analyzing bulk RNAseq along with scRNAseq #2633

Closed rgranit closed 4 years ago

rgranit commented 4 years ago

Hello,

Is it possible to combine bulk RNA data with single cells expression data for analysis in Seurat? any special guidelines?

Thanks!

satijalab commented 4 years ago

It is possible to analyze bulk data. No special guidelines to suggest - other than we recommend using DE-Seq2 for DE in bulk samples, as this is optimally tailored for lower number of replicates (which characterize bulk experiments)

rgranit commented 4 years ago

@satijalab thanks, but I was actually wondering if one can analyze bulkRNA-seq & scRNA-seq together in the same analysis? (e.g. cluster the cells together in the same plot and study the similarity between populations)

akramdi commented 2 years ago

Hello @rgranit, Were you able to analyze bulkRNA-seq & scRNA-seq together ? Would you mind sharing your experience with such analysis?

Thanks!

rgranit commented 2 years ago

Hi @akramdi I've attempted this quite a while ago, was quite a naive attempt.. I took the expression matrix and loaded is as if it was scRNAseq data (after making sure that the genes overlap) and next using seurat functions attempted to merge the objects. It did work technically, and clustered not too bad but was hard to say something meaningful the # of samples was low..

Perhaps you will find this paper somewhat relevant: https://www.nature.com/articles/s41467-020-20294-x

akramdi commented 2 years ago

Thanks for the paper ! Too bad they didn't mix bulk with scRNAseq but it's really nice to see how they analyzed bulk data using scRNAseq methods. I've been reading about this recently and I can't find a proper workflow or guidelines on how to analyze both types of data side by side. For now, I will stick to a correlation analysis between pseudo-bulk of single cell clusters and bulkRNAseq (as shown in this paper) or maybe just do a PCA. This will help me answer my biological question to some extend.