colMeta {CoreGx}R Documentation

Generic to access the column identifiers for a rectangular object.

Description

Generic to access the column identifiers for a rectangular object.

Usage

colMeta(object, ...)

Arguments

object

['S4'] An object to get column metadata columns from.

...

ALlow new arguments to this generic

Value

Depends on impemented method.

Examples

print("Generics shouldn't need examples?")


[Package CoreGx version 1.2.0 Index]