Obtain a --gene-trans-map file after rnaSPAdes
0
0
Entering edit mode
10 months ago
UserA • 0

Hello,

I would like to perform a differential gene analysis on a dataset of 120 paird-end files. I obtained a good de novo quality metatranscriptome using rnaSPAdes (83% of the reads aligned exactly 1 time with bowtie2). I would now like to quantify the transcripts by RSEM using Trinity's align_and_estimate_abundance.pl module. When the metatranscriptome is not made with Trinity but another assembler, a --gene-trans-map file must be provided. But I don't know how to obtain this after assembly with rnaSPAdes, I'm having trouble finding this answer on the Internet (I'm a beginner in bioinformatics). Could you explain the steps to follow or the tools to use?

After this I want to group the sample genes counts into a matrix and then use run_DE_analysis.pl and analyze_diff_expr.pl provided by Trinity.

Thxs!

rnaSPAdes Trinity • 979 views
ADD COMMENT
1
Entering edit mode

Following GenoMax comment

This is what you have

NODE_217_length_5488_cov_28.472321_g133_i0 # typical rnaSPAdes transcript header

This is what you want in the gene-trans-map file (two column tabular dataset)

g133    NODE_217_length_5488_cov_28.472321_g133_i0 
ADD REPLY
0
Entering edit mode

Thxs a lot! I will try like this!

ADD REPLY
0
Entering edit mode

You could try to create one: https://groups.google.com/g/trinityrnaseq-users/c/qPbWnLl4iY0

While this is from an unrelated software the solution here may be worth considering in your case: https://github.com/Trinotate/Trinotate.github.io/issues/63

ADD REPLY
0
Entering edit mode

I met the same problem, and does not resolve it. It should be noted that the scripts, such as run_DE_analysis.pl and analyze_diff_expr.pl, provided by Trinity do not work for the output generated by rnaSPAdes since the transcript header made by rnaSPAdes cannot be recognized by Trinity software and its scripts.

ADD REPLY

Login before adding your answer.

Traffic: 2669 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