ga4gh-server icon indicating copy to clipboard operation
ga4gh-server copied to clipboard

Related software

Open david4096 opened this issue 8 years ago • 8 comments

Add links in documentation to other ga4gh API related software and how they can be used in relation to this software. Please just comment with links of software that is part of the ga4gh API ecosystem: visualizers, servers, examples, etc.

  • ga4gh-gemini - Providing a GA4GH Interface to Gemini Variant Data
  • ga4gh-client - Client implementation for accessing GA4GH APIs
  • ga4gh-common - common modules for GA4GH schemas, client and server, collected into one package
  • picard - A set of command line tools (in Java) for manipulating high-throughput sequencing (HTS) data and formats such as SAM/BAM/CRAM and VCF. http://broadinstitute.github.io/picard/
  • ga4gh-mongo - A document based Variant database schema inspired by ga4gh Variants schema.
  • https://github.com/pyOpenSci/pyEnsemblRest - covers some ga4gh endpoints as well as others
  • ga4gh-catalog - List the contents of a GA4GH server
  • GA4GHclient - A Bioconductor package for accessing GA4GH API data servers
  • Rga4gh: An Interface to the GA4GH API - An Interface to the GA4GH API that allows users to easily GET responses and POST requests to GA4GH Servers,
  • GA4GH .NET Bindings - a project for .NET bindings for GA4GH. Includes sample apps for Xamarin.iOS and Xamarin.Droid. (@tarkvara)

david4096 avatar Nov 01 '16 15:11 david4096

Intel Health & Life Sciences has a something for GA4GH api layer atop their GenomicsDB:

https://github.com/Intel-HLS/GenomicsSampleAPIs

ljdursi avatar Nov 16 '16 14:11 ljdursi

I would like use this opportunity to share the recently developed GA4GHclient R package publicly available at GitHub. This package simplifies accessing GA4GH API based data servers using R. It also has a web interface for interacting with genomic data (see picture below). We intended to submit our package to Bioconductor project as soon as possible.

Questions and suggestions are very appreciated. Let us know leaving a issue. We are currently working on documentation and examples.

1kgenomes

Web application connected at http://1kgenomes.ga4gh.org/.

wdesouza avatar Nov 22 '16 12:11 wdesouza

Here is another R library developed by Aridhia:

kozbo avatar Nov 22 '16 18:11 kozbo

@Welliton309 Wow!

david4096 avatar Nov 22 '16 19:11 david4096

@Welliton309 and @ljdursi these are both awesome. So cool. We need to highlight these on http://ga4gh.org or on the landing page of http://1kgenomes.ga4gh.org/ (or both!)

skeenan avatar Nov 29 '16 11:11 skeenan

I've created a project for .NET bindings for GA4GH on CodePlex. Includes sample apps for Xamarin.iOS and Xamarin.Droid.

Still a work in progress, but it should be helpful if anybody is developing mobile apps using GA4GH.

tarkvara avatar Mar 11 '17 20:03 tarkvara

Thanks @tarkvara!

david4096 avatar Mar 18 '17 14:03 david4096

CodePlex is shutting down, so the .NET bindings have been moved to GitHub.

tarkvara avatar May 04 '17 18:05 tarkvara