list_to_Mem | R Documentation |
Coerce legacy multiEnrichMap list format to Mem
S4 object
list_to_Mem(x, ...)
x |
|
... |
additional arguments are ignored |
Other Mem:
Mem-class
,
check_Mem()
jamsession::load_object("test_mem")
test_mem$thresholds <- list(p_cutoff=0.05, min_count=3)
Mem <- list_to_Mem(test_mem)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.