Learn R Programming

EnrichDO (version 0.1-1)

drawPointGraph: drawPointGraph

Description

The enrichment results are shown in a scatter plot

Usage

drawPointGraph(EnrichResult = NULL, enrich = NULL, n = 10, delta = 1e-15)

Value

scatter graph

Arguments

EnrichResult

the EnrichResult object

enrich

a data frame of enrichment result.

n

number of points.

delta

the threshold of P value.

Author

Haixiu Yang

Examples

Run this code
demo.data <- c(1636,351,102,2932,3077,348,4137,54209)
sample2 <- doEnrich(interestGenes=demo.data,maxGsize = 100, minGsize=10)
drawPointGraph(EnrichResult=sample2, n=10, delta=0.05)

Run the code above in your browser using DataLab