![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to compare ESTs with assembled contigs of the genome? | Godevil | MGISEQ (FKA Complete Genomics) | 3 | 06-10-2012 09:55 AM |
transcriptome vs. ests | litali | Bioinformatics | 1 | 08-17-2011 02:59 AM |
mapping transcriptome reads to assembled ESTs | MadraghRua | Bioinformatics | 0 | 06-28-2011 09:54 AM |
problem with de novo assembly of ESTs | bioben | Bioinformatics | 2 | 10-04-2010 07:27 AM |
software for aligning ESTs to reference genome | Balat | Bioinformatics | 4 | 07-02-2010 04:50 PM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Valencia, Spain Join Date: Aug 2009
Posts: 70
|
![]()
Hi:
I have some 454 and sanger reads that I want to map to a genome. I've tried with gmap. gmap find the introns, but tends to do a lot of small misalignments inside the exons that end up as false positive SNPs. I was wandering about possible alternatives. I've read the tophat page, but I don't know if it would be ok to map long reads (sanger and 454) with tophat. tophat is based on bowtie in the bowtie website the do not recommend to use it with long reads. Any advice on this matter. Best regards, Jose Blanca |
![]() |
![]() |
![]() |
#2 |
Member
Location: Sweden Join Date: Nov 2009
Posts: 83
|
![]() |
![]() |
![]() |
![]() |
#3 |
Member
Location: Valencia, Spain Join Date: Aug 2009
Posts: 70
|
![]()
Thanks for the tips, I'll look into them. I didin't know about sim4db and genome threader. sim4db seems interesting, the only problem is that it doesn't support sam output.
exonerate is nice, but it is not possible to use it to align ESTs to a whole genome. |
![]() |
![]() |
![]() |
#4 |
Member
Location: Sweden Join Date: Nov 2009
Posts: 83
|
![]()
I frequently use exonerate to align ESTs to a genome using exonerate server. For example
Code:
fasta2esd genome.fasta genome.esd esd2esi genome.esd genome.esi --memorylimit 2048 exonerate-server genome.esi --port 12886 & exonerate --model est2genome ESTs.fasta localhost:12886 --percent 70 --score 100 --showvulgar yes --softmaskquery no --softmasktarget yes --minintron 20 --maxintron 6000 --ryo ">%qi length=%ql alnlen=%qal\n>%ti length=%tl alnlen=%tal\n" --showalignment no --showtargetgff yes --geneseed 250 > $file.exonerate The main limitation I find with exonerate is that it's not multi threaded so you have to write your own wrapper to split a large input set of EST and distribute them across threads / nodes. |
![]() |
![]() |
![]() |
Thread Tools | |
|
|