Skip to content

Instantly share code, notes, and snippets.

@iammerrick
Created June 29, 2014 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iammerrick/8c8a522ac269cd829e13 to your computer and use it in GitHub Desktop.
Save iammerrick/8c8a522ac269cd829e13 to your computer and use it in GitHub Desktop.

A domain specific programming language + package manager for querying genomes.

$ genome install is_male
$ genome install alzheimers
require 'is_male'
require 'alzheimers'

results = my_genome | gender && alzheimers # => returns true if genome has genetic predisposition for alzheimers present and SNPS for male

Does something like this exist?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment