I am new to RNA-seq. I plan to find out the differentially expressed genes from two samples. For that I first downloaded the fastq files and aligned the reads using align(). Later, the gene level expression values were summarized as integer number using featureCounts() . Can I give this as input to DeSeq2.? If yes, then what steps to follow.
Typical RNA-seq data analysis is as follows:
If you are totally new to RNA-seq analysis, then kinldy make use of Trinity
The work flow OP wants to use is fine, no need for trinity.