Metadata-Version: 2.4
Name: yorzoi
Version: 0.0.2
Summary: Machine learning model that predicts RNA-seq coverage from DNA
Home-page: https://github.com/Tom-Ellis-Lab/yorzoi
Author: Timon Schneider
Author-email: mail@timonschneider.de
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: biopython
Requires-Dist: packaging
Requires-Dist: ninja
Requires-Dist: einops>=0.5
Requires-Dist: h5py
Requires-Dist: intervaltree
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: pyBigWig
Requires-Dist: seaborn
Requires-Dist: scipy
Requires-Dist: torch>=2.1.0
Requires-Dist: torchinfo
Requires-Dist: wandb
Requires-Dist: tqdm
Requires-Dist: transformers>=4.34.1
Requires-Dist: typer
Requires-Dist: numpy>=1.14.2
Requires-Dist: intervaltree~=3.1.0
Requires-Dist: pypalettes
Requires-Dist: pyfaidx
Dynamic: license-file

# Yorzoi: RNA-seq coverage prediction from DNA sequence

yorzoi is a deep neural network that predicts RNA-seq coverage from DNA sequence in Yeast (S. Cerevisiae). It is available via PyPI and Huggingface (see installation).

## Installation

1. You will need an NVIDIA GPU to run Clex.
2. Clex requires FlashAttention to be installed: https://github.com/Dao-AILab/flash-attention. We recommend downloading a pre-built wheel suitable for your GPU.
3. `pip install yorzoi`

## Quick Start: Make a prediction
