GO_DATA_drug | R Documentation |
It is an RDS file storing the GO annotation environment where the gene SYMBOLs
are mapped to drug names via drug-target interactions. The GO to drug annotation
environment contains GO term ID to drug names, drug name to annotated
GO terms, GO term ID to its description and GO term ID to its ontology mappings.
This environment is used for dsea_*
methods in the signatureSearch
package to do GO enrichment analysis directly with test drug set.
This environment is stored in an RDS file to accelerate the speed by avoiding
building this environment from scratch every time running the dsea
functions.
dsea
library(ExperimentHub)
eh <- ExperimentHub()
qr <- query(eh, c("signatureSearchData", "GO_DATA"))
go_data_drug <- eh["EH3232"]
# go_data_drug <- eh[["EH3232"]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.