This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Thesis Help: NCBI parsing BLAST

Hello everyone. I am doing my thesis on blast analysis using android application . i have implemented the java version using the following link.

http://biojava.org/wiki/BioJava:CookBook3:NCBIQBlastService

Now I want to compare the output with NcBI website . where should i paste the sequence to get same output in NCBI website ?

blast genome gene

1 answer

You can use the Blast API as a webservice:

http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=DeveloperInfo

I actually implemented the api in java . i wanted to know the output it's giving is correct or not ..

and you can check your program by using the perl program that is linked above

Log in to answer this question.