VIMS Diploid/Triploid performance-resazurin correlations
Code displayed here was edited and drafted with AI.
Overview
In collaboration with folks at VIMS, there were resazurin trials ran on diploid and triploid C. virginica oysters in summer 2025. We obtained resazurin data on about 160 oysters and they were then individually tagged and outplanted at VIMS for the last year. They were recently retrieved and performance data was recorded (size, weight, condition index, cup, fan size, etc.). In this post, I show the preliminary analysis correlating these performance metrics with resazurin curve characteristics.
See my previous post here for more information on how the resazurin curve features were extracted for another VIMS project. These features were analyzed using the script on GitHub here with all data contained in our VIMS Resazurin repo.
The script for the analysis I described here is in our GitHub for correlations.
tl;dr
- Diploid and triploid oysters showed opposite relationships in the correlations between performance and metabolism
- Diploids show more negative correlations between field performance and metabolic activity - suggesting a trade off between condition index and metabolic activity.
- Triploids show more positive correlations between perforance and metabolism, suggesting that there is not the same metabolic cost on condition and growth that we see in diploids.
- Perhaps not having reproductive energetic investment releases triploids from this metabolic limitation.
These results may suggest that metabolic strategies vary between diploids and triploids, with potential energetic costs of reproduction producing trade offs between metabolism and performance in diploids.
Background data
When we ran the original resazurin assays, metabolism appeared higher in diploid oysters. See my previous post for these results.
Here, I extracted curve characteristics that were then correlated to field performance.
Approach
In this analysis, I read in the resazurin feature predictions, raw resazurin data and the field performance data and then conducted correlations. To assess relationships between individual-level resazurin metabolic assay measurements and field performance, resazurin curve features were matched to performance data at the individual level using the unique plate-well identifier (date, plate, and well position from resazurin assays). Spearman rank correlations were computed between each resazurin curve feature and each field performance metric (shell height, shell length, shell width, cup ratio, fan ratio, whole wet weight, dry shell weight, dry tissue weight, and condition index) separately for diploid and triploid oysters and for each resazurin value metric.
Note that p-values are reported as Spearman correlation p-values without false discovery rate corrections. This is a preliminary analysis only.
Results
These results are preilminary and exploratory only. The p-values have not undergone false discovery rate corrections and are therefore not as conservative. This is useful for initial exploration.
2. Inflection time, time to metabolic peak, and metabolic acceleration are the most influential
This plot shows the spearman correlation coefficient for diploids (left) and triploid (right). The blue bars indicate siginficant correlations between curve features and field performance metrics.
The text is small, but here are the highlights:
- Metabolic acceleration (“delta_auc_late_minus_early”) is positively related to condition index in triploids, but negatively related in diploids.
- The same is true of inflection time.
- In triploids, whole wet weight is negatively associated with time to peak and resilience index and positively related to metabolic depression indices.

3. Opposite relationships in diploids and triploids
Finally, this plot shows the 8 top metrics. There are a couple cool things I want to point out:
- Metabolic acceleration (“delta_auc_late_minus_early”) is negatively related to condition index in diploids, but positively related in triploids. This suggests that there is a metabolic trade off between condition and metabolic rate in diploids but not triploids. Perhaps not having reproductive energetic investment releases triploids from this metabolic limitation.
- Inflection time (time to point where metabolism starts to decrease during a trial) is negatively associated with condition index in diploids but is positive in triploids. This may relate to the point above.

Next steps
Next, we will examine these same types of correlations in the full resazurin dataset in 50 families that we measured in summer 2025 when data are available this fall.
