plot.pathway.catalogue: plot pathway.catalogue object

View source: R/pathway.R

plot.pathway.catalogueR 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)

CePa documentation built on June 12, 2022, 1:05 a.m.