assay-TREDataMapper-ANY-method: Extract the data for an assay from a 'TREDataMapper'

assay,TREDataMapper,ANY-methodR Documentation

Extract the data for an assay from a TREDataMapper

Description

Extract the data for an assay from a TREDataMapper

Usage

## S4 method for signature 'TREDataMapper,ANY'
assay(x, i, withDimnames = TRUE)

Arguments

x

TREDataMapper The object to retrive assay data form according to the assayMap slot.

i

character(1) Name of an assay in the assayMap slot of x.

withDimnames

logical(1) For compatibility with SummarizedExperiment::assay generic. Not used.

Value

data.table Data for the specified assay extracted from the rawdata slot of x.


bhklab/CoreGx documentation built on March 14, 2024, 3:04 a.m.