eGSEA: Definition for S3 class 'eGSEA'

Description Usage Arguments Value Examples

View source: R/ClassMethod-Pi.r

Description

eGSEA mush have following components: df_summary, leading, full, cross.

Usage

1
2
3
4
eGSEA(df_summary, leading, full, cross)

## S3 method for class 'eGSEA'
print(x, ...)

Arguments

df_summary

a data frame

leading

a list

full

a list

cross

a matrix

x

an object of class eGSEA

...

other parameters

Value

an object of S3 class eGSEA

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
# Load the library
library(Pi)

## End(Not run)
RData.location <- "http://galahad.well.ox.ac.uk/bigdata"
## Not run: 
eGSEA(df_summary, leading, full, cross)

## End(Not run)

Pi documentation built on Nov. 26, 2020, 2:01 a.m.