powered by
The enrichment results are shown in a scatter plot
drawPointGraph(EnrichResult = NULL, enrich = NULL, n = 10, delta = 1e-15)
scatter graph
the EnrichResult object
a data frame of enrichment result.
number of points.
the threshold of P value.
Haixiu Yang
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