pathwayCollection-class Object.print.pathwayCollection.RdThe display method for pathways lists as returned by the
read_gmt function.
# S3 method for pathwayCollection print(x, ...)
| x | An object of class |
|---|---|
| ... | Lazy dots for additional internal arguments (currently unused). |
x, returned invisibly (with the invisible
function).
This function sets a print method for
pathwayCollection objects.
### Load the Example Data ### data("colon_pathwayCollection") ### Print / Show ### colon_pathwayCollection#> Object with Class(es) 'pathwayCollection', 'list' [package 'pathwayPCA'] with 2 elements: #> $ pathways:List of 15 #> $ TERMS : chr [1:15] "KEGG_PENTOSE_PHOSPHATE_PATHWAY" ...