Retrieve the column names in the regulatory table for a Trena object

# S4 method for Trena
getRegulatoryTableColumnNames(obj)

Arguments

obj

An object of class Trena

Value

A character vector listing the column names in the Trena object regulatory table

Examples

# Create a Trena object and retrieve the column names of the regulatory table trena <- Trena("mm10") tbl.cols <- getRegulatoryTableColumnNames(trena)