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

Version 1 Next »

Configuring and initializing the client

this.opencgaClientConfig = new OpenCGAClientConfig(this.config.opencga.host, this.config.opencga.version, true, "iva");

this.opencgaClient = new OpenCGAClient(this.opencgaClientConfig);

Getting information about genomic variants

opencgaClient.studies().getVariants(id, params, options)

Getting information about projects

opencgaClient.projects().info(id, params, options)

opencgaClient.projects().getStudies(id, params, options)

Getting information about studies

opencgaClient.studies().search(params, options)

opencgaClient.studies().summary(id, params, options)

opencgaClient.studies().info(id, params, options)

opencgaClient.studies().getSamples(id, params, options)

Table of Contents:


  • No labels