SkillAgentSearch skills...

Cgdsr

R-Based API for accessing the MSKCC Cancer Genomics Data Server (CGDS)

Install / Use

/learn @cBioPortal/Cgdsr
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

About

The package provides a basic set of R functions for querying the Cancer Genomics Data Server (CGDS), hosted by the Computational Biology Center at Memorial-Sloan-Kettering Cancer Center (MSKCC).

Information

Homepage

Install cgdsr Development Version from GitHub

setRepositories(ind=1:6)
options(repos="http://cran.rstudio.com/")
if(!require(devtools)) { install.packages("devtools") }
library(devtools) 

install_github("cBioPortal/cgdsr")
View on GitHub
GitHub Stars25
CategoryDevelopment
Updated8mo ago
Forks18

Languages

R

Security Score

82/100

Audited on Jul 21, 2025

No findings