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
403 stars 118 forks source link

expression level of some genes is different when watching BAM file #183

Closed dahun73 closed 2 years ago

dahun73 commented 2 years ago

Hello,

I'm curious whether RSEM can calculate expression considering strandness of RNA.

The reason why I'm curious is that some genes are different between quantified expression and BAM file.

For example, the expression of 'GNB3' gene is more than 10. In BAM file, however, mapped reads have small number.

image

As you can see, the strand of 'GNB3' is positive. So, we could expect that expression level of this gene is low number. However, expression level(such as FPKM, TPM) is larger number than I expected.

Also, in minus strand, there are many reads more than plus strand. So, I'm curious about RSEM can consider strandness of gene when calculating expression(Basically, I think it must be able to consider strandness.)

Thank you in advance!

pliu55 commented 2 years ago

@dahun73

RSEM can calculate expression considering strandness of RNA. Please check out the --strandedness option in rsem-calculate-expression

dahun73 commented 2 years ago

Thank you, @pliu55. I found it!