Hi,
I performed an analysis using DRAGEN RNA pipeline on illumina platform. I have the following output files: quant.sf quant.gene.sf I was wondering which one I have to use to perform a PCA using R and why?
Thank you in advance! Ilaria
Hi,
I performed an analysis using DRAGEN RNA pipeline on illumina platform. I have the following output files: quant.sf quant.gene.sf I was wondering which one I have to use to perform a PCA using R and why?
Thank you in advance! Ilaria
Hi,
If you have quant.sf files, then these were produced by the Salmon pseudo-aligner. These likely contain estimated counts for genes. You will first have to process these quant.sf files via tximport and DESeq2, and then run PCA on the variance-stabilised expression levels that are produced via DESeq2.
Some helpful links for you:
There is also my own dedicated PCA package, PCAtools, which has a tutorial for performing PCA via the DESeq2 route:
Kind regards,
Kevin
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.