Description Slots Accessors Methods Author(s) See Also Examples
A class generated from the function GOComparison()
containing the result of the differential expression analysis at the two expression levels.
similarity.matrix
:Object of class matrix
containing the semantic similarity comparison between the GO terms enriched at the two levels of analysis. The matrix contains one row for each pairwise comparison between GO terms enriched in the two levels, while columns are organized as follows:
direction
, direction of the comparison: "first level to second level" means that an enriched GO term from the first level is compared to the most similar GO term enriched in the second level, "second level to first level" means that an enriched GO term from the second level is compared to the most similar GO term enriched in the first level. Level names are taken from the object of class GOsets
given as input to the function GOcomparison
.
ontology
, GO ontology of the two terms, either BP
,CC
or MF
.
level
, gene expression levels for which the term is enriched, either "first level only", "second level only" or "both levels". Level names are taken from the object of class GOsets
given as input to the function GOcomparison
.
start.GO.ID
, Gene Ontology accession ID of the first term of the comparison.
start.term
, Gene Ontology name of the first term of the comparison.
end.GO.ID
, Gene Ontology accession ID of the second term of the comparison.
end.term
, Gene Ontology name of the second term of the comparison.
similarity.score
, semantic similarity value between the two campared GO terms.
identity.matrix
:Object of class matrix
containing the identity comparison between the GO terms enriched at the two levels of analysis. The matrix contains one row for each GO term, while columns are organized as follows:
ontology
, GO ontology of the term, either BP
,CC
or MF
.
level
, gene expression levels for which the term is enriched, either "first level only", "second level only" or "both levels". Level names are taken from the object of class GOsets
given as input to the function GOcomparison
.
GO.ID
, Gene Ontology accession ID of the term.
term
, Gene Ontology name of the term.
average.similarity.scores
:Object of class vector
containing the general semantic similarity scores between the GO terms enriched at the two levels of analysis. One similarity score, ranging from 0 to 1, is produced for each GO ontology having at least one enriched term.
signature(object = "GOsims")
: displays the slot identity.matrix
.
signature(object = "GOsims")
: displays the slot similarity.matrix
.
signature(object = "GOsims")
: displays the slot average.similarity.scores
.
signature(object = "GOsims")
: enables the generation of a barplot where, for each GO ontology, the number of GO terms enriched at different levels are displayed.
signature(object = "GOsims")
: enables the generation of a barplot where, for each GO ontology, the semantic similarity value between GO terms enriched at different levels is displayed.
Toma Tebaldi, Erik Dassi, Galena Kostoska
TranslatomeDataset
computeDEGs
GOEnrichment
GOsets
1 | showClass("GOsims")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.