assays-TREDataMapper-method: Extract the data for all assays from a 'TREDataMapper'

assays,TREDataMapper-methodR Documentation

Extract the data for all assays from a TREDataMapper

Description

Extract the data for all assays from a TREDataMapper

Usage

## S4 method for signature 'TREDataMapper'
assays(x, withDimnames = TRUE)

Arguments

x

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

withDimnames

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

Value

list Data for all assays extracted from the rawdata slot of x as a list of data.tables, where the keys for each table are their id_columns.


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