idCols,LongTable-method {CoreGx}R Documentation

Retrieve the unique identifier columns used for primary keys in rowData and colData.

Description

Retrieve the unique identifier columns used for primary keys in rowData and colData.

Usage

## S4 method for signature 'LongTable'
idCols(object)

Arguments

object

['LongTable']

Value

['character'] A character vector containing the unique rowIDs and colIDs in a LongTable object.

Examples

idCols(merckLongTable)


[Package CoreGx version 1.2.0 Index]