print.cepa {CePa}R Documentation

print the cepa object

Description

print the cepa object

Usage

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

Arguments

x

a cepa object

...

other arguments

Details

The function print procedure of the analysis, the centrality and the p-value for the pathway.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

See Also

cepa

Examples

## Not run: 

data(PID.db)

# ORA extension
data(gene.list)
# will spend about 20 min
res.ora = cepa(dif = gene.list$dif, bk = gene.list$bk, pc = PID.db$NCI, id = 2)
res.ora

# GSA extension
# P53_symbol.gct and P53_cls can be downloaded from
eset = read.gct("P53_symbol.gct")
label = read.cls("P53.cls", treatment="MUT", control="WT")
# will spend about 45 min
res.gsa = cepa(mat = eset, label = label, pc = PID.db$NCI, id = 2)
res.gsa

## End(Not run)

[Package CePa version 0.8.0 Index]