View source: R/showTumorType.R
| showCancerStudy | R Documentation | 
Show all the possible cancer studies accepted by PrecisionTrialDrawer
showCancerStudy(tumor_type=NULL)
| tumor_type | a valid tumor type barcode in TCGA standard coding | 
This method is a wrapper around getStudies 
and show all the cancer studies included in the cBioPortal. 
If you specify the tumor_type, follow 
the list of showTumorType.
Even though the cancer studies are present, 
it doesn't mean that there are data for every alteration. 
A tumor type could have mutation data but not copynumber 
or viceversa. Furthermore, fusion data 
have a different source and could not be included in the list.
A named vector of all the cancer studies available in cBioPortalData package that can be passed to the method getAlterations.
Giorgio Melloni, Alessandro Guida
getAlterations showTumorType
getStudies
myCanStudies <- showCancerStudy() head(myCanStudies)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.