Learn R Programming

RTCGA (version 1.2.2)

getData: Export data from FirehoseData object

Description

Export data from FirehoseData object

Usage

getData(object, type = "", platform = NULL, CN = "All")

Arguments

object
A FirehoseData object
type
A data type to be exported (Data types can be seen by typing show(objectname))
platform
A list id for data types that may come from multiple platform (such as mRNAArray)
CN
A copy number data type (Default: 'All') (Possible values 'All' or 'Thresholed')

Value

  • Returns matrix or data frame depends on data type

Examples

Run this code
data(RTCGASample)
sampleClinical = getData(RTCGASample,"Clinical")
sampleClinical = getData(RTCGASample,"RNASeqGene")

Run the code above in your browser using DataLab