DEG analysis with Paired-end RNA-seq data using DESeq2, do I need to contain the library type when I using DESeq() function if I already using feature counts in a paired-end method?
I am running my bulk RNA-seq analysis, I use feature counts from subread package to generate my raw counts from bam files using paired-end option. Do I still need to give library type when I use DESeq() function to get my DEGs?
The vignette includes that in the design because the example is a mix of single and paired end reads, and that is added to the design so that differences caused by the difference in library type can be modeled.
If all your samples are paired end, you don't have to include that in the design. You won't be using that information to determine DEGs.