View source: R/printClass_pathwayCollection.R
print.pathwayCollection | R Documentation |
pathwayCollection
-class Object.The display method for pathways lists as returned by the
read_gmt
function.
## S3 method for class 'pathwayCollection'
print(x, ...)
x |
An object of class |
... |
Lazy dots for additional internal arguments (currently unused). |
This function sets a print
method for
pathwayCollection
objects.
x
, returned invisibly (with the invisible
function).
read_gmt
; write_gmt
### Load the Example Data ###
data("colon_pathwayCollection")
### Print / Show ###
colon_pathwayCollection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.