How To Dynamically Access Data From Ncbi Database Using Biojava?
2
0
Entering edit mode
11.1 years ago

How to dynamically access data from NCBI database using biojava?

ncbi biojava • 2.4k views
ADD COMMENT
0
Entering edit mode

why do you need BioJava ? A simple call with java.net.URL is enough.

ADD REPLY
0
Entering edit mode
11.1 years ago
Pavel Senin ★ 1.9k

I am sure new Biojava (3.0+) implements some methods, but I had a good experience fetching sequences with 1.8.2 version using RichSequenceDB class http://www.biojava.org/docs/api1.8.2/org/biojavax/bio/db/ncbi/GenbankRichSequenceDB.html. You'll need to instantiate the class and use the getRichSequence("accession") method. Also, NCBI provides an advanced toolkit for Java using Axis2: http://www.ncbi.nlm.nih.gov/books/NBK55696/.

ADD COMMENT
0
Entering edit mode
11.1 years ago
jlshi.nudt ▴ 240

I always use R package named as GEOquery to get data from NCBI.

ADD COMMENT

Login before adding your answer.

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