greatbrowser


Namegreatbrowser JSON
Version 1.0.6 PyPI version JSON
download
home_pageNone
SummaryAutomate Stanford's GREAT browser
upload_time2024-05-23 07:22:46
maintainerNone
docs_urlNone
authorSam Anderson
requires_pythonNone
licenseNone
keywords python genomics genetics greatbrowser great automated analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # greatbrowser v1.0.6
A selenium implementation in python for Stanford's GREAT browser, allowing for quick and easy genomic analysis.

This repository can be installed as a module

```
pip install greatbrowser
```

with the available functions being accessible though

```
from greatbrowser import great_analysis, great_global_controls, great_get_options
```

A guide demonstrating how these functions may be used is available in the "tests" folder (see: "sample_usage")

The user experience is primarily built around a single function, great_analysis(), with the complementary functions great_get_options() and great_global_controls()
providing context regarding some of the parameters for this function.

The current version supports the ability to find gene associations using probe sets as well the ability to download any GREAT-generated table or plot in dataframe form. 
UCSC genome browser implementation is also supported. Customizability is controlled through parameter tuning, some of which are specific, 
while others are encapsulated within the "global_settings" dictionary parameter as key options. More specific information is available in the great_analysis() docstring. 
Because the project uses switch statements, its requires python >= 3.10 to run. Analysis is limited to <200,000 regions.

This repository is ideal for individuals attempting to conduct many different analyses using GREAT across many different probe sets. 
It is fully functional with regards to its ability to modify table output settings, 
but is not ideal if one desires to perform highly custom visual modifications to specifically the raw barplot or hierarchy plots generated by GREAT. 

Due to the nature of GREAT browser, sometimes errors may occur if too many requests are sent quick in succession. To parse this, use headless=0 and observe
the results. HTTP Error 500 is the most common indicator that too many requests have been sent in a short interval. This can be resolved by either
spacing out requests or resuming analysis at a later date. This repo does not automatically space requests.

This repository is not affiliated with the official GREAT browser and was developed solely for the sake of convenience. 


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "greatbrowser",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, genomics, genetics, greatbrowser, great, automated, analysis",
    "author": "Sam Anderson",
    "author_email": "sanderson01@wesleyan.edu",
    "download_url": "https://files.pythonhosted.org/packages/66/41/77f88f7c84cbabe4d10d142b8bc5612e3161fdd5513f234e6f54e6be2bb5/greatbrowser-1.0.6.tar.gz",
    "platform": null,
    "description": "# greatbrowser v1.0.6\nA selenium implementation in python for Stanford's GREAT browser, allowing for quick and easy genomic analysis.\n\nThis repository can be installed as a module\n\n```\npip install greatbrowser\n```\n\nwith the available functions being accessible though\n\n```\nfrom greatbrowser import great_analysis, great_global_controls, great_get_options\n```\n\nA guide demonstrating how these functions may be used is available in the \"tests\" folder (see: \"sample_usage\")\n\nThe user experience is primarily built around a single function, great_analysis(), with the complementary functions great_get_options() and great_global_controls()\nproviding context regarding some of the parameters for this function.\n\nThe current version supports the ability to find gene associations using probe sets as well the ability to download any GREAT-generated table or plot in dataframe form. \nUCSC genome browser implementation is also supported. Customizability is controlled through parameter tuning, some of which are specific, \nwhile others are encapsulated within the \"global_settings\" dictionary parameter as key options. More specific information is available in the great_analysis() docstring. \nBecause the project uses switch statements, its requires python >= 3.10 to run. Analysis is limited to <200,000 regions.\n\nThis repository is ideal for individuals attempting to conduct many different analyses using GREAT across many different probe sets. \nIt is fully functional with regards to its ability to modify table output settings, \nbut is not ideal if one desires to perform highly custom visual modifications to specifically the raw barplot or hierarchy plots generated by GREAT. \n\nDue to the nature of GREAT browser, sometimes errors may occur if too many requests are sent quick in succession. To parse this, use headless=0 and observe\nthe results. HTTP Error 500 is the most common indicator that too many requests have been sent in a short interval. This can be resolved by either\nspacing out requests or resuming analysis at a later date. This repo does not automatically space requests.\n\nThis repository is not affiliated with the official GREAT browser and was developed solely for the sake of convenience. \n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Automate Stanford's GREAT browser",
    "version": "1.0.6",
    "project_urls": {
        "Bug Reports": "https://github.com/SamAndTheSun/greatbrowser/issues",
        "Source": "https://github.com/SamAndTheSun/greatbrowser"
    },
    "split_keywords": [
        "python",
        " genomics",
        " genetics",
        " greatbrowser",
        " great",
        " automated",
        " analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "badccbd5b095cca0a4872f692f81cb8eb20c9f714bb6d417337c9bcdf9be7ae6",
                "md5": "c0b8e70aac2a9c1d572ad6346e40db0d",
                "sha256": "fafe09a986a234f2ccadb443fe581bbf552cd2251d379992b1a8c36af30eb471"
            },
            "downloads": -1,
            "filename": "greatbrowser-1.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c0b8e70aac2a9c1d572ad6346e40db0d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13081,
            "upload_time": "2024-05-23T07:22:45",
            "upload_time_iso_8601": "2024-05-23T07:22:45.027214Z",
            "url": "https://files.pythonhosted.org/packages/ba/dc/cbd5b095cca0a4872f692f81cb8eb20c9f714bb6d417337c9bcdf9be7ae6/greatbrowser-1.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "664177f88f7c84cbabe4d10d142b8bc5612e3161fdd5513f234e6f54e6be2bb5",
                "md5": "a649e500d58694a0ee34ec7694bde9bc",
                "sha256": "bd05f1ef54a047746c85c0631320a8de034ca00e18e17dcac6302b7ee9ddd280"
            },
            "downloads": -1,
            "filename": "greatbrowser-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "a649e500d58694a0ee34ec7694bde9bc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12803,
            "upload_time": "2024-05-23T07:22:46",
            "upload_time_iso_8601": "2024-05-23T07:22:46.589753Z",
            "url": "https://files.pythonhosted.org/packages/66/41/77f88f7c84cbabe4d10d142b8bc5612e3161fdd5513f234e6f54e6be2bb5/greatbrowser-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-23 07:22:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SamAndTheSun",
    "github_project": "greatbrowser",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "greatbrowser"
}
        
Elapsed time: 0.28998s