chlorpromaziner

Calculate chlorpromazine-equivalent doses in R

https://github.com/ropensci/chlorpromaziner

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 10 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.6%) to scientific vocabulary

Keywords

antipsychotic pharmacology psychiatry r schizophrenia
Last synced: 11 months ago · JSON representation

Repository

Calculate chlorpromazine-equivalent doses in R

Basic Info
Statistics
  • Stars: 12
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
antipsychotic pharmacology psychiatry r schizophrenia
Created over 7 years ago · Last pushed over 5 years ago
Metadata Files
Readme Contributing

README.md

chlorpromazineR: Convert antipsychotic doses to chlorpromazine equivalents

cran checks R-CMD-check Coverage status DOI

Studies investigating or controlling for the impact of antipsychotic medications often need to quantify the amount of medication to which an individual is or has been exposed. As different antipsychotics have different potencies, the task is more complicated than using each medication’s daily dosage in milligrams, for example. chlorpromazineR is an R package to calculate dose equivalents for common oral and injectable antipsychotic medications based on conversion factors from the published literature. We do not propose to suggest which conversion factors are appropriate to use, or how to interpret the converted data. All users should also refer to the papers from which the conversion factor data originates to determine whether the use of such data is appropriate for their study.

We hope that this package is of use to scientists who do clinical research involving antipsychotic medications. Specifically, the goals of this package are:

  • to improve transparency and consistency in calculating chlorpromazine equivalents,
  • to reduce human error and improve accuracy,
  • and to simplify workflows for large datasets, as from chart reviews of electronic health records.

For further details and usage, please see the walkthrough vignette.

This results from this package should be double checked for accuracy when used in production. We welcome feedback--please contact via eb@ericebrown.com or file an issue.

Installation

The CRAN release version (recommended) can be installed via the command: install.packages("chlorpromazineR").

The development version of this package can be installed via the command: devtools::install_github("ropensci/chlorpromazineR").

Usage

Once installed, load package with library(chlorpromazineR). The package's main conversion functions are documented and usage and examples can be seen with help(to_cpz) and help(to_ap). It is strongly recommended to read the articles from which the keys are derived, and to verify that the program's output is producing results as expected. This package facilitates bulk conversion, but should be verified to ensure it produces the results as expected.

Online calculator

An online calculator using this package is available as a shiny app.

Convert data to chlorpromazine equivalents

participant_ID <- c("P01", "P02", "P03", "P04")
age <- c(42, 29, 30, 60) # not used in calculation
antipsychotic <- c("olanzapine", "olanzapine", "quetiapine", "ziprasidone")
dose <- c(10, 12.5, 300, 60)
example_oral <- data.frame(participant_ID, age, antipsychotic, dose, 
                           stringsAsFactors = FALSE)
to_cpz(example_oral, ap_label = "antipsychotic", dose_label = "dose", 
       route = "oral")

Disclaimer

This package is not for clinical use. The authors assume no liability. All work must be verified independently. Use at own risk.

Licence

Copyright (C) 2019-2021 Eric E. Brown. This software is licensed under the GPL-3.

Citation

If you use this package in your scientific paper, please cite this package and the original papers from which the conversion factors are derived. The references can be viewed by using the built-in help function, e.g. help(gardner2010), and as listed below. In addition, a spreadsheet-based tool facilitating dose equivalence conversion has been published by Leucht et al. (2020).

Davis, J. (1974). Dose equivalence of the anti-psychotic drugs.
Journal of Psychiatric Research, 11, 65-69.
<https://doi.org/10.1016/0022-3956(74)90071-5>

Gardner, D. M., Murphy, A. L., O’Donnell, H., Centorrino, F., & 
Baldessarini, R. J. (2010). International consensus study of 
antipsychotic dosing. The American Journal of Psychiatry, 167(6),
686–693. <https://doi.org/10.1176/appi.ajp.2009.09060802>

Leucht, S., Samara, M., Heres, S., & Davis, J. M. (2016). Dose
Equivalents for Antipsychotic Drugs: The DDD Method. Schizophrenia
Bulletin, 42(suppl_1), S90–S94. <https://doi.org/10.1093/schbul/sbv167>

Leucht, S., Crippa, A., Siafis, S., Patel, M., Orsini, N. & Davis, J. M. 
(2020). Dose-Response Meta-Analysis of Antipsychotic Drugs for Acute 
Schizophrenia. American Journal of Psychiatry. 117(4).
<https://doi.org/10.1176/appi.ajp.2019.19010034>

Woods, S. (2003). Chlorpromazine Equivalent Doses for the Newer
Atypical Antipsychotics. Journal of Clinical Psychiatry. 64(6).
663-667. <https://doi.org/10.4088/JCP.v64n0607>

ropensci_footer

Owner

  • Name: rOpenSci
  • Login: ropensci
  • Kind: organization
  • Email: info@ropensci.org
  • Location: Berkeley, CA

GitHub Events

Total
Last Year

Committers

Last synced: almost 2 years ago

All Time
  • Total Commits: 65
  • Total Committers: 2
  • Avg Commits per committer: 32.5
  • Development Distribution Score (DDS): 0.015
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
eebrown eb@e****m 64
ropenscibot m****t@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 250 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: chlorpromazineR

Convert Antipsychotic Doses to Chlorpromazine Equivalents

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 250 Last month
Rankings
Stargazers count: 18.7%
Forks count: 28.8%
Dependent packages count: 29.8%
Average: 34.6%
Dependent repos count: 35.5%
Downloads: 60.4%
Maintainers (1)
Last synced: 11 months ago

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
DESCRIPTION cran
  • R >= 3.5 depends
  • covr * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests