Description Usage Arguments Value Examples
Imports: data.table purrr ggplotify reshape2 AnnotationDbi org.Hs.eg.db org.Mm.eg.db plotly
1 2 3 4 5 6 7 8 9 10 |
sets |
list, each item (i.e. a set) is a vector of strings |
minOverlap |
integer, indicating the minimum number of sets in which genes should show up |
Species |
string, either "Homo sapiens" or "Mus musculus", indicating the species the set items refer to |
IDfrom |
string, anything valid in mapIds (e.g. 'ENTREZID' or 'SYMBOL'), indicating the input ID type of set items |
IDto |
string, anything valid in mapIds (e.g. 'ENTREZID' or 'SYMBOL'), indicating the output ID type of set items |
HMstats |
boolean, should overlap percentage be shown in the tiles? |
HMlabels |
boolean, should x and y axis have text, i.e. sample names |
plotly |
boolean, should a plotly graph be shown instead of ggplot? |
a list: two ggplot objects (venn & heatmap), a vector of overlapping genes and a boolean table with all genes
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.