Bioinformatics

Fetching Data With BioGroovy

With BioGroovy 1.1 we’ve added support for fetching data from a variety of RESTful webservices, including: EntrezGene, PubMed, UniProt and many others. Fetching Data In this example, we’ll fetch gene information from EntrezGene for 3 genes, and output the result to the console. import org.biogroovy.io.eutils.EntrezGeneSlurper; import org.biogroovy.models.Gene; @Grab(group=’org.biogroovy’, module=’biogroovy’, version=’1.1′) EntrezGeneSlurper slurper = new EntrezGeneSlurper();

Fetching Data With BioGroovy Read More »

BioGroovy and Web Service Identity

With the recent release of BioGroovy 1.1, we added support for a number of web services. Web service providers like NCBI’s eUtils, EntrezAjax and JournalTOCs have requirements for tracking usage of their services.  In some cases, a token must be passed along with each request that identifies the tool making the request, or a specific

BioGroovy and Web Service Identity Read More »

Tinkering With BioGroovy 1.1

Since the initial release of BioGroovy, a lot has changed, and the library has continued to grow substantially. With the recent BioGroovy 1.1 release, I thought I would review some of the changes, and update the information on how you can get started using BioGroovy. Here’s a brief list of some of the changes: Support

Tinkering With BioGroovy 1.1 Read More »

Network of BioThings Hackathon #2

This weekend’s Network of BioThings hackathon (#hackNoB) was a great success with some really innovative projects making great strides in a short amount of time. The event was hosted by the Jeff Grethe of the Neuroscience Information Framework group at UCSD, and organized by Ben Good (Su Lab @ TSRI), Dexter Pratt (NDEx project) with

Network of BioThings Hackathon #2 Read More »

A Pocketful of Rye

Unlike the Agatha Christie mystery referred to in the title of this piece, there are some mysteries that seem to defy a single answer.  One of those mysteries is how most scientists manage to keep up-to-date given the growing avalanche of developments in their fields. The answers I get are wide and varied, but I thought I would share a

A Pocketful of Rye Read More »

Scroll to Top