Genome DNA sequence pattern matching
1
0
Entering edit mode
6.2 years ago

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?

genome • 2.0k views
ADD COMMENT
0
Entering edit mode

Blastn, or blastn <options> -outfmt 6

ADD REPLY
0
Entering edit mode

Thank you very much for your reply

ADD REPLY
1
Entering edit mode
6.2 years ago

With literally ANY mapper you will be able to map your pattern sequence against the genome sequence, and it will show in the output the name of the target sequence (i.e. the name of the gene, or scaffold, or transcript depending on what your reference is).

No need to code it yourself!

ADD COMMENT
0
Entering edit mode

Thank you for your kind reply

ADD REPLY
0
Entering edit mode

Is ANY mapper a Application or a online based?

ADD REPLY
0
Entering edit mode

I meant that you can use any mapping program you find to do this. It's not the name of a program.

ADD REPLY

Login before adding your answer.

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