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
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.
In this case, you may try to build your own colorspace transcriptome index with bowtie-build:
Great thank you, hadn't thought of this. Fingers crossed!