Major depressive disorder (MDD) is one of the most prevalent psychiatric disorders globally [1]. It is a multifactorial disease characterized by severe changes in a person’s mood, interests, and cognition [2]. Patients diagnosed with this disease show at least one discrete depressive episode lasting at least 2 weeks and present diminished mood, anhedonia, and lack of energy among other symptoms [2,3].
Antidepressant medications for MDD are grouped using the Neuroscience-based Nomenclature into 4 groups: selective serotonin reuptake inhibitors (SSRIs), serotonin and norepinephrine reuptake inhibitors (SNRIs), monoamine oxidase inhibitors (MAOI), and tricyclic antidepressants (TCA) [4]. SSRIs are generally the first line of treatment for MDD [5].
Developing new treatments in the pharmaceuticals and life sciences industries is a time consuming and costly process. A new drug takes on average nine years to be clinically developed [6]. In this context, real-world data (RWD) open multiple possibilities in the drug development and approval process, including supporting regulatory and off-label approval, discovering novel side effects, and conducting comparative effectiveness research [7].
At Holmusk, we have one of the largest longitudinal real-world behavioral health databases, encompassing more than 920,000 patients and over 75 million rows of drug and diagnostic data. Together with NeuroBlu’s integrated Code Studio (R/Python) interface, advanced analytics packages, and built-in code libraries, we can evaluate the effectiveness of a determined drug among real-world patients. This provides high impact insights to support the process of drug approval.
In this use case, we will showcase how to utilize custom Python/R templates in NeuroBlu to evaluate the effectiveness of two of the most commonly prescribed drugs for MDD - fluoxetine and citalopram. For this use case, the index date will be the first date of drug prescription. Drug effectiveness will be evaluated based on two measurements: Psychiatric hospitalizations and the Clinical Global Impressions-Severity (CGI-S). To achieve this, we will perform the following steps on NeuroBlu:
1. Obtain and save the ICD codes for major depressive disorder
In NeuroBlu, diagnoses are recorded using ICD-9-CM and ICD-10-CM codes. We provide a graphical user interface, called Category Mapper, that helps to group values (e.g. ICD diagnosis codes) to create custom categories. These custom categories can be referenced across multiple projects, thus eliminating boilerplate code for creating the categories and mappings every time in each individual project. Besides that, Category Mapper contains template projects, which can be easily duplicated to accelerate research.
For this use case, we will duplicate the ‘Example Diagnosis Mappings’ template which includes the most common psychiatric disorders, including major depressive disorder:
We will also duplicate the ‘Example Drugs Mappings’ template which groups drugs into categories, such as Antidepressants, Antipsychotics, etc.:
2. Run the configurable script code
In NeuroBlu, we provide users with configurable and commented scripts in both Python and R languages. For this use case, we will first duplicate the template “Cohort Characteristics & Drug Comparison”.
With the in-built scripts, users only have to change certain parameters before running the code to obtain the desired analysis. In this use case, we need to change the following parameters before running the code:
After changing these parameters, run the code to visualize the results.
3. Export and analyze results
The second output of the script shows the percentage of patients hospitalized by each drug type. In this result, we observe that the percentage of hospitalization and non-hospitalization is similar for both drugs.
The third output is a descriptive statistics table summarizing the demographic variables, duration of prescriptions, and the CGI-S baseline for patients in each group. We observe that patients prescribed citalopram were significantly older as compared to those prescribed fluoxetine (42.2 vs 36.6 years).
The barplot below shows the distribution of difference in CGI-S between the start and end dates of the study. For example, a 0 would mean that the patient did not show an improvement in CGI-S at the end of the study, whereas a positive value represents a worsening in CGI-S. The code also calculates the percentage of patients who showed an improvement for both drugs. In this case, we observe that 39.7% of patients treated with fluoxetine showed at least 1 unit improvement in CGI-S at the end of the study, compared to 35.9% of the patients treated with citalopram.
Finally, the last output is a sankey plot showing the proportion of patients for each drug that were hospitalized, the most frequent treatment switch, as well as change in CGI-S at the end of the study. Interestingly, the results show that hospitalized patients did not have a treatment switch. On the other hand, we observed that when assessing change in CGI-S, the proportion of patients who did not have a treatment switch and who had a worse CGI-S at the end of the study was slightly higher in those who were prescribed fluoxetine.
Conclusion
In this use case, we showcased how to use a configurable script with inclusion and exclusion criteria to select a subset of MDD patients for custom analysis. When comparing the differences in CGI-S for MDD patients treated with fluoxetine and citalopram, we found a higher proportion of patients who improved in CGI-S when treated with fluoxetine as compared to citalopram. Besides comparing clinical outcomes, we also illustrated how to utilize NeuroBlu to visualize medication switch patterns. Upon analysing the ratio of hospitalizations, we observed that hospitalized patients did not present a change in treatment during the period studied.
References