KYCG_plotPointRange | R Documentation |
Plot point range for a list of enrichment testing results against the same set of databases
KYCG_plotPointRange(result_list)
result_list |
a list of testEnrichment resultsx |
grid plot object
## pick some big TFBS-overlapping CpG groups
cg_lists <- KYCG_getDBs("MM285.TFBS")
queries <- cg_lists[(sapply(cg_lists, length) > 40000)]
result_list <- lapply(queries, testEnrichment,
"MM285.chromHMM", platform="MM285")
KYCG_plotPointRange(result_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.