Mapping PCR primers to human genome
0
0
Entering edit mode
15 hours ago
Yvan • 0

Hello,

I have around 5000 primers pairs that I need to map against the human genome. So far I am using a two steps approach, creating an index file then mapping these indexes against the reference

  1. bwa aln -o 0 -n 1 ref.fasta primers.fasta > primers.fai

  2. bwa samse ref.fasta primers.fai primers.fasta > primers.sam

I am using these options:

-o set to zero to avoid gap opening.
-n set to 1 for only one mismatch

Does anyone have this kind of problem, or anyone have a better solution? Different type of mapper? Dragen? Blast?

Thanks for your help

mapping primer aligner • 91 views
ADD COMMENT
0
Entering edit mode
ADD REPLY

Login before adding your answer.

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