Hi,
which software would you recommend for the task? I need to retrieve introns from genomic sequences by aligning cDNAs on to them.
Thank you
Hi,
which software would you recommend for the task? I need to retrieve introns from genomic sequences by aligning cDNAs on to them.
Thank you
This is a typical problem when mapping cDNA or EST sequences to genomic genes, and so there are quite a few options, for example:
Sequence assembly suites, for example Staden or CAP3, commonly support alignment of fragment sequences against a reference contig/genome and thus may also be used for this task. See the Wikipedia pages "List of sequence alignment software" and "Sequence assembly" for a range of alignment and sequence assembly tools including a selection of programs designed for this task.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
If your organism is well annotated, you can skip the alignment part. Retrieve the exon coordinates, then adjust that table to give you the gaps between the exons, then retrieve those sequences.
Thank you,
I've been doing that, the main problem is that I don't have a good way od viewing/editing the sequences I get.
Got any advice on an editor or other way i could optimise this?
Bedtools. Make a bed file of all desired intron positions, then use fastaFromBed to extract the sequences from your reference genome
cross posted on seqanswers of http://seqanswers.com/forums/showthread.php?p=109615