Question: Genome DNA sequence pattern matching
0
santhoshhegde278 • 0 wrote:
I have a genome sequence in fasta format.As well as I have a DNA pattern.I want to search this patern in the genome.I want just the matching gene header.How to code it in python?can anyone please suggest me?
ADD COMMENT
• link
•
modified 3.0 years ago
by
Macspider • 3.3k
•
written
3.0 years ago by
santhoshhegde278 • 0
Blastn, or blastn <options> -outfmt 6
Thank you very much for your reply