UMAP-DBP
UMAP-DBP predicts DNA-binding proteins from primary protein sequences using feature extraction and machine learning to support identification of DNA-binding proteins in genomic research.
Key Features:
- Feature Extraction: Extracts features from primary protein sequences using Physicochemical Distance Transformation, Profile-based Auto-Cross Covariance (PseAAC), and General Series Correlation Pseudo Amino Acid Composition (GSC-PseAAC).
- Dimensionality Reduction: Applies Uniform Manifold Approximation and Projection (UMAP) for reducing feature dimensionality.
- Feature Importance: Utilizes feature importance scores in conjunction with UMAP to refine selected features.
- Classification Algorithm: Employs AdaBoost as the core predictive engine.
- Validation Method: Uses the jackknife test to validate model performance.
Scientific Applications:
- Prediction Performance: Reported overall accuracies of 82.97% on BP1075 and 82.14% on BP594 with Cohen's kappa values of 0.66 and 0.64, respectively.
- Biological Research: Facilitates identification of DNA-binding proteins to inform studies of gene regulation, disease pathways, and potential therapeutic targets.
Methodology:
Feature extraction from primary sequences using Physicochemical Distance Transformation, PseAAC, and GSC-PseAAC; dimensionality reduction with UMAP combined with feature importance scoring; classification with AdaBoost; validation by jackknife test on BP1075 and BP594.
Topics
Details
- License:
- Not licensed
- Cost:
- Free of charge
- Tool Type:
- command-line tool
- Operating Systems:
- Mac, Windows, Linux
- Programming Languages:
- Python, MATLAB, R
- Added:
- 10/7/2021
- Last Updated:
- 10/8/2021
Operations
Publications
Wang J, Zhang S, Qiao H, Wang J. UMAP-DBP: An Improved DNA-Binding Proteins Prediction Method Based on Uniform Manifold Approximation and Projection. The Protein Journal. 2021;40(4):562-575. doi:10.1007/s10930-021-10011-y. PMID:34176069.
PMID: 34176069
Funding: - National Natural Science Foundation of China: 11601407
- Natural Science Foundation of Shaanxi Province: 2021JM-115
- Fundamental Research Funds for the Central Universities: JB210715
Documentation
General
https://github.com/Wang-Jinyue/UMAP-DBPNote: Hardcoded local data files. User needs to clone repo and change the path to own files.