What problem does it solve?
Predicts genome-wide functional tracks from DNA sequences for use cases like scoring the regulatory effect of variants on expression/accessibility, generating predicted coverage tracks for a locus, and prioritizing non-coding variants.
Core Features & Use Cases
- Genome-Wide Functional Track Prediction: Use Borzoi to predict RNA-seq, CAGE, DNase, and ChIP tracks.
- Variant Scoring: Analyze the regulatory effect of variants on expression/accessibility.
- Predicted Coverage Tracks: Generate tracks to analyze a specific locus.
- Non-Coding Variant Prioritization: Use predicted track delta to prioritize non-coding variants.
- Use Case: For a genomic region, you can use Borzoi to predict the functional tracks and then prioritize the variants based on these predictions.
Quick Start
Predict RNA-seq functional tracks for the locus using Borzoi:
from borzoi_pytorch import Borzoi
model = Borzoi.from_pretrained("johahi/borzoi-replicate-0").cuda().eval()