Informatics

BioGroovy and the Semantic Web

Recently, I found myself putting together a presentation on BioGroovy.  One of the key features that I’ve been taking advantage of is the ability to use BioGroovy models as Grails domain objects.  This makes it possible to easily download and persist Genes, Proteins, and PubMed articles into a relational database.  However, I always ask myself […]

BioGroovy and the Semantic Web Read More »

BioGroovy and Grapes

As many Perl programmers know CPAN (the Comprehensive Perl Archive Network) is an invaluable repository for Perl modules.  You can easily download and install a module and add its functionality to your script.  In order for scripting languages like Groovy to gain some traction with the bioinformatics crowd there needs to be a similar repository

BioGroovy and Grapes Read More »

BioGroovy

Groovy is a powerful scripting language that allows you to leverage a large number of Java libraries. This series of articles describes how you can combine Groovy with bioinformatics-related libraries to solve a variety of problems. Traditionally, Perl has been seen as the language of choice for bioinformaticians. More recently, Python has been gaining ground.

BioGroovy Read More »

Grails In An Assay Development Setting

Grails’ ease-of-use makes it an ideal framework for rapid application development.  In most businesses governed by the simple Time = Money equation, the ability to quickly create a fully functional web application that can be deployed on the Java platform is a no-brainer, even for the non-technical set.  However, in the biotech and pharmaceutical industries

Grails In An Assay Development Setting Read More »

Scroll to Top