I was wondering, if you have some recommendation on which R package to use for doing cell-type deconvolution from bulk RNAseq data? I would really appreciate your suggestions!
[edit] I am looking for recommendation specifically for brain tissue RNAseq. Any package that you have used in that context and had good experience with...
Thank you very much in advance!
C: Deconvolution Methods on RNA-Seq Data (Mixed cell types) mentions multiple packages, with good background discussion on input etc.
Pubmed for others. N.B. most newer methods use single cell as a 'guide' to deconvolution of bulk samples.
I've had more success with using GSVA with specific genesets/signatures though, if you can find such signatures.
Usually a good idea to give your specific use-case, e.g. tumour or immune etc so people can be more specific in answering.
I have also used GSVA and found it to be really easy and good. Below paper also performed a comparison where GSVA was recommended, you can read for more details.
One of the way one colleague of mine has done is to combine GSVA enrichment score with gene correlation score. For correlation, you can combine all the genes in the gene sets you are going to use for GSVA (my approach), or focus on some set of highly variable genes in target samples. The results were comparable. I am also working on brain tissue, but haven't heard of any thing specific for Brain data. https://f1000research.com/articles/8-296
Thanks a lot! I am looking for recommendation specifically for brain tissue RNAseq.
I will check more extensively then.