This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Mapping transcripts to genome

Hi,

I have done a de novo transcriptome assembly, now I'm trying to map the assembled transcriptome to a genome of relative species. I have been reading about which program should I use. What do you think about using BBMap, Spaln or GMAP ? Which one fit better with this kind of analyses?

Thanks,

Luz

assembly gene rna-seq

I used gmap in the past and it works well .

Spaln2 and GMAP were developed to map, among other things, cDNA to a genome, so they are appropriate. Exonerate also is appropriate, and minimap2 probably will work very well for this task.

1 answer

I think I had to change some parameters (and also have manual review of the annotation) to get a reasonable result. However, if your goal is genome annotation, perhaps you can see if MAKER can help?

This can use de novo predictions in addition to RNA-Seq data (I think that was primarily through results like a cufflinks genome-guided assembly, but you could also try treated the assembled transcripts like ESTs and/or comparing the effect of using a genome-guided assembly).

MAKER use blastx+ exonerate to map the proteins to the genome.

Log in to answer this question.