/getting-started-with-the-api

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

Primary LanguageHTMLApache License 2.0Apache-2.0

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.