duttaprat commited on
Commit
9c47da2
·
verified ·
1 Parent(s): 3b85d85
Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -9730,13 +9730,24 @@ model-index:
9730
 
9731
  # DeepVRegulome
9732
 
9733
- **462 fine-tuned DNABERT models for regulatory variant effect prediction**
 
 
 
 
 
 
 
 
 
 
9734
 
9735
  DeepVRegulome is an end-to-end framework for predicting the functional impact
9736
  of small somatic variants in non-coding regulatory regions using fine-tuned
9737
  [DNABERT](https://github.com/jerryji1993/DNABERT) models. It covers **458
9738
- transcription factors** and **4 histone modifications** from ENCODE ChIP-seq data,
9739
- validated against Yan et al. (2021) SNP-SELEX experimental variant-effect measurements.
 
9740
 
9741
  | Resource | Link |
9742
  |----------|------|
@@ -9744,10 +9755,12 @@ validated against Yan et al. (2021) SNP-SELEX experimental variant-effect measur
9744
  | Code | [GitHub: DavuluriLab/DeepVRegulome](https://github.com/DavuluriLab/DeepVRegulome) |
9745
  | PyPI | `pip install deepvregulome` |
9746
  | Web App | [deepvregulome.streamlit.app](https://deepvregulome.streamlit.app) |
 
9747
 
9748
  ## Key Features
9749
 
9750
- - **462 fine-tuned models** (458 TF-binding + 4 histone mark) trained on ENCODE ChIP-seq peaks
 
9751
  - **Variant effect scoring** via log-odds ratio between reference and alternate alleles
9752
  - **Attention-based motif analysis** for interpretable predictions
9753
  - **Experimentally validated** against SNP-SELEX (Yan et al., 2021, Nature Genetics): mean per-TF AUROC = 0.611 across 61 evaluable TFs
 
9730
 
9731
  # DeepVRegulome
9732
 
9733
+ <p align="center">
9734
+ <a href="https://github.com/DavuluriLab/DeepVRegulome"><img src="https://img.shields.io/badge/GitHub-Repo-181717?logo=github" alt="GitHub"></a>
9735
+ <a href="https://pypi.org/project/deepvregulome/"><img src="https://img.shields.io/pypi/v/deepvregulome?color=blue" alt="PyPI"></a>
9736
+ <a href="https://pepy.tech/projects/deepvregulome"><img src="https://static.pepy.tech/personalized-badge/deepvregulome?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads" alt="PyPI Downloads"></a>
9737
+ <a href="https://huggingface.co/spaces/duttaprat/DeepVRegulome"><img src="https://img.shields.io/badge/%F0%9F%A4%97-Live%20Demo-blue" alt="HuggingFace Space"></a>
9738
+ <a href="https://arxiv.org/abs/2511.09026"><img src="https://img.shields.io/badge/arXiv-2511.09026-b31b1b" alt="arXiv"></a>
9739
+ <a href="https://deepvregulome.streamlit.app"><img src="https://img.shields.io/badge/demo-Streamlit-ff4b4b" alt="Streamlit"></a>
9740
+ <a href="https://creativecommons.org/licenses/by-nc/4.0/"><img src="https://img.shields.io/badge/license-CC--BY--NC--4.0-green" alt="License"></a>
9741
+ </p>
9742
+
9743
+ **464 fine-tuned DNABERT models for regulatory variant effect prediction**
9744
 
9745
  DeepVRegulome is an end-to-end framework for predicting the functional impact
9746
  of small somatic variants in non-coding regulatory regions using fine-tuned
9747
  [DNABERT](https://github.com/jerryji1993/DNABERT) models. It covers **458
9748
+ transcription factors**, **4 histone modifications**, and **2 splice sites**
9749
+ (acceptor + donor) from ENCODE ChIP-seq and GENCODE data, validated against
9750
+ Yan et al. (2021) SNP-SELEX experimental variant-effect measurements.
9751
 
9752
  | Resource | Link |
9753
  |----------|------|
 
9755
  | Code | [GitHub: DavuluriLab/DeepVRegulome](https://github.com/DavuluriLab/DeepVRegulome) |
9756
  | PyPI | `pip install deepvregulome` |
9757
  | Web App | [deepvregulome.streamlit.app](https://deepvregulome.streamlit.app) |
9758
+ | Live Demo | [HuggingFace Space](https://huggingface.co/spaces/duttaprat/DeepVRegulome) |
9759
 
9760
  ## Key Features
9761
 
9762
+ - **464 fine-tuned models** (458 TF-binding + 4 histone mark + 2 splice-site) trained on ENCODE ChIP-seq peaks and GENCODE exon-intron junctions
9763
+ - **Splice-site disruption scoring** for acceptor (3') and donor (5') junction variants
9764
  - **Variant effect scoring** via log-odds ratio between reference and alternate alleles
9765
  - **Attention-based motif analysis** for interpretable predictions
9766
  - **Experimentally validated** against SNP-SELEX (Yan et al., 2021, Nature Genetics): mean per-TF AUROC = 0.611 across 61 evaluable TFs