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

assays,LongTableDataMapper-methodR Documentation

Extract the data for all assays from a LongTableDataMapper

Description

Extract the data for all assays from a LongTableDataMapper

Usage

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

Arguments

x

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