View source: R/genericFunctions.R
showTumorType | R Documentation |
Show all the possible tumor types accepted by LowMACA
showTumorType()
This method is a wrapper around getStudies
and show all the barcodes for the tumor types as used by cBioPortal.
A named vector of all the tumor types available in cBioPortalData package that can be passed to the method lmParams. Every element is the aggregation of all the available sequenced data from all the studies involved in a particular tumor type.
Stefano de Pretis , Giorgio Melloni
lmParams
getStudies
data('lmObj') out <- showTumorType() chosenTumors <- out[1:3] lmParams(lmObj)$tumor_type <- chosenTumors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.