A deep learning tool designed to predict Cancer Hallmark activities from tumor biopsy samples.
Project description
OncoMark
OncoMark is a Python package designed to systematically quantify hallmark activity using transcriptomics data from routine tumor biopsies. Ideal for applications in oncology research, personalized medicine, and biomarker discovery.
Installation
Install OncoMark using pip:
pip install OncoMark
Documentation
Comprehensive documentation is available at:
OncoMark Documentation
Usage
Python API
import pandas as pd
from OncoMark import predict_hallmark_scores
# Load input data as a pandas DataFrame. Genes must be in column.
input_data = pd.read_csv('input_data.csv', index_col=0)
# Predict hallmark scores
predictions = predict_hallmark_scores(input_data)
# Display the predictions
predictions
Web Server
OncoMark also provides a web server for easy interaction.
Access the Online Web Server
You can use the hosted web server directly:
Suggestions
We welcome suggestions! If you have any ideas or feedback to improve OncoMark, please reach out to Shreyansh Priyadarshi.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file oncomark-1.0.0.tar.gz.
File metadata
- Download URL: oncomark-1.0.0.tar.gz
- Upload date:
- Size: 7.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a8b9c4911df3ef65c34b6241506aa7e63eec61ff26f89d9b646940778d96dce
|
|
| MD5 |
edb4353e39bb52c6ba9da4f86b7440ec
|
|
| BLAKE2b-256 |
df861545fdc4546c86a2d52665c3a07053fd2906f99c6d832211752fe3c498a3
|
File details
Details for the file OncoMark-1.0.0-py3-none-any.whl.
File metadata
- Download URL: OncoMark-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b142240ec6c10bbd66485a8150e54ec61cb7fdb87ef2fd13a17c86d9011cb2eb
|
|
| MD5 |
4c9b7abbfd79233ab977c1534e40b873
|
|
| BLAKE2b-256 |
cad0ab626932c60673918857939b567f1ff7f50abe0003fa871192ed4380195d
|