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