colData-LongTableDataMapper-method: Convenience method to subset the 'colData' out of the...

colData,LongTableDataMapper-methodR Documentation

Convenience method to subset the colData out of the rawdata slot using the assigned colDataMap metadata.

Description

Convenience method to subset the colData out of the rawdata slot using the assigned colDataMap metadata.

Usage

## S4 method for signature 'LongTableDataMapper'
colData(x, key = TRUE)

Arguments

x

LongTableDataMapper object with valid data in the rawdata and colDataMap slots.

key

logical(1) Should the table be keyed according to the id_columns of the colDataMap slot? This will sort the table in memory. Default is TRUE.

Value

data.table The colData as specified in the colDataMap slot.


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