This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Software For Aligning Cdna Onto Reference Genomic Sequences To Retrieve Introns

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

cdna intron reference alignment database software est

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

3 answers

exonerate

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.

BLAT

Log in to answer this question.