print.pathwayCollection {pathwayPCA}R Documentation

Display the Summary of a pathwayCollection-class Object.

Description

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

Usage

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

Arguments

x

An object of class pathwayCollection.

...

Lazy dots for additional internal arguments (currently unused).

Details

This function sets a print method for pathwayCollection objects.

Value

x, returned invisibly (with the invisible function).

See Also

read_gmt; write_gmt

Examples

  ###  Load the Example Data  ###
  data("colon_pathwayCollection")

  ###  Print / Show  ###
  colon_pathwayCollection


[Package pathwayPCA version 1.4.0 Index]