reduce_overlap: Eliminates redundant terms.

Description Usage Arguments Details Examples

Description

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

Usage

1
reduce_overlap(data, overlap)

Arguments

data

A data frame created with circle_dat.

overlap

Skalar indicating the threshold for gene overlap (default = 0.75).

Details

The function is currently very slow.

Examples

 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)

wencke/wencke.github.io documentation built on May 4, 2019, 4:18 a.m.