KYCG_plotMetaEnrichment | R Documentation |
Plot meta gene or other meta genomic features
KYCG_plotMetaEnrichment(result_list)
result_list |
one or a list of testEnrichment |
a grid plot object
cg_lists <- KYCG_getDBs("MM285.TFBS")
queries <- cg_lists[(sapply(cg_lists, length) > 40000)]
result_list <- lapply(queries, testEnrichment,
"MM285.metagene", silent=TRUE, platform="MM285")
KYCG_plotMetaEnrichment(result_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.