Entering edit mode
5.9 years ago
thomasbersez
▴
50
It may be a dumb question but, does anyone know a method / tool to map DNAseq reads to cds ? Reads falling in between exon and intro may have to be automatically trimmed. Thanks for help.
Reads in that region will fail to map if you are only aligning against CDS sequences in your reference. Aligners will generally soft clips reads (if the alignment ends partway in the read).
What exactly are you wanting to do?
I am developing a pipeline for variant calling on wild relative of cultivated plants. The overall idea is to find cds variants in wild specie. Because wild specie genome isn't always available, I may to map my DNAseq read onto cds of the gene(s) of interest.
Thanks for the answer!
It is doable with BWA or Bowtie2. The main issue is that you'll need to tweak the gap parameters to assign a very low penalty to gaps, since I guess that some of your CDS are entire mRNA without the introns.
In BWA you might be interested in the following parameters:
Source: http://bio-bwa.sourceforge.net/bwa.shtml
Starting from there, I think it is just trial and error to find the correct parameters