Description Usage Arguments Value See Also Examples
A FootprintFilter object allows for filtering based on gene footprinting databases. Using its
associated getCandidates
method and URIs for both a genome database and project database,
a FootprintFilter object can be used to filter a list of possible transcription factors to those
that match footprint motifs for a supplied target gene.
1 | FootprintFilter(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 |
An object of the FootprintFilter class
getCandidates-FootprintFilter
, getFilterAssayData
Other Filtering Objects: NullFilter-class
,
VarianceFilter-class
1 2 | load(system.file(package="TReNA", "extdata/ampAD.154genes.mef2cTFs.278samples.RData"))
footprint.filter <- FootprintFilter(mtx.assay = mtx.sub)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.