Human Transcriptome In Colourspace?
2
2
Entering edit mode
12.8 years ago
Huw ▴ 30

We are trying to map human RNA-seq data from SOLiD platform to the human HG19 reference genome using both Tophat and Bowtie. However as bowtie cannot cope with slice juntions we would like to use bowtie to map to a human transcriptome reference file but cannot find a colourspace version of the human transcriptome available online. Does anyone know where we could find a copy (or maybe a software program that would allow us to create our own?)

Thanks

Huw

transcriptome rna bowtie tophat • 2.9k views
ADD COMMENT
3
Entering edit mode
12.8 years ago
Fred ▴ 780

Bowtie cannot cope with splice junctions directly, but if I am not wrong TopHat can (and it uses bowtie by the way).

If you want to build your own transcriptome index, you can download transcripts from Ensembl ( ftp://ftp.ensembl.org/pub/current_fasta/homo_sapiens/cdna/ )and build your bowtie index with it. But I think you will not be able to map all the junction reads, as you will not capture all the possible alternative splicing events.

ADD COMMENT
1
Entering edit mode

Thank you for your response, the reason I ask is that we are finding that Bowtie is mapping a higher proportion of reads than Tophat (despite tophat using bowtie in its mapping step) and wondered if bowtie to transcriptome would be a better way of assessing transcript levels between samples. At least initially, finding alternative transcripts is not a priority.

ADD REPLY
0
Entering edit mode

In this case, you may try to build your own colorspace transcriptome index with bowtie-build:

bowtie-build -C cdna.fa hg19Cdna

ADD REPLY
0
Entering edit mode

Great thank you, hadn't thought of this. Fingers crossed!

ADD REPLY
0
Entering edit mode
7.9 years ago
Satyajeet Khare ★ 1.6k

I use following command.

tophat -C -p 10 --bowtie1 -G ./gene.gtf --transcriptome-index=./transcriptome_index_Colorspace/gene ./genome_index_Colorspace/genome

Not sure if the outputs of these commands are different.

ADD COMMENT

Login before adding your answer.

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