importing RSEM isoform to Gene Name with tximport
1
0
Entering edit mode
luca.s ▴ 50
@lucas-24386
Last seen 8 months ago
Italy

Hi all, I am willing to import RSEM sample.isoforms.results files with tximport and have transcript level information summarized to gene level (Gene Name). The endpoint is to perform differential expression analysis with either DESeq2 or edgeR. To this end, I am planning to provide a tx2gene file in which each transcript points to the corresponding Gene Name. Is the code below correct? Please accept my apologies for this basic question, but I am new in the field, and I want to make sure I am doing things correcty. Thanks for the help

Code should be placed in three backticks as shown below

txi <- tximport(files, type="rsem",tx2gene = tx2gene)

# include your problematic code here with any corresponding output 
# please also include the results of running the following in an R session 

sessionInfo( )
tximport • 1.2k views
ADD COMMENT
0
Entering edit mode

Just showing your code without showing what the objects are is not helpful at all. I mean technically that's how you do things, but what are 'files' and what is tx2gene? If they are the right things, then yes you are doing the right thing. If they are not the right things then no, you aren't.

ADD REPLY
0
Entering edit mode

Right, sorry for the poor comunication, and thank you for your time. Files is a character vector containing the paths of the files, tx2gene is an object generated with the read_csv function on a csv file containing the matchings between transcripts and gene names. I put the first 2 rows of the tx2gene below. A tibble: 250,912 x 2 TXNAME GENEID

<chr> <chr>
1 ENST00000000233.10 ARF5
2 ENST00000000412.8 M6PR

ADD REPLY
2
Entering edit mode
@james-w-macdonald-5106
Last seen 3 hours ago
United States

IIRC RSEM also outputs the sample.gene.results file as well. So in general you can read in the isoforms file if you want DTE or the gene files if you want DGE. Or you can assume tximport will do a better job of collapsing and do what you have done.

ADD COMMENT

Login before adding your answer.

Traffic: 967 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6