Description Usage Details Value Author(s) See Also Examples
View source: R/genericFunctions.R
Show all the possible tumor types accepted by LowMACA
1 |
This method is a wrapper around cgdsr-getCancerStudies
and show all the barcodes for the tumor types as used by cBioPortal.
A named vector of all the tumor types available in cgdsr 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
cgdsr-getCancerStudies
1 2 3 4 | 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.