I have fastq files (n=40) obtained by paired-end unstranded RNA-seq. I would like to analyze these files using STAR for mapping and perform the differential expression analysis between the two groups by edgeR. I plan to apply TPM for normalized count. I am wondering if RSEM is currently necessary since STAR can generate raw count data per gene. I would be grateful if you could enlighten me.
DESeq2 and EdgeR uses raw counts as input.