powered by
The enrichment results are shown in a bar chart
drawBarGraph(EnrichResult = NULL, enrich = NULL, n = 10, delta = 1e-15)
bar graph
the EnrichResult object
a data frame of enrichment result
number of bars
the threshold of P value
Haixiu Yang
demo.data <- c(1636,351,102,2932,3077,348,4137,54209) sample1 <- doEnrich(interestGenes=demo.data,maxGsize = 100, minGsize=10) drawBarGraph(EnrichResult=sample1, n=10, delta=0.05)
Run the code above in your browser using DataLab