ga4gh / ga4gh-server

Reference implementation of the APIs defined in ga4gh-schemas. RETIRED 2018-01-24
http://ga4gh.org
Apache License 2.0
96 stars 93 forks source link

Related software #1451

Open david4096 opened 7 years ago

david4096 commented 7 years ago

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.

ljdursi commented 7 years ago

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

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

wdesouza commented 7 years ago

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/.

kozbo commented 7 years ago

Here is another R library developed by Aridhia:

david4096 commented 7 years ago

@Welliton309 Wow!

skeenan commented 7 years ago

@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!)

tarkvara commented 7 years ago

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.

david4096 commented 7 years ago

Thanks @tarkvara!

tarkvara commented 7 years ago

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