Description Usage Value Examples
Get Genetic Profile from selected Studies
1 |
dataframe with genetic profil
1 2 3 4 5 6 7 8 9 10 11 12 | 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]
# Get available genetic profiles
mygeneticprofile <- getGeneticProfiles(cgds,mycancerstudy)[4,1]
## Not run:
getGenProfs()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.