showTumorType: List of tumor types

View source: R/genericFunctions.R

showTumorTypeR Documentation

List of tumor types

Description

Show all the possible tumor types accepted by LowMACA

Usage

showTumorType()

Details

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

Value

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.

Author(s)

Stefano de Pretis , Giorgio Melloni

See Also

lmParams getStudies

Examples

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

ste-depo/LowMACA documentation built on Oct. 15, 2022, 11:53 p.m.