Skip to content

Note that this notebook was automatically generated from an RDocumentation page. It depends on the package and the example code whether this code will run without errors. You may need to edit the code to make things work.

if(!require('GOplot')) {
    install.packages('GOplot')
    library('GOplot')
}
## Not run: 
# #Load the included dataset
# data(EC)
# 
# #Building the circ object
# circ<-circular_dat(EC$david, EC$genelist)
# ## End(Not run)