align transcripts to genome
3
2
Entering edit mode
9.6 years ago
Kurban ▴ 230

i have a transcriptome dataset of an insect, and it's must longest transcript is 24081b, the shortest one is 101b, but its not a model species. so i want to align the dataset with the genome of Tribolium castaneum, because they belong to the same family.i am hoping by aligning my specimen' transcriptome with the genome of Tribolium castaneum to find out how many transcripts could be aligned and what r those genes function in Tribolium castaneum ?
so, by using what kind of tool could i get what i want?
looking forward tips

sincerely.

align • 7.1k views
ADD COMMENT
1
Entering edit mode

By "transcriptome", do you mean NGS data (short reads) or do you mean FASTA sequences of your transcriptome?

ADD REPLY
0
Entering edit mode

Maybe I was not clear before, sorry. I meant FASTA sequences of transcriptome, not NGS data.

ADD REPLY
1
Entering edit mode

Thanks for the clarification. In that case, I would probably not recommend an aligner that was written for short reads (such as STAR or TopHat). If someone has evidence that these aligners do as well as more general-purpose aligners like blat and gmap, I'd love to hear it (because I don't have any data either way).

ADD REPLY
0
Entering edit mode

i got what u meant. recently I have read a paper"STAR: ultrafast universal RNA-seq aligner", and it said STAR can align a transcript to a genome when it's length reached to around 6k, but after u recommended BLAT, I found a paper "Using BLAT to Find Sequence Similarity in Closely Related Genomes", by reading it I guess that might be the tool. thank you.

ADD REPLY
3
Entering edit mode
9.6 years ago
Vivek ★ 2.7k

Blat has worked like a charm on some of these projects for me.

ADD COMMENT
0
Entering edit mode

thanks . so BLAT could align a transcriptome dataset to genome at a time right? and i was told STAR also could do that, so i don't know which one is better choice. could u give me some advice on that too?

ADD REPLY
0
Entering edit mode

I've never tried STAR but one of the main features of STAR is the alignment speed but I think you could achieve something similar with Blat by just splitting your query and submitting parallel jobs on a computing cluster.

ADD REPLY
1
Entering edit mode
9.6 years ago
Dan D 7.4k

I would use Tophat for starters. The manual doesn't specify a top end for read length, which makes sense because Tophat chops up each read into segments and tries to map those segments early in the process.

ADD COMMENT
0
Entering edit mode
9.6 years ago

You might consider gmap, similar to blat, but much faster.

http://research-pub.gene.com/gmap/

ADD COMMENT

Login before adding your answer.

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