Jacobsmith96 / getting-started-with-the-api

Examples of how to get started with the Google Genomics API in many languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getting-started

The repository contains examples of how to integrate with Google Genomics API. The code within each language-specific folder demonstrates the same things:

  • Getting the read bases for NA12872 at a specific position
  • Getting the variant overlapping that same position, and outputting the genotype

Prerequisites

  1. Clone or fork this repository.

  2. All languages will require a valid Client ID and Client secret. If you have not already done so, follow the Google Genomics sign up instructions to generate and download a valid client_secrets.json file.

About

Examples of how to get started with the Google Genomics API in many languages.

License:Apache License 2.0


Languages

Language:HTML 31.8%Language:Java 17.0%Language:Go 15.1%Language:R 14.4%Language:Perl 11.1%Language:Python 10.6%