create_upsetdata | R Documentation |
Create a data frame that can be fed to the upset function
create_upsetdata(res_enrich, use_ids = FALSE)
res_enrich |
A |
use_ids |
Logical - whether to use the |
A data.frame to be used in ComplexUpset::upset()
# res_enrich object
data(res_enrich_macrophage, package = "GeneTonic")
res_enrich <- shake_topGOtableResult(topgoDE_macrophage_IFNg_vs_naive)
create_upsetdata(res_enrich[1:20, ])
dim(create_upsetdata(res_enrich[1:20, ]))
create_upsetdata(res_enrich[1:5, ], use_ids = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.