Description Usage Arguments Value See Also Examples
Get candidate genes using the variance filter
1 2 | ## S4 method for signature 'VarianceFilter'
getCandidates(obj)
|
obj |
An object of class VarianceFilter |
A vector containing all genes with variances less than the target gene
Other getCandidate Methods:
getCandidates,FootprintFilter-method
,
getCandidates,GeneOntologyFilter-method
,
getCandidates,HumanDHSFilter-method
,
getCandidates()
1 2 3 4 5 | # Using the included Alzheimer's dataset, filter out only those transcription factors with variance
# within 50% of the variance of MEF2C
load(system.file(package="trena", "extdata/ampAD.154genes.mef2cTFs.278samples.RData"))
variance.filter <- VarianceFilter(mtx.assay = mtx.sub, targetGene = "MEF2C")
tfs <- getCandidates(variance.filter)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.