print.pathwayCollection: Display the Summary of a 'pathwayCollection'-class Object.

View source: R/printClass_pathwayCollection.R

print.pathwayCollectionR 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


gabrielodom/pathwayPCA documentation built on July 10, 2023, 3:32 a.m.