Description Objects from the Class Slots Extends Methods Examples
A simple extension of GeneColorSet which forces
geneColor to be either "down" or "up" and which
ignores phenotype and phenotypeColor slots.
Construct a SignedGeneSet with the SignedGeneSet
constructor method, or with a call to new. Although
SignedGeneSet derives from the more abstract
GeneColorSet, not phenotype argument is required; if
phenotype is supplied (or is present in a template object), it
will be ignored.
See GeneColorSet. No additional slots are added.
Class "GeneColorSet", directly.
Class "GeneSet", by class "GeneColorSet", distance 2.
Methods specific to SignedGeneSet:
signature(object = "SignedGeneSet"): retrieve
geneIds entires for which geneSign == "down".
signature(obj = "SignedGeneSet"): alias for
geneColor slot.
signature(object = "SignedGeneSet", value = "character"): alias for
geneColor slot, converting to factor automatically.
signature(object = "SignedGeneSet", value = "factor"): alias for
geneColor slot.
signature(.Object = "SignedGeneSet"): on
construction, checks for appropriate
geneSign/geneColor values and sets phenotype
and phenotypeColor to empty strings, since these are
ignored. If no geneSign/geneColor values are
supplied, "up" will be used by default.
signature(object = "SignedGeneSet"): same as for
GeneColorSet but suppresses display of unused
phenotype and phenotypeColor slots.
signature(object = "SignedGeneSet"): retrieve
geneIds entires for which geneSign == "up".
signature(object = "SignedGeneSet"):
Extends the 'mapIdentifiers' method implemented for GeneSets in
the GSEABase package, but rejects target gene ids when multiple
different (probe) identifiers with different gene signs (up /
down) map to the same target.
signature(object = "SignedGeneSet")
and
signature(object = "GeneSetCollection"):
Mirror the 'incidence' method implemented for GeneSets in
the GSEABase package, but returns sparseMatrix objects containing
-1 / +1 to indicate up- and down-regulated gene members.
1 2 3 | gene.ids <- letters[1:10]
gene.signs <- rep(c("up","down"), each=5)
SignedGeneSet(gene.ids, geneSign=gene.signs, setName="set1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.