deepbiop


Namedeepbiop JSON
Version 0.1.11 PyPI version JSON
download
home_pageNone
SummaryDeep Learning Preprocessing Library for Biological Data
upload_time2024-08-26 17:35:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords deep-learning bioinformatics biological-data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DeepBioP

[![crates](https://img.shields.io/crates/v/deepbiop.svg)](https://crates.io/crates/deepbiop)
[![pypi](https://img.shields.io/pypi/v/deepbiop.svg)](https://pypi.python.org/pypi/deepbiop)
[![cli](https://img.shields.io/crates/v/deepbiop?label=CLI)](https://crates.io/crates/deepbiop-cli)
[![license](https://img.shields.io/pypi/l/deepbiop.svg)](https://github.com/cauliyang/DeepBioP/blob/main/LICENSE)
[![pypi version](https://img.shields.io/pypi/pyversions/deepbiop.svg)](https://pypi.python.org/pypi/deepbiop)
[![Actions status](https://github.com/cauliyang/DeepBioP/workflows/CI/badge.svg)](https://github.com/cauliyang/DeepBioP/actions)

Deep Learning Processing Library for Biological Data

# Setup

## Python

install the latest deepbiop version with:

```bash
pip install deepbiop
```

## Rust

You can take latest release from `crates.io`, or if you want to use the latest features / performance improvements point to the `main` branch of this repo.

```bash
cargo add deepbiop --features fq
```

Each enabled feature can then be imported by its re-exported name, e.g.,

```rust
use deepbiop::fastq;
```

### CLI

```bash
cargo install deepbiop-cli
dbp -h
```

# Minimum Supported Rust Version (MSRV)

This project adheres to a Minimum Supported Rust Version (MSRV) policy.
The Minimum Supported Rust Version (MSRV) is 1.75.0.
We ensure that all code within the project is compatible with this version or newer to maintain stability and compatibility.

# Contribute 🤝

**Call for Participation: Deep Learning Processing Library for Biological Data**

We are excited to announce the launch of a new open-source project focused on developing a cutting-edge deep learning processing library specifically designed for biological data.
This project aims to empower researchers, data scientists, and developers to leverage the latest advancements in deep learning to analyze and interpret complex biological datasets.

**Project Overview:**

Biological data, such as genomic sequences, proteomics, and imaging data, presents unique challenges and opportunities for machine learning applications.
Our library seeks to provide a comprehensive suite of tools and algorithms that streamline the preprocessing, modeling, and analysis of biological data using deep learning techniques.

**Key Features:**

- **Data Preprocessing:** Efficient tools for cleaning, normalizing, and augmenting biological data.
- **Model Building:** Pre-built models and customizable architectures tailored for various types of biological data.
- **Visualization:** Advanced visualization tools to help interpret model predictions and insights.
- **Integration:** Seamless integration with popular bioinformatics tools and frameworks.
- **APIs:** Rust and Python APIs to facilitate easy integration with different deep learning frameworks, ensuring efficient operations across platforms.

**Who Should Participate?**

We invite participation from individuals and teams who are passionate about bioinformatics, deep learning, and open-source software development.
Whether you are a researcher, developer, or student, your contributions can help shape the future of biological data analysis.

**How to Get Involved:**

- **Developers:** Contribute code, fix bugs, and develop new features.
- **Researchers:** Share your domain expertise and help validate models.
- **Students:** Gain experience by working on real-world data science problems.
- **Community Members:** Provide feedback, report issues, and help grow the user community.

**Join Us:**

If you are interested in participating, please visit our GitHub repository at [Github](---) to explore the project and get started.

<!-- You can also join our community forum at [Forum Link] for discussions, updates, and collaboration opportunities. -->

**Contact Us:**

For more information or questions, feel free to contact us at [yangyang.li@norwestern.edu].
We look forward to your participation and contributions to this exciting project!

**Together, let's advance the field of biological data analysis with the power of deep learning!**


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "deepbiop",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "deep-learning, bioinformatics, biological-data",
    "author": null,
    "author_email": "Yangyang Li <sunlifeliz5@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/22/25/1bd59c9164334639daaa3ffa6df8f4ec121914011da2d68690f437da6a8c/deepbiop-0.1.11.tar.gz",
    "platform": null,
    "description": "# DeepBioP\n\n[![crates](https://img.shields.io/crates/v/deepbiop.svg)](https://crates.io/crates/deepbiop)\n[![pypi](https://img.shields.io/pypi/v/deepbiop.svg)](https://pypi.python.org/pypi/deepbiop)\n[![cli](https://img.shields.io/crates/v/deepbiop?label=CLI)](https://crates.io/crates/deepbiop-cli)\n[![license](https://img.shields.io/pypi/l/deepbiop.svg)](https://github.com/cauliyang/DeepBioP/blob/main/LICENSE)\n[![pypi version](https://img.shields.io/pypi/pyversions/deepbiop.svg)](https://pypi.python.org/pypi/deepbiop)\n[![Actions status](https://github.com/cauliyang/DeepBioP/workflows/CI/badge.svg)](https://github.com/cauliyang/DeepBioP/actions)\n\nDeep Learning Processing Library for Biological Data\n\n# Setup\n\n## Python\n\ninstall the latest deepbiop version with:\n\n```bash\npip install deepbiop\n```\n\n## Rust\n\nYou can take latest release from `crates.io`, or if you want to use the latest features / performance improvements point to the `main` branch of this repo.\n\n```bash\ncargo add deepbiop --features fq\n```\n\nEach enabled feature can then be imported by its re-exported name, e.g.,\n\n```rust\nuse deepbiop::fastq;\n```\n\n### CLI\n\n```bash\ncargo install deepbiop-cli\ndbp -h\n```\n\n# Minimum Supported Rust Version (MSRV)\n\nThis project adheres to a Minimum Supported Rust Version (MSRV) policy.\nThe Minimum Supported Rust Version (MSRV) is 1.75.0.\nWe ensure that all code within the project is compatible with this version or newer to maintain stability and compatibility.\n\n# Contribute \ud83e\udd1d\n\n**Call for Participation: Deep Learning Processing Library for Biological Data**\n\nWe are excited to announce the launch of a new open-source project focused on developing a cutting-edge deep learning processing library specifically designed for biological data.\nThis project aims to empower researchers, data scientists, and developers to leverage the latest advancements in deep learning to analyze and interpret complex biological datasets.\n\n**Project Overview:**\n\nBiological data, such as genomic sequences, proteomics, and imaging data, presents unique challenges and opportunities for machine learning applications.\nOur library seeks to provide a comprehensive suite of tools and algorithms that streamline the preprocessing, modeling, and analysis of biological data using deep learning techniques.\n\n**Key Features:**\n\n- **Data Preprocessing:** Efficient tools for cleaning, normalizing, and augmenting biological data.\n- **Model Building:** Pre-built models and customizable architectures tailored for various types of biological data.\n- **Visualization:** Advanced visualization tools to help interpret model predictions and insights.\n- **Integration:** Seamless integration with popular bioinformatics tools and frameworks.\n- **APIs:** Rust and Python APIs to facilitate easy integration with different deep learning frameworks, ensuring efficient operations across platforms.\n\n**Who Should Participate?**\n\nWe invite participation from individuals and teams who are passionate about bioinformatics, deep learning, and open-source software development.\nWhether you are a researcher, developer, or student, your contributions can help shape the future of biological data analysis.\n\n**How to Get Involved:**\n\n- **Developers:** Contribute code, fix bugs, and develop new features.\n- **Researchers:** Share your domain expertise and help validate models.\n- **Students:** Gain experience by working on real-world data science problems.\n- **Community Members:** Provide feedback, report issues, and help grow the user community.\n\n**Join Us:**\n\nIf you are interested in participating, please visit our GitHub repository at [Github](---) to explore the project and get started.\n\n<!-- You can also join our community forum at [Forum Link] for discussions, updates, and collaboration opportunities. -->\n\n**Contact Us:**\n\nFor more information or questions, feel free to contact us at [yangyang.li@norwestern.edu].\nWe look forward to your participation and contributions to this exciting project!\n\n**Together, let's advance the field of biological data analysis with the power of deep learning!**\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Deep Learning Preprocessing Library for Biological Data",
    "version": "0.1.11",
    "project_urls": {
        "Changelog": "https://github.com/cauliyang/DeepBioP/CHANGELOG.md",
        "Documentation": "https://github.com/cauliyang/DeepBioP",
        "Homepage": "https://github.com/cauliyang/DeepBioP",
        "Repository": "https://github.com/cauliyang/DeepBioP"
    },
    "split_keywords": [
        "deep-learning",
        " bioinformatics",
        " biological-data"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d93be03b8ba91e028159320a193addf18adfc2abe0f28a62f548e468be73ebf0",
                "md5": "ff535f81fbaf6dca00f7b039e2150c21",
                "sha256": "b53deb384aaffe49e87fb999126af1a3afed668c3bac17a3642534c0eef1a251"
            },
            "downloads": -1,
            "filename": "deepbiop-0.1.11-cp39-abi3-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ff535f81fbaf6dca00f7b039e2150c21",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3800335,
            "upload_time": "2024-08-26T17:35:02",
            "upload_time_iso_8601": "2024-08-26T17:35:02.986387Z",
            "url": "https://files.pythonhosted.org/packages/d9/3b/e03b8ba91e028159320a193addf18adfc2abe0f28a62f548e468be73ebf0/deepbiop-0.1.11-cp39-abi3-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b866600dab9013a689315cc6a3aed72407ceb35e909a8cb69a7853923e026323",
                "md5": "6c5a3793a61980c4397b797419f99b1c",
                "sha256": "e3be0be30246c4eadce0c6ed08dc42ea118fcdc51751ca202411f9dbe249fac0"
            },
            "downloads": -1,
            "filename": "deepbiop-0.1.11-cp39-abi3-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6c5a3793a61980c4397b797419f99b1c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3320690,
            "upload_time": "2024-08-26T17:35:01",
            "upload_time_iso_8601": "2024-08-26T17:35:01.332562Z",
            "url": "https://files.pythonhosted.org/packages/b8/66/600dab9013a689315cc6a3aed72407ceb35e909a8cb69a7853923e026323/deepbiop-0.1.11-cp39-abi3-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e5e78ae1422c8ed18710d333a3e8922efde14e40c3b3b51e898c4406aaded957",
                "md5": "ea7ff3a8c7f85229b43eb85369cb3347",
                "sha256": "ac0e3f02e2e12946f2a848da97f74b40344559957a85e0233be8a9fee91d26e9"
            },
            "downloads": -1,
            "filename": "deepbiop-0.1.11-cp39-abi3-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "ea7ff3a8c7f85229b43eb85369cb3347",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 4076796,
            "upload_time": "2024-08-26T17:34:57",
            "upload_time_iso_8601": "2024-08-26T17:34:57.723202Z",
            "url": "https://files.pythonhosted.org/packages/e5/e7/8ae1422c8ed18710d333a3e8922efde14e40c3b3b51e898c4406aaded957/deepbiop-0.1.11-cp39-abi3-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "62e5aacfb3f008e758494710e5fa652da7e857cd759240763ab2c78d55f349ac",
                "md5": "1a037eb853ebdc3654afa38b40181d19",
                "sha256": "96d4fc8d0388565b6c1b00a0c768defff9ac5611015c223df41a3756a8a1a273"
            },
            "downloads": -1,
            "filename": "deepbiop-0.1.11-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1a037eb853ebdc3654afa38b40181d19",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3638813,
            "upload_time": "2024-08-26T17:34:50",
            "upload_time_iso_8601": "2024-08-26T17:34:50.530294Z",
            "url": "https://files.pythonhosted.org/packages/62/e5/aacfb3f008e758494710e5fa652da7e857cd759240763ab2c78d55f349ac/deepbiop-0.1.11-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a64e430a490743e5d74d2ff8bad5681a33bf049b2bacdba02574e5218d3fb943",
                "md5": "9ae6a04e7111e1bb68afb4e543a42eb7",
                "sha256": "c70ee598935d5d4238e0b6bfebe4840e40a1f203c02aa96deaefad7be0072f09"
            },
            "downloads": -1,
            "filename": "deepbiop-0.1.11-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9ae6a04e7111e1bb68afb4e543a42eb7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3988989,
            "upload_time": "2024-08-26T17:34:52",
            "upload_time_iso_8601": "2024-08-26T17:34:52.834915Z",
            "url": "https://files.pythonhosted.org/packages/a6/4e/430a490743e5d74d2ff8bad5681a33bf049b2bacdba02574e5218d3fb943/deepbiop-0.1.11-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "40ad94730eb36720f6a9d21eca6870b1b35f57e1dc4fe1bfff0ce22d598bddc5",
                "md5": "aa8f47db1214b5b25f61cf4376c3ab8f",
                "sha256": "e604e39add96a2f5de58d42fb47e882b5b546917b5b08a79bda13b1835c70bc5"
            },
            "downloads": -1,
            "filename": "deepbiop-0.1.11-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aa8f47db1214b5b25f61cf4376c3ab8f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3929897,
            "upload_time": "2024-08-26T17:34:59",
            "upload_time_iso_8601": "2024-08-26T17:34:59.528679Z",
            "url": "https://files.pythonhosted.org/packages/40/ad/94730eb36720f6a9d21eca6870b1b35f57e1dc4fe1bfff0ce22d598bddc5/deepbiop-0.1.11-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4a7ef9ac556c1b73be5567722499a1066608ec901d942b39f8a280a98529f849",
                "md5": "14494092616403a3bb8dd4462313a35b",
                "sha256": "e8f1e669a177d6069f2da4beb5e31f33ffb07a5ea78ea97925db49d398057008"
            },
            "downloads": -1,
            "filename": "deepbiop-0.1.11-cp39-abi3-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "14494092616403a3bb8dd4462313a35b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3794880,
            "upload_time": "2024-08-26T17:35:04",
            "upload_time_iso_8601": "2024-08-26T17:35:04.757097Z",
            "url": "https://files.pythonhosted.org/packages/4a/7e/f9ac556c1b73be5567722499a1066608ec901d942b39f8a280a98529f849/deepbiop-0.1.11-cp39-abi3-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c4672d7b567b2516c5a96b1282981da379b22d59b45de8e75fcddb4c5672ef6f",
                "md5": "291a869934f2485eb0855cd495478031",
                "sha256": "1f7a36d2446351ece4d926606e230e23b3c68d70bc9c7053da25831f05ca4840"
            },
            "downloads": -1,
            "filename": "deepbiop-0.1.11-cp39-abi3-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "291a869934f2485eb0855cd495478031",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 4239860,
            "upload_time": "2024-08-26T17:35:06",
            "upload_time_iso_8601": "2024-08-26T17:35:06.811917Z",
            "url": "https://files.pythonhosted.org/packages/c4/67/2d7b567b2516c5a96b1282981da379b22d59b45de8e75fcddb4c5672ef6f/deepbiop-0.1.11-cp39-abi3-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dba797c7299cde1e91b9f240e62d34c6f1b23638ba1759e90c6f38325ef240dc",
                "md5": "e1ec6ac57b123cf467be0971afa2ad78",
                "sha256": "4c6ecc0f0f66a61fbd3159c7292dfd6b2e989a8520500ebf2f100d608c794be9"
            },
            "downloads": -1,
            "filename": "deepbiop-0.1.11-cp39-abi3-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "e1ec6ac57b123cf467be0971afa2ad78",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 4148269,
            "upload_time": "2024-08-26T17:35:08",
            "upload_time_iso_8601": "2024-08-26T17:35:08.359677Z",
            "url": "https://files.pythonhosted.org/packages/db/a7/97c7299cde1e91b9f240e62d34c6f1b23638ba1759e90c6f38325ef240dc/deepbiop-0.1.11-cp39-abi3-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f7aee3650da58b5ecbdfcce2af525e60a46d2f4800f4765987b0f8e54cf7aed5",
                "md5": "311415567fa9ea242a7b880bc164f107",
                "sha256": "44300cc30412b657e837c26420bbc36788dd1442a2e3c9220307ac09583c5148"
            },
            "downloads": -1,
            "filename": "deepbiop-0.1.11-cp39-abi3-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "311415567fa9ea242a7b880bc164f107",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 4100660,
            "upload_time": "2024-08-26T17:35:10",
            "upload_time_iso_8601": "2024-08-26T17:35:10.173154Z",
            "url": "https://files.pythonhosted.org/packages/f7/ae/e3650da58b5ecbdfcce2af525e60a46d2f4800f4765987b0f8e54cf7aed5/deepbiop-0.1.11-cp39-abi3-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9d5c012178c98e168c6ea56fc62c07dc5ffe4c07e6219766e1e69443826ef30e",
                "md5": "4ada4eb82a32505f6870ccfcc8cfdb72",
                "sha256": "5e3484c4b7c16fae663eeaee57cff6fc0a92f71d7b71ed1438dc305a279ae909"
            },
            "downloads": -1,
            "filename": "deepbiop-0.1.11-cp39-abi3-win32.whl",
            "has_sig": false,
            "md5_digest": "4ada4eb82a32505f6870ccfcc8cfdb72",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3406256,
            "upload_time": "2024-08-26T17:35:15",
            "upload_time_iso_8601": "2024-08-26T17:35:15.159607Z",
            "url": "https://files.pythonhosted.org/packages/9d/5c/012178c98e168c6ea56fc62c07dc5ffe4c07e6219766e1e69443826ef30e/deepbiop-0.1.11-cp39-abi3-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "48e38307bfb0fbf94171d0f8557b3308fb788fed8713c1d31ff398284cfdbb7d",
                "md5": "587e4520a454192bad36c844825e4d58",
                "sha256": "8b23ebac178ff814b35a1ff5526bb2f358ef0bf5b48fefe43f027ba10380896d"
            },
            "downloads": -1,
            "filename": "deepbiop-0.1.11-cp39-abi3-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "587e4520a454192bad36c844825e4d58",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3677779,
            "upload_time": "2024-08-26T17:35:13",
            "upload_time_iso_8601": "2024-08-26T17:35:13.208914Z",
            "url": "https://files.pythonhosted.org/packages/48/e3/8307bfb0fbf94171d0f8557b3308fb788fed8713c1d31ff398284cfdbb7d/deepbiop-0.1.11-cp39-abi3-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "22251bd59c9164334639daaa3ffa6df8f4ec121914011da2d68690f437da6a8c",
                "md5": "c2543f45ba4045073eb78a08fc6a840e",
                "sha256": "25eb777c78098f7d56a4bd8cb9e15b3a22c6ca1c87c1a7bd5f103ef71c976316"
            },
            "downloads": -1,
            "filename": "deepbiop-0.1.11.tar.gz",
            "has_sig": false,
            "md5_digest": "c2543f45ba4045073eb78a08fc6a840e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 427074,
            "upload_time": "2024-08-26T17:35:11",
            "upload_time_iso_8601": "2024-08-26T17:35:11.916393Z",
            "url": "https://files.pythonhosted.org/packages/22/25/1bd59c9164334639daaa3ffa6df8f4ec121914011da2d68690f437da6a8c/deepbiop-0.1.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-26 17:35:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cauliyang",
    "github_project": "DeepBioP",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "deepbiop"
}
        
Elapsed time: 0.30352s