{"id":24780368,"url":"https://github.com/tadorfer/protlearn","last_synced_at":"2025-10-12T04:31:11.557Z","repository":{"id":37629689,"uuid":"244185466","full_name":"tadorfer/protlearn","owner":"tadorfer","description":"A Python package for extracting protein sequence features","archived":false,"fork":false,"pushed_at":"2022-08-23T15:39:17.000Z","size":10317,"stargazers_count":58,"open_issues_count":10,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-09T09:51:54.419Z","etag":null,"topics":["amino-acids","feature-extraction","machine-learning","protein","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tadorfer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-01T16:40:37.000Z","updated_at":"2024-03-20T22:02:50.000Z","dependencies_parsed_at":"2022-09-06T09:02:38.883Z","dependency_job_id":null,"html_url":"https://github.com/tadorfer/protlearn","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadorfer%2Fprotlearn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadorfer%2Fprotlearn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadorfer%2Fprotlearn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadorfer%2Fprotlearn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tadorfer","download_url":"https://codeload.github.com/tadorfer/protlearn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236162076,"owners_count":19104957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amino-acids","feature-extraction","machine-learning","protein","python"],"created_at":"2025-01-29T10:22:03.824Z","updated_at":"2025-10-12T04:31:05.255Z","avatar_url":"https://github.com/tadorfer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/tadorfer/protlearn/master/imgs/protlearn_logo.png\" height=\"85\" width=\"230\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  A Python package for extracting protein sequence features\n  \u003cbr\u003e\n  \u003ca href=\"https://protlearn.readthedocs.io/en/latest/\"\u003eDocumentation\u003c/a\u003e\n  ·\n  \u003ca href=\"https://github.com/tadorfer/protlearn/issues/new?assignees=\u0026labels=\u0026template=feature_request.md\u0026title=%5BNEW+FEATURE%5D\"\u003eRequest a feature\u003c/a\u003e\n  · \n  \u003ca href=\"https://github.com/tadorfer/protlearn/issues/new?assignees=\u0026labels=\u0026template=bug_report.md\u0026title=%5BBUG%5D\"\u003eReport a bug\u003c/a\u003e\n  \u003cbr\u003e\u003cbr\u003e\n  \u003ca href=\"https://travis-ci.org/tadorfer/protlearn\"\u003e\u003cimg alt=\"Travis CI\" src=\"https://img.shields.io/travis/tadorfer/protlearn\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/tadorfer/protlearn\"\u003e\u003cimg alt=\"Codecov\" src=\"https://codecov.io/gh/tadorfer/protlearn/branch/master/graph/badge.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://protlearn.readthedocs.io/en/latest/?badge=latest\"\u003e\u003cimg alt=\"Docs\" src=\"https://readthedocs.org/projects/protlearn/badge/?version=latest\"\u003e\u003c/a\u003e \n  \u003ca href=\"https://pypi.org/project/protlearn/\"\u003e\u003cimg alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/protlearn\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://anaconda.org/conda-forge/protlearn\"\u003e\u003cimg alt=\"Conda version\" src=\"https://img.shields.io/conda/vn/conda-forge/protlearn.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://img.shields.io/pypi/pyversions/protlearn\"\u003e\u003cimg alt=\"Python versions\" src=\"https://img.shields.io/pypi/pyversions/protlearn\"\u003e\u003c/a\u003e  \n  \u003ca href=\"https://lbesson.mit-license.org/\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/badge/License-MIT-blue.svg\"\u003e\u003c/a\u003e   \n\u003c/p\u003e\n\u003chr\u003e\u003cbr\u003e\n\n*protlearn* is a Python package for the feature extraction of amino acid sequences.\nIt is comprised of three stages - preprocessing, feature computation, and \nsubsequent dimensionality reduction. Currently, the package is being maintained \nfor Python versions 3.6, 3.7, and 3.8. \n\n## Overview\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/tadorfer/protlearn/master/imgs/protlearn_summary.png\" height=\"430\" width=\"624\"\u003e\n\u003c/p\u003e\n\nFor more information on how to use it, please refer to the [documentation](https://protlearn.readthedocs.io/en/latest/).\n\n## Installation\n\n### Dependencies\n\n- NumPy \n- Pandas \n- scikit-learn\n- xgboost\n- mlxtend\n- biopython\n\n### User Installation\n\n#### PyPI\n\nYou can install _protlearn_ with `pip`:\n\n```\n$ pip install protlearn\n```\n\n#### Conda\n\nYou can install _protlearn_ with `conda`:\n\n```\n$ conda install -c conda-forge protlearn\n```\n\n## Authors\n\nThis package is maintained by [Thomas Dorfer](https://github.com/tadorfer).\n\n## License\n\nThis package is licensed under the [MIT License](https://github.com/tadorfer/ProtLearn/blob/master/LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftadorfer%2Fprotlearn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftadorfer%2Fprotlearn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftadorfer%2Fprotlearn/lists"}