Entering edit mode
24 months ago
singcell
•
0
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
Read the DESeq2 manual which covers all that.