geneSet-class: Class '"geneSet"'

Description Objects from the Class Slots Methods Author(s) Examples

Description

This is a class representation for storing the output of the getGenes function.

Objects from the Class

Objects are output by the function getGenes. Objects can also be created by calls of the form new("geneSet", ...).

Slots

genes1:

A character object that contains the genes belonging to the pathway in the given window for group 1.

genes2:

A character object that contains the genes belonging to the pathway in the given window for group 2.

genesAll:

A character object that contains the genes from the dataset belonging to the pathway.

Methods

No methods defined with class "geneSet" in the signature.

Author(s)

Laurence de Torrente, Samuel Zimmerman, Jessica Mar

Examples

1
2
out <- new("geneSet",genes1=character(),genes2=character(),genesAll=character())
showClass("geneSet")

jmarlab/pathVar documentation built on May 23, 2019, 9:02 p.m.