Socket
Socket
Sign inDemoInstall

cgds

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cgds

A module for querying the Cancer Genomics Data Server (CGDS).


Version published
Weekly downloads
2
decreased by-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

CGDS-JS

A Node.js module for querying the Cancer Genomics Data Server (CGDS), hosted by the Computational Biology Center at Memorial-Sloan-Kettering Cancer Center (MSKCC). Read more about this service at the cBio Cancer Genomics Portal.

Usage

  1. Install it: npm install cgds
  2. Require it: var CGDS = require("cgds");
  3. Instantiate a CGDS client: var cgds = new CGDS("http://www.cbioportal.org/public-portal/webservice.do");
  4. See API for a list of methods

API

See Web API for more details.

getTypesOfCancer()

Retrieves a list of all the clinical types of cancer.

getCancerStudies()

Retrieves meta-data regarding cancer studies.

getGeneticProfiles(cancer_study_id)

Retrieves meta-data regarding all genetic profiles, e.g. mutation or copy number profiles, stored about a specific cancer study.

getCaseLists(cancer_study_id)

Retrieves meta-data regarding all case lists stored about a specific cancer study.

getProfileData(case_set_id, genetic_profile_id, gene_list)

Retrieves genomic profile data for one or more genes.

getMutationData(genetic_profile_id, case_set_id, gene_list)

Retrieves the full set of annotated extended mutation data.

getClinicalData(case_set_id)

Retrieves overall survival, disease free survival and age at diagnosis for specified cases.

FAQs

Package last updated on 23 Jul 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc