Description Usage Arguments Value Examples
Retrieve the target gene from a Solver object
1 2 | ## S4 method for signature 'Solver'
getTarget(obj)
|
obj |
An object of class Solver |
The target gene associated with a Solver object
1 2 3 4 5 6 | # Create a Solver object using the included Alzheimer's data and retrieve the target gene
load(system.file(package="trena", "extdata/ampAD.154genes.mef2cTFs.278samples.RData"))
targetGene <- "MEF2C"
candidateRegulators <- setdiff(rownames(mtx.sub), targetGene)
solver <- Solver(mtx.sub, targetGene, candidateRegulators)
target <- getTarget(solver)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.