Description Usage Arguments Value Examples
Retrieve the column names in the regulatory table for a Trena object
1 2 | ## S4 method for signature 'Trena'
getRegulatoryTableColumnNames(obj)
|
obj |
An object of class Trena |
A character vector listing the column names in the Trena object regulatory table
1 2 3 | # Create a Trena object and retrieve the column names of the regulatory table
trena <- Trena("mm10")
tbl.cols <- getRegulatoryTableColumnNames(trena)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.