The display method for pathways lists as returned by the read_gmt function.

# S3 method for pathwayCollection
print(x, ...)

Arguments

x

An object of class pathwayCollection.

...

Lazy dots for additional internal arguments (currently unused).

Value

x, returned invisibly (with the invisible function).

Details

This function sets a print method for pathwayCollection objects.

See also

Examples

### 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" ...