calculateEnrichmentTest.Rd
This function performs enrichment test (ET) based on Fisher's exact test
calculateEnrichmentTest(
DEGs,
catalog,
TFs,
TF.col = "TF..OFFICIAL_TF_CODING_GENE_NAME."
)
a character vector of DEGs (differentially expressed genes)
a data frame of TFactS catalog (ver. 2)
a character vector of transcription factor
the name of the column that contains the TF names
data.frame
Essaghir A et al. Nucleic Acids Res. 2010 Jun;38(11):e120.
data(DEGs)
data(catalog)
tftg <- extractTFTG(DEGs, catalog)
TFs <- tftg$TFs
res <- calculateEnrichmentTest(DEGs, catalog, TFs)