title: "DrugHelper: Identification and correction of drug names database" output: html_document: keep_md: true
Drughelper is an R package to identify and correct some drug names of the user's interest in order to easily work with them. Drughelper is constantly updating its dataset (once a month) from Chembl's database.
Drughelper can be installed from CRAN repository:
install.packages("drughelper")
checkDrugSynonym
Main function of the proyect which the user will work with. downloadAbsentFile
Downloads the drug dataset where the search is performed. This function is optional, otherwise checkDrugSynonym
also downloads the dataset if it is not found in the current directory. formattingDrugName
A function which corrects a bad input for a drug name and returns the synonyms of the corrected name drug.AuxFunctions
Internal functions performed in order to build the dataset. Data with drugs and synonyms from ChEMBl: datosChembl.RData
. It is downloaded through downloadAbsentFile
function.
Information of the columns from datosChembl.RData
:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.