getGeneModelTableColumnNames.Rd
Retrieve the column names in the gene model table for a Trena object
# S4 method for Trena getGeneModelTableColumnNames(obj)
obj | An object of class Trena |
---|
A character vector listing the column names in the Trena object gene model table
# Create a Trena object and retrieve the column names of the gene model table trena <- Trena("mm10") tbl.cols <- getRegulatoryTableColumnNames(trena)