Spontaneous Myocardial Infarction After Left Main Revascularization: The EXCEL Trial

Mahesh V Madhavan1,2, John Gregson3, Bjorn Redfors2,4,5

  • 1New York-Presbyterian Hospital and the Columbia University Irving Medical Center, New York, NY (M.V.M.).

Circulation
|February 10, 2026
PubMed

Insights

Spontaneous myocardial infarction (MI) occurred more often after percutaneous coronary intervention (PCI) than coronary artery bypass graft (CABG) surgery for left main coronary artery disease. This MI independently predicted higher mortality risk following either procedure.

Area of Science:

  • Cardiology
  • Interventional Cardiology
  • Cardiac Surgery

Background:

  • Limited data exist on spontaneous myocardial infarction (MI) rates and outcomes after left main coronary artery disease (LMCAD) revascularization.
  • Comparing spontaneous MI after percutaneous coronary intervention (PCI) versus coronary artery bypass graft (CABG) is crucial for understanding long-term prognosis.

Purpose of the Study:

  • To compare the rates of spontaneous MI after PCI versus CABG for LMCAD.
  • To evaluate the prognostic implications of spontaneous MI on cardiovascular and all-cause mortality within 5 years post-revascularization.

Main Methods:

  • Analysis of spontaneous and procedural MI from the EXCEL trial (N=1882) for patients with LMCAD.
  • Cox proportional hazards regression used to assess the association between MI and 5-year mortality outcomes.

Main Results:

  • Spontaneous MI occurred in 6.8% after PCI versus 3.4% after CABG (adjHR, 2.01; P=0.002).
  • Spontaneous MI independently predicted increased cardiovascular (adjHR, 9.39) and all-cause mortality (adjHR, 4.77) at 5 years.
  • Procedural MI was also associated with increased mortality, but less strongly than spontaneous MI.

Conclusions:

  • Spontaneous MI is more frequent after PCI than CABG for LMCAD revascularization.
  • Spontaneous MI significantly increases long-term mortality risk, irrespective of the revascularization strategy.
  • Spontaneous MI carries a higher mortality risk than large procedural MI.
Abstract

Related Concept Videos

Spontaneity02:21

Spontaneity

A spontaneous process is one that occurs naturally under certain conditions. A nonspontaneous process, on the other hand, will not take place unless it is “driven” by the continual input of energy from an external source. Processes have a natural tendency to occur in one direction under a given set of conditions. Water will naturally flow downhill (spontaneous process), but uphill flow (nonspontaneous process) requires outside intervention such as the use of a pump. Iron exposed to...
30.1K
Microsoft Excel: Plotting Mean, SD, and SE01:18

Microsoft Excel: Plotting Mean, SD, and SE

In Microsoft Excel, plotting the mean along with standard deviation (SD) and standard error (SE) helps visualize data variability and reliability. To plot these values, follow these steps:
First, calculate the mean, SD, and SE of your data. The mean is obtained using the formula `=AVERAGE(range)`, while SD can be calculated with `=STDEV.P(range)` for a population or `=STDEV.S(range)` for a sample. SE is calculated as `=SD/SQRT(n)`, where `n` is the sample size.
To plot these values, use a bar...
1.3K
Microsoft Excel: Student's t-Test01:25

Microsoft Excel: Student's t-Test

Student's t-test in Microsoft Excel is a statistical method used to compare the means of two groups to determine if they are significantly different from each other. It's commonly used to evaluate hypotheses, such as testing whether a treatment has an effect compared to a control group. Excel provides built-in functions to perform t-tests, making it accessible for users needing to conduct basic statistical analysis.
To conduct a t-test in Excel, use the T.TEST function or the "Data...
1.7K
Microsoft Excel: Pearson's Correlation01:18

Microsoft Excel: Pearson's Correlation

Microsoft Excel is a powerful tool for statistical analysis, including calculating Pearson's correlation coefficient, which measures the strength and direction of a linear relationship between two continuous variables. Pearson's correlation coefficient, often denoted as "r," ranges from -1 to 1. A value close to 1 indicates a strong positive correlation, meaning as one variable increases, the other does too. A value close to -1 indicates a strong negative correlation, implying...
2.2K
Microsoft Excel: Regression Analysis01:18

Microsoft Excel: Regression Analysis

Regression analysis in Microsoft Excel is a powerful statistical method for examining the relationship between a dependent variable and one or more independent variables. It's used extensively in fields such as economics, biology, and business to predict outcomes, understand relationships, and make data-driven decisions. The most common type is linear regression, which attempts to fit a straight line through the data points to model the relationship between variables.
To perform regression...
1.6K
Trial and Error and Algorithm01:12

Trial and Error and Algorithm

A problem-solving strategy is a plan of action used to find a solution. Different strategies have distinct action plans. Trial and error involves trying different solutions until one works. For instance, to fix a broken printer, you might check ink levels, ensure the paper tray isn't jammed, and verify the printer's connection to your laptop. This method can be time-consuming but is commonly used. Thomas Edison, for example, used trial and error to find a suitable filament for the light...
429