Metadata-Version: 1.1
Name: propythia
Version: 0.0.1
Summary: propythia - automated platform for the classification of peptides/proteins using machine learning
Home-page: https://github.com/BioSystemsUM/propythia
Author: Ana Marta Sequeira
Author-email: anamartasequeira94@gmail.com
License: GNU General Public License v3
Description: |License| |PyPI version| |RTD version|
        
        ProPythia
        ============
        
        *ProPythia* (platform for the classification of peptides/proteins using machine learning) is a Python generic modular
        semi-automated platform containing functions for the classification of proteins based on their physicochemical properties
        using ML. ProPythia facilitates the major tasks of ML and includes modules to read and alter sequences, calculate several
        types of protein descriptors, pre-process datasets, execute feature selection and dimensionality reduction,
        perform clustering, train and optimize ML models and make predictions with different algorithms.
        ProPythia has an adaptable modular architecture being a versatile and easy-to-use tool to apply ML analysis over protein
        sequences.
        
        It was tested on the classification of membrane active anticancer and antimicrobial peptides, available in folder examples.
        
        
        Documentation
        ~~~~~~~~~~~~~
        Documentation available at
        
        
        Instalation from PyPI (stable releases)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        pip install propythia
        
        
        Credits and License
        ~~~~~~~~~~~~~~~~~~~
        
        Developed at the Centre of Biological Engineering, University of Minho
        
        Please refer to this work through this publication by Ana Marta Sequeira, Diana Lousa, Miguel Rocha :
        
        - ProPythia: a python automated platform for the classification of proteins using machine learning
        
        Released under the GNU Public License (version 3.0).
        
        
        .. |License| image:: https://img.shields.io/badge/license-GPL%20v3.0-blue.svg
           :target: https://opensource.org/licenses/GPL-3.0
        .. |PyPI version| image:: https://badge.fury.io/py/propythia.svg
           :target: https://badge.fury.io/py/propythia
        .. |RTD version| image:: https://readthedocs.org/projects/propythia/badge/?version=latest&style=plastic
           :target: https://propythia.readthedocs.io/
Keywords: machine learning classification proteins
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Software Development :: Libraries :: Python Modules
