categorical-mix


Namecategorical-mix JSON
Version 0.2.0.0 PyPI version JSON
download
home_pageNone
SummaryA package for fitting simple categorical mixture models to sequence data
upload_time2024-06-10 20:12:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT License Copyright (c) 2023 Jonathan Parkinson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords categorical mixture mixture model
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # categorical_mix
Fast, scalable clustering for fixed length sequences with a simple generative model.

This package is a fairly special-purpose tool designed for fitting multiple sequence alignments
of protein or DNA sequences to a categorical mixture model. (It's possible you could use
this for other tasks, although that's a possibility we've never investigated.) This is a *very*
simple model but for precisely this reason it can sometimes be quite useful -- it's fully
human-interpretable, easy to visualize and can fit a few million sequences very quickly. It's
designed to fit datasets too large to fit in memory.

This package is primarily used by [AntPack](https://github.com/jlparkI/AntPack), which uses it to score
antibody sequences for human-likeness and for other tasks. If you are interested in using it for
some other task, for installation and usage, see [the docs](https://categorical-mix.readthedocs.io/en/latest/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "categorical-mix",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "categorical mixture, mixture model",
    "author": null,
    "author_email": "Jonathan Parkinson <jlparkinson1@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/9b/47/950130e163095b34f27de51f71ceadd8f6906da22729291cff50ae53bda9/categorical_mix-0.2.0.0.tar.gz",
    "platform": null,
    "description": "# categorical_mix\nFast, scalable clustering for fixed length sequences with a simple generative model.\n\nThis package is a fairly special-purpose tool designed for fitting multiple sequence alignments\nof protein or DNA sequences to a categorical mixture model. (It's possible you could use\nthis for other tasks, although that's a possibility we've never investigated.) This is a *very*\nsimple model but for precisely this reason it can sometimes be quite useful -- it's fully\nhuman-interpretable, easy to visualize and can fit a few million sequences very quickly. It's\ndesigned to fit datasets too large to fit in memory.\n\nThis package is primarily used by [AntPack](https://github.com/jlparkI/AntPack), which uses it to score\nantibody sequences for human-likeness and for other tasks. If you are interested in using it for\nsome other task, for installation and usage, see [the docs](https://categorical-mix.readthedocs.io/en/latest/).\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Jonathan Parkinson  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A package for fitting simple categorical mixture models to sequence data",
    "version": "0.2.0.0",
    "project_urls": {
        "Homepage": "https://github.com/jlparki/categorical_mixture",
        "respository": "https://github.com/jlparki/categorical_mixture"
    },
    "split_keywords": [
        "categorical mixture",
        " mixture model"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b47950130e163095b34f27de51f71ceadd8f6906da22729291cff50ae53bda9",
                "md5": "7d198d6f792aaf1044ea8e032e330487",
                "sha256": "eb8a6662e425a06e1e05b3773aca454bd9d95b0a1733769596cc9f5568145336"
            },
            "downloads": -1,
            "filename": "categorical_mix-0.2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7d198d6f792aaf1044ea8e032e330487",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 68751,
            "upload_time": "2024-06-10T20:12:28",
            "upload_time_iso_8601": "2024-06-10T20:12:28.220850Z",
            "url": "https://files.pythonhosted.org/packages/9b/47/950130e163095b34f27de51f71ceadd8f6906da22729291cff50ae53bda9/categorical_mix-0.2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-10 20:12:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jlparki",
    "github_project": "categorical_mixture",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "categorical-mix"
}
        
Elapsed time: 0.44422s