Plot selected GO terms
plot_go_terms_upset.RdThis function plots a set of GO terms of interest.
be run after get_enriched_go and estimate_go_overrep.
To avoid plotting too many terms, you may wish to use
remove_redundant_go first too. A warning is shown if you try
and plot more than 100 GO terms.
Arguments
- goi
characterGO terms of interest- foi
characterfeatures (genes/proteins etc) of interest- gene2cat
data.framewith 2 columns containing the mapping between genes (usually UniProt accessions, Ensembl gene IDs or similar) and GO terms.- term_col
charactercolumn name for GO term description.- gene_col
charactercolumn name for genes (or protein etc).