NaiveDE


NameNaiveDE JSON
Version 1.2.0 PyPI version JSON
download
home_page
SummaryThe most trivial DE test based on likelihood ratio tests
upload_time2017-09-01 14:55:15
maintainer
docs_urlNone
authorValentine Svensson
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This package implements the simplest form of a Differential Expression test.
It just fits two linear models, assuming Normally distributed residuals, to
each gene. These are assumed to be nested, and a likelihood ratio test is
then performed to compare the models.

The test might have low power and give noisy results, but it shouldn't be
biased. With many (i.e. hundreds of) samples it should work all right.

This can serve as a baseline comparison with more sophisticated tests.

## Faux fold changes

The package also has methods for creating input fold-change controlled
fake conditions in data using ERCC spike-ins. This performs systematic
renaming of spike-ins in randomized conditions. To avoid creating unrealistic
levels of fold change, input concentration is used to limit possible renaming.

This assumes expression measures used are comparable between different
sequences. Thus these should optimally account for length and other sequence
features before creating faux fold changes.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "NaiveDE",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Valentine Svensson",
    "author_email": "valentine@nxn.se",
    "download_url": "https://files.pythonhosted.org/packages/92/63/5126ad1e16b18eec7c41e4529e0e3399ac744ceeaca634f23ffb6cfb5c78/NaiveDE-1.2.0.tar.gz",
    "platform": "",
    "description": "This package implements the simplest form of a Differential Expression test.\nIt just fits two linear models, assuming Normally distributed residuals, to\neach gene. These are assumed to be nested, and a likelihood ratio test is\nthen performed to compare the models.\n\nThe test might have low power and give noisy results, but it shouldn't be\nbiased. With many (i.e. hundreds of) samples it should work all right.\n\nThis can serve as a baseline comparison with more sophisticated tests.\n\n## Faux fold changes\n\nThe package also has methods for creating input fold-change controlled\nfake conditions in data using ERCC spike-ins. This performs systematic\nrenaming of spike-ins in randomized conditions. To avoid creating unrealistic\nlevels of fold change, input concentration is used to limit possible renaming.\n\nThis assumes expression measures used are comparable between different\nsequences. Thus these should optimally account for length and other sequence\nfeatures before creating faux fold changes.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The most trivial DE test based on likelihood ratio tests",
    "version": "1.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92635126ad1e16b18eec7c41e4529e0e3399ac744ceeaca634f23ffb6cfb5c78",
                "md5": "22f561dad83a5d6c4527def5a24b17ca",
                "sha256": "339258edcb34a5e82661ec6b1ae850bf15dc875dd4fa687bb05d0721f25bf8ad"
            },
            "downloads": -1,
            "filename": "NaiveDE-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "22f561dad83a5d6c4527def5a24b17ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4797,
            "upload_time": "2017-09-01T14:55:15",
            "upload_time_iso_8601": "2017-09-01T14:55:15.731946Z",
            "url": "https://files.pythonhosted.org/packages/92/63/5126ad1e16b18eec7c41e4529e0e3399ac744ceeaca634f23ffb6cfb5c78/NaiveDE-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-09-01 14:55:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "naivede"
}
        
Elapsed time: 0.30918s