getCases: Get cases for selected Studies. The Cases are the descrption...

Description Usage Value Examples

View source: R/getCases.R

Description

Get cases for selected Studies. The Cases are the descrption of the samples from patients. The samples can be subdivided by the type of assays as, sequencing, CNA, Mutation, Methylation.

Usage

1

Value

a dataframe with cases

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 # Create CGDS object
 cgds<-CGDS("http://www.cbioportal.org/")
 # Get list of cancer studies at server
 Studies <- getCancerStudies(cgds)[,2]
 # Get available case lists (collection of samples) for a given cancer study
 mycancerstudy <- getCancerStudies(cgds)[2,1]
 mycaselist <- getCaseLists(cgds,mycancerstudy)[1,1]
## Not run: 
  ##getCases()
  
## End(Not run)
  

canceR documentation built on Nov. 8, 2020, 7:21 p.m.