plot.pathway.catalogue {CePa}R Documentation

plot pathway.catalogue object

Description

plot pathway.catalogue object

Usage

## S3 method for class 'pathway.catalogue'
plot(x, ...)

Arguments

x

a pathway.catalogue object

...

other arguments

Details

There are three fugures: A) Distribution of the number of member genes in each node; B) Distribution of the number of nodes in which a single gene resides; C) Relationship between node count and gene count in biological pathways.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

See Also

set.pathway.catalogue

Examples

data(PID.db)
NCI = PID.db$NCI
plot(NCI)

[Package CePa version 0.8.0 Index]