significantPathway3-class: Class '"significantPathway3"'

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

Description

This is a class representation for storing the output of the sigPway function in the two sample case.

Objects from the Class

Objects are output by the function sigPway in the two sample case. Objects can be created by calls of the form new("significantPathway3", ...).

Slots

genesInSigPways1:

A "list" ojbect that contains the genes belonging to each significant pathway in group 1.

genesInSigPways2:

A "list" ojbect that contains the genes belonging to each significant pathway in group 2.

sigCatPerPway:

A "list" ojbect that contains the significant categories in each pathway.

thresPValue:

A "numeric" object that contains the chosen p-value for the significance.

Methods

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

Author(s)

Laurence de Torrente, Samuel Zimmerman, Jessica Mar

Examples

1
2
sig <- new("significantPathway3",genesInSigPways1=list(),genesInSigPways2=list(),sigCatPerPway=list(),thresPValue=numeric())
showClass("significantPathway3")

pathVar documentation built on Nov. 8, 2020, 5:47 p.m.