Fetch The Location And Nucleotide Sequence Through Webservice For Drosophila Melanogaster
1
0
Entering edit mode
11.3 years ago

I have the list of gene (huge number), and want to fetch the gene position from the genome Drosophila melanogaster along with nucleotide sequence eg bi Pph13 abd-A peb Gsc Abd-B

I need the wsdl of such service along the call

Or some other way to fetch the record

webservice gene • 2.2k views
ADD COMMENT
2
Entering edit mode

What have you tried so far?

It's very important to make sure you know how to spell the organism you are working with. When I see mistakes in the spelling of your model organism I automatically assume there will be mistakes in all other areas of your science.

ADD REPLY
1
Entering edit mode
11.3 years ago
Raygozak ★ 1.4k

If you have the fasta reference sequence and gff anotation for your organism, you can use the fastahack library (github) to fetch the sequences based on the positions defined for a specific gene in the gff file. for the position you can try doing a grep in your anotation file and automate all this using a shell script.

note that the fastahack code compiles a command line utility for you without the need for you to redo it if you don't want to actually code in c++.

ADD COMMENT

Login before adding your answer.

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