getGeneModelTableColumnNames,Trena-method {trena}R Documentation

Retrieve the column names in the gene model table for a Trena object

Description

Retrieve the column names in the gene model table for a Trena object

Usage

## S4 method for signature 'Trena'
getGeneModelTableColumnNames(obj)

Arguments

obj

An object of class Trena

Value

A character vector listing the column names in the Trena object gene model table

Examples

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

[Package trena version 1.12.1 Index]