Is it possible to look at gene-level expression using DEXseq?
I am using the data from dexseq_count.py to look at differential exon usage and was wondering if there was a way I could look at differential gene expression using the same data?
Thank you!
• 814 views
•
link
0 answers
No answers yet.
Log in to answer this question.
I would simply use
featureCountsto produce a count matrix from my BAM files which then can go into DESeq2 (or any other gene level framework).