## Not run:
# # Load the included dataset
# data(EC)
#
# # Building the circ object
# circ <- circle_dat(EC$david, EC$genelist)
#
# # Creating the circular plot
# GOCircle(circ)
#
# # Creating the circular plot with a different colour scale for the logFC
# GOCircle(circ, lfc.col = c('purple', 'orange'))
#
# # Creating the circular plot with a different colour scale for the z-score
# GOCircle(circ, zsc.col = c('yellow', 'black', 'cyan'))
#
# # Creating the circular plot with different font style
# GOCircle(circ, label.size = 5, label.fontface = 'italic')
# ## End(Not run)
Run the code above in your browser using DataLab