print.cepa.all: print the cepa.all object

Description Usage Arguments Details Author(s) See Also Examples

View source: R/plot_print.R

Description

print the cepa.all object

Usage

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

Arguments

x

a cepa.all object

...

other arguments

Details

The function print the number of significant pathways under various centrality measures at p-value <= 0.01.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

See Also

cepa.all

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
## Not run: 
data(PID.db)

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

# GSA extension
# P53_symbol.gct and P53_cls can be downloaded from
# https://mcube.nju.edu.cn/jwang/lab/soft/cepa/
eset = read.gct("P53_symbol.gct")
label = read.cls("P53.cls", treatment="MUT", control="WT")
# will spend about 45 min
res.gsa = cepa.all(mat = eset, label = label, pc = PID.db$NCI)
res.gsa

## End(Not run)

jokergoo/CePa documentation built on July 2, 2021, 10:28 p.m.