TFEAresults-class | R Documentation |
"TFEAresults"
An object of class "TFEAresults"
represents the results of TFEA.
TFEAresults(...)
... |
Each argument in ... becomes an slot in the new
|
A TFEAresults object.
enrichmentScore
"numeric Matrix"
, specify the
enrichment score for each transcription factor (TF). Every row represents
a TF. The columns represents the accumulated enrichment score for that rank.
bindingSites
GenomicRanges
object. It is keep same length and order as the columns in enrichmentScore.
motifID
"list"
. The ranks of binding sites for each TF.
resultsTable
"data.frame"
. The data frame contains the
summarized enrichment score, the p-value, and adjuct p-value for each TF.
res <- readRDS(system.file("extdata", "res.rds", package="ATACseqTFEA"))
res
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.