Nope - just helping a friend that works in a lab....
I'm asking for help because I've never tried to write a python's code that interact with web servers :/
Hi!
I was given a list of human genes (about a 1,000) on which I need to perform the next assignments:
Look up the gene's sequences on geneCards (or some other server).
Take their sequences and first separate them into domainswith Pfam (http://pfam.xfam.org/search), Motifs (http://myhits.isb-sib.ch/cgi-bin/motif_scan).
Can someone please give me general directions on how or where to start from?
Thanks!
I would say, open a text editor and start writing...
This looks like a homework assignment to me, you'll never learn it by letting some-one else do it for you.
Nope - just helping a friend that works in a lab....
I'm asking for help because I've never tried to write a python's code that interact with web servers :/
Log in to answer this question.
A good place to start would be the Biopython Cookbook and tutorial. The first part, getting the sequences, should be obvious if you check the Cookbook.