significantPathway2-class {pathVar} | R Documentation |
"significantPathway2"
This is a class representation for storing the output of the sigPway
function in the two sample case.
Objects are output by the function sigPway
in the two sample case.
Objects can be created by calls of the form new("significantPathway2", ...)
.
genesInSigPways1
:A "list"
ojbect that contains the genes belonging to each significant pathway.
thresPValue
:A "numeric"
object that contains the chosen p-value for the significance.
No methods defined with class "significantPathway2" in the signature.
Laurence de Torrente, Samuel Zimmerman, Jessica Mar
sig <- new("significantPathway2",genesInSigPways1=list(),thresPValue=numeric()) showClass("significantPathway2")