Skip to content

Latest commit

 

History

History
84 lines (55 loc) · 3.67 KB

README.md

File metadata and controls

84 lines (55 loc) · 3.67 KB

Welcome to the Google Genomics GitHub Organization!

New to Google Genomics?

What You'll Find in GitHub

Interactive Data Analysis Samples and Tools
  • getting-started-bigquery Example queries to show how to get started with genomic data in BigQuery.

  • codelabs Codelabs demonstrating usage of several tools and systems upon genomic data.

  • bigquery-examples Advanced BigQuery examples upon genomic data.

  • api-client-java A command line tool for Google Genomics API queries.

  • api-client-r An R package for Google Genomics API queries.

  • gatk-tools-java Tools for using Picard and GATK with the Google Genomics API.

Cluster Computing Data Analysis Samples
  • dataflow-java Google Cloud Dataflow pipelines upon genomic data such as Identity-By-State.

  • spark-examples Apache Spark jobs on genomic data such as Principal Coordinate Analysis.

  • mapreduce-python Google App Engine Python MapReduce job which calculates Read coverage.

Working with the Google Genomics API
  • getting-started Examples of how to get started with the Google Genomics API in many languages.

  • api-provider-local-java An implementation of the Global Alliance Reads API which reads data from local BAM files.

Data Visualization Application Samples
Data Analysis Application Samples
  • denovo-variant-caller-java A de novo variant caller which uses information from a mother, father and child trio with a bayesian inference method.
Miscellaneous
  • gce-images Scripts that create a Google Compute Engine image containing a set of popular genomics software.

  • utils-java Common Java files for Google Genomics integrations.

Documentation