Next Article in Journal
Asbestos-Environment Pollution Characteristics and Health-Risk Assessment in Typical Asbestos-Mining Area
Previous Article in Journal
Effects of Xenobiotic Compounds on Preeclampsia and Potential Mechanisms
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Quantitative Representation of Water Quality Biotoxicity by Algal Photosynthetic Inhibition

1
School of Physics and Material Engineering, Hefei Normal University, Hefei 230601, China
2
Key Laboratory of Environmental Optics and Technology, Anhui Institute of Optics and Fine Mechanics, Chinese Academy of Sciences, Hefei 230031, China
*
Author to whom correspondence should be addressed.
Toxics 2023, 11(6), 493; https://doi.org/10.3390/toxics11060493
Submission received: 24 April 2023 / Revised: 14 May 2023 / Accepted: 29 May 2023 / Published: 31 May 2023
(This article belongs to the Section Ecotoxicology)

Abstract

:
The method based on the photosynthetic inhibition effect of algae offers the advantages of swift response and straightforward measurement. Nonetheless, this effect is influenced by both the environment and the state of the algae themselves. Additionally, a single parameter is vulnerable to uncertainties, rendering the measurement accuracy and stability inadequate. This paper employed currently utilized photosynthetic fluorescence parameters, including Fv/Fm(maximum photochemical quantum yield), Performance Indicator (PIabs), Comprehensive Parameter Index (CPI) and Performance Index of Comprehensive Toxicity Effect (PIcte), as quantitative toxicity characteristic parameters. The paper compared the univariate curve fitting results with the multivariate data-driven model results and investigated the effectiveness of Back Propagation(BP) Neural Network and Support Vector Machine for Regression (SVR) models to enhance the accuracy and stability of toxicity detection. Using Dichlorophenyl Dimethylurea (DCMU) samples as an example, the mean Relative Root Mean Square Error (RRMSE) corresponding to the optimal parameter PIcte for the dose-effect curve fitting was 1.246 in the concentration range of 1.25–200 µg/L. On the other hand, the mean RRMSEs corresponding to the results of the BP neural network and SVR models were 0.506 and 0.474, respectively. Notably, BP neural network exhibited excellent prediction accuracy in the medium-high concentration range of 7.5–200 µg/L, with a mean RRSME of only 0.056. Regarding the stability of the results, the mean Relative Standard Deviation (RSD) of the univariate dose-effect curve results was 15.1% within the concentration range of 50–200 µg/L. In contrast, the mean RSDs for both BP neural network and SVR results were less than 5%. In the concentration range of 1.25–200 µg/L, the mean RSDs were 6.1% and 16.5%, with the BP neural network performing well. The experimental results of Atrazine were analyzed to further validate the effectiveness of the BP neural network in improving the accuracy and stability of results. These findings provided valuable insights for the development of biotoxicity detection by using the algae photosynthetic inhibition method.

1. Introduction

As unicellular organisms that play a significant role in ecosystems, the algae serve as excellent test organisms for accessing biological toxicity due to their sensitivity to toxins, short generation periods, ease of culture, and direct observation of toxicity symptoms at the cellular level [1]. The Organization for Economic Cooperation and Development (OECD) has recognized the algal growth inhibition test as a standard method for assessing the toxicity of chemicals [2]. Different from the growth inhibition method, which relies on cell density, cell yield, and growth rate as reaction endpoints, the algal photosynthetic inhibition method assesses the toxic effects of pollutants in water by measuring changes in photosynthetic fluorescence parameters based on rapid chlorophyll fluorescence induction kinetics. This method offers the advantages of rapid and convenient measurement and enables online detection in real time.
In recent years, experiments on the photosynthesis inhibition of algae by pollutant toxicity have been carried out extensively [3]. Strasser [4] derived a series of fluorescence parameters based on the theoretical models of biofilm energy flow. He used dose-effect (Log Logistic) curves to non-linear fit the inhibition rates of fluorescence parameters and pollutant concentrations and obtained dose-effect relationships between them. However, the quantitative analysis remained at the univariate curve fitting calibration stage. As research progressed, it was found that photosynthetic inhibition in algae was strongly influenced by environmental factors and the state of the algae themselves; relying on a single parameter resulted in uncertain measurements with lower accuracy and stability [5]. As a result, more parameters were needed to represent the photosynthesis inhibition effects, and quantitative analysis methods with multivariate inputs needed to be developed to reduce the interference of process factors by complementing information among variables. These improvements would lead to improved accuracy and stability of the algal photosynthesis inhibition method for biotoxicity detection.

2. Algorithm

Data-driven algorithms are well-suited for analyzing the complex relationship between dose and effect in algal photosynthesis inhibition detection. Such algorithms can effectively adjust parameters and extract the most relevant information about dependent variables, particularly when the relationship between multiple variables is unknown and difficult to discern. The commonly used data-driven models for this purpose are the Back Propagation(BP) neural network and Support Vector Regression(SVR).

2.1. BP Neural Network

The BP neural network is a multi-layer forward neural network based on the error backpropagation algorithm and has strong non-linear fitting and generalization capabilities. The network’s input forward propagation equation [6] is
y h = f 1 ( i w i h I i )
C N N R = f 2 ( h w h j f 1 ( w i h I i ) )
CNNR is the predicted output of the output layer, the pollutant concentration predicted by the neural network. I i represents the inhibition rate of photosynthetic fluorescence parameters after normalization, y h is the output of the hidden layer, f 1 is the S-shaped transfer function between the input layer and the hidden layer, f 2 is the linear transfer function between the hidden layer and the output layer, W i h is the connection weights between the input layer and the hidden layer, W h j is the connection weight between the hidden layer and the output layer. If the obtained output does not match the target output, the difference between the two is backward propagated, and the connection weights between layers are adjusted. The formulas for updating weights are
w h j ( n + 1 ) = w h j ( n ) + η δ j y h
δ j = f 2 ( h ( w h j ( n ) y h ) ) · ( T j y j ) · w i h ( n + 1 )
w i h ( n + 1 ) = w i h ( n ) + η δ h y i
δ h = f 1 ( h ( w i h ( n ) I i ) · j ( w h j ( n ) δ j ) )
w h j ( n + 1 ) and w i h ( n + 1 ) denote the ( n + 1 ) t h weights, w h j ( n ) and w i h ( n ) denote the n t h weights; T j is the j t h node target value; η is the learning rate and takes the value in the range of 0 to 1. In this paper, we utilized Python 3.9 as the programming language and PyTorch 1.13.1 as the framework to train the BP neural network.

2.2. Support Vector Machine for Regression

SVR is an excellent algorithm for solving regression problems [7]. Based on statistical learning theory, this algorithm can find the best compromise between the complexity and the ability of the model on limited sample information; it can achieve the optimal learning effect while guaranteeing the generalization ability. The algorithm is especially suitable for handling small sample sizes and non-linear quantitative analysis [8] and can also handle highly correlated input variables. The formula of SVR is [9]
C S V R = i s v α i k r b f ( I i , I ) + b *
In the formula, C S V R is the pollutant concentration obtained from SVR, S V is the set of support vectors, a i and l i are the Lagrange Multiplier and support vectors, respectively. I is the input vector, b is a constant, k r b f is a radial basis function, the formulas are [9]:
k rbf ( I i , I ) = exp ( - gamma | I i I | 2 )
The gamma is an important parameter in the kernel function. To improve the precision of predictions for the quantitative analysis of biotoxicity, the penalty factor C and gamma parameters need to be adjusted, and this paper employs the grid search method for parameter optimization. We used Python 3.9 as the programming language and SciKit-Learn 1.2.1 as the algorithm package in this paper, similar to the previous Neural Network section.
Multiple fluorescence parameters with high usage rates are extracted to compare the effectiveness of the input dose-effect curve fitting method with univariate input, the BP neural network, and SVR with multivariate input. This paper is going to investigate the effectiveness of the data-driven method with univariate input in improving the accuracy and stability of the algal photosynthetic inhibition method for biotoxicity detection.

3. Experiment Measurement and Parameters Selection

3.1. Experimental Measurement

The experiments in this paper used Chlorella Pyrenoidosa, a common algae species in freshwater, as the test organism and the pesticide Dichlorophenyl Dimethylurea (DCMU) and Atrazine as the stressors. The multi-phase chlorophyll fluorescence kinetic curves were measured by a variable light pulse-induced chlorophyll fluorescence analyzer (AGHJ-TPLIF-I, developed by Anhui Institute of Optics and Mechanics, Chinese Academy of Sciences) [10], as depicted in Figure 1. The selection and culturing methods were the same as in reference [11]. The initial chlorophyll concentration of the experimental algae was maintained at 100–200 µg/L, with 50 mL of algae liquid and 1 mL of stressor liquid (excluding the interference caused by Dimethyl Sulfoxide and dilution of the algae liquid), and the concentration and inhibition time of the stressors were set as indicated in Table 1. The measured fluorescence kinetic curves under DCMU and Atrazine stress were displayed in Figure 2, and the photosynthetic fluorescence parameters used in this paper were based on the inversion of these fluorescence kinetic curves.

3.2. Parameters Selection

The most used toxicity response parameters are Fv/Fm (maximum quantum yield of photosystem PSII) and the Performance Indicator for energy conservation from photons absorbed by PSII antenna to the reduction of QB (PIabs) [12,13,14,15]. Wang et al. [15] examined the stress response of Microcystic aerugionosa and Pseudokirchneriella subcapitata to Tetracycline and concluded that the maximum quantum yield of photosystem PSII (Fv/Fm) is a suitable indicator for Tetracycline toxicity detection. Li et al. [14] presented that Fv/Fm can be used to assess the toxicity of Cu2+. Strasser [4] constructed PIabs based on a theoretical model of biofilm energy flow, considering the energy flow during photosynthesis. Sun et al. [16] demonstrated that PIabs are the most convincing parameters among all fluorescence parameters by comparing the effects of Atrazine on different parameters of Chlorella. Based on the fact that the toxic stress caused the distortion of the algal fluorescence kinetic curve (OJIP), and the degree of change was proportional to the intensity of toxicity (as shown in Figure 2), some researchers extracted information on curve variability and obtained comprehensive fluorescence parameters to characterize the biological toxicity of water bodies, such as Comprehensive Parameter Index (CPI) and Performance Index of Comprehensive Toxicity Effect (PIcte). Moreover, they proved that the comprehensive parameters were superior in terms of toxicity response, minimum detection limit, maximum response concentration, stability, and reproducibility under stress with DCMU, Dibromothymoquinone (DBMIB), Methyl Viologen (MV), Malathion and Carbofuran [17,18].
In this paper, based on the above research about toxicity parameters, the photosynthetic fluorescence parameters Fv/Fm and performance indicators PIabs, comprehensive parameters CPI and PIcte, would be extracted and used as input parameters for univariate dose–effect curve fitting and multivariate BP neural network and SVR.

4. Method and Results

As explained in Section 3.2, we conducted dose-effect curve, BP neural network, and SVR analyses using normalized Fv/Fm, PIabs, CPI and PIcte as independent variables, while the sample concentration served as the dependent variable. We established n experimental concentrations and used n-1 of them as the training set and 1 as the test set to obtain predicted results for all samples. We evaluated the accuracy of predictions using the Relative Root Mean Square Error (RRMSE) and the stability using the Relative Standard Deviation (RSD) [19].
R R M S E = 1 x t i = 1 n ( x i x t ) 2 n
In the formula, x i is the prediction corresponding to a sample, x t is the true concentration, n is the times of repeat experiments.
R S D = ( 1 x ¯ i = 1 n x i x ¯ n 1 ) × 100 %
In the formula, x i is the prediction corresponding to a sample, x ¯ is the mean concentration, n is the times of repeat experiments.

4.1. Analysis of Single Parameter for Dose–Effect Curve Fitting

Initially, the inhibition rates of Fv/Fm, PIabs, CPI and PIcte variables were set in a dose–effect curve fitting independently to predict concentration. The results presented that RRMSEs of samples in concentrations of 0.625 µg/L and 0.75 µg/L were greater than 10 and thus not significantly reliable. Only results in the effective concentrations range of 1.25–200 µg/L were included below. Comparing the accuracy of the prediction results for different parameters, RRMSEs corresponding to Fv/Fm, PIabs, CPI and PIcte were 2.25, 1.31, 1.54 and 1.25, respectively. The three comprehensive parameters predicted higher accuracy than Fv/Fm alone, with PIcte having the lowest RRMSE and a 44.9% decrease compared to Fv/Fm. This suggested that the comprehensive parameters reflect the effects of multiple nodes, rather than one node of the photosynthesis process, and provide more valid information and greater accuracy in predicting samples of unknown concentrations. Further analysis of the trend of the RRMSE for each parameter with increasing concentration showed that the RRMSE of the three comprehensive parameters rapidly decreased with increasing concentration and stabilized in the middle and high range. However, the accuracy and the stability of predictions were not high enough, as shown in Figure 3a.
Regarding stability, multiple parallel samples in the low to medium concertation region (0.625–32 µg/L) had a consistent RSD of zero, and this was not in line with reality. The sensitivity to changes in independent variables decreased sharply for the larger values of the power p of the Logistic function ( y = A 2 + ( A 1 A 2 ) / ( 1 + ( x / x 0 ) p ) corresponding to the dose-effect curve, which seriously affected the sensitivity of the detection in the low-concentration region. Therefore, only results in the concentration range of 50–200 µg/L were considered. The RSDs corresponding to Fv/Fm, PIabs, CPI and PIcte were 35.4%, 19.9%, 17.2% and 15.1%, respectively, while the PIcte parameter had the smallest RSD, which was reduced by 57.3% relative to Fv/Fm, as shown in Figure 3b.

4.2. Analysis of Multi-Parameters for Data-Driven Model

The normalized inhibition rates of Fv/Fm, PIabs, CPI and PIcte were used as the independent variables for regression analysis in the data-driven model, and the concentration of samples was used as the dependent variable. Univariate dose–effect curves for PIcte were compared to multivariate input predictions using BP neural network and SVR, as indicated in Table 2.
The mean RRMSE values for the effective concentration range (1.25–200 µg/L) were 1.246, 0.506, and 0.474 for the dose–effect curve, BP neural network, and SVR, respectively. The BP neural network and SVR models clearly outperformed the conventional dose–effect curve, with a reduction in RRMSE values of 59.3% and 61.9%, respectively. An analysis of the RRMSE trends with concentration indicated that the data-driven model predictions decreased rapidly with increasing concentration and were stable in medium- to high-concentration regions, as depicted in Figure 4a. The mean RRMSE of the BP neural network in the medium to high concentration range (7.5–200 µg/L) was only 0.056, demonstrating high accuracy, attributed to its strong non-linear fitting capability in approximating any non-linear continuous function with arbitrary precision.
Comparative analysis of the stability of the prediction results revealed that the mean RSD of the univariate dose–effect curve fitting for PIcte was 15.1% in the effective concentration interval (50–200 µg/L), while both data-driven models showed mean RSDs of less than 5% in this concentration region. For the effective concentration interval (1.25–200 µg/L), the RSDs of the multivariate BP neural network and SVR predictions decreased with increasing concentration, with mean values of 6.1% and 16.5%, respectively, and the BP neural network predictions were more stable.
In summary, for DCMU samples, BP neural network with multivariate inputs exhibited superior predictive accuracy and stability relative to dose–effect curve fitting and SVR, owing to their strong non-linear fitting capability.

4.3. Experimental Verification of the Other Substance

The methodology was applied to Atrazine samples to assess the efficacy of multivariate BP neural network in improving prediction accuracy. Initially, dose-effect curve fitting was conducted with Fv/Fm, PIabs, CPI and PIcte inhibition rate used as independent variables, and with the concentration of the samples used as the dependent variable. The mean RRMSEs in the effective concentration range (1.25–200 µg/L) were obtained for each parameter and were 2.20, 1.59, 1.40 and 1.40, respectively. The predictions of the three comprehensive parameters were found to be more accurate than the common parameter Fv/Fm, and there were the most accurate results for CPI and PIcte. The mean RSDs corresponding to the parameters Fv/Fm, PIabs, CPI and PIcte in the effective concentration interval (50–200 µg/L) were 16.4%, 16.7%, 19.7% and 17.0%, respectively. There was no significant difference in the RSDs of the predicted results for the four parameters using a one-ANOVA analysis of variance.
Figure 5 displayed a further comparison of the multivariate BP neural network and SVR predictions. There was a higher accuracy for BP neural network and SVR predictions, with mean RRMSE values of 0.532 and 1.379, respectively. The accuracy of BP neural network prediction was the highest, and the RRMSEs were decreased by 62.0% relative to the results of the univariate PIcte for dose-effect fitting. In the whole concentration region, the RRMSEs of the BP neural network predictions remained basically unchanged with concentration, demonstrating good accuracy. Additionally, in the effective concentration region (50–200 µg/L), the mean RSD of the BP neural network predictions was 9.8%, lower than the dose-effect curve fitting results. These results were consistent with those obtained from DCMU samples in Section 4.2, which further illustrated the ability of BP neural networks to significantly improve the accuracy and stability of toxicity detection of photosynthetic inhibition effects in algae.

5. Conclusions

In this paper, we examined the effectiveness of a multivariate BP neural network in improving the accuracy of predictions using four commonly used photosynthetic fluorescence parameters, namely Fv/Fm, Plabs, CPI and PIcte. We compared and analyzed the accuracy and stability of the inversion results of the univariate dose–effect curve and multivariate BP neural network and SVR. Firstly, we analyzed the results of the four parameters entered individually into the dose–effect curve for DCMU samples. The mean RRMSE and RSD values corresponding to the comprehensive parameter PIcte were 1.26 (1.25–200 µg/L) and 15.1% (50–200 µg/L), respectively, which were better than those of the other parameters but not sufficiently high. We then compared the results of the BP neural network and SVR with multivariate input. The corresponding mean RRMSEs were 0.506 and 0.474, respectively, with a mean RRMSE of only 0.056 in the medium to high concentration range (7.5–200 µg/L) for the BP neural network. The BP neural network also exhibited good stability, with an average RSD of only 6.1% (1.25–200 µg/L). Finally, the experimental finding of Atrazine samples further verified that the BP neural network could effectively improve the accuracy and stability of algal photosynthesis inhibition methods. In the next step, the BP neural network quantitative analysis will be optimized for the practical situation of the algal photosynthetic inhibition method on biotoxicity detection.

Author Contributions

Writing—original draft preparation, L.H.; Software, T.L.; Supervision, G.Y. and N.Z.; Funding acquisition, L.H. and G.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by National key research and development plan project (2021YFC3200100); Key Science and Technology Project of Anhui Province (202003a07020007); National Natural Science Foundation of China (61875207); Key Project of Education Department of Anhui Province (KJ2021A0915); Open Fund of Key Laboratory of Environmental Optics and Technology of Chinese Academy of Sciences (2005OP173065-2021-08), Open Fund of Optoelectronics Open Foundation of Anhui University Joint Key Laboratory of Sounding Science and Technology (2020GDTC04); Domestic Visiting Research Project for Outstanding Young Key Teachers in Universities and Colleges in 2022 (Letter of Anhui Education and Work Committee No. 371).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

For personal reasons, the data will not be disclosed for the time being.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Xie, Y.; Li, Z.; Feng, L.; Wang, Q.; Cao, H. Detection Method and Its Application for Toxicant Using Algae. Environ. Sci. Technol. 2008, 12, 77–83. [Google Scholar]
  2. ISO. Water Quality—Fresh Water Algal Growth Inhibition Test with Unicellular Green Algae; International Organization for Standardization: Geneva, Switzerland, 2004; p. 6. [Google Scholar]
  3. Beaulieu, M.; Cabana, H.; Huot, Y. Adverse effects of atrazine, DCMU and metolachlor on phytoplankton cultures and communities at environmentally relevant concentrations using Fast Repetition Rate Fluorescence. Sci. Total Environ. 2019, 712, 136239. [Google Scholar] [CrossRef]
  4. Strasser, R.J. Analysis of the Chlorophyll a Fluorescence Transient. In Chlorophyll a Fluorescence: A Signature of Photosynthesis; Papageorgiou, G.C., Govindjee, Eds.; Springer: New York, NY, USA, 2004. [Google Scholar]
  5. Chen, M.; Yin, G.; Zhao, N.; Gan, T.; Feng, C.; Gu, M.; Qi, P.; Ding, Z. Rapid and Sensitive Detection of Water Toxicity Based on Photosynthetic Inhibition Effect. Toxics 2021, 9, 321. [Google Scholar] [CrossRef]
  6. Zhu, B.F.; Xu, G.Y.; Li, J.M. BP Neural Network Temperature Nonlinear Errors Correction of Pressure Sensor Based on LabView. Instrum. Metrol. Technol. 2007, 1, 3. [Google Scholar]
  7. Hongmin, X.; Haiying, W.; Jin, L. Support vector machine regression algorithm and its application. J. Beijing Inst. Petrochem. Technol. 2010, 18, 62–66. [Google Scholar]
  8. Chen, G.; Zhou, J. Research on Parameters and Forecasting Interval of Support Vector Regression Model to Small Sample. Acta Metrol. Sin. 2008, 29, 92–96. [Google Scholar]
  9. Guo, S.X.; Wang, Y.F.; Chen, A. Prediction on huge database on the regression model of support vector machine. Comput. Eng. Appl. 2007, 43, 12–14. [Google Scholar]
  10. Qin, Z.; Zhao, N.; Yin, G.; Shi, C.; Gan, T.; Xiao, X.; Duan, J.; Zhang, X.; Chen, S.; Liu, J.; et al. Inversion Method of Plant Photosynthesis Parameter Based on Fast Phase and Relaxation Fluorescence Kinetics. Acta Opt. Sin. 2017, 37, 0730002. [Google Scholar]
  11. Li, H.; Chen, M.; Yin, G.; Zhao, N.; Gan, N. Toxicity response parameters of Diaquilone based on photosynthetic inhibition effect of algae. Spectrosc. Spectr. Anal. 2021, 41, 1519–1524. [Google Scholar]
  12. Strasser, R.J.; Tsimilli-Michael, M.; Srivastava, A. Analysis of the Chlorophyll a Fluorescence Transient. In Chlorophyll a Fluorescence; Papageorgiou, G.C., Govindjee, Eds.; Advances in Photosynthesis and Respiration; Springer: Dordrecht, The Netherlands, 2004; Volume 19, pp. 321–362. [Google Scholar]
  13. Yang, W.; Tang, Z.; Zhou, F.; Zhang, W.; Song, L. Toxicity studies of tetracycline on Microcystis aeruginosa and Selenastrum capricornutum. Environ. Toxicol. Pharmacol. 2013, 35, 320–324. [Google Scholar] [CrossRef]
  14. Li, S.; Chu, R.; Hu, D.; Yin, Z.; Mo, F.; Hu, T.; Liu, C.; Zhu, L. Combined effects of 17beta-estradiol and copper on growth, biochemical characteristics and pollutant removals of freshwater microalgae Scenedesmus dimorphus. Sci. Total Environ. 2020, 730, 138597. [Google Scholar] [CrossRef]
  15. Wang, Y.X.; Wu, P.P.; Shen, H.Y. Effects of tetracycline stress on the growth and antioxidant system of Crescentophaga. J. Hebei Univ. Sci. Technol. 2019, 40, 7. [Google Scholar]
  16. Sun, C.; Xu, Y.; Hu, N.; Ma, J.; Sun, S.; Cao, W.; Klobučar, G.; Hu, C.; Zhao, Y. To evaluate the toxicity of atrazine on the freshwater microalgae Chlorella sp. using sensitive indices indicated by photosynthetic parameters. Chemosphere 2020, 244, 125514. [Google Scholar] [CrossRef]
  17. Gu, M.; Yin, G.; Gan, T.; Zhao, N.; Qi, P.; Chen, M.; Ding, Z.; Jia, R.; Liu, J.; Ma, M.; et al. Construction of characterization parameters of algal photosynthetic inhibition method for detection of comprehensive toxicity in water. Ecol. Indic. 2022, 136, 108651. [Google Scholar] [CrossRef]
  18. Gu, M.; Yin, G.; Zhao, N.; Qi, P.; Chen, M.; Ding, Z.; Jia, R.; Liu, J.; Ma, M.; Yang, R.; et al. Construction of characterization parameters of water comprehensive toxicity based on the different characteristics of OJIP curve. Acta Opt. Sin. 2022, 42, 7. [Google Scholar]
  19. Ministry of Environmental Protection. Environmental Monitoring Analysis Method Standard System Revision Technical Guidance; Ministry of Environmental Protection: Beijing, China, 2010. [Google Scholar]
Figure 1. Schematic diagram of chlorophyll fluorescence analyzer induced by variable light pulse.
Figure 1. Schematic diagram of chlorophyll fluorescence analyzer induced by variable light pulse.
Toxics 11 00493 g001
Figure 2. Fluorescence kinetic curve under stress of (a) DCMU; (b) Atrazine.
Figure 2. Fluorescence kinetic curve under stress of (a) DCMU; (b) Atrazine.
Toxics 11 00493 g002
Figure 3. Predictions of DCMU by dose–effect curve-fitting (a) RRMSEs trend with concentration (b) RSDs trend with concentration.
Figure 3. Predictions of DCMU by dose–effect curve-fitting (a) RRMSEs trend with concentration (b) RSDs trend with concentration.
Toxics 11 00493 g003
Figure 4. Predictions of DCMU by data-driven models (a) RRMSEs trend of concentration (b) RSDs trend of concentration. (Note: BPNN stands for BP neural network).
Figure 4. Predictions of DCMU by data-driven models (a) RRMSEs trend of concentration (b) RSDs trend of concentration. (Note: BPNN stands for BP neural network).
Toxics 11 00493 g004
Figure 5. Predictions of Atrazine by data-driven models (a) RRMSEs trend of concentration (b) RSDs trend of concentration.
Figure 5. Predictions of Atrazine by data-driven models (a) RRMSEs trend of concentration (b) RSDs trend of concentration.
Toxics 11 00493 g005
Table 1. Concentration and stress time of two toxic substances to be measured in algal fluid.
Table 1. Concentration and stress time of two toxic substances to be measured in algal fluid.
ToxinConcentrations TestedStress Time
DCMU0.625, 0.75, 1.25, 1.5, 2.5, 3.75, 5, 7.5, 10, 15, 25, 32.5, 50, 75, 100, 150, 200 μg /L15 min
Atrazine0.625, 0.75, 1.25, 1.5, 2.5, 3.75, 5, 7.5, 10, 15, 25, 32.5, 50, 75, 100, 150, 200 μg/L15 min
Table 2. Predictions of DCMU by Data-driven Models.
Table 2. Predictions of DCMU by Data-driven Models.
Sample GroupsConcentration
µg/L
RRMSERSD
Dose–Effect CurveSVRBP Neural NetworkDose–Effect CurveSVRBP Neural Network
10.62516.2669.9238.867--0.3410.295
20.7513.3894.9135.318--0.3900.385
31.257.6330.8752.518--0.6500.069
42.53.3170.5962.483--0.0780.125
53.751.8780.4350.959--0.2510.030
651.1580.4320.564--0.4850.113
77.50.4390.8310.072-0.1020.074
8100.0790.3310.162--0.3250.138
9150.2810.5650.048--0.1210.048
10250.5680.3390.050--0.1470.051
1132.50.6670.2540.0150.0020.0750.008
12500.4670.1740.0420.1120.0130.028
13650.2280.1100.0460.1920.0150.043
141000.3230.3920.0800.3130.0410.082
151500.1660.6060.0300.0980.0040.030
162000.2480.6990.0170.0390.0070.016
Average (µg/L)1.2460.4740.5060.1510.1650.061
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Hu, L.; Liang, T.; Yin, G.; Zhao, N. Quantitative Representation of Water Quality Biotoxicity by Algal Photosynthetic Inhibition. Toxics 2023, 11, 493. https://doi.org/10.3390/toxics11060493

AMA Style

Hu L, Liang T, Yin G, Zhao N. Quantitative Representation of Water Quality Biotoxicity by Algal Photosynthetic Inhibition. Toxics. 2023; 11(6):493. https://doi.org/10.3390/toxics11060493

Chicago/Turabian Style

Hu, Li, Tianhong Liang, Gaofang Yin, and Nanjing Zhao. 2023. "Quantitative Representation of Water Quality Biotoxicity by Algal Photosynthetic Inhibition" Toxics 11, no. 6: 493. https://doi.org/10.3390/toxics11060493

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop