| Literature DB >> 30452488 |
Masahiko Gosho1, Tomohiro Ohigashi2, Kazushi Maruo1.
Abstract
Statistical methods for detecting adverse drug reactions (ADRs) resulting from drug-drug interactions (DDIs) have been used in recent years to analyze the datasets in spontaneous reporting systems. We provide the SignalDetDDI macro in SAS to calculate the criteria for detecting ADRs resulting from the concomitant use of two drugs. We outline two criteria for detecting DDIs with the combination of two drugs and illustrate the implementation of the macro by way of an example. To implement the macro, a user specifies the target ADR and the two drugs to be evaluated. The SignalDetDDI macro outputs a table showing the number of reports on ADRs, the values of the two criteria for detecting ADRs, and the presence of DDIs. This macro enables users to easily and automatically assess the clinical DDIs that result from ADRs. The SignalDetDDI macro is freely available in the Supporting Information.Entities:
Mesh:
Year: 2018 PMID: 30452488 PMCID: PMC6242685 DOI: 10.1371/journal.pone.0207487
Source DB: PubMed Journal: PLoS One ISSN: 1932-6203 Impact factor: 3.240
Four-by-two contingency table for DDI evaluation.
| Number of events | ADR A | Not ADR A | Total |
|---|---|---|---|
| Neither | |||
| Only | |||
| Only | |||
Arguments for implementing SignalDetDDI macro.
| Argument | Description | Note |
|---|---|---|
|
| Name of the SAS dataset storing ADRs | The dataset can be SAS. The data structure is illustrated in |
|
| Name of the SAS dataset storing drugs | The dataset can be SAS. The data structure is illustrated in |
|
| Name of the SAS dataset storing the ADR and two drugs | An ADR and two drugs with one or more record to be analyzed for signal detection, can be specified. The dataset can be SAS. The data structure is illustrated in |
|
| Name of the variable identifying each patient | Character and numerical types are available. |
|
| Name of the ADR variable | |
|
| Name of the drug variable | |
|
| Name of the sequence variable (within a patient) | Character and numerical types are available. |
Example of a dataset of three patients for the aeds data.
|
|
|
|
|---|---|---|
| 100033062 | 1 | Cough |
| 100033062 | 2 | Throat irritation |
| 100033073 | 1 | Rhinorrhoea |
| 100033083 | 1 | Malaise |
| 100033083 | 2 | Unevaluable event |
Example of a dataset of three patients for the drugds data.
|
|
|
|
|---|---|---|
| 100033062 | 1 | LETAIRIS |
| 100033062 | 2 | TYVASO |
| 100033073 | 1 | LETAIRIS |
| 100033073 | 2 | LETAIRIS |
| 100033083 | 1 | LETAIRIS |
| 100033083 | 2 | LETAIRIS |
Example of a dataset for analyzing the ADR (adr) for the concomitant use of two drugs (d1 and d2) for the listds data.
|
|
|
|
|---|---|---|
| hypoglycaemia | sitagliptin | nateglinide |
| hypoglycaemia | sitagliptin | repaglinide |
| hypoglycaemia | sitagliptin | miglitol |
Outputs of analysis for implementing the SignalDetDDI macro.
| ADR | Drug1 | Drug2 | n000 | n001 | n100 | n101 | n010 | n011 | n110 | n111 | E111 |
| hypoglycaemia | sitagliptin | nateglinide | 1360164 | 3005 | 6677 | 105 | 168 | 0 | 21 | 5 | 0.40 |
| hypoglycaemia | sitagliptin | repaglinide | 1359906 | 2941 | 6639 | 109 | 426 | 64 | 59 | 1 | 8.48 |
| hypoglycaemia | sitagliptin | miglitol | 1360292 | 3003 | 6696 | 110 | 40 | 2 | 2 | 0 | 0.12 |