Normalizing Salmon output count data matrix using DESeq2
I import counts and abundance matrix from Salmon output using tximport. I want to normalize the Salmon output count matrix using DESeq2 package. What code should I use to achieve this task? Can I do similar with Abundance output of Salmon?
Thank you
• 1,421 views
•
link
1 answer
cross-posted and answered: https://support.bioconductor.org/p/9148559/
• 0 views
•
link
Log in to answer this question.
Read the DESeq2 manual which covers all that.