inferelator


Nameinferelator JSON
Version 0.6.3 PyPI version JSON
download
home_pagehttps://github.com/flatironinstitute/inferelator
SummaryInferelator: Network Inference
upload_time2024-07-08 16:54:01
maintainerChris Jackson
docs_urlNone
authorChris Jackson
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements numpy matplotlib scipy scikit-learn pandas anndata
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Inferelator 3.0

[![PyPI version](https://badge.fury.io/py/inferelator.svg)](https://badge.fury.io/py/inferelator)
[![CI](https://github.com/flatironinstitute/inferelator/actions/workflows/python-package.yml/badge.svg)](https://github.com/flatironinstitute/inferelator/actions/workflows/python-package.yml/)
[![codecov](https://codecov.io/gh/flatironinstitute/inferelator/branch/release/graph/badge.svg)](https://codecov.io/gh/flatironinstitute/inferelator)
[![Documentation Status](https://readthedocs.org/projects/inferelator/badge/?version=latest)](https://inferelator.readthedocs.io/en/latest/?badge=latest)

The [Inferelator 3.0](https://doi.org/10.1093/bioinformatics/btac117) is a package for gene regulatory network inference that is based on regularized regression. 
It is an update of the [Inferelator 2.0](https://ieeexplore.ieee.org/document/5334018), which is an update of the original [Inferelator](https://doi.org/10.1186/gb-2006-7-5-r36)
It is maintained by the Bonneau lab in the [Systems Biology group of the Flatiron Institute](https://www.simonsfoundation.org/flatiron/center-for-computational-biology/systems-biology/).

This repository is the actively developed inferelator package for python. It works for both single-cell and bulk transcriptome experiments.
Includes [AMuSR](https://github.com/simonsfoundation/multitask_inferelator/tree/AMuSR/inferelator_ng) 
[(Castro et al 2019)](https://doi.org/10.1371/journal.pcbi.1006591), 
elements of [InfereCLaDR](https://github.com/simonsfoundation/inferelator_ng/tree/InfereCLaDR) 
[(Tchourine et al 2018)](https://doi.org/10.1016/j.celrep.2018.03.048), 
and single-cell workflows [(Jackson et al 2020)](https://elifesciences.org/articles/51254).

We recommend installing this package from PyPi using `python -m pip install inferelator`. 
If running locally, also install `joblib` by `python -m pip install joblib` for parallelization.
If running on a cluster, also install `dask` by `python -m pip install dask[complete] dask_jobqueue` for dask-based parallelization.

This package can also be installed from the github repository. 
Clone the [inferelator GitHub](https://github.com/flatironinstitute/inferelator) repository and run `python setup.py install`.

Documentation is available at [https://inferelator.readthedocs.io](https://inferelator.readthedocs.io/en/latest/), and
basic workflows for ***Bacillus subtilis*** and ***Saccharomyces cerevisiae*** are included with a tutorial. 

All current example data and scripts are available from Zenodo 
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3355524.svg)](https://doi.org/10.5281/zenodo.3355524).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/flatironinstitute/inferelator",
    "name": "inferelator",
    "maintainer": "Chris Jackson",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "cj59@nyu.edu",
    "keywords": null,
    "author": "Chris Jackson",
    "author_email": "cj59@nyu.edu",
    "download_url": "https://files.pythonhosted.org/packages/40/dc/3827750d771d4085c7ddc7c0dbb49015c58f13ec28be98e20654d6915ff5/inferelator-0.6.3.tar.gz",
    "platform": null,
    "description": "# Inferelator 3.0\n\n[![PyPI version](https://badge.fury.io/py/inferelator.svg)](https://badge.fury.io/py/inferelator)\n[![CI](https://github.com/flatironinstitute/inferelator/actions/workflows/python-package.yml/badge.svg)](https://github.com/flatironinstitute/inferelator/actions/workflows/python-package.yml/)\n[![codecov](https://codecov.io/gh/flatironinstitute/inferelator/branch/release/graph/badge.svg)](https://codecov.io/gh/flatironinstitute/inferelator)\n[![Documentation Status](https://readthedocs.org/projects/inferelator/badge/?version=latest)](https://inferelator.readthedocs.io/en/latest/?badge=latest)\n\nThe [Inferelator 3.0](https://doi.org/10.1093/bioinformatics/btac117) is a package for gene regulatory network inference that is based on regularized regression. \nIt is an update of the [Inferelator 2.0](https://ieeexplore.ieee.org/document/5334018), which is an update of the original [Inferelator](https://doi.org/10.1186/gb-2006-7-5-r36)\nIt is maintained by the Bonneau lab in the [Systems Biology group of the Flatiron Institute](https://www.simonsfoundation.org/flatiron/center-for-computational-biology/systems-biology/).\n\nThis repository is the actively developed inferelator package for python. It works for both single-cell and bulk transcriptome experiments.\nIncludes [AMuSR](https://github.com/simonsfoundation/multitask_inferelator/tree/AMuSR/inferelator_ng) \n[(Castro et al 2019)](https://doi.org/10.1371/journal.pcbi.1006591), \nelements of [InfereCLaDR](https://github.com/simonsfoundation/inferelator_ng/tree/InfereCLaDR) \n[(Tchourine et al 2018)](https://doi.org/10.1016/j.celrep.2018.03.048), \nand single-cell workflows [(Jackson et al 2020)](https://elifesciences.org/articles/51254).\n\nWe recommend installing this package from PyPi using `python -m pip install inferelator`. \nIf running locally, also install `joblib` by `python -m pip install joblib` for parallelization.\nIf running on a cluster, also install `dask` by `python -m pip install dask[complete] dask_jobqueue` for dask-based parallelization.\n\nThis package can also be installed from the github repository. \nClone the [inferelator GitHub](https://github.com/flatironinstitute/inferelator) repository and run `python setup.py install`.\n\nDocumentation is available at [https://inferelator.readthedocs.io](https://inferelator.readthedocs.io/en/latest/), and\nbasic workflows for ***Bacillus subtilis*** and ***Saccharomyces cerevisiae*** are included with a tutorial. \n\nAll current example data and scripts are available from Zenodo \n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3355524.svg)](https://doi.org/10.5281/zenodo.3355524).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Inferelator: Network Inference",
    "version": "0.6.3",
    "project_urls": {
        "Documentation": "https://inferelator.readthedocs.io/",
        "Homepage": "https://github.com/flatironinstitute/inferelator"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38c657c7dad1fc982c37bb34583d0ff4c105a4e135d582bfba795e3da748bffb",
                "md5": "11aa94be326c1807741776cf818698f9",
                "sha256": "6e8dca13da553e535177599d11da467fc4b29f45ea7f6c6d50da600c3976b962"
            },
            "downloads": -1,
            "filename": "inferelator-0.6.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "11aa94be326c1807741776cf818698f9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 156905,
            "upload_time": "2024-07-08T16:53:59",
            "upload_time_iso_8601": "2024-07-08T16:53:59.632802Z",
            "url": "https://files.pythonhosted.org/packages/38/c6/57c7dad1fc982c37bb34583d0ff4c105a4e135d582bfba795e3da748bffb/inferelator-0.6.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40dc3827750d771d4085c7ddc7c0dbb49015c58f13ec28be98e20654d6915ff5",
                "md5": "9a113adb6395e0d34e4e5a9598740525",
                "sha256": "9232e5eab7ecd754289112e4a76d6a159e042cd5e842cbccd9e49b23d97a16b8"
            },
            "downloads": -1,
            "filename": "inferelator-0.6.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9a113adb6395e0d34e4e5a9598740525",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 129283,
            "upload_time": "2024-07-08T16:54:01",
            "upload_time_iso_8601": "2024-07-08T16:54:01.731005Z",
            "url": "https://files.pythonhosted.org/packages/40/dc/3827750d771d4085c7ddc7c0dbb49015c58f13ec28be98e20654d6915ff5/inferelator-0.6.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-08 16:54:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "flatironinstitute",
    "github_project": "inferelator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.14.0"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    ">=",
                    "1.5.1"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "0.9"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "0.24.0"
                ]
            ]
        },
        {
            "name": "anndata",
            "specs": [
                [
                    ">=",
                    "0.9.0"
                ]
            ]
        }
    ],
    "lcname": "inferelator"
}
        
Elapsed time: 0.26567s