deweylab / RSEM

RSEM: accurate quantification of gene and isoform expression from RNA-Seq data
http://deweylab.biostat.wisc.edu/rsem/
GNU General Public License v3.0
409 stars 118 forks source link

bam only containing aligned reads produced different expression profile #216

Open TwoFlowers1 opened 4 months ago

TwoFlowers1 commented 4 months ago

Hello,

When we used RSEM for RNA quantification, we found that bam containing aligned and unaligned reads and bam only containing aligned reads (processed with samtools view -F 4) produced different expression profile. These two profile has Spearman correalation of 0.7. In addition, the profile produced by bam only containing aligned reads had more genes detected (TPM>0). I don't know why. Does unaligned reads were used during the quantification process?

Thank you