Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.7 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.7 KB

Prescription Sequence Symmetry Analysis for Antiparkinsonian Treatments

Study Status: Started

  • Study title: Prescription Sequence Symmetry Analysis for Antiparkinsonian Treatments
  • Study lead(s): Xihang Chen (xihang.chen@ndorms.ox.ac.uk)
  • ShinyApp Main Study: TBC
  • Publications: TBC

Introduction

This study is focussing detecting adverse drug events/prescription cascades using PSSA (Prescription Sequence Symmetry Analysis) for drugs to treat the symptoms of parkinsonism:

  • Levodopa
  • Dopamine Agonists
  • MAO-B Inhibitors
  • COMT Inhibitors
  • Amantadine

Repository organisation

This repo is organised as follows:

  • 2_Analysis: contains PositiveNegativeControls, HypothesisDrivenDrugInduced and TreatmentOrder.
  • 3_DataDriven: Under construction.

Running the analysis

  1. Download this entire repository (you can download as a zip folder using Code -> Download ZIP, or you can use GitHub Desktop).
  2. Open the project ParkinsonsPSSA.Rproj in RStudio (when inside the project, you will see its name on the top-right of your RStudio session)
  3. Open and work though the CodeToRun.R file which should be the only file that you need to interact with. Run the lines in the file, adding your database specific information and so on (see comments within the file for instructions). The last line of this file will run the study (source(here("RunStudy.R")).
  4. After running you should then have a zip folder with results to share in your output folder.