Showing content from https://www.bioconductor.org/packages/release/bioc/html/../vignettes/hmdbQuery/inst/doc/hmdbQuery.R below:
## ----setu,echo=FALSE,results="hide"------------------------------------------- suppressMessages({ suppressPackageStartupMessages({ library(hmdbQuery) library(gwascat) }) }) ## ----lk1---------------------------------------------------------------------- library(hmdbQuery) lk1 = HmdbEntry(prefix = "http://www.hmdb.ca/metabolites/", id = "HMDB0000001") ## ----lk2---------------------------------------------------------------------- lk1 ## ----lkta--------------------------------------------------------------------- data(hmdb_disease) hmdb_disease ## ----lkdis3------------------------------------------------------------------- d1 = diseases(lk1) # data.frame pmids = unlist(d1["references", 5][[1]][2,]) library(annotate) pm = pubmed(pmids[1]) ab = buildPubMedAbst(xmlRoot(pm)[[1]]) ab ## ----lkdee-------------------------------------------------------------------- biospecimens(lk1) tissues(lk1) st = store(lk1) head(names(st)) length(names(st)) st$protein_assoc["name",] st$protein_assoc["gene_name",]
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4