geneSet-class {pathVar} | R Documentation |
"geneSet"
This is a class representation for storing the output of the getGenes
function.
Objects are output by the function getGenes
.
Objects can also be created by calls of the form new("geneSet", ...)
.
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.
No methods defined with class "geneSet" in the signature.
Laurence de Torrente, Samuel Zimmerman, Jessica Mar
out <- new("geneSet",genes1=character(),genes2=character(),genesAll=character()) showClass("geneSet")