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

Description Usage Arguments Details Value See Also Examples

View source: R/printClass_pathwayCollection.R

Description

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

Usage

1
2
## 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

1
2
3
4
5
  ###  Load the Example Data  ###
  data("colon_pathwayCollection")

  ###  Print / Show  ###
  colon_pathwayCollection

pathwayPCA documentation built on Dec. 15, 2020, 6:14 p.m.