This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Look for similar DNA sequences to a given sequence in the NCBI database

Hi everybody!

For a project, I'm trying to look for similar DNA sequences to a given sequence in the NCBI database, not necessarily from the same species, for example: given a DNA sequence found in a cat, I want to look for a similar one in different reptiles.

Thanks in advance.

ncbi dna

Thank you very much for your quick reply, but I need to do it in JAVA code. I couldn't find any way to run blast search in JAVA, any ideas?

I need to do it in JAVA code

yes, I'm sorry, that was clearly specified in your question....

in Java

Why Java specifically? Is this an assignment?

Yes, this is an assignment. If you have any other idea in another language, it's also okay. cpp preferably :>

Are you and erans995 the same person?

We are partners to this assignment

Pierre has given you the lead to the solution, try implementing it yourself and come back to us if you have specific questions.

Hey there. We've been looking all over the internet, and couldn't find a way to run a blast search in a java program. Also, we tried to access through the url, but there is no way to achieve the search results..

We are really frustrated and in need of help. All we really need is a program to run a blastn search in java.

Thanks ahead.

You said CPP is OK too. Did you look for a way to run blast in CPP? It'd be a little difficult to believe that BLAST doesn't have APIs in two mainstream languages.

Found nothing, tried everywhere,that's why we're asking here. If there is something you guys know, please leave a link here.

It's a group assignment,we're partners. If you help him, you help me!

1 answer

use blastn https://blast.ncbi.nlm.nih.gov/Blast.cgi?PROGRAM=blastn&PAGE_TYPE=BlastSearch&LINK_LOC=blasthome with

Organism : Reptilia (taxid:8504)

Log in to answer this question.