getData: Extract data from FirehoseData object

Description Usage Arguments Value Examples

Description

A go-to function for getting top level information from a FirehoseData object. Available datatypes for a particular object can be seen by entering the object name in the console ('show' method).

Usage

1
getData(object, type, platform)

Arguments

object

A FirehoseData object

type

A data type to be extracted

platform

An index for data types that may come from multiple platforms (such as mRNAArray), for GISTIC data, one of the options: 'AllByGene' or 'ThresholdedByGene'

Value

Returns matrix or data.frame depending on data type

Examples

1
2
3
data(accmini)
getData(accmini, "clinical")
getData(accmini, "RNASeq2GeneNorm")

RTCGAToolbox documentation built on Nov. 8, 2020, 5:34 p.m.