getGeneModelTableColumnNames: Retrieve the column names in the gene model table for a Trena...

getGeneModelTableColumnNames,Trena-methodR 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)

PriceLab/TReNA documentation built on March 21, 2023, 1:57 p.m.