Dose response curve and drug induced proliferation (DIP) rate fits and visualisation
Project description
Thunor
Thunor (pronounced THOO-nor) is a free software platform for managing, visualizing, and analyzing high throughput screen (HTS) data, which measure the dose-dependent response of cells to one or more drug(s). Thunor has a web interface for drag-and-drop upload of cell count data, automatic calculation of dose response curves, and an interactive multi-panelled plot system.
This repository, Thunor Core, is a Python package which can be used for standalone analysis or integration into computational pipelines.
Implementation
Thunor is written in pure Python and is compatible with Python 3 only. It makes extensive use of pandas and plotly.
Installation
Install using pip
:
pip install thunor
Examples and documentation
The Thunor Core documentation is available online,
or you can build it locally for offline use. To do so, clone this git
repository and change into the thunor
directory.
To build documentation locally, you'll need a few software dependencies:
pip install -r doc/requirements.txt
Then, you can build the documentation like so:
cd doc
make html
After the build completes, open _build/html/index.html in your web browser.
Tutorial
To manually work through the tutorial from the documentation above, you can open the file with Jupyter Notebook:
jupyter notebook --NotebookApp.iopub_data_rate_limit=1.0e10 doc/tutorial.ipynb
Further help and resources
See the Thunor website for further links, documentation and related projects.
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
File details
Details for the file thunor-0.1.18.tar.gz
.
File metadata
- Download URL: thunor-0.1.18.tar.gz
- Upload date:
- Size: 51.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e5e09f79653f0d0248f4e0baa9d3caef9571f75ea69d14ba1bcbb1351176fc7 |
|
MD5 | 28bc1827bb1fcc45a9bdab662b6cfb2f |
|
BLAKE2b-256 | a5ab0b50ddde836a158d0a2b11618408e4bcb7fa334250da59c5a829e34759c6 |