Next Article in Journal
Surimi and Low-Salt Surimi Gelation: Key Components to Enhance the Physicochemical Properties of Gels
Next Article in Special Issue
Solvent-Free Ion-Conductive Xerogels with High Conductivity and Adhesion Enable Multimodal Sensing
Previous Article in Journal
Modified Nanocellulose Hydrogels and Applications in Sensing Fields
Previous Article in Special Issue
A Review on the Rheological Properties of Single Amino Acids and Short Dipeptide Gels
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

The Optimization of Culture Conditions for Injectable Recombinant Collagen Hydrogel Preparation Using Machine Learning

1
Key Laboratory of Resource Biology and Modern Biotechnology in Western China, Ministry of Education, College of Life Sciences, Northwest University, Xi’an 710069, China
2
Bytedance, Beijing 100034, China
3
Provincial Key Laboratory of Biotechnology and Biochemical Engineering, School of Medicine, Northwest University, Xi’an 710069, China
*
Author to whom correspondence should be addressed.
Gels 2025, 11(2), 141; https://doi.org/10.3390/gels11020141
Submission received: 13 January 2025 / Revised: 1 February 2025 / Accepted: 6 February 2025 / Published: 17 February 2025
(This article belongs to the Special Issue Structure and Properties of Functional Hydrogels (2nd Edition))

Abstract

:
Injectable recombinant collagen hydrogels (RCHs) are crucial in biomedical applications. Culture conditions play an important role in the preparation of hydrogels. However, determining the characteristics of hydrogels under certain conditions and determining the optimal conditions swiftly still remain challenging tasks. In this study, a machine learning approach was introduced to explore the correlation between hydrogel characteristics and culture conditions and determine the optimal culture conditions. The study focused on four key factors as independent variables: initial substrate concentration, reaction temperature, pH level, and reaction time, while the dependent variable was the elastic modulus of the hydrogels. To analyze the impact of these factors on the elastic modulus, four mathematical models were employed, including multiple linear regression (ML), decision tree (DT), support vector machine (SVM), and neural network (NN). The theoretical outputs of NN were closest to the actual values. Therefore, NN proved to be the most suitable model. Subsequently, the optimal culture conditions were identified as a substrate concentration of 15% (W/V), a reaction temperature of 4 °C, a pH of 7.0, and a reaction time of 12 h. The hydrogels prepared under these specific conditions exhibited a predicted elastic modulus of 15,340 Pa, approaching that of natural elastic cartilage.

1. Introduction

Hydrogels are three-dimensional (3D) polymer networks that have been extensively utilized in tissue engineering, such as wound healing and tissue regeneration, due to their high water content and properties resembling the natural extracellular matrix (ECM), including biodegradability, porosity, and biocompatibility [1,2,3,4,5,6]. Moreover, hydrogels are capable of encapsulating and releasing small molecules, biomacromolecules, and cells, thereby finding applications in cancer immunotherapy [7]. In recent years, injectable hydrogels have emerged as a new hydrogel system with a certain degree of mobility, allowing them to be implanted into the body via injection [3,4,8,9,10,11].
Hydrogels are formed by hydrophilic homopolymers or copolymers through covalent bonds or physical or chemical attraction like crosslinking [12]. The polymers of hydrogels are categorized into two main types: natural polymers and synthetic polymers [13,14,15]. Natural polymers encompass polysaccharide-based polymers such as hyaluronic acid [16,17,18,19,20], agarose [21,22,23], chitosan [16,23,24,25,26,27,28,29,30,31,32,33], alginate [28,29,34,35,36,37,38,39], and heparin [19,40,41,42], as well as polyaminoacid-based polymers (proteins or peptides) like collagen [27,33,43,44,45,46,47], fibrin [28,48,49], gelatin [38,39,50], and elastin [51,52], and polynucleotide-based (DNA/RNA) polymers [7,15,53]. These three kinds of natural polymers can be combined to construct multifunctional hydrogels [54]. On the other hand, synthetic polymers like polyethylene glycol (PEG) [36,45,51,55,56,57,58,59,60,61], polycaprolactone (PCL) [46,62], polyurethane (PU) [18,63,64,65], polyvinyl alcohol (PVA) [30,66,67], polylactic acid (PLA) [31,32,68,69], and others are also utilized in hydrogel formation [15,53]. Furthermore, a combination of natural and synthetic polymers can be applied to fabricate hydrogels [18,30,31,32,36,45,46,66]. In the context of tissue engineering, hydrogels must fulfill several design criteria, including biodegradability, porosity, biocompatibility, cell adhesion, and other essential properties [15,70].
Collagen, as a kind of natural polymer, is the most predominant protein found in various human tissues such as cartilage, bones, skin, ligaments, and connective tissue, comprising one-third of the total protein content, and serves as an ideal material for preparing hydrogels [15,47,71,72]. Despite its abundance, natural collagen for tissue engineering scaffolds is difficult to extract, exhibits poor water solubility, and triggers strong immune responses [73,74]. Consequently, there has been a shift towards the artificial reorganization of collagen through gene engineering techniques, garnering considerable interest [75,76,77]. By integrating human collagen gene fragments into the Escherichia coli plasmid and carrying out fermentation purification, recombinant human-like collagen (HLC) can be synthesized by utilizing cutting-edge modern biotechnological approaches [33,77,78,79]. HLC, a product of gene engineering, not only replicates the properties of natural collagen but also possesses remarkable advantages such as low immunogenicity, ease of modification, absence of virus-hidden risks, high water solubility and has seen a surge in research and application in tissue filling and medical scaffolds [33].
The preparation process of recombinant collagen hydrogels (RCHs) is influenced by various factors such as the initial substrate concentration, reaction temperature, pH level, reaction time, crosslinking agent, and additives. However, understanding the combined impact of these factors on RCHs remains unclear and typically relies on experiments, lacking a reliable predictive model. To address this gap, mathematical models were introduced in this study. These models offer a means to obtain the characteristics of hydrogels under specific conditions without the need for experiments. Furthermore, they facilitate the optimization of culture conditions, thereby reducing both time consumption and material waste.
Traditional mathematical models include linear fitting, response surface methodology, and so on, which are employed to study the correlation between variables. However, with the expanding scale and complexity of data, traditional mathematical models have revealed limitations and machine learning has emerged as an increasingly reliable and particularly useful tool in addressing challenges [80].
Traditional machine learning models, not based on neural networks, such as decision trees (DTs) [81], random forests [81,82], extreme gradient boosting (XGBoost) [83,84], and support vector machines (SVMs) [85,86,87,88,89,90,91], are commonly used to address solve classification and regression problems [80]. In recent years, artificial neural network models, including multilayer perceptrons (MLPs) [92,93], convolutional neural networks (CNNs) [94,95,96], recurrent neural networks (RNNs) [97,98,99], graph convolutional networks (GCNs) [100,101,102,103,104], and so on, have rapidly developed, with them originally inspired by neurons in the brain. These models exhibit superior performance than traditional machine learning models in certain applications.
Training models can be executed by various software packages, including scikit-learn [105] and caret [106]. The scikit-learn software package, a machine learning method toolkit based on Python, is widely used for data preprocessing and model training within the field of data science. It can call a number of packages, thereby greatly simplifying the utilization of machine learning techniques and lowering the threshold for machine learning [105]. Here, multiple linear regression (MLP), decision tree (DT), support vector machine (SVM), and neural network (NN) were employed to investigate the correlation between hydrogel characteristics and culture conditions and determine the optimal culture conditions by using the scikit-learn module.
Machine learning models fundamentally operate on the principle of input and output. By utilizing a database consisting of independent variables (input) and dependent variables (output), a suitable model can be developed through training and testing processes. As the scale of the database increases, the precision of the model correspondingly improves. Consequently, after processing the input, the model generates the output. Therefore, machine learning is not only adaptable to various types of hydrogels and similar materials but also to a wide range of problems concerning input and output relationships.
In particular, this study focused on the impact of mechanical properties on cell growth and development, so the elastic modulus of hydrogels was selected to be the quantified feature. The elastic modulus, which is measured by a rheometer, represents the energy stored in a material due to elastic deformation and reflects the rigidity and solid characteristics of the material, serving as a crucial indicator for assessing the mechanical properties of biological tissues and biomaterials. Higher elastic modulus values indicate greater resistance to deformation. The mechanical properties of different organs determine tissue function and regulate cell behavior [107,108,109,110]. The elastic modulus varies significantly among different human tissues, playing a crucial role in cellular function performance. When constructing RCHs, the elastic modulus becomes particularly important for facilitating cell growth and differentiation, as well as ensuring the normal functioning of cells.

2. Results and Discussion

2.1. Single-Factor Experiment Analysis

For each influencing factor, one set of data was selected to analyze its effect on the elastic modulus of the hydrogels (Figure 1). All 71 types of RCHs were prepared under varying concentrations, reaction temperatures, pH levels, and reaction times, and subsequently, the elastic modulus was measured (Table S1). In order to determine the impact of specific conditions on the elastic modulus, the average of three repeated experiments was utilized as the representative value.
The elastic modulus of the RCHs increased significantly with the increase in substrate concentration within the solubility range (Figure 1a). Specifically, at a concentration of 4%, the elastic modulus was measured at 1237 Pa. This value notably increased to 3255 Pa, representing a 160% increment, when the concentration was raised to 6%. The highest observed elastic modulus of 21,960 Pa was measured at a concentration of 12%. This trend demonstrated a clear relationship between substrate concentration and the resulting elastic modulus values of the RCHs.
Similarly, the elastic modulus of the RCHs was also influenced significantly by temperature variation, with a notable decrease observed as the temperature rose. As shown in Figure 1b, the highest elastic modulus of the RCHs was measured at 4 °C, reaching 13,963 Pa. Subsequent temperature increments to 15 °C and 25 °C resulted in a decrease in the elastic modulus to 7259 Pa and 1392 Pa, respectively, representing a substantial 48% and 90% reduction compared to the value at 4 °C. This decline was attributed to the impact of transglutaminase activity.
In addition to temperature, the activity of transglutaminase can be influenced by various pH levels. The elastic modulus of RCHs showed an interesting trend as the pH levels rose from 5 to 9. Specifically, the elastic modulus initially increased, reaching its peak at pH 6, and then declined thereafter (Figure 1c). At a pH of 6, the highest elastic modulus of the RCHs was measured at 11,275 Pa, indicating peak activity of transglutaminase at this point. However, as the pH exceeded 6, the elastic modulus decreased to 9921 Pa at pH 7, with a less statistically significant difference (p-value of 0.01) compared to pH 8 and 9, where the p-values were 5.99 × 10−5 and 1.82 × 10−5, respectively. Therefore, in our further study on obtaining the optimal conditions for hydrogel preparation, we selected a pH of 7 based on these findings.
Different from concentrations, temperatures, and pH levels, the cross-linking reaction of the RCHs progressed as time increased, eventually reaching a plateau phase. Initially, the elastic modulus of the RCHs showed a consistent increase, peaking at 13,963 Pa after 24 h (Figure 1d). It is noteworthy that the elastic modulus did not exhibit a further significant increase beyond this point. Therefore, in terms of time efficiency, it was recommended to finish the preparation of hydrogels after 24 h in the experimental process.

2.2. Model Analysis Results and Comparison

The training set in the database, comprising substrate concentration, reaction temperature, pH, and reaction time as independent variables along with the elastic modulus of the hydrogels as the dependent variable, was utilized. These variables served as inputs in the analysis conducted through the four aforementioned methods (ML, DT, SVM, and NN) to formulate mathematical models for hydrogel cross-linking.

2.2.1. Multiple Linear Regression (ML)

The ML model, fitted by the LinearRegression in scikit-learn, yielded a score of 0.824 and a root mean squared error (RMSE) of 2164 on the test set (Table 1). Taking concentration (C), temperature (Tm), pH (X), and time (Ti) as four independent variables and the elastic modulus of the RCHs (G) as the dependent variable, this model generated the following multiple linear regression equation:
G = 845.720 C − 364.973 Tm − 925.119 X + 144.266 Ti + 6097.900

2.2.2. Decision Tree (DT)

The DT model was fitted by the DecisionTreeRegressor in scikit-learn. The adjustment of hyperparameters is an important issue in model training, significantly impacting model performance. For DT, the “max_depth” is a key hyperparameter to consider. To evaluate the relationship between the model’s score and the “max_depth” hyperparameter, a correlation plot was created (Figure 2a). The plot revealed that as max_depth increased, the mode’s score initially rose significantly, plateauing after reaching a value of 5. Hence, it was determined that an optimal max_depth of 5 is suitable for this DT model.
After investigating the training set samples, a decision tree with a depth of 5 was constructed (Figure S1). The root node, using all 49 training samples, was split at two levels of reaction temperature: ≤9.5 °C and >9.5 °C. The model achieved a score of 0.954 and a RMSE of 1108 on the test set (Table 1), indicating superior performance compared to ML. The impact of the independent variables on the elastic modulus varied, with different levels of importance. Utilizing the feature importance function (clf.feature_importances) of the DT model, the relative variable importance was quantified. Temperature, time, concentration, and pH accounted for 48.74%, 26.23%, 22.77%, and 2.26% of the overall importance, respectively (Figure 2b).

2.2.3. Support Vector Machine (SVM)

The SVM model in scikit-learn was fitted using SVR. Before fitting, three critical hyperparameters needed to be set for SVM: “kernel functions”, “C”, and “gamma”. Kernel functions aid in solving nonlinear problems by transforming high-dimensional space. The regularization parameter C governs the complexity of the model. A larger C results in a tighter decision margin and a more intricate model and potentially leads to overfitting. Meanwhile, the kernel coefficient gamma determines the influence of a training data point on the hyperplane. A higher gamma increases the impact of a training data point on the hyperplane, making it more likely to be selected as a support vector. Much like C, an elevated gamma value may also lead to overfitting.
In the following SVM model, cross-validation and grid search were employed to tune those three hyperparameters using GridSearchCV. A total of 32 models were created, each incorporating different combinations of four kernel functions (“linear”, “rbf”, “poly”, and “sigmoid”), four C values (1, 10, 100, and 1000), and two gamma values (“auto” and “scale”) (Figure 3). Among these combinations, the best-performing hyperparameters were found to be kernel = ‘poly’, C = 10, and gamma = ‘auto’, achieving the highest score of 0.909. Upon training the model with the complete training set, it yielded an impressive score of 0.980 and a RMSE of 714 (Table 1). Subsequently, when tested on the test set, the model demonstrated a score of 0.985 and a RMSE of 625 (Table 1), indicating high accuracy levels without overfitting.

2.2.4. Neural Network (NN)

Because natural language processing and figure recognition were not required, the easiest choice for analyzing mathematical data was to use the multilayer perceptron (MLP). In this study, the model was fitted using the MLPRegressor in scikit-learn. Comparing MLP with DT and SVM, it was important to note the numerous hyperparameters involved in the fitting process.
The first critical hyperparameter to consider was “activation function”. Popular activation functions, such as Sigmoid, Tanh, and ReLU (Rectified Linear Unit), are commonly used in neural networks. Both Sigmoid and Tanh functions are effective in handling binary or quasi-binary problems, but they are susceptible to issues like gradient disappearance or explosion. On the other hand, ReLU offers better stability and computational efficiency and is widely adopted in deep learning approaches. As a result, ReLU was chosen as the activation function to fit the model.
The second hyperparameter to consider was “learning_rate_init”. A smaller learning_rate_init leads to a slower study process and longer model fitting time. When using the default value of 0.001 for learning_rate_init, a warning message arose: “Stochastic Optimizer: Maximum iterations reached and the optimization hasn’t converged yet”, even when a large maximum number of iterations (“max_iter”) was set. To address this issue, a value of 0.01 was selected for learning_rate_init, along with the implementation of 3-5 hidden layers of neurons. This adjustment was made to enhance the convergence of the optimization process and improve the efficiency of model training.
Finally, in order to prevent overfitting, it was crucial to introduce the hyperparameter “alpha”. Here, different alpha values ranging from 0.00005 to 0.001, including 0.00005, 0.0001, 0.0002, 0.0003, 0.0005, 0.0008, and 0.001, were deliberated upon. Through cross-validation and grid search, the analysis identified alpha as 0.00005, coupled with “hidden_layer_sizes” of (16, 16, 16, 16, 16), presenting the best outcome with a notable score of 0.791 (Figure 4). Upon training the entire training set holistically, a substantially higher score of 0.996 and a correspondingly lower RMSE of 308 were obtained, surpassing the performance of the SVM model and with the potential presence of overfitting. Subsequently, the evaluation of the model’s performance on the test set reflected a score of 0.985 and a RMSE of 623, approximately two times greater than that observed in the training set, corroborating the existence of overfitting. Consequently, attention was focused on the second-ranking model, which showcased a score of 0.725, when alpha increased to 0.0003 (Figure 4). Following the total fitting of the training data, this model attained a score of 0.991 and a RMSE of 468 on the training set. Notably, the performance evaluation on the test set indicated a significantly improved score of 0.992 and a RMSE of 469 (Table 1), exhibiting superior performance when compared to the SVM model, devoid of evident overfitting concerns.

2.3. Model Evaluation and Prediction of Optimal Conditions

2.3.1. Model Evaluation

In order to evaluate the predictive accuracy of the four models above, the theoretical values of the test set were calculated for each of the four models mentioned above: ML, DT, SVM, and NN. Subsequently, the theoretical outputs were compared with the actual values for each model. The analysis revealed that NN demonstrated the highest level of predictive accuracy, closely matching the actual values. Following NN, SVM displayed relatively strong predictive performance. In contrast, the calculated values for DT showed a larger deviation from the actual values compared to NN and SVM. Lastly, ML exhibited the largest deviation between its theoretical and actual output values (Figure 5a).
The RMSEs of the ML, DT, SVM, and NN models were calculated to assess the deviation between the predicted and observed values on the test set. The RMSE values for ML, DT, SVM, and NN were found to be 2164, 1108, 625, and 469, respectively (Table 1). Notably, the RMSE of the NN model was the lowest among all models, suggesting that its predictions closely matched the actual values. Moreover, the scores for the ML, DT, SVM, and NN models on the test set were 0.824, 0.954, 0.985, and 0.992, respectively (Table 1), indicating that the NN model performed best.
These findings aligned with the results illustrated in Figure 5a, thus indicating the superior predictive performance of the NN model in this analysis.
Herein, the NN model was chosen as the optimal mathematical model for analyzing the elastic modulus of RCHs prepared under various cross-linking conditions. By utilizing this model, it is possible to predict the elastic modulus of hydrogels under specific culture conditions, obtain the optimal culture condition, and determine the necessary range of experimental conditions for preparing RCHs based on specific mechanical property requirements, thereby reducing both the workload and associated economic costs.

2.3.2. Prediction of Optimal Conditions

To optimize the preparation process of RCHs, the temperature and pH were fixed at 4 °C and 7, respectively, considering protein and cell activities (Figure 1b,c). The effects of time and concentration on the elastic modulus were then analyzed. The values of the “time” variable set varied from 4 to 40 h (at intervals of 4 h), while the “concentration” variable set ranged from 1% to 15% (at intervals of 1%). Subsequently, data from 150 groups were input into the NN model to predict the elastic modulus, with the outcomes depicted in Figure 5b (Table S2).
The elastic modulus of natural elastic cartilage was found to be 153,57 ± 133.0 Pa. Notably, the elastic modulus of the RCHs under one of the specific conditions most closely approximated that of natural elastic cartilage, indicated by a reaction time of 12 h with a substrate concentration of 15%. Under this optimized condition, the predicted elastic modulus of the hydrogels was 15,340 Pa, approaching that of natural elastic cartilage. The prediction is promising for cartilage regeneration and repair. However, the actual impact of RCHs prepared under these conditions on seed cell growth and cartilage repair remains to be explored. Future research should focus on these aspects to better understand the potential of RCHs in clinical applications within the field of cartilage regeneration and repair engineering.

3. Conclusions

The establishment of culture conditions and hydrogel characteristics during the preparation of RCHs is a complex issue. This work proposed ML, DT, SVM, and NN to establish mathematical models for hydrogel cross-linking. Among these models, NN yielded the highest score and the smallest RMSE, and output the prediction results wich were the closest to the actual values. Therefore, it was identified as the most suitable model and subsequently utilized to predict the optimal conditions for preparing the RCHs. Under that optimized condition, the predicted elastic modulus of the RCHs was 15,340 Pa. It is possible that optimized RCHs facilitate seed cell growth and could be applied in cartilage regeneration and repair.
The successful application of NN in predicting these conditions offers a dependable method for the production of various hydrogels. Nonetheless, further research is needed to explore the characteristics of RCHs prepared under optimal conditions, such as their impact on seed cell growth and cartilage regeneration. These investigations will contribute to advancing clinical research in the field of cartilage regeneration and repair engineering.
In the training process of NN, overfitting is a prominent issue that readily arises. For instance, when fitting the network with 3–5 hidden layers, each comprising 16 neurons and using a learning rate of 0.001, the fitting score reached 1, indicating clear overfitting and rendering the results unreliable. As a remedy, it is recommended to increase the initial learning rate. Furthermore, it is advisable to incorporate the L2 regularization technique to enhance the model’s generalization capabilities.
The comparison of NN and SVM performance revealed that NN yielded superior results, while SVM lagged slightly behind. However, both models have their respective advantages and disadvantages. Notably, the hyperparameters of NN are significantly more numerous compared to SVM, with SVM exhibiting slower computational speed. Following the determination of hyperparameters, SVM required 18 s for model fitting and prediction, in contrast with NN’s instantaneous performance. The computational burden and duration of running cross-validation and grid search are more pronounced, implying that SVM consumes greater memory resources. Thus, the decision on whether to utilize SVM or NN should be contingent upon the specific requirements of the task at hand.

4. Materials and Methods

4.1. Single-Factor Experiments

The independent variables selected for this study were the initial substrate concentration, reaction temperature, pH level, and reaction time, with the elastic modulus of hydrogels as the dependent variable. Prior to experimentation, suitable ranges for each independent variable were established. In the experiments, 0.01 g of transglutaminase (Shanghai yuanye Bio-Technology Co., Ltd, Shanghai, China) was first dispensed into a 1 mL reaction system (20 U/g), followed by the addition of the cross-linking reaction substrate Recombinant Collagen (RC) at varying concentrations (W/V). The effects of different concentrations (4%, 6%, 8%, 10%, 12%, and 15%), reaction temperatures (4 °C, 15 °C, and 25 °C), pH levels (5, 6, 7, 8, and 9), and reaction times (0.5 h, 1 h, 2 h, 3 h, 4 h, 5 h, 6 h, 9 h, 12 h, 15 h, 18 h, 21 h, 24 h, 27 h, 30 h, 33 h, 36 h, 39 h, 42 h, 45 h, and 48 h) on the elastic modulus were then investigated.
Each single-factor experiment was conducted three times using various combined conditions to prepare the RCHs. Subsequently, three cylinders measuring 20 mm in diameter and 1 mm in height were created for testing.

4.2. Elastic Modulus Detection

A rheometer (DHR-2, Waters Corp., Milford, Massachusetts, USA) was used to measure the elastic modulus of the RCHs at a temperature of 20 °C, a frequency of 1 Hz, and a strain range of 0.1–100 Pa.

4.3. Model Fitting and Data Analysis

The Single-factor experimental data were analyzed using GraphPad Prism 9.0 software (GraphPad Software Inc., San Diego, California, USA). Statistical significance testing comparing the various RCHs was conducted using the F-test and t-test.
The data obtained from all experimental tests were used to create a database, which was subsequently randomly split into two subsets: a training set (70%) and a test set (30%). The training set was employed to train and fit the proposed mathematical model using four algorithms: ML, DT, SVM, and NN. Following this, the test set was utilized to assess the model’s validity. The implementation of the four models was carried out using scikit-learn (https://scikit-learn.org/stable/ (accessed on 9 April 2024)) in Python. The graphs were plotted using matplotlib (https://matplotlib.org (accessed on 12 January 2025)) and seaborn (https://seaborn.pydata.org (accessed on 12 January 2025)) in Python.

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/gels11020141/s1. Figure S1: The decision tree with a depth of 5; Table S1: The elastic modulus of all 71 types of RCHs; Table S2: The effects of time and concentration on the elastic modulus in optimizing the preparation process of RCHs.

Author Contributions

Conceptualization, J.W. and M.L.; formal analysis, J.W., M.L., and L.Z. (Long Zhao); data curation, M.L. and L.Z. (Long Zhao); methodology, J.W., M.L., and L.Z. (Long Zhao); software, M.L. and L.Z. (Long Zhao); investigation, M.L., Y.R., L.Z. (Linfei Zuo), and Z.S.; writing—original draft, M.L.; writing—review and editing, J.W.; visualization, J.W., M.L., and L.Z. (Long Zhao); funding acquisition, J.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Natural Science Basis Research Project in Shaanxi Province of China (2023-JC-QN-0824) and the Shaanxi Fundamental Science Research Project for Chemistry & Biology (23JHQ064).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The original contributions presented in this study are included in the article/Supplementary Material. Further inquiries can be directed to the corresponding author.

Conflicts of Interest

Author Long Zhao was employed by the company Bytedance. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. Geckil, H.; Xu, F.; Zhang, X.H.; Moon, S.; Demirci, U. Engineering hydrogels as extracellular matrix mimics. Nanomedicine 2010, 5, 469–484. [Google Scholar] [CrossRef] [PubMed]
  2. Yin, B.; Gosecka, M.; Bodaghi, M.; Crespy, D.; Youssef, G.; Dodda, J.M.; Wong, S.H.D.; Imran, A.B.; Gosecki, M.; Jobdeedamrong, A.; et al. Engineering multifunctional dynamic hydrogel for biomedical and tissue regenerative applications. Chem. Eng. J. 2024, 487, 150403. [Google Scholar] [CrossRef]
  3. Khattak, S.; Ullah, I.; Xie, H.; Tao, X.-D.; Xu, H.-T.; Shen, J. Self-healing hydrogels as injectable implants: Advances in translational wound healing. Coord. Chem. Rev. 2024, 509, 215790. [Google Scholar] [CrossRef]
  4. Nejati, S.; Mongeau, L. Injectable, pore-forming, self-healing, and adhesive hyaluronan hydrogels for soft tissue engineering applications. Sci. Rep. 2023, 13, 14303. [Google Scholar] [CrossRef]
  5. Tang, S.C.; Richardson, B.M.; Anseth, K.S. Dynamic covalent hydrogels as biomaterials to mimic the viscoelasticity of soft tissues. Prog. Mater. Sci. 2021, 120, 100738. [Google Scholar] [CrossRef]
  6. Li, C.; Deng, R.H.; Yang, M.; Yuan, F.Z.; Zhang, C.; Yu, J.K. Advanced Hydrogel Material for Meniscus Repair. Adv. Funct. Mater. 2024, 34, 12276. [Google Scholar] [CrossRef]
  7. Peng, Y.X.; Liang, S.; Meng, Q.F.; Liu, D.; Ma, K.S.; Zhou, M.L.; Yun, K.Q.; Rao, L.; Wang, Z.H. Engineered Bio-Based Hydrogels for Cancer Immunotherapy. Adv. Mater. 2024, 36, 13188. [Google Scholar] [CrossRef] [PubMed]
  8. Lu, H.D.; Soranno, D.E.; Rodell, C.B.; Kim, I.L.; Burdick, J.A. Secondary Photocrosslinking of Injectable Shear-Thinning Dock-and-Lock Hydrogels. Adv. Healthc. Mater. 2013, 2, 1028–1036. [Google Scholar] [CrossRef]
  9. Parisi-Amon, A.; Mulyasasmita, W.; Chung, C.; Heilshorn, S.C. Protein-Engineered Injectable Hydrogel to Improve Retention of Transplanted Adipose-Derived Stem Cells. Adv. Healthc. Mater. 2013, 2, 428–432. [Google Scholar] [CrossRef] [PubMed]
  10. Xu, J.P.; Hsu, S.H. Self-healing hydrogel as an injectable implant: Translation in brain diseases. J. Biomed. Sci. 2023, 30, 43. [Google Scholar] [CrossRef]
  11. Ding, X.Y.; Li, G.; Zhang, P.; Jin, E.; Xiao, C.S.; Chen, X.S. Injectable Self-Healing Hydrogel Wound Dressing with Cysteine-Specific On-Demand Dissolution Property Based on Tandem Dynamic Covalent Bonds. Adv. Funct. Mater. 2021, 31, 11230. [Google Scholar] [CrossRef]
  12. Wu, J.W.; Chen, Q.; Deng, C.; Xu, B.P.; Zhang, Z.Y.; Yang, Y.; Lu, T.L. Exquisite design of injectable Hydrogels in Cartilage Repair. Theranostics 2020, 10, 9843–9864. [Google Scholar] [CrossRef]
  13. Zhang, Y.S.; Khademhosseini, A. Advances in engineering hydrogels. Science 2017, 356, eaaf3627. [Google Scholar] [CrossRef] [PubMed]
  14. Liu, X.; Lin, W.; Astruc, D.; Gu, H.B. Syntheses and applications of dendronized polymers. Prog. Polym. Sci. 2019, 96, 43–105. [Google Scholar] [CrossRef]
  15. Volpi, M.; Paradiso, A.; Costantini, M.; Swie, W. Hydrogel-Based Fiber Biofabrication Techniques for Skeletal Muscle Tissue Engineering. ACS Biomater. Sci. Eng. 2022, 8, 379–405. [Google Scholar] [CrossRef]
  16. Fan, M.; Ma, Y.; Mao, J.H.; Zhang, Z.W.; Tan, H.P. Cytocompatible forming chitosan/hyaluronan hydrogels via a metal-free click chemistry for soft tissue engineering. Acta Biomater. 2015, 20, 60–68. [Google Scholar] [CrossRef] [PubMed]
  17. Raia, N.R.; Partlow, B.P.; McGill, M.; Kimmerling, E.P.; Ghezzi, C.E.; Kaplan, D.L. Enzymatically crosslinked silk-hyaluronic acid hydrogels. Biomaterials 2017, 131, 58–67. [Google Scholar] [CrossRef]
  18. Feng, Y.; Xiao, K.C.; Chen, J.L.; Lin, J.J.; He, Y.Y.; He, X.L.; Cheng, F.Y.; Li, Z.; Li, J.H.; Luo, F.; et al. Immune-microenvironment modulatory polyurethane-hyaluronic acid hybrid hydrogel scaffolds for diabetic wound treatment. Carbohyd. Polym. 2023, 320, 121238. [Google Scholar] [CrossRef]
  19. Gwon, K.; Kim, E.; Tae, G. Heparin-hyaluronic acid hydrogel in support of cellular activities of 3D encapsulated adipose derived stem cells. Acta Biomater. 2017, 49, 284–295. [Google Scholar] [CrossRef]
  20. Yang, R.; Liu, X.; Ren, Y.H.; Xue, W.L.; Liu, S.; Wang, P.H.; Zhao, M.; Xu, H.; Chi, B. Injectable adaptive self-healing hyaluronic acid/poly (γ-glutamic acid) hydrogel for cutaneous wound healing. Acta Biomater. 2021, 127, 102–115. [Google Scholar] [CrossRef]
  21. Niemczyk-Soczynska, B.; Kolbuk, D.; Mikulowski, G.; Ciechomska, I.A.; Sajkiewicz, P. Methylcellulose/agarose hydrogel loaded with short electrospun PLLA/laminin fibers as an injectable scaffold for tissue engineering/3D cell culture model for tumour therapies. RSC Adv. 2023, 13, 11889–11902. [Google Scholar] [CrossRef]
  22. Su, T.; Zhang, M.Y.; Zeng, Q.K.; Pan, W.H.; Huang, Y.J.; Qian, Y.N.; Dong, W.; Qi, X.L.; Shen, J.L. Mussel-inspired agarose hydrogel scaffolds for skin tissue engineering. Bioact. Mater. 2021, 6, 579–588. [Google Scholar] [CrossRef]
  23. Miguel, S.P.; Ribeiro, M.P.; Brancal, H.; Coutinho, P.; Correia, I.J. Thermoresponsive chitosan-agarose hydrogel for skin regeneration. Carbohyd. Polym. 2014, 111, 366–373. [Google Scholar] [CrossRef] [PubMed]
  24. Sukarto, A.; Yu, C.; Flynn, L.E.; Amsden, B.G. Co-delivery of Adipose-Derived Stem Cells and Growth Factor-Loaded Microspheres in RGD-Grafted N-Methacrylate Glycol Chitosan Gels for Focal Chondral Repair. Biomacromolecules 2012, 13, 2490–2502. [Google Scholar] [CrossRef]
  25. Wen, T.Y.; Zhang, C.; Ruan, D.; Li, F.; Ma, J. Constructing Tissue Engineered Nucleus Pulposus with Adipose-Derived Stem Cells and an Injectable Thermosensitive Chitosan Scaffold. J. Biomater. Tiss. Eng. 2014, 4, 1073–1079. [Google Scholar] [CrossRef]
  26. Zhao, X.; Li, P.; Guo, B.L.; Ma, P.X. Antibacterial and conductive injectable hydrogels based on quaternized chitosan-graft-polyaniline/oxidized dextran for tissue engineering. Acta Biomater. 2015, 26, 236–248. [Google Scholar] [CrossRef] [PubMed]
  27. Li, X.; Ma, X.X.; Fan, D.D.; Zhu, C.H. New suitable for tissue reconstruction injectable chitosan/collagen-based hydrogels. Soft Matter 2012, 8, 3781–3790. [Google Scholar] [CrossRef]
  28. Jaikumar, D.; Sajesh, K.M.; Soumya, S.; Nimal, T.R.; Chennazhi, K.P.; Nair, S.V.; Jayakumar, R. Injectable alginate-O-carboxymethyl chitosan/nano fibrin composite hydrogels for adipose tissue engineering. Int. J. Biol. Macromol. 2015, 74, 318–326. [Google Scholar] [CrossRef]
  29. Steinle, H.; Ionescu, T.M.; Schenk, S.; Golombek, S.; Kunnakattu, S.J.; Özbek, M.T.; Schlensak, C.; Wendel, H.P.; Avci-Adali, M. Incorporation of Synthetic mRNA in Injectable Chitosan-Alginate Hybrid Hydrogels for Local and Sustained Expression of Exogenous Proteins in Cells. Int. J. Mol. Sci. 2018, 19, 1313. [Google Scholar] [CrossRef] [PubMed]
  30. Xiong, S.T.; Ye, S.; Ni, P.X.Z.; Zhong, M.; Shan, J.; Yuan, T.; Liang, J.; Fan, Y.J.; Zhang, X.D. Polyvinyl-alcohol, chitosan and graphene-oxide composed conductive hydrogel for electrically controlled fluorescein sodium transdermal release. Carbohyd. Polym. 2023, 319, 121172. [Google Scholar] [CrossRef] [PubMed]
  31. Yuan, W.J.; Li, S.H.; Guan, H.H.; Zhang, S.; Zhang, Y.X.; Zhang, M.; Yu, Y.; Chen, X.Y. Preparation and Properties of a Novel Biodegradable Composite Hydrogel Derived from Gelatin/Chitosan and Polylactic Acid as Slow-Release N Fertilizer. Polymers 2023, 15, 997. [Google Scholar] [CrossRef]
  32. Bharathi, R.; Harini, G.; Sankaranarayanan, A.; Shanmugavadivu, A.; Vairamani, M.; Selvamurugan, N. Nuciferine-loaded chitosan hydrogel-integrated 3D-printed polylactic acid scaffolds for bone tissue engineering: A combinatorial approach. Int. J. Biol. Macromol. 2023, 253, 127492. [Google Scholar] [CrossRef] [PubMed]
  33. Zhu, C.H.; Fan, D.D.; Duan, Z.Z.; Xue, W.J.; Shang, L.A.; Chen, F.L.; Luo, Y.E. Initial investigation of novel human-like collagen/chitosan scaffold for vascular tissue engineering. J. Biomed. Mater. Res. A 2009, 89a, 829–840. [Google Scholar] [CrossRef]
  34. Bidarra, S.J.; Barrias, C.C.; Granja, P.L. Injectable alginate hydrogels for cell delivery in tissue engineering. Acta Biomater. 2014, 10, 1646–1662. [Google Scholar] [CrossRef] [PubMed]
  35. Yan, S.F.; Wang, T.T.; Feng, L.; Zhu, J.; Zhang, K.X.; Chen, X.S.; Cui, L.; Yin, J.B. Injectable In Situ Self-Cross-Linking Hydrogels Based on Poly(L-glutamic acid) and Alginate for Cartilage Tissue Engineering. Biomacromolecules 2014, 15, 4495–4508. [Google Scholar] [CrossRef] [PubMed]
  36. Jeon, O.; Samorezov, J.E.; Alsberg, E. Single and dual crosslinked oxidized methacrylated alginate/PEG hydrogels for bioadhesive applications. Acta Biomater. 2014, 10, 47–55. [Google Scholar] [CrossRef]
  37. Desai, R.M.; Koshy, S.T.; Hilderbrand, S.A.; Mooney, D.J.; Joshi, N.S. Versatile click alginate hydrogels crosslinked via tetrazine-norbornene chemistry. Biomaterials 2015, 50, 30–37. [Google Scholar] [CrossRef]
  38. Heidarian, P.; Kouzani, A.Z. A self-healing nanocomposite double network bacterial nanocellulose/gelatin hydrogel for three dimensional printing. Carbohyd. Polym. 2023, 313, 120879. [Google Scholar] [CrossRef]
  39. Gao, L.T.; Chen, Y.M.; Aziz, Y.; Wei, W.; Zhao, X.Y.; He, Y.; Li, J.H.; Li, H.P.; Miyatake, H.; Ito, Y. Tough, self-healing and injectable dynamic nanocomposite hydrogel based on gelatin and sodium alginate. Carbohyd. Polym. 2024, 330, 121812. [Google Scholar] [CrossRef]
  40. Sen, S.; Sharma, P.; Pal, V.K.; Roy, S. Designing Cardin-Motif Peptide and Heparin-Based Multicomponent Advanced Bioactive Hydrogel Scaffolds to Control Cellular Behavior. Biomacromolecules 2023, 24, 4923–4938. [Google Scholar] [CrossRef]
  41. Goh, M.; Kim, Y.; Gwon, K.; Min, K.; Hwang, Y.; Tae, G. In situ formation of injectable and porous heparin-based hydrogel. Carbohyd. Polym. 2017, 174, 990–998. [Google Scholar] [CrossRef]
  42. Fernández-Muiños, T.; Recha-Sancho, L.; López-Chicón, P.; Castells-Sala, C.; Mata, A.; Semino, C.E. Bimolecular based heparin and self-assembling hydrogel for tissue engineering applications. Acta Biomater. 2015, 16, 35–48. [Google Scholar] [CrossRef]
  43. Song, Y.H.; Shon, S.H.; Shan, M.R.; Stroock, A.D.; Fischbach, C. Adipose-derived stem cells increase angiogenesis through matrix metalloproteinase-dependent collagen remodeling. Integr. Biol. 2016, 8, 205–215. [Google Scholar] [CrossRef]
  44. Parmar, P.A.; Chow, L.W.; St-Pierre, J.P.; Horejs, C.M.; Peng, Y.Y.; Werkmeister, J.A.; Ramshaw, J.A.M.; Stevens, M.M. Collagen-mimetic peptide-modifiable hydrogels for articular cartilage regeneration. Biomaterials 2015, 54, 213–225. [Google Scholar] [CrossRef] [PubMed]
  45. Xu, G.H.; Wang, X.L.; Deng, C.; Teng, X.M.; Suuronen, E.J.; Shen, Z.Y.; Zhong, Z.Y. Injectable biodegradable hybrid hydrogels based on thiolated collagen and oligo(acryloyl carbonate)-poly(ethylene glycol)-oligo(acryloyl carbonate) copolymer for functional cardiac regeneration. Acta Biomater. 2015, 15, 55–64. [Google Scholar] [CrossRef] [PubMed]
  46. Schnell, E.; Klinkhammer, K.; Balzer, S.; Brook, G.; Klee, D.; Dalton, P.; Mey, J. Guidance of glial cell migration and axonal growth on electrospun nanofibers of poly-ε-caprolactone and a collagen/poly-ε-caprolactone blend. Biomaterials 2007, 28, 3012–3025. [Google Scholar] [CrossRef] [PubMed]
  47. Lin, K.L.; Zhang, D.W.; Macedo, M.H.; Cui, W.G.; Sarmento, B.; Shen, G.F. Advanced Collagen-Based Biomaterials for Regenerative Biomedicine. Adv. Funct. Mater. 2019, 29, 4943. [Google Scholar] [CrossRef]
  48. Carriel, V.; Garrido-Gómez, J.; Hernández-Cortés, P.; Garzón, I.; García-García, S.; Sáez-Moreno, J.A.; Sánchez-Quevedo, M.D.C.; Campos, A.; Alaminos, M. Combination of fibrin-agarose hydrogels and adipose-derived mesenchymal stem cells for peripheral nerve regeneration. J. Neural Eng. 2013, 10, 026022. [Google Scholar] [CrossRef] [PubMed]
  49. Chung, E.; Rytlewski, J.A.; Merchant, A.G.; Dhada, K.S.; Lewis, E.W.; Suggs, L.J. Fibrin-based 3D matrices induce angiogenic behavior of adipose-derived stem cells. Acta Biomater. 2015, 17, 78–88. [Google Scholar] [CrossRef]
  50. Hou, Q.H.; Liu, K.; Lian, C.X.; Liu, J.W.; Wei, W.Y.; Qiu, T.; Dai, H.L. A Gelatin-Based Composite Hydrogel with a “One Stone, Two Birds” Strategy for Photothermal Antibacterial and Vascularization of Infected Wounds. Biomacromolecules 2023, 24, 3397–3410. [Google Scholar] [CrossRef] [PubMed]
  51. Meco, E.; Lampe, K.J. Impact of Elastin-like Protein Temperature Transition on PEG-ELP Hybrid Hydrogel Properties. Biomacromolecules 2019, 20, 1914–1925. [Google Scholar] [CrossRef]
  52. Cipriani, F.; Krüger, M.; De Torre, I.G.; Sierra, L.Q.; Rodrigo, M.A.; Kock, L.; Rodriguez-Cabello, J.C. Cartilage Regeneration in Preannealed Silk Elastin-Like Co-Recombinamers Injectable Hydrogel Embedded with Mature Chondrocytes in an Ex Vivo Culture Platform. Biomacromolecules 2018, 19, 4333–4347. [Google Scholar] [CrossRef]
  53. Huang, Q.T.; Zou, Y.J.; Arno, M.C.; Chen, S.; Wang, T.; Gao, J.Y.; Dove, A.P.; Du, J.Z. Hydrogel scaffolds for differentiation of adipose-derived stem cells. Chem. Soc. Rev. 2017, 46, 6255–6275. [Google Scholar] [CrossRef]
  54. Li, X.M.; Kuang, Y.; Xu, B. “Molecular trinity” for soft nanomaterials: Integrating nucleobases, amino acids, and glycosides to construct multifunctional hydrogelators. Soft Matter 2012, 8, 2801–2806. [Google Scholar] [CrossRef]
  55. Li, Z.; Qiu, L.P.; Chen, Q.; Hao, T.N.; Qiao, M.X.; Zhao, H.X.; Zhang, J.; Hu, H.Y.; Zhao, X.L.; Chen, D.W.; et al. pH-sensitive nanoparticles of poly(L-histidine)-poly(lactide-co-glycolide)-tocopheryl polyethylene glycol succinate for anti-tumor drug delivery. Acta Biomater. 2015, 11, 137–150. [Google Scholar] [CrossRef]
  56. Lin, H.; Zhang, D.N.; Alexander, P.G.; Yang, G.; Tan, J.; Cheng, A.W.M.; Tuan, R.S. Application of visible light-based projection stereolithography for live cell-scaffold fabrication with designed architecture. Biomaterials 2013, 34, 331–339. [Google Scholar] [CrossRef]
  57. Raic, A.; Rödling, L.; Kalbacher, H.; Lee-Thedieck, C. Biomimetic macroporous PEG hydrogels as 3D scaffolds for the multiplication of human hematopoietic stem and progenitor cells. Biomaterials 2014, 35, 929–940. [Google Scholar] [CrossRef]
  58. Wang, H.Y.; Cai, L.; Paul, A.; Enejder, A.; Heilshorn, S.C. Hybrid Elastin-like Polypeptide-Polyethylene Glycol (ELP-PEG) Hydrogels with Improved Transparency and Independent Control of Matrix Mechanics and Cell Ligand Density. Biomacromolecules 2014, 15, 3421–3428. [Google Scholar] [CrossRef]
  59. Daniele, M.A.; Adams, A.A.; Naciri, J.; North, S.H.; Ligler, F.S. Interpenetrating networks based on gelatin methacrylamide and PEG formed using concurrent thiol click chemistries for hydrogel tissue engineering scaffolds. Biomaterials 2014, 35, 1845–1856. [Google Scholar] [CrossRef] [PubMed]
  60. McGann, C.L.; Akins, R.E.; Kiick, K.L. Resilin-PEG Hybrid Hydrogels Yield Degradable Elastomeric Scaffolds with Heterogeneous Microstructure. Biomacromolecules 2016, 17, 128–140. [Google Scholar] [CrossRef] [PubMed]
  61. Goktas, M.; Cinar, G.; Orujalipoor, I.; Ide, S.; Tekinay, A.B.; Guler, M.O. Self-Assembled Peptide Amphiphile Nanofibers and PEG Composite Hydrogels as Tunable ECM Mimetic Microenvironment. Biomacromolecules 2015, 16, 1247–1258. [Google Scholar] [CrossRef] [PubMed]
  62. Hruschka, V.; Saeed, A.; Slezak, P.; Al Ghanami, R.C.; Feichtinger, G.A.; Alexander, C.; Redl, H.; Shakesheff, K.; Wolbank, S. Evaluation of a Thermoresponsive Polycaprolactone Scaffold for In Vitro Three-Dimensional Stem Cell Differentiation. Tissue Eng. Pt A 2015, 21, 310–319. [Google Scholar] [CrossRef]
  63. Robinson, A.; Nkansah, A.; Bhat, S.; Karnik, S.; Jones, S.; Fairley, A.; Leung, J.; Wancura, M.; Sacks, M.S.; Dasi, L.P.; et al. Hydrogel-polyurethane fiber composites with enhanced microarchitectural control for heart valve replacement. J. Biomed. Mater. Res. A 2024, 112, 586–599. [Google Scholar] [CrossRef] [PubMed]
  64. Mao, S.H.; Liu, W.; Xie, Z.M.; Zhang, D.; Zhou, J.H.; Xu, Y.S.; Fu, B.P.; Zheng, S.Y.; Zhang, L.; Yang, J.T. In Situ Growth of Functional Hydrogel Coatings by a Reactive Polyurethane for Biomedical Devices. ACS Appl. Mater. Inter. 2023, 15, 56652–56664. [Google Scholar] [CrossRef] [PubMed]
  65. Ho, L.; Hsu, S.H. Cell reprogramming by 3D bioprinting of human fibroblasts in polyurethane hydrogel for fabrication of neural-like constructs. Acta Biomater. 2018, 70, 57–70. [Google Scholar] [CrossRef]
  66. Wang, D.F.; Cui, F.C.; Xi, L.Q.; Tan, X.Q.; Li, J.R.; Li, T.T. Preparation of a multifunctional non-stick tamarind polysaccharide-polyvinyl alcohol hydrogel immobilized with a quorum quenching enzyme for maintaining fish freshness. Carbohyd. Polym. 2023, 302, 120382. [Google Scholar] [CrossRef] [PubMed]
  67. Ding, L.; Chen, L.Y.; Hu, L.C.; Feng, X.L.; Mao, Z.P.; Xu, H.; Wang, B.J.; Sui, X.F. Self-healing and acidochromic polyvinyl alcohol hydrogel reinforced by regenerated cellulose. Carbohyd. Polym. 2021, 255, 117331. [Google Scholar] [CrossRef]
  68. Zhu, W.C.; Jiang, L.; Wang, B.L.; Gu, S.L.; Hu, F.Y.; Wang, C.H.; Chen, Y.S. Rational Design of PMPC/PDMC/PEGDA Hydrogel Micropatterns onto Polylactic Acid with Enhanced Biological Activity. ACS Biomater. Sci. Eng. 2020, 6, 3799–3810. [Google Scholar] [CrossRef]
  69. Ilomuanya, M.O.; Okafor, P.S.; Amajuoyi, J.N.; Onyejekwe, J.C.; Okubanjo, O.O.; Adeosun, S.O.; Silva, B.O. Polylactic acid-based electrospun fiber and hyaluronic acid-valsartan hydrogel scaffold for chronic wound healing. Beni-Suef Univ. J. Basic 2020, 9, 31. [Google Scholar] [CrossRef]
  70. Saroia, J.; Wang, Y.E.; Wei, Q.H.; Zhang, K.; Lu, T.L.; Zhang, B. A review on biocompatibility nature of hydrogels with 3D printing techniques, tissue engineering application and its future prospective. Bio-Des. Manuf. 2018, 1, 265–279. [Google Scholar] [CrossRef]
  71. Pollot, B.E.; Rathbone, C.R.; Wenke, J.C.; Guda, T. Natural polymeric hydrogel evaluation for skeletal muscle tissue engineering. J. Biomed. Mater. Res. B 2017, 106, 672–679. [Google Scholar] [CrossRef] [PubMed]
  72. Shoulders, M.D.; Raines, R.T. Collagen Structure and Stability. Annu. Rev. Biochem. 2009, 78, 929–958. [Google Scholar] [CrossRef]
  73. Lynn, A.K.; Yannas, I.V.; Bonfield, W. Antigenicity and immunogenicity of collagen. J. Biomed. Mater. Res. B 2004, 71B, 343–354. [Google Scholar] [CrossRef] [PubMed]
  74. Merle, C.; Perret, S.; Lacour, T.; Jonval, V.; Hudaverdian, S.; Garrone, R.; Ruggiero, F.; Theisen, M. Hydroxylated human homotrimeric collagen I in Agrobacterium tumefaciens-mediated transient expression and in transgenic tobacco plant. FEBS Lett. 2002, 515, 114–118. [Google Scholar] [CrossRef] [PubMed]
  75. Vaughn, P.R.; Galanis, M.; Richards, K.M.; Tebb, T.A.; Ramshaw, J.A.; Werkmeister, J.A. Production of recombinant hydroxylated human type III collagen fragment in Saccharomyces cerevisiae. DNA Cell Biol. 1998, 17, 511–518. [Google Scholar] [CrossRef] [PubMed]
  76. Shi, J.; Ma, X.; Gao, Y.; Fan, D.; Zhu, C.; Mi, Y.; Xue, W. Hydroxylation of Human Type III Collagen Alpha Chain by Recombinant Coexpression with a Viral Prolyl 4-Hydroxylase in Escherichia coli. Protein J. 2017, 36, 322–331. [Google Scholar] [CrossRef] [PubMed]
  77. Luo, Y.; Mu, T.; Fan, D. Preparation of a low-cost minimal medium for engineered Escherichia coli with high yield of human-like collagen II. Pak. J. Pharm. Sci. 2014, 27, 663–669. [Google Scholar]
  78. Luo, Y.; Fan, D.D.; Ma, X.X.; Wang, D.W.; Mi, Y.; Hua, X.F.; Li, W.H. Process control for production of human-like collagen in fed-batch culture of Escherichia coli BL 21. Chin. J. Chem. Eng. 2005, 13, 276–279. [Google Scholar]
  79. Greener, J.G.; Kandathil, S.M.; Moffat, L.; Jones, D.T. A guide to machine learning for biologists. Nat. Rev. Mol. Cell Biol. 2022, 23, 40–55. [Google Scholar] [CrossRef]
  80. Tariq, A.; Yan, J.; Gagnon, A.S.; Khan, M.R.; Mumtaz, F. Mapping of cropland, cropping patterns and crop types by combining optical remote sensing images with decision tree classifier and random forest. Geo.-Spat. Inf. Sci. 2023, 26, 302–320. [Google Scholar] [CrossRef]
  81. Yang, C.; Liu, L.L.; Huang, F.; Huang, L.; Wang, X.-M. Machine learning-based landslide susceptibility assessment with optimized ratio of landslide to non-landslide samples. Gondwana Res. 2023, 123, 198–216. [Google Scholar] [CrossRef]
  82. Afolabi, O.J.; Mabuza-Hocquet, G.P.; Nelwamondo, F.V.; Paul, B.S. The Use of U-Net Lite and Extreme Gradient Boost (XGB) for Glaucoma Detection. IEEE Access 2021, 9, 47411–47424. [Google Scholar] [CrossRef]
  83. Kolev, M. XGB-COF: A machine learning software in Python for predicting the friction coefficient of porous Al-based composites with Extreme Gradient Boosting. Softw. Impacts 2023, 17, 100531. [Google Scholar] [CrossRef]
  84. Vapnik, V.N. An overview of statistical learning theory. IEEE Trans. Neural Netw. 1999, 10, 988–999. [Google Scholar] [CrossRef]
  85. Chapelle, O.; Haffner, P.; Vapnik, V.N. Support vector machines for histogram-based image classification. IEEE Trans. Neural Netw. 1999, 10, 1055–1064. [Google Scholar] [CrossRef]
  86. Bi, J.; Vapnik, V.N. Learning with rigorous support vector machines. Lect. Notes Artif. Int. 2003, 2777, 243–257. [Google Scholar] [CrossRef]
  87. Guyon, I.; Weston, J.; Barnhill, S.; Vapnik, V. Gene selection for cancer classification using support vector machines. Mach. Learn. 2002, 46, 389–422. [Google Scholar] [CrossRef]
  88. Chapelle, O.; Vapnik, V.; Bousquet, O.; Mukherjee, S. Choosing multiple parameters for support vector machines. Mach. Learn. 2002, 46, 131–159. [Google Scholar] [CrossRef]
  89. Vapnik, V.; Chapelle, O. Bounds on error expectation for support vector machines. Neural Comput. 2000, 12, 2013–2036. [Google Scholar] [CrossRef]
  90. Chapelle, O.; Vapnik, V. Model selection for support vector machines. Adv. Neural Inf. Process. Syst. 2000, 12, 230–236. [Google Scholar]
  91. Pu, X.; Fang, Z.; Liu, Y. Multilayer Perceptron networks training using particle swarm optimization with minimum velocity constraints. In Proceedings of the 4th International Symposium on Neural Networks (ISNN 2007), Nanjing, China, 3–7 June 2007. [Google Scholar]
  92. Lopez, R.; Onate, E. A variational formulation for the multilayer perceptron. In Artificial Neural Networks—Icann 2006, Pt 1; Kollias, S., Stafylopatis, A., Duch, W., Oja, E., Eds.; Springer: Berlin/Heidelberg, Germany, 2006; Volume 4131, pp. 159–168. [Google Scholar]
  93. Zhang, Y.; Gao, J.; Zhou, H.; Assoc Comp, M. Breeds Classification with Deep Convolutional Neural Network. In Proceedings of the 12th International Conference on Machine Learning and Computing (ICMLC), Shenzhen, China, 15–17 February 2020. [Google Scholar]
  94. Tian, Y. Artificial Intelligence Image Recognition Method Based on Convolutional Neural Network Algorithm. IEEE Access 2020, 8, 125731–125744. [Google Scholar] [CrossRef]
  95. Li, P.; Li, J.; Wang, G. Application of convolutional neural network in natural language processing. In Proceedings of the 15th IEEE International Computer Conference on Wavelet Active Media Technology and Information Processing (ICCWAMTIP), Chengdu, China, 14–16 December 2018. [Google Scholar]
  96. Zhao, H.; Zeng, X.; Zhang, J.; Liu, Y.; Wang, X.; Li, T. A novel joint-processing adaptive nonlinear equalizer using a modular recurrent neural network for chaotic communication systems. Neural Netw. 2011, 24, 12–18. [Google Scholar] [CrossRef]
  97. Wang, J.; Wu, G. A multilayer recurrent neural network for solving continuous-time algebraic Riccati equations. Neural Netw. 1998, 11, 939–950. [Google Scholar] [CrossRef] [PubMed]
  98. Solovyeva, E.B. Types of Recurrent Neural Networks for Non-linear Dynamic System Modelling. In Proceedings of the 20th IEEE International Conference on Soft Computing and Measurements (SCM), St Petersburg, Russia, 24–26 May 2017. [Google Scholar]
  99. Wu, S.; Sun, F.; Zhang, W.; Xie, X.; Cui, B. Graph Neural Networks in Recommender Systems: A Survey. ACM Comput. Surv. 2023, 55, 97. [Google Scholar] [CrossRef]
  100. Zhang, Z.; Cui, P.; Zhu, W. Deep Learning on Graphs: A Survey. IEEE Trans. Knowl. Data Eng. 2022, 34, 249–270. [Google Scholar] [CrossRef]
  101. Wang, W.; Zhang, L.; Sun, J.; Zhao, Q.; Shuai, J. Predicting the potential human lncRNA-miRNA interactions based on graph convolution network with conditional random field. Brief. Bioinform. 2022, 23, bbac463. [Google Scholar] [CrossRef]
  102. Nie, J.; Xu, Y.; Huang, Y.; Li, J. The Review of Image Processing Based on Graph Neural Network. In Proceedings of the 14th International Conference on Intelligent Robotics and Applications (ICIRA), Yantai, China, 22–25 October 2021. [Google Scholar]
  103. Quan, P.; Shi, Y.; Lei, M.; Leng, J.; Zhang, T.; Niu, L. A Brief Review of Receptive Fields in Graph Convolutional Networks. In Proceedings of the 19th IEEE/WIC/ACM International Conference on Web Intelligence (WI), Thessaloniki, Greece, 13–17 October 2019. [Google Scholar]
  104. Pedregosa, F.; Varoquaux, G.; Gramfort, A.; Michel, V.; Thirion, B.; Grisel, O.; Blondel, M.; Prettenhofer, P.; Weiss, R.; Dubourg, V.; et al. Scikit-learn: Machine Learning in Python. J. Mach. Learn. Res. 2011, 12, 2825–2830. [Google Scholar]
  105. Hao, J.G.; Ho, T.K. Machine Learning Made Easy: A Review of Scikit-learn Package in Python Programming Language. J. Educ. Behav. Stat. 2019, 44, 348–361. [Google Scholar] [CrossRef]
  106. Kuhn, M. Building Predictive Models in R Using the caret Package. J. Stat. Softw. 2008, 28, 1–26. [Google Scholar] [CrossRef]
  107. Thompson, A.J.; Pillai, E.K.; Dimov, I.B.; Foster, S.K.; Franze, K. Rapid changes in tissue mechanics regulate cell behaviour in the developing embryonic brain. eLife 2019, 8, 39356. [Google Scholar] [CrossRef]
  108. Barriga, E.H.; Franze, K.; Charras, G.; Mayor, R. Tissue stiffening coordinates morphogenesis by triggering collective cell migration in vivo. Nature 2018, 554, 523–527. [Google Scholar] [CrossRef] [PubMed]
  109. Paszek, M.J.; Zahir, N.; Johnson, K.R.; Lakins, J.N.; Rozenberg, G.I.; Gefen, A.; Reinhart-King, C.A.; Margulies, S.S.; Dembo, M.; Boettiger, D.; et al. Tensional homeostasis and the malignant phenotype. Cancer Cell 2005, 8, 241–254. [Google Scholar] [CrossRef] [PubMed]
  110. Yeh, W.C.; Li, P.C.; Jeng, Y.M.; Hsu, H.C.; Kuo, P.L.; Li, M.L.; Yang, P.M.; Lee, P.H. Elastic modulus measurements of human liver and correlation with pathology. Ultrasound Med. Biol. 2002, 28, 467–474. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Analysis of the effect of a single factor on the elastic modulus of the hydrogels. Values represent the means ± SD. (a) Relationship between elastic modulus and substrate concentration (temperature = 4 °C, time = 24 h, pH = 7.0); (b) Relationship between elastic modulus and reaction temperature (concentration = 10%, time = 24 h, pH = 7.0); (c) Relationship between elastic modulus and pH (concentration = 10%, temperature = 4 °C, time = 15 h); (d) Relationship between elastic modulus and reaction time (concentration = 10%, temperature = 4 °C, pH = 7.0).
Figure 1. Analysis of the effect of a single factor on the elastic modulus of the hydrogels. Values represent the means ± SD. (a) Relationship between elastic modulus and substrate concentration (temperature = 4 °C, time = 24 h, pH = 7.0); (b) Relationship between elastic modulus and reaction temperature (concentration = 10%, time = 24 h, pH = 7.0); (c) Relationship between elastic modulus and pH (concentration = 10%, temperature = 4 °C, time = 15 h); (d) Relationship between elastic modulus and reaction time (concentration = 10%, temperature = 4 °C, pH = 7.0).
Gels 11 00141 g001
Figure 2. (a) The correlation between scores on the test set and max_depths of DT. The red dots represent the predicted scores corresponding to each depth level. The black triangle indicates that a depth of 5 represents the most suitable model; (b) The relative variable importance of four factors on the elastic modulus of DT.
Figure 2. (a) The correlation between scores on the test set and max_depths of DT. The red dots represent the predicted scores corresponding to each depth level. The black triangle indicates that a depth of 5 represents the most suitable model; (b) The relative variable importance of four factors on the elastic modulus of DT.
Gels 11 00141 g002
Figure 3. Cross-validation and grid search results of SVM. The heatmap cell values represent the scores predicted by the model.
Figure 3. Cross-validation and grid search results of SVM. The heatmap cell values represent the scores predicted by the model.
Gels 11 00141 g003
Figure 4. Cross-validation and grid search results of NN. The heatmap cell values represent the scores predicted by the model.
Figure 4. Cross-validation and grid search results of NN. The heatmap cell values represent the scores predicted by the model.
Gels 11 00141 g004
Figure 5. (a) The comparison between theoretical outputs and actual values for each of the four models; (b) The effects of time and concentration on the elastic modulus in optimizing the preparation process of RCHs. The heatmap cell values represent the absolute difference between the predicted values under specific conditions and the elastic modulus of natural elastic cartilage, which is 15,357 Pa.
Figure 5. (a) The comparison between theoretical outputs and actual values for each of the four models; (b) The effects of time and concentration on the elastic modulus in optimizing the preparation process of RCHs. The heatmap cell values represent the absolute difference between the predicted values under specific conditions and the elastic modulus of natural elastic cartilage, which is 15,357 Pa.
Gels 11 00141 g005aGels 11 00141 g005b
Table 1. Comparison between scores and RMSEs for each of the four models.
Table 1. Comparison between scores and RMSEs for each of the four models.
ModelTest SetTraining Set
ScoreRMSEScoreRMSE
ML0.82421640.6722872
DT0.95411080.977757
SVM0.9856250.980714
NN0.9924690.991468
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

Li, M.; Zhao, L.; Ren, Y.; Zuo, L.; Shen, Z.; Wu, J. The Optimization of Culture Conditions for Injectable Recombinant Collagen Hydrogel Preparation Using Machine Learning. Gels 2025, 11, 141. https://doi.org/10.3390/gels11020141

AMA Style

Li M, Zhao L, Ren Y, Zuo L, Shen Z, Wu J. The Optimization of Culture Conditions for Injectable Recombinant Collagen Hydrogel Preparation Using Machine Learning. Gels. 2025; 11(2):141. https://doi.org/10.3390/gels11020141

Chicago/Turabian Style

Li, Mengyu, Long Zhao, Yanan Ren, Linfei Zuo, Ziyi Shen, and Jiawei Wu. 2025. "The Optimization of Culture Conditions for Injectable Recombinant Collagen Hydrogel Preparation Using Machine Learning" Gels 11, no. 2: 141. https://doi.org/10.3390/gels11020141

APA Style

Li, M., Zhao, L., Ren, Y., Zuo, L., Shen, Z., & Wu, J. (2025). The Optimization of Culture Conditions for Injectable Recombinant Collagen Hydrogel Preparation Using Machine Learning. Gels, 11(2), 141. https://doi.org/10.3390/gels11020141

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