Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 25 Next »

RESTful Web Services

OpenCGA implements a comprehensive and well-designed REST web service API, this consists of more than 200 endpoints that allow to query and fully operate all data in OpenCGA. You can get more info at RESTful Web Services.

We have implemented three different ways to query and operate OpenCGA using the REST web service API:

  • REST Client Libs: four different client libraries have been developed: Java, Python, R and Javascript. This allows a easy integration in any bioinformatic pipeline.
  • Command Line: users and administrators can use opencga.sh command line to query and operate OpenCGA. 
  • Web Application: an interactive web application called IVA has been developed to query and visualisation OpenCGA data.


OpenCGA Demo

We have deployed a public demo installation to facilitate the testing and development for all users. We have indexed and annotated 5 different datasets organised in 3 projects and 5 studies, these cover the most typical data use cases today such as multi-sample VCF, family data or somatic calls.

Connecting to demo

OpenCGA demo REST URL is available at

http://bioinfo.hpc.cam.ac.uk/opencga-prod/ 

you can check REST API and documentation at http://bioinfo.hpc.cam.ac.uk/opencga-prod/webservices/.

We have created a read-only user called demouser with password demouser. This user is not the owner of the data but has been given VIEW access to all data in all studies, this is a very common configuration in OpenCGA installations where the owner of the data grant access to other users.

Indexed Data

This demo consists of three projects and five studies. These represents different assembly and type of data such as multi sample VCF, aggregated VCF or family genome or exome. The data is organised in 3 projects and 5 studies.


Project NameStudy ID and NameVCF File TypeSamplesVariants
Population Studies GRCh38

1000g - 1000 Genomes Project Phase 3

Name

Multi sample2,504

uk10k

UK10K Project

Aggregated10,00046,624,127
Family Studies GRCh37platinum 

Platinum

Family Multi sample3

8,456,984

corpasome - Corpas Family


Family Multi sample4

300,711

GRCh38 Somatic

rams_cml

Chronic Myeloid Leukemia - Russian Academy of Medical Sciences

Somatic11121,384

Example

Table of Contents:

  • No labels