You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rsem table doesn't have integers so it is common to use tximport before running differential gene expression dowstream analysis. I am wondering what tximport do in rsem table? what kind of modification?
I am trying to use SARTools (deseq2 method) to get my differential expressed genes but the input count table needs to be an integer so I was thinking to just use round() as I am not sure what tximport modification is doing for the rsem table.
The text was updated successfully, but these errors were encountered:
marwa38
changed the title
import using tximport rsem count table to get integers?
import using tximport for the rsem count table to get integers?
Jun 8, 2023
The rsem table doesn't have integers so it is common to use tximport before running differential gene expression dowstream analysis. I am wondering what tximport do in rsem table? what kind of modification?
I am trying to use SARTools (deseq2 method) to get my differential expressed genes but the input count table needs to be an integer so I was thinking to just use round() as I am not sure what tximport modification is doing for the rsem table.
The text was updated successfully, but these errors were encountered: