A Python package for extracting protein sequence features
Documentation
·
Request a feature
·
Report a bug
protlearn is a Python package for the feature extraction of amino acid sequences. It is comprised of three stages - preprocessing, feature computation, and subsequent dimensionality reduction. Currently, the package is being maintained for Python versions 3.6, 3.7, and 3.8.
For more information on how to use it, please refer to the documentation.
- NumPy
- Pandas
- scikit-learn
- xgboost
- mlxtend
- biopython
You can install protlearn with pip
:
$ pip install protlearn
You can install protlearn with conda
:
$ conda install -c conda-forge protlearn
This package is maintained by Thomas Dorfer.
This package is licensed under the MIT License.