Learn R Programming

LowMACA (version 1.4.2)

showTumorType: List of tumor types

Description

Show all the possible tumor types accepted by LowMACA

Usage

showTumorType()

Arguments

Value

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.

Details

This method is a wrapper around getCancerStudies and show all the barcodes for the tumor types as used by cBioPortal.

See Also

lmParams getCancerStudies

Examples

Run this code
data('lmObj')
out <- showTumorType()
chosenTumors <- out[1:3]
lmParams(lmObj)$tumor_type <- chosenTumors

Run the code above in your browser using DataLab