connections | R Documentation |
Get a connection to one of the pre-build compound databases. The DrugBank database is distributed in the ChemmineDrugs package.
The DUD database will be downloaded the first time it is called.
It will download a 1.8GB zipped file which will expand to abut 9GB.
A directory to store the database in can be passed to the DUD()
function.
DUD(destinationDir=".")
DrugBank()
destinationDir |
The directory to store the downloaded DUD database in. |
A connection object to the ether the DUD or DrugBank database. This object must be passed to other functions which make use of the connection.
Kevin Horan
dbConn = DrugBank()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.