Last updated:
0 purchases
protlearn 0.0.3
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.
Overview
For more information on how to use it, please refer to the documentation.
Installation
Dependencies
NumPy
Pandas
scikit-learn
xgboost
mlxtend
biopython
User Installation
PyPI
You can install protlearn with pip:
$ pip install protlearn
Conda
You can install protlearn with conda:
$ conda install -c conda-forge protlearn
Authors
This package is maintained by Thomas Dorfer.
License
This package is licensed under the MIT License.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.