A image processing pipeline to automatically crop and quantify tumor burdens (radiance) in mice treated with bioluminescent tumors.
Intutitive processing of quantitative radiance data and raw mouse images is supported through a user friendly GUI interface.
PDF tutorial for GUI is hosted on google drive:
https://drive.google.com/file/d/1Q7HhJTXOGI4TXo2OvoolGBY3IscC_FG0/view?usp=sharing
To use this package:
1. If anaconda is not installed, follow installation instructions here: https://docs.anaconda.com/anaconda/install/
2. Start terminal, type in and enter:
```
conda activate
```
3. Now install radianceQuantifier via PyPi by typing the following line in the terminal:
```
pip install radianceQuantifier
```
4. In this anaconda environment, type:
```
python3 -m radianceQuantifier
```
to start the program
Raw data
{
"_id": null,
"home_page": "https://github.com/soorajachar/radianceQuantifier",
"name": "radianceQuantifier",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Sooraj Achar",
"author_email": "acharsr@nih.gov",
"download_url": "https://files.pythonhosted.org/packages/17/f9/06575836349275cdcb98b52b422aff9af0c42632674b5c01442944cda9ad/radianceQuantifier-0.5.0.tar.gz",
"platform": null,
"description": "A image processing pipeline to automatically crop and quantify tumor burdens (radiance) in mice treated with bioluminescent tumors. \nIntutitive processing of quantitative radiance data and raw mouse images is supported through a user friendly GUI interface.\n\nPDF tutorial for GUI is hosted on google drive:\nhttps://drive.google.com/file/d/1Q7HhJTXOGI4TXo2OvoolGBY3IscC_FG0/view?usp=sharing\n \nTo use this package:\n1. If anaconda is not installed, follow installation instructions here: https://docs.anaconda.com/anaconda/install/\n2. Start terminal, type in and enter:\n```\nconda activate\n```\n3. Now install radianceQuantifier via PyPi by typing the following line in the terminal:\n```\npip install radianceQuantifier\n```\n4. In this anaconda environment, type: \n```\npython3 -m radianceQuantifier\n```\nto start the program\n",
"bugtrack_url": null,
"license": "",
"summary": "Automatically crops mice and quantifies their tumor luminescences from raw IVIS images",
"version": "0.5.0",
"project_urls": {
"Homepage": "https://github.com/soorajachar/radianceQuantifier"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ed4901b1c1807d1c6d1de7b9bc42825c2753fb18ab8b2a8073b78da50161449b",
"md5": "b3a7025339c1abb65728bfea6fc45b2b",
"sha256": "2060c93e969eecd1adc0291635efe8b63e3d290fb1ce4056288c4f11b64798b7"
},
"downloads": -1,
"filename": "radianceQuantifier-0.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b3a7025339c1abb65728bfea6fc45b2b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 302809,
"upload_time": "2024-01-19T09:34:27",
"upload_time_iso_8601": "2024-01-19T09:34:27.206300Z",
"url": "https://files.pythonhosted.org/packages/ed/49/01b1c1807d1c6d1de7b9bc42825c2753fb18ab8b2a8073b78da50161449b/radianceQuantifier-0.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "17f906575836349275cdcb98b52b422aff9af0c42632674b5c01442944cda9ad",
"md5": "b9e1076c9a1bfcb6565c9f5f3343fdfe",
"sha256": "efd1d1f390c3db2772e9113b02b5cec222acd829a673995e6d43d7972442ed50"
},
"downloads": -1,
"filename": "radianceQuantifier-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "b9e1076c9a1bfcb6565c9f5f3343fdfe",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 294062,
"upload_time": "2024-01-19T09:34:28",
"upload_time_iso_8601": "2024-01-19T09:34:28.830594Z",
"url": "https://files.pythonhosted.org/packages/17/f9/06575836349275cdcb98b52b422aff9af0c42632674b5c01442944cda9ad/radianceQuantifier-0.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-19 09:34:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "soorajachar",
"github_project": "radianceQuantifier",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "joblib",
"specs": [
[
"==",
"1.1.0"
]
]
},
{
"name": "opencv_python",
"specs": [
[
"==",
"4.4.0.44"
]
]
},
{
"name": "colorcet",
"specs": [
[
"==",
"2.0.6"
]
]
},
{
"name": "hdbscan",
"specs": [
[
"==",
"0.8.26"
]
]
},
{
"name": "scipy",
"specs": [
[
"==",
"1.7.1"
]
]
},
{
"name": "tqdm",
"specs": [
[
"==",
"4.62.2"
]
]
},
{
"name": "numpy",
"specs": [
[
"==",
"1.21.1"
]
]
},
{
"name": "pandas",
"specs": [
[
"==",
"1.2.4"
]
]
},
{
"name": "plateypus.egg",
"specs": [
[
"==",
"info"
]
]
},
{
"name": "pytesseract",
"specs": [
[
"==",
"0.3.6"
]
]
},
{
"name": "matplotlib",
"specs": [
[
"==",
"3.4.2"
]
]
},
{
"name": "seaborn",
"specs": [
[
"==",
"0.11.2"
]
]
},
{
"name": "Pillow",
"specs": [
[
"==",
"8.4.0"
]
]
},
{
"name": "plateypus",
"specs": [
[
"==",
"0.3.9"
]
]
},
{
"name": "scikit_learn",
"specs": [
[
"==",
"1.0"
]
]
}
],
"lcname": "radiancequantifier"
}