Description Usage Arguments Value See Also Examples
Get candidate genes using the null filter
1 2 | ## S4 method for signature 'NullFilter'
getCandidates(obj, extraArgs = list())
|
obj |
An object of class NullFilter |
extraArgs |
An empty list |
A vector containing all genes in the assay matrix
Other getCandidate Methods: getCandidates,FootprintFilter-method
,
getCandidates,VarianceFilter-method
,
getCandidates
1 2 3 4 | # Using the included Alzheimer's data, return all transcription factors as candidates
load(system.file(package="TReNA", "extdata/ampAD.154genes.mef2cTFs.278samples.RData"))
null.filter <- NullFilter(mtx.assay=mtx.sub)
tfs <- getCandidates(null.filter)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.