An R package for accessing {{dbTitle}}, based on R package/framework biodb.
This package is an extension of biodb that implements a connector to {{dbTitle}}.
Install the latest version of this package by running the following commands:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install('biodb')
devtools::install_github('{{githubRepos}}', dependencies=TRUE)
To instantiate a connector to {{dbTitle}}, run:
mybiodb <- biodb::Biodb()
conn <- mybiodb$getFactory()$createConn('{{dbName}}')
mybiodb$terminate()
To get documentation on the implemented connector, run the following command in R:
?{{pkgName}}::{{connClass}}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.