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

assay,LongTableDataMapper,ANY-methodR Documentation

Extract the data for an assay from a LongTableDataMapper

Description

Extract the data for an assay from a LongTableDataMapper

Usage

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

Arguments

x

LongTableDataMapper 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.