Integrate your users' genomic data
Retrieve genetic insights immediately
All with just a few lines of code
Don't worry — you don't need to know anything about genomics!
Access the interpretation of genomic data from our annotation database with ease.
Don't have a degree in genomics? We've got you covered on the science. Just focus on the coding!
Our extensive knowledge base includes 50+ traits, with more added regularly.
>>> import genomelink
>>> report = genomelink.Report.fetch(name='eye-color', population='european', token='GENOMELINKTEST001')
>>> report.summary['text']
> const genomeLink = require('genomelink-node');
> let report; genomeLink.Report.fetch({ name: 'eye-color', population: 'european', token: 'GENOMELINKTEST001' }).then(_report => report = _report);
> report.summary.text
$ curl -H "Authorization: Bearer GENOMELINKTEST001" "https://genomelink.io/v1/reports/eye-color?population=european"| jq '.summary.text'
Genomic data is the future. Our Hackathons bring like-minded developers together to dream up and build innovative DNA-personalized apps together. Don't miss out on our next Hackathon! Read about our last Hackathon here.