plot.pathway.catalogue | R Documentation |
plot pathway.catalogue object
## S3 method for class 'pathway.catalogue'
plot(x, ...)
x |
a |
... |
other arguments |
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.
Zuguang Gu <z.gu@dkfz.de>
set.pathway.catalogue
data(PID.db)
NCI = PID.db$NCI
plot(NCI)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.