eGSEA | R Documentation |
eGSEA
eGSEA
mush have following components: df_summary, leading, full,
cross.
eGSEA(df_summary, leading, full, cross) ## S3 method for class 'eGSEA' print(x, ...)
df_summary |
a data frame |
leading |
a list |
full |
a list |
cross |
a matrix |
x |
an object of class |
... |
other parameters |
an object of S3 class eGSEA
## Not run: # Load the library library(Pi) ## End(Not run) RData.location <- "http://galahad.well.ox.ac.uk/bigdata_dev" ## Not run: eGSEA(df_summary, leading, full, cross) ## End(Not run)