flexynesis


Nameflexynesis JSON
Version 1.0.7 PyPI version JSON
download
home_pageNone
SummaryA deep-learning based multi-omics bulk sequencing data integration suite with a focus on (pre-)clinical endpoint prediction.
upload_time2025-09-02 18:25:08
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseModified MIT License for Academic and Non-Commercial Use 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 for academic, research, and educational purposes without restriction, including without limitation the rights to use, copy, modify, merge, publish, and distribute copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Commercial use of this software or any derivative works is prohibited without explicit permission and a separate commercial license from the copyright holders. 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
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
<p align="center">
  <img alt="logo" src="https://github.com/BIMSBbioinfo/flexynesis/raw/main/img/logo.png" width="40%">
</p>

[![Downloads](https://static.pepy.tech/badge/flexynesis)](https://pepy.tech/project/flexynesis)
![tutorials](https://github.com/BIMSBbioinfo/flexynesis/actions/workflows/tutorials.yml/badge.svg)
![Python 3.11](https://img.shields.io/github/actions/workflow/status/BIMSBbioinfo/flexynesis/models.yml?branch=main&job=Python%203.11&label=Check%20Models:%20Python%203.11)
![Python 3.12](https://img.shields.io/github/actions/workflow/status/BIMSBbioinfo/flexynesis/models.yml?branch=main&job=Python%203.12&label=Check%20Models:%20Python%203.12)
![Python 3.x](https://img.shields.io/github/actions/workflow/status/BIMSBbioinfo/flexynesis/models.yml?branch=main&job=Python%203.x&label=Check%20Models:%20Python%203.x%20(latest))

# flexynesis

Flexynesis: a flexible deep learning toolkit for interpretable multi-omics integration and clinical outcome prediction.

Flexynesis is a deep learning suite for multi-omics data integration, designed for (pre-)clinical endpoint prediction. It supports diverse neural architectures — from fully connected networks and supervised variational autoencoders to graph convolutional and multi-triplet models — with flexible options for omics layer fusion, automated feature selection, and hyperparameter optimization.

Built with interpretability in mind, Flexynesis incorporates integrated gradients (via Captum) for marker discovery, helping researchers move beyond black-box models.

The framework is continuously benchmarked on public datasets, particularly in oncology, and has been applied to tasks such as drug response prediction in patients and preclinical models (cell lines, PDXs), cancer subtype classification, and clinically relevant outcomes in regression, classification, survival, and cross-modality settings.

<p align="center">
  <img alt="workflow" src="https://github.com/BIMSBbioinfo/flexynesis/raw/main/img/graphical_abstract.jpg">
</p>

# Citing our work

In order to refer to our work, please cite our manuscript currently available at [BioRxiv](https://biorxiv.org/cgi/content/short/2024.07.16.603606v1). 

# Getting started with Flexynesis

## Command-line tutorial

- [Getting Started with Flexynesis](https://bimsbstatic.mdc-berlin.de/akalin/buyar/flexynesis/site/getting_started/)

## Jupyter notebooks for interactive usage

- [Modeling Breast Cancer Subtypes](https://github.com/BIMSBbioinfo/flexynesis/blob/main/examples/tutorials/brca_subtypes.ipynb)
- [Survival Markers of Lower Grade Gliomas](https://github.com/BIMSBbioinfo/flexynesis/blob/main/examples/tutorials/survival_subtypes_LGG_GBM.ipynb)
- [Unsupervised Analysis of Bone Marrow Cells](https://github.com/BIMSBbioinfo/flexynesis/blob/main/examples/tutorials/unsupervised_analysis_single_cell.ipynb)


# Benchmarks

For the latest benchmark results see: 
https://bimsbstatic.mdc-berlin.de/akalin/buyar/flexynesis-benchmark-datasets/dashboard.html

The code for the benchmarking pipeline is at: https://github.com/BIMSBbioinfo/flexynesis-benchmarks


# Documentation

Documentation generated using [mkdocs](https://mkdocstrings.github.io/) 

```
pip install mkdocstrings[python]
mkdocs build --clean
```




            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "flexynesis",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Bora Uyar <bora.uyar@mdc-berlin.de>, Taras Savchyn <Taras.Savchyn@mdc-berlin.de>, Ricardo Wurmus <Ricardo.Wurmus@mdc-berlin.de>, Ahmet Sarigun <Ahmet.Sariguen@mdc-berlin.de>",
    "download_url": "https://files.pythonhosted.org/packages/de/85/963d4c9836901ff99aea66dda08250df9f834afbae11ee2108ac44692d06/flexynesis-1.0.7.tar.gz",
    "platform": null,
    "description": "\n<p align=\"center\">\n  <img alt=\"logo\" src=\"https://github.com/BIMSBbioinfo/flexynesis/raw/main/img/logo.png\" width=\"40%\">\n</p>\n\n[![Downloads](https://static.pepy.tech/badge/flexynesis)](https://pepy.tech/project/flexynesis)\n![tutorials](https://github.com/BIMSBbioinfo/flexynesis/actions/workflows/tutorials.yml/badge.svg)\n![Python 3.11](https://img.shields.io/github/actions/workflow/status/BIMSBbioinfo/flexynesis/models.yml?branch=main&job=Python%203.11&label=Check%20Models:%20Python%203.11)\n![Python 3.12](https://img.shields.io/github/actions/workflow/status/BIMSBbioinfo/flexynesis/models.yml?branch=main&job=Python%203.12&label=Check%20Models:%20Python%203.12)\n![Python 3.x](https://img.shields.io/github/actions/workflow/status/BIMSBbioinfo/flexynesis/models.yml?branch=main&job=Python%203.x&label=Check%20Models:%20Python%203.x%20(latest))\n\n# flexynesis\n\nFlexynesis: a flexible deep learning toolkit for interpretable multi-omics integration and clinical outcome prediction.\n\nFlexynesis is a deep learning suite for multi-omics data integration, designed for (pre-)clinical endpoint prediction. It supports diverse neural architectures \u2014 from fully connected networks and supervised variational autoencoders to graph convolutional and multi-triplet models \u2014 with flexible options for omics layer fusion, automated feature selection, and hyperparameter optimization.\n\nBuilt with interpretability in mind, Flexynesis incorporates integrated gradients (via Captum) for marker discovery, helping researchers move beyond black-box models.\n\nThe framework is continuously benchmarked on public datasets, particularly in oncology, and has been applied to tasks such as drug response prediction in patients and preclinical models (cell lines, PDXs), cancer subtype classification, and clinically relevant outcomes in regression, classification, survival, and cross-modality settings.\n\n<p align=\"center\">\n  <img alt=\"workflow\" src=\"https://github.com/BIMSBbioinfo/flexynesis/raw/main/img/graphical_abstract.jpg\">\n</p>\n\n# Citing our work\n\nIn order to refer to our work, please cite our manuscript currently available at [BioRxiv](https://biorxiv.org/cgi/content/short/2024.07.16.603606v1). \n\n# Getting started with Flexynesis\n\n## Command-line tutorial\n\n- [Getting Started with Flexynesis](https://bimsbstatic.mdc-berlin.de/akalin/buyar/flexynesis/site/getting_started/)\n\n## Jupyter notebooks for interactive usage\n\n- [Modeling Breast Cancer Subtypes](https://github.com/BIMSBbioinfo/flexynesis/blob/main/examples/tutorials/brca_subtypes.ipynb)\n- [Survival Markers of Lower Grade Gliomas](https://github.com/BIMSBbioinfo/flexynesis/blob/main/examples/tutorials/survival_subtypes_LGG_GBM.ipynb)\n- [Unsupervised Analysis of Bone Marrow Cells](https://github.com/BIMSBbioinfo/flexynesis/blob/main/examples/tutorials/unsupervised_analysis_single_cell.ipynb)\n\n\n# Benchmarks\n\nFor the latest benchmark results see: \nhttps://bimsbstatic.mdc-berlin.de/akalin/buyar/flexynesis-benchmark-datasets/dashboard.html\n\nThe code for the benchmarking pipeline is at: https://github.com/BIMSBbioinfo/flexynesis-benchmarks\n\n\n# Documentation\n\nDocumentation generated using [mkdocs](https://mkdocstrings.github.io/) \n\n```\npip install mkdocstrings[python]\nmkdocs build --clean\n```\n\n\n\n",
    "bugtrack_url": null,
    "license": "Modified MIT License for Academic and Non-Commercial Use  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 for academic, research, and educational purposes without restriction, including without limitation the rights to use, copy, modify, merge, publish, and distribute copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  Commercial use of this software or any derivative works is prohibited without explicit permission and a separate commercial license from the copyright holders.  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 deep-learning based multi-omics bulk sequencing data integration suite with a focus on (pre-)clinical endpoint prediction.",
    "version": "1.0.7",
    "project_urls": {
        "homepage": "https://github.com/BIMSBbioinfo/flexynesis"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae381deef5c40f931faa7ef3ed447a0c45e17bf923aa2b744576ab236cd7975c",
                "md5": "72d38935fdfc0a76115b57aa51dd1d7b",
                "sha256": "26ccadc792120cc0afb988d4ea2603cb40328ca130a1db3a1a9b0369969e44a6"
            },
            "downloads": -1,
            "filename": "flexynesis-1.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "72d38935fdfc0a76115b57aa51dd1d7b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 93692,
            "upload_time": "2025-09-02T18:25:07",
            "upload_time_iso_8601": "2025-09-02T18:25:07.381688Z",
            "url": "https://files.pythonhosted.org/packages/ae/38/1deef5c40f931faa7ef3ed447a0c45e17bf923aa2b744576ab236cd7975c/flexynesis-1.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de85963d4c9836901ff99aea66dda08250df9f834afbae11ee2108ac44692d06",
                "md5": "6982057a85852a1ef2e059e1e4ccc08a",
                "sha256": "4c081a40d316ac3b0a53f681e08816c650be86f7ae347f441f91c1c0d0d53224"
            },
            "downloads": -1,
            "filename": "flexynesis-1.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "6982057a85852a1ef2e059e1e4ccc08a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 76652,
            "upload_time": "2025-09-02T18:25:08",
            "upload_time_iso_8601": "2025-09-02T18:25:08.930717Z",
            "url": "https://files.pythonhosted.org/packages/de/85/963d4c9836901ff99aea66dda08250df9f834afbae11ee2108ac44692d06/flexynesis-1.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-02 18:25:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BIMSBbioinfo",
    "github_project": "flexynesis",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "flexynesis"
}
        
Elapsed time: 1.21923s