GO_DATA | R Documentation |
It is an RDS file storing the GO annotation environment (GO term ID to
gene SYMBOLs mapping, gene SYMBOL to annotated GO terms, GO term ID to
its description, GO term ID to its ontology)
used for tsea_*
functions in signatureSearch
package with GO
enrichment analysis. This environment is saved to an RDS file to accelerate the
analysis speed by avoiding building this environment from scratch every time
running the tsea
functions.
tsea
library(ExperimentHub)
eh <- ExperimentHub()
qr <- query(eh, c("signatureSearchData", "GO_DATA"))
go_data <- eh["EH3231"]
# go_data <- eh[["EH3231"]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.