View source: R/query_ctd_gene.R
query_ctd_gene | R Documentation |
This function checks for CTDbase gene vocabulary and query CTDbase for each one, downloading gene-gene interactions, chemicals interactions, associated disease, associated KEGG pathways and associated GO terms.
query_ctd_gene(terms, ask = TRUE, verbose = FALSE)
terms |
Character vector with the genes used in the query. |
ask |
(default |
verbose |
(default |
An object of class CTDdata
.
# Example in a tryCatch, since we are performing a connection to a server we might # get a refused connection due to a server rejection. Evaluate the recieved HTTP # message to understand if the server is not available or if your IP adress is temporarly restricted rst <- tryCatch({query_ctd_gene( terms = c( "APP", "HMOX1A", "hmox1" ), verbose = TRUE )}, error = function(w){NULL})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.