seEvo1D


NameseEvo1D JSON
Version 1.7.5 PyPI version JSON
download
home_pagehttps://github.com/JGil-polsl/seEvo_1D
SummarySoftware for simulating slightly effect mutations impact on population evolution in tau leap version.
upload_time2023-10-11 13:44:03
maintainer
docs_urlNone
authorJaroslaw Gil
requires_python>=3.7
license
keywords clonal evolution microbial numerical modelling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Installation

seEvo1D is python based lib available at pypi
```
python -m pip install seEvo1D
```
dependecies will be installed with program

# Usage

To run program simply type in command line
```
python -m seEvo1D
```
basicly seEvo is standalone program which provides possibility to simulate slighlty effect evolution in one dimension - slightly advantegous, slightly deleterious

# Instructions

Program contains 4 main views and main status UI

![Screenshot 2023-01-21 221838](https://user-images.githubusercontent.com/110567171/213887717-d77b2c92-37ec-46e0-974a-23aec88f0338.jpg)
![Screenshot 2023-01-21 221912](https://user-images.githubusercontent.com/110567171/213887739-cb461642-3300-4692-b326-96494b5223cc.jpg)

Output buttons provides possibility to draw images from saved files. Each file should have extension '.npz' as default from program. User can create multiple figures from multiple files. Each picture will be save to same directory from which file is loaded, in folder 'Figures'. 

population growth plot demands selection of multiple files to track population size.
combined mutation wave plot provides possibility to draw both analytic and simulated mutation wave on one plot. multiple files can be selected to draw on one figure.

![Screenshot 2023-01-21 221925](https://user-images.githubusercontent.com/110567171/213887744-cb66086b-56e8-4a57-b9ef-68d498ca4458.jpg)
![Screenshot 2023-01-21 221939](https://user-images.githubusercontent.com/110567171/213887745-0524bb73-77cf-4366-9140-f0191e2c28af.jpg)
![Screenshot 2023-01-21 221956](https://user-images.githubusercontent.com/110567171/213887746-efbc3573-9bd3-404c-a656-400e2e9b2c8d.jpg)

# License
  
GNU GENERAL PUBLIC LICENSE  Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.
 
 ## Disclaimer
 
 seEvo - slighltly effect evolution simulator basing on Gillespie algorithm.
    Copyright (C) 2022 by Jarosław Gil

  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <https://www.gnu.org/licenses/>.

# Author

Jarosław Gil, Silesian Univeristy of Technology, Department of Computer Graphics, Vision and Digital Systems.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/JGil-polsl/seEvo_1D",
    "name": "seEvo1D",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "clonal evolution,microbial,numerical modelling",
    "author": "Jaroslaw Gil",
    "author_email": "jaroslaw.gil@polsl.pl",
    "download_url": "https://files.pythonhosted.org/packages/23/31/035aa2bbc8cbcf868247d9b158a0246e0ddb40d213603b73fcb86ecdc9c5/seEvo1D-1.7.5.tar.gz",
    "platform": null,
    "description": "# Installation\r\n\r\nseEvo1D is python based lib available at pypi\r\n```\r\npython -m pip install seEvo1D\r\n```\r\ndependecies will be installed with program\r\n\r\n# Usage\r\n\r\nTo run program simply type in command line\r\n```\r\npython -m seEvo1D\r\n```\r\nbasicly seEvo is standalone program which provides possibility to simulate slighlty effect evolution in one dimension - slightly advantegous, slightly deleterious\r\n\r\n# Instructions\r\n\r\nProgram contains 4 main views and main status UI\r\n\r\n![Screenshot 2023-01-21 221838](https://user-images.githubusercontent.com/110567171/213887717-d77b2c92-37ec-46e0-974a-23aec88f0338.jpg)\r\n![Screenshot 2023-01-21 221912](https://user-images.githubusercontent.com/110567171/213887739-cb461642-3300-4692-b326-96494b5223cc.jpg)\r\n\r\nOutput buttons provides possibility to draw images from saved files. Each file should have extension '.npz' as default from program. User can create multiple figures from multiple files. Each picture will be save to same directory from which file is loaded, in folder 'Figures'. \r\n\r\npopulation growth plot demands selection of multiple files to track population size.\r\ncombined mutation wave plot provides possibility to draw both analytic and simulated mutation wave on one plot. multiple files can be selected to draw on one figure.\r\n\r\n![Screenshot 2023-01-21 221925](https://user-images.githubusercontent.com/110567171/213887744-cb66086b-56e8-4a57-b9ef-68d498ca4458.jpg)\r\n![Screenshot 2023-01-21 221939](https://user-images.githubusercontent.com/110567171/213887745-0524bb73-77cf-4366-9140-f0191e2c28af.jpg)\r\n![Screenshot 2023-01-21 221956](https://user-images.githubusercontent.com/110567171/213887746-efbc3573-9bd3-404c-a656-400e2e9b2c8d.jpg)\r\n\r\n# License\r\n  \r\nGNU GENERAL PUBLIC LICENSE  Version 3, 29 June 2007\r\n\r\n Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>\r\n Everyone is permitted to copy and distribute verbatim copies\r\n of this license document, but changing it is not allowed.\r\n \r\n ## Disclaimer\r\n \r\n seEvo - slighltly effect evolution simulator basing on Gillespie algorithm.\r\n    Copyright (C) 2022 by Jaros\u0142aw Gil\r\n\r\n  This program is free software: you can redistribute it and/or modify\r\n  it under the terms of the GNU General Public License as published by\r\n  the Free Software Foundation, either version 3 of the License, or\r\n  (at your option) any later version.\r\n\r\n  This program is distributed in the hope that it will be useful,\r\n  but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r\n  GNU General Public License for more details.\r\n\r\n  You should have received a copy of the GNU General Public License\r\n  along with this program.  If not, see <https://www.gnu.org/licenses/>.\r\n\r\n# Author\r\n\r\nJaros\u0142aw Gil, Silesian Univeristy of Technology, Department of Computer Graphics, Vision and Digital Systems.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Software for simulating slightly effect mutations impact on population evolution in tau leap version.",
    "version": "1.7.5",
    "project_urls": {
        "Bug Reports": "https://github.com/JGil-polsl/seEvo/issues",
        "Homepage": "https://github.com/JGil-polsl/seEvo_1D",
        "Source": "https://github.com/JGil-polsl/seEvo"
    },
    "split_keywords": [
        "clonal evolution",
        "microbial",
        "numerical modelling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "267c904c43ca135981608d83a13ee6ae684cc42443df616ace120327df115f48",
                "md5": "b60c29bea5b8fd48cbe027f94f7e12d8",
                "sha256": "d10882680b98d3d2aefc4fb495058eff2bd4b8f307478f448842c51bc86d47fd"
            },
            "downloads": -1,
            "filename": "seEvo1D-1.7.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b60c29bea5b8fd48cbe027f94f7e12d8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 31352,
            "upload_time": "2023-10-11T13:43:59",
            "upload_time_iso_8601": "2023-10-11T13:43:59.104384Z",
            "url": "https://files.pythonhosted.org/packages/26/7c/904c43ca135981608d83a13ee6ae684cc42443df616ace120327df115f48/seEvo1D-1.7.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2331035aa2bbc8cbcf868247d9b158a0246e0ddb40d213603b73fcb86ecdc9c5",
                "md5": "c4a6008e9c8ca3f4d8d4d82d5ed2db5e",
                "sha256": "c5d76ca0031d5885bc2f7991ae7fc11d076d44f65314c5a3b9fa0947aaef7d0d"
            },
            "downloads": -1,
            "filename": "seEvo1D-1.7.5.tar.gz",
            "has_sig": false,
            "md5_digest": "c4a6008e9c8ca3f4d8d4d82d5ed2db5e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 31393,
            "upload_time": "2023-10-11T13:44:03",
            "upload_time_iso_8601": "2023-10-11T13:44:03.076920Z",
            "url": "https://files.pythonhosted.org/packages/23/31/035aa2bbc8cbcf868247d9b158a0246e0ddb40d213603b73fcb86ecdc9c5/seEvo1D-1.7.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-11 13:44:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JGil-polsl",
    "github_project": "seEvo_1D",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "seevo1d"
}
        
Elapsed time: 0.27332s