Model stacking neural network + lightgbm model to predict transferase kcat values.
In the dynamic and evolving realm of enzyme kinetics, quantifying the turnover number (Kcat) for Transferases plays an integral role in understanding their catalytic efficiency. NeuroBoostedKcat represents an avant-garde approach, converging deep learning with traditional boosting methodologies to predict Kcat values with enhanced precision.
- Python
- TensorFlow/Keras
- LightGBM
- XGBoost
- Neural Network
git clone https://github.com/your_username/NeuroBoostedKcat.git
cd NeuroBoostedKcat
pip install -r requirements.txt
Explain how the dataset should be prepared. ProTrans
Describe the architecture of your Sequential Neural Network, its layers, and their functionalities.
Explain the parameters and structure of your LightGBM model.
Detail the final stacking model using XGBRegressor.
Provide examples of how to use the model for predicting Kcat values.
```python from NeuroBoostedKcat import predict_kcat
predict_kcat(sequence='your_sequence_here') ```
Lok Weng Bryan Cheong Lok.weng.b.cheong@vanderbilt.edu
"""