BioPerl Remote Blast with Gene ID only ?
1
1
Entering edit mode
7.9 years ago
ksi216 ▴ 80

I'm new to BioPerl. I've been reading the howtos and looked at sample scripts, but it doesn't seem that I can run a blast using gene Ids only? I've been looking and it doesn't really mention that. I just wanted to know if it can be done and a sample syntax?

Bioperl blast • 1.6k views
ADD COMMENT
1
Entering edit mode
7.9 years ago
SES 8.6k

BLAST is a sequence comparison tool, so no, you can't pass only an ID. You'll need to pull out the sequence first and then pass it to the RemoteBlast module. You can fetch a list of sequences from Genbank (check out the efetch HOWTOs) with bioperl and then run the BLAST search. That would be my suggestion based on what you have provided.

ADD COMMENT
0
Entering edit mode

is there any website that I can input Gene Id's and it will give me Fasta sequences ?

ADD REPLY
0
Entering edit mode

Sorry, I missed your comment. Of course you can search by ID but the place you'll want to search depends on the ID source (e.g., Uniprot or Genbank). Once you get a list, you can do that with a BioPerl as I mentioned.

ADD REPLY

Login before adding your answer.

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