eTerm: Definition for S3 class 'eTerm'

Description Usage Arguments Value Examples

View source: R/ClassMethod-Pi.r

Description

eTerm mush have following components: term_info, annotation, g, data, background, overlap, fc, zscore, pvalue, adjp, cross.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
eTerm(
term_info,
annotation,
g,
data,
background,
overlap,
fc,
zscore,
pvalue,
adjp,
cross
)

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

Arguments

term_info

a data frame

annotation

a list

g

an 'igraph' object

data

a vector

background

a vector

overlap

a vector

fc

a vector

zscore

a vector

pvalue

a vector

adjp

a vector

cross

a matrix

x

an object of class eTerm

...

other parameters

Value

an object of S3 class eTerm

Examples

1
2
3
4
5
6
RData.location <- "http://galahad.well.ox.ac.uk/bigdata"
## Not run: 
eTerm(term_info, annotation, g, data, background, overlap, fc, zscore,
pvalue, adjp, cross)

## End(Not run)

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