Can I use RSEM to deal with tophat output bam files?
2
2
Entering edit mode
9.5 years ago
gyoubing ▴ 20

I want to use Trinity's Differentially Expressed Analysis pipeline to analysis my RNA-seq Data--reads mapped to reference genome with Tophat.

But I'm not sure that Can I use RSEM to deal with topaht output bam files? Or just only to use HT-seq?

Many Thanks!

TopHat RNA-Seq RSEM • 4.8k views
ADD COMMENT
1
Entering edit mode
9.5 years ago

RSEM is meant to work with alignments to the transcriptome. Unless you can get tophat to do that (even if you map against the transcriptome, the output will be genomic mappings), then don't use the results with RSEM.

ADD COMMENT
0
Entering edit mode

Thanks a lot. Your answer is very helpful for me!

Best wishes!

ADD REPLY
1
Entering edit mode
7.7 years ago

Well, Devon Ryan is right about RSEM.

However, I was just reading their tutorial, it seems like there is a way to extract transcripts sequences from genome. Of course you will have to have a genome fasta file and a gtf/gff file to run RSEM as below:

gunzip ref/Mus_musculus.GRCm38.dna.toplevel.fa.gz
gunzip ref/Mus_musculus.GRCm38.82.chr.gtf.gz
software/RSEM-1.2.25/rsem-prepare-reference --gtf ref/Mus_musculus.GRCm38.82.chr.gtf \
                       --bowtie2 --bowtie2-path software/bowtie2-2.2.6 \
                       ref/Mus_musculus.GRCm38.dna.toplevel.fa ref/mouse_ref

The full tutorial is here: https://github.com/bli25ucb/RSEM_tutorial

ADD COMMENT

Login before adding your answer.

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