Automate Stanford's GREAT browser
Project description
greatbrowser v1.0.7
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file greatbrowser-1.0.8.tar.gz
.
File metadata
- Download URL: greatbrowser-1.0.8.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd2e9b72172c5000bbcaca8536aff5a0a76b69fafcd3f1c9d5a65ba9699154f3 |
|
MD5 | 01e3fe306d21831bf909c14564b07592 |
|
BLAKE2b-256 | 412a6c214119a32ffad330984621138318192d11c48d2665435e30822bbd7fd7 |
Provenance
File details
Details for the file greatbrowser-1.0.8-py3-none-any.whl
.
File metadata
- Download URL: greatbrowser-1.0.8-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02992f3d3488eef9d60b738dc960ee41cdc1719bb4aeae77b36959394fe3eff3 |
|
MD5 | 83ee2ab9cce6b02d41200923f65f338c |
|
BLAKE2b-256 | e2b3055828fcbc18d0a07b55e8c46da5ecf9c090fb1094f3ecc357ab5e6b6732 |