getEnrichmentScore | R Documentation |
The assessment and replacement methods for TFEAresults-class
getEnrichmentScore(x)
getBindingSites(x, TF)
getMotifID(x)
## S4 method for signature 'TFEAresults'
show(object)
## S4 method for signature 'TFEAresults'
x$name
## S4 replacement method for signature 'TFEAresults'
x$name <- value
## S4 method for signature 'TFEAresults,ANY,ANY'
x[[i, j, ..., exact = TRUE]]
## S4 replacement method for signature 'TFEAresults,ANY,ANY'
x[[i, j, ...]] <- value
## S4 method for signature 'TFEAresults'
getEnrichmentScore(x)
## S4 method for signature 'TFEAresults'
getBindingSites(x, TF)
## S4 method for signature 'TFEAresults'
getMotifID(x)
x |
TFEAresults object. |
TF |
Transcription factor |
object |
an object of TFEAresults |
name |
A literal character string or a name (possibly backtick quoted). |
value |
value to replace. |
i , j |
indices specifying elements to extract or replace. |
... |
Named or unnamed arguments to form a signature. |
exact |
see Extract |
The 'getEnrichmentScore' method will return the enrichment score matrix.
The 'getBindingSites' method will return a GRanges object indicates binding sites.
The method 'getMotifID' will return A list of positions of the binding sites for the motifs.
res <- readRDS(system.file("extdata", "res.rds", package="ATACseqTFEA"))
as(res, "data.frame")
res
head(res$resultsTable)
head(res[["resultsTable"]])
head(getEnrichmentScore(res))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.