Description Usage Arguments Value
TrenaProject and its (projected) subclasses provide convenient containers in which to collect trena-related aggregation of a gene's (a hierarchy of classes) including expression data, transcript and variant info, genomic and epigenomic context, trena models and/or the means to create them
1 2 3 4 5 6 7 8 9 10 11 | TrenaProject(
projectName,
supportedGenes,
genomeName,
geneInfoTable.path,
footprintDatabaseHost,
footprintDatabaseNames,
footprintDatabasePort = 5432,
packageDataDirectory,
quiet
)
|
supportedGenes |
a vector of character strings |
footprintDatabaseHost |
Character string (e.g., "khaleesi.systemsbiology.net") |
footprintDatabaseNames |
Character string (e.g., "hint_brain_20") |
quiet |
A logical indicating whether or not the Trena object should print output |
expressionDirectory |
A string pointing to a collection of RData expression matrices |
genomicRegionsDirectory |
A string pointing to a collection of RData files describing genomic regions of interest |
variantsDirectory |
A string pointing to a collection of RData variant files |
covariatesFile |
the (optional) name of a covariates files |
An object of the TrenaProject class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.