enrichedInBP4 | R Documentation |
enrichedIn
. It contains exclusively GO terms enriched in at least one list of allOncoGeneLists
, ontology BP, GO-Level 4.A matrix with columns representing the gene lists from allOncoGeneLists
, and rows with GO terms in the BP ontology at GO-Level 4.
This matrix comprises logit values, with TRUE
indicating that the associated GO term is enriched in the respective list, and FALSE
indicating that the GO term is not enriched.
This matrix represents the output of the enrichedIn
function with the argument onlyEnriched = TRUE
(default), displaying exclusively the GO terms enriched in at least one list (only rows with at least one TRUE
).
data(enrichedInBP4)
An object of class "matrix" "array"
The attribute nTerms
of this matrix represents the total number of terms evaluated in the BP ontology at GO-Level 4. The difference between nTerms
and the rows of this matrix indicates the number of non-enriched GO terms across all columns (i.e., rows filled with FALSE).
Please, consider this object as an illustrative example only, which is valid exclusively for the allOncoGeneLists
data contained in this package. Note that gene lists, GO terms and Bioconductor may change over time. The current version of these results was generated with Bioconductor version 3.20.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.