Description Usage Arguments Value See Also Examples
A VarianceFilter object allows for filtering based on the variance of a target gene in relation to
other genes in the assay matrix. Using its associated getCandidates
method, a VarianceFilter
object can be used to filter a list of possible transcription factors to those within a given
range of the variance of a supplied target gene.
1 | VarianceFilter(mtx.assay = matrix(), quiet = TRUE)
|
mtx.assay |
An assay matrix of gene expression data |
quiet |
A logical denoting whether or not the solver should print output |
A CandidateFilter class object with variance as the filtering method
An object of the VarianceFilter class
getCandidates-VarianceFilter
, getFilterAssayData
Other Filtering Objects: FootprintFilter-class
,
NullFilter-class
1 2 | load(system.file(package="TReNA", "extdata/ampAD.154genes.mef2cTFs.278samples.RData"))
variance.filter <- VarianceFilter(mtx.assay = mtx.sub)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.