yet another BPNet implementation in PyTorch
Project description
Next-generation BPNet models
[!WARNING] This is an experimental playground for BPNet-like models.
BPNet is a family of base-resolution DNA sequence models.
This repository is an experimental playground for different models stemming from the original BPNet architecture.
Model implementations in this repository are heavily based on, and would not be possible without, their original implementations, which are linked below.
Models
BPNet
from bpnext.models import BPNet
BPNet is a model for predicting base-resolution transcription factor binding profiles from DNA sequences. BPNet models are trained using ChIP-nexus or ChIP-seq data.
-
The model is described in detail in the publication Avsec et al., 2021.
-
The model was originally implemented in TensorFlow by zigaavsec: bpnet.
ChromBPNet
from bpnext.models import ChromBPNet
ChromBPNet is a model for predicting base-resolution chromatin accessibility profiles from DNA sequences. ChromBPNet models are trained using ATAC-seq or DNase-seq data.
-
The model and its applications are described in detail in the preprint Pampari et al., 2024.
-
The model was originally implemented in TensorFlow by panushri25: chrombpnet.
-
Object-oriented implementation of ChromBPNet has been later written by jmschrei in PyTorch: dragonnfruit.
DragoNNFruit
from bpnext.models import DragoNNFruit
DragoNNFruit is a model for predicting base-resolution chromatin accessibility profiles from DNA sequences and cell states. The model has been designed to be trained on single-cell ATAC-seq data and multiome data.
This model is currently under development.
- The model has been originally implemented in PyTorch by jmschrei: dragonnfruit.
Citations
If you use this code and these models in your research, please consider citing this repository as well as the following publications:
BPNet:
@article{avsec2021base,
title={Base-resolution models of transcription-factor binding reveal soft motif syntax},
author={Avsec, {\v{Z}}iga and Weilert, Melanie and Shrikumar, Avanti and Krueger, Sabrina and Alexandari, Amr and Dalal, Khyati and Fropf, Robin and others},
journal={Nature genetics},
volume={53},
number={3},
pages={354--366},
year={2021},
publisher={Nature Publishing Group}
}
ChromBPNet:
@article{pampari2024chrombpnet,
title={ChromBPNet: bias factorized, base-resolution deep learning models of chromatin accessibility reveal cis-regulatory sequence syntax, transcription factor footprints and regulatory variants},
author={Pampari, Anusri and Shcherbina, Anna and Kvon, Evgeny Z and Kosicki, Michael and Nair, Surag and Kundu, Soumya and Kathiria, Arwa S and others},
journal={bioRxiv},
year={2024},
publisher={Cold Spring Harbor Laboratory}
}
License
This project is licensed under the MIT License. See the LICENSE file for details.
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 Distributions
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 bpnext-0.0.1-py3-none-any.whl.
File metadata
- Download URL: bpnext-0.0.1-py3-none-any.whl
- Upload date:
- Size: 26.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b28c3d16f0fb8831cd209ed9ef717a8864e93d25ffcec43ff37f2673f3a204d
|
|
| MD5 |
30e832200dd7e45527b0d59dc4a54e4f
|
|
| BLAKE2b-256 |
f4fa9add1cb8713932afc1cc8143f4097b7ca68f54df1646c94389c4cddeef2a
|