ftuutils


Nameftuutils JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryUtilities to create FTU graph templates
upload_time2024-06-14 09:24:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT License Copyright (c) 2024 Jagirhussan 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 ftu tissue cells port-hamiltonian bond graphs 12 labours
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FTUUtils

A python library to create Functional Tissue Units using celltype models and their interconnection information. Library was developed to support the NZ MBIE 12 Labours project.

### Context
Modelling the human physiology is a complex task. The complexity is not just limited to characterising the physiological processes in a quantifiable framework, but managing the models, connecting them and reusing them to represent the multiscale, spatio-temporal processes. Functional Tissue Units (FTU) provide a concept to modularize physiology, develop models and integrate them in a hierarchical and causally tractable manner.
Futher details regarding FTUs, modelling approach and functionality provided by this library are available in the [TechnicalReport](TechnicalReport.pdf).
A workflow create FTU from given interconnection of cells, their dynamics is available as a [jupyter notebook](tests/ftuworkflow.ipynb).

### Support
Users/Developers can report issues, request enhancements and features through github.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ftuutils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "FTU, Tissue, Cells, Port-Hamiltonian, Bond Graphs, 12 Labours",
    "author": null,
    "author_email": "\"Jagir R. Hussan\" <r.jagir@auckland.ac.nz>",
    "download_url": null,
    "platform": null,
    "description": "# FTUUtils\n\nA python library to create Functional Tissue Units using celltype models and their interconnection information. Library was developed to support the NZ MBIE 12 Labours project.\n\n### Context\nModelling the human physiology is a complex task. The complexity is not just limited to characterising the physiological processes in a quantifiable framework, but managing the models, connecting them and reusing them to represent the multiscale, spatio-temporal processes. Functional Tissue Units (FTU) provide a concept to modularize physiology, develop models and integrate them in a hierarchical and causally tractable manner.\nFuther details regarding FTUs, modelling approach and functionality provided by this library are available in the [TechnicalReport](TechnicalReport.pdf).\nA workflow create FTU from given interconnection of cells, their dynamics is available as a [jupyter notebook](tests/ftuworkflow.ipynb).\n\n### Support\nUsers/Developers can report issues, request enhancements and features through github.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Jagirhussan  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": "Utilities to create FTU graph templates",
    "version": "0.1.3",
    "project_urls": null,
    "split_keywords": [
        "ftu",
        " tissue",
        " cells",
        " port-hamiltonian",
        " bond graphs",
        " 12 labours"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89bc7c1b3a430ce432a3142a2774d0cc2f4753151a0b4a4a7bfa19e680c7904f",
                "md5": "33bc038aa01c7c78a79e9d040f4d024b",
                "sha256": "62b92ec9bce7b5d285c6cb639eba5a1aebf38f1b4e2d63d63309f2d69a23f8df"
            },
            "downloads": -1,
            "filename": "ftuutils-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "33bc038aa01c7c78a79e9d040f4d024b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 85779,
            "upload_time": "2024-06-14T09:24:11",
            "upload_time_iso_8601": "2024-06-14T09:24:11.936243Z",
            "url": "https://files.pythonhosted.org/packages/89/bc/7c1b3a430ce432a3142a2774d0cc2f4753151a0b4a4a7bfa19e680c7904f/ftuutils-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-14 09:24:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ftuutils"
}
        
Elapsed time: 0.30948s