mddc

MDDC offers methods for detecting signals related to (adverse event, drug) pairs, a data generation function for simulating pharmacovigilance datasets, and various utility functions.

https://github.com/niuniular/mddc

Science Score: 36.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.4%) to scientific vocabulary

Keywords

pharmacovigilance
Last synced: 10 months ago · JSON representation

Repository

MDDC offers methods for detecting signals related to (adverse event, drug) pairs, a data generation function for simulating pharmacovigilance datasets, and various utility functions.

Basic Info
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
pharmacovigilance
Created almost 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog Contributing License Code of conduct Codemeta

README.md

| Category | Badge | |--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Usage | License: GPL v3 Downloads | | Release | R CMD CHECK CRAN CRAN checks | | Development | codecov Codacy Badge CodeFactor |

Introduction

  • In this package, we present the Modified Detecting Deviating Cells (MDDC) algorithm for adverse event identification.
  • For a certain time period, the spontaneous reports can be extracted from the safety database and depicted as an $I \times J$ contingency table, where:
    • $I$ denotes the total number of AEs
    • $J$ denotes the total number of drugs or vaccines
    • With cell counts $n_{ij}$ the total number of reported cases corresponding to the $j$-th drug/vaccine and $i$-th AE
  • We are interested in which (AE, drug or vaccine) pairs are signals. The signals refer to potential adverse events that may be caused by a drug/vaccine.
  • In the contingency table setting, the signals refer to the cells with $n_{ij}$ abnormally higher than the expected values.
  • Rousseeuw and Bossche (2018) proposed the Detecting Deviating Cells (DDC) algorithm for outlier identification in a multivariate dataset.
  • The original DDC algorithm assumes multivariate normality of the data and selects cutoff values based on this assumption. We modify the DDC algorithm to better suit the discrete nature of adverse event data in pharmacovigilance that clearly do not follow a multivariate normal distribution.
  • Our Modified Detecting Deviating Cells (MDDC) algorithm has the following characteristics:
    1. It is easy to compute.
    2. It considers AE relationships.
    3. It depends on data-driven cutoffs.
    4. It is independent of the use of ontologies.
  • The MDDC algorithm has five steps, with the first two steps identifying univariate outliers via cutoffs, and the next three steps evaluating the signals via the use of AE correlations. The algorithm can be found at MDDC algorithm.

Authors

Maintainers

Documentation

The documentation is hosted at - https://niuniular.github.io/MDDC/index.html

Citation

If you use this package in your research or work, please cite it as follows:

@misc{liu2024mddcrpythonpackage, title={MDDC: An R and Python Package for Adverse Event Identification in Pharmacovigilance Data}, author={Anran Liu and Raktim Mukhopadhyay and Marianthi Markatou}, year={2024}, eprint={2410.01168}, archivePrefix={arXiv}, primaryClass={stat.CO}, url={https://arxiv.org/abs/2410.01168}, }

Funding Information

The work has been supported by Food and Drug Administration, and Kaleida Health Foundation.

References

Liu, A., Mukhopadhyay, R., and Markatou, M. (2024). MDDC: An R and Python package for adverse event identification in pharmacovigilance data. arXiv preprint. arXiv:2410.01168

Liu, A., Markatou, M., Dang, O., and Ball, R. (2024). Pattern discovery in pharmacovigilance through the Modified Detecting Deviating Cells (MDDC) algorithm. Technical Report, Department of Biostatistics, University at Buffalo.

Rousseeuw, P. J., and Bossche, W. V. D. (2018). Detecting deviating data cells. Technometrics, 60(2), 135-145.

Owner

  • Name: Anran Liu
  • Login: niuniular
  • Kind: user

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "MDDC",
  "description": "Methods for detecting signals related to (adverse event, medical product e.g. drugs, vaccines) pairs, a data generation function for simulating pharmacovigilance datasets, and various utility functions. For more details please see Liu A., Mukhopadhyay R., and Markatou M. <doi:10.48550/arXiv.2410.01168>.",
  "name": "MDDC: Modified Detecting Deviating Cells Algorithm in Pharmacovigilance",
  "codeRepository": "https://github.com/niuniular/MDDC",
  "issueTracker": "https://github.com/niuniular/MDDC/issues",
  "license": "https://spdx.org/licenses/GPL-3.0",
  "version": "1.1.0",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 4.4.2 (2024-10-31)",
  "provider": {
    "@id": "https://cran.r-project.org",
    "@type": "Organization",
    "name": "Comprehensive R Archive Network (CRAN)",
    "url": "https://cran.r-project.org"
  },
  "author": [
    {
      "@type": "Person",
      "givenName": "Anran",
      "familyName": "Liu",
      "email": "anranliu@buffalo.edu",
      "@id": "https://orcid.org/0000-0002-4504-9786"
    },
    {
      "@type": "Person",
      "givenName": "Raktim",
      "familyName": "Mukhopadhyay",
      "email": "raktimmu@buffalo.edu",
      "@id": "https://orcid.org/0009-0007-8972-6682"
    },
    {
      "@type": "Person",
      "givenName": "Marianthi",
      "familyName": "Markatou",
      "email": "markatou@buffalo.edu",
      "@id": "https://orcid.org/0000-0002-1453-8229"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "Anran",
      "familyName": "Liu",
      "email": "anranliu@buffalo.edu",
      "@id": "https://orcid.org/0000-0002-4504-9786"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "knitr",
      "name": "knitr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=knitr"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "rmarkdown",
      "name": "rmarkdown",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=rmarkdown"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "roxygen2",
      "name": "roxygen2",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=roxygen2"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "spelling",
      "name": "spelling",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=spelling"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "testthat",
      "name": "testthat",
      "version": ">= 3.0.0",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=testthat"
    }
  ],
  "softwareRequirements": {
    "1": {
      "@type": "SoftwareApplication",
      "identifier": "doParallel",
      "name": "doParallel",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=doParallel"
    },
    "2": {
      "@type": "SoftwareApplication",
      "identifier": "foreach",
      "name": "foreach",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=foreach"
    },
    "3": {
      "@type": "SoftwareApplication",
      "identifier": "ggplot2",
      "name": "ggplot2",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=ggplot2"
    },
    "4": {
      "@type": "SoftwareApplication",
      "identifier": "MASS",
      "name": "MASS",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=MASS"
    },
    "5": {
      "@type": "SoftwareApplication",
      "identifier": "Rcpp",
      "name": "Rcpp",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=Rcpp"
    },
    "6": {
      "@type": "SoftwareApplication",
      "identifier": "stats",
      "name": "stats"
    },
    "7": {
      "@type": "SoftwareApplication",
      "identifier": "R",
      "name": "R",
      "version": ">= 3.5.0"
    },
    "SystemRequirements": null
  },
  "fileSize": "5970.316KB",
  "citation": [
    {
      "@type": "ScholarlyArticle",
      "datePublished": "2024",
      "author": [
        {
          "@type": "Person",
          "givenName": "Anran",
          "familyName": "Liu"
        },
        {
          "@type": "Person",
          "givenName": "Raktim",
          "familyName": "Mukhopadhyay"
        },
        {
          "@type": "Person",
          "givenName": "Marianthi",
          "familyName": "Markatou"
        }
      ],
      "name": "MDDC: An R and Python Package for Adverse Event Identification in Pharmacovigilance Data",
      "description": "https://doi.org/10.48550/arXiv.2410.01168",
      "isPartOf": {
        "@type": "PublicationIssue",
        "datePublished": "2024",
        "isPartOf": {
          "@type": [
            "PublicationVolume",
            "Periodical"
          ],
          "name": "arXiv preprint"
        }
      }
    }
  ],
  "releaseNotes": "https://github.com/niuniular/MDDC/blob/master/NEWS.md",
  "readme": "https://github.com/niuniular/MDDC/blob/main/README.md",
  "contIntegration": [
    "https://github.com/niuniular/MDDC/actions/workflows/r.yml",
    "https://app.codecov.io/gh/niuniular/MDDC"
  ],
  "keywords": "pharmacovigilance",
  "relatedLink": "https://CRAN.R-project.org/package=MDDC"
}

GitHub Events

Total
  • Watch event: 1
  • Push event: 20
  • Create event: 1
Last Year
  • Watch event: 1
  • Push event: 20
  • Create event: 1

Packages

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

Modified Detecting Deviating Cells Algorithm in Pharmacovigilance

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 205 Last month
Rankings
Dependent packages count: 28.1%
Dependent repos count: 34.6%
Average: 49.8%
Downloads: 86.6%
Maintainers (1)
Last synced: 10 months ago