Description Usage Arguments Details Examples
The function eliminates all terms with a gene overlap >= set
threshold (overlap
) The reduced dataset can be used to improve the
readability of plots such as GOBubble
and GOBar
1 | reduce_overlap(data, overlap)
|
data |
A data frame created with |
overlap |
Skalar indicating the threshold for gene overlap (default = 0.75). |
The function is currently very slow.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
# Load the included dataset
data(EC)
# Building the circ object
circ <- circle_dat(EC$david, EC$genelist)
# Eliminate redundant terms
reduced_circ <- reduce_overlap(circ)
# Plot reduced data
GOBubble(reduced_circ)
## End(Not run)
|
Loading required package: ggplot2
Loading required package: ggdendro
Loading required package: gridExtra
Loading required package: RColorBrewer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.