KYCG_plotEnrichAll | R Documentation |
plot enrichment test result
KYCG_plotEnrichAll(
df,
fdr_max = 25,
n_label = 15,
min_estimate = 0,
short_label = TRUE
)
df |
test enrichment result data frame |
fdr_max |
maximum fdr for capping |
n_label |
number of database to label |
min_estimate |
minimum estimate |
short_label |
use short label |
grid object
query <- KYCG_getDBs("MM285.designGroup")[["PGCMeth"]]
res <- testEnrichment(query, platform="MM285")
KYCG_plotEnrichAll(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.