Description Usage Arguments Value See Also Examples
The Trena class provides a convenient wrapper for the most commonly used filters and solvers in the trena
package. Given a particular genome (one of c("hg38","mm10")
, the Trena class provides methods to
retrieve information about possible regulators for a target gene, assess the effects of SNPs, and create gene models
using the flexible EnsembleSolver
class.
1 |
genomeName |
A string indicating the genome used by the Trena object. Currently, only human and mouse ( "hg38","mm10") are supported |
quiet |
A logical indicating whether or not the Trena object should print output |
An object of the Trena class
getRegulatoryChromosomalRegions
, getRegulatoryTableColumnNames
,
getGeneModelTableColumnNames
,
createGeneModelFromRegulatoryRegions
,
createGeneModelFromTfList
1 2 | # Create a Trena object using the human hg38 genome
trena <- Trena("hg38")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.