TAO $223.71+2.6% 24h
55

NIOME

sn55Markets & PredictionClean4Strong entry85

No description set on the registered repo.

Emission
0.5
TAO / day · live
Alpha
0.0120
τ · mcap 37K
Top-slot payout
0.008
τ per winning epoch · live
Stars
0
live from the GitHub API
Primary language
Python
repo-reported
Last push
5d ago
feeds the dormancy integrity signal
Topics
repo-declared tags

About the repo

what the project says about itself — the input for semantic labels

genomesio/subnet-niome· pushed 5d ago

No description set on the repo.

Reading this tab

scope of the data

Taonets fetches the repo's public metadata (description, topics, language, stars, last push) and the head of its README. Commit-count histories, contributor lists and release notes require the GitHub commits/releases endpoints, which the worker doesn't consume yet — those panels are coming with the ingest upgrade and are not simulated in the meantime.

README head

first lines of the default branch README, unedited

# NIOME : Bittensor Subnet(SN55) for Decentralized Synthetic CRISPR Dataset Generation

Welcome to the NIOME Subnet! This repository contains all the necessary information to get started, understand our subnet architecture, and contribute.

![niome logo image](docs/logo.png)

## Overview

**NIOME** is a decentralized compute network for the generation of **synthetic CRISPR experiment datasets** focused on the **HBB (beta-globin) gene locus**, including clinically relevant mutations such as HbS. Built on the Bittensor network, NIOME coordinates miners and validators to generate **biologically structured, experimentally plausible CRISPR datasets** under progressively evolving validation constraints, enabling scalable genomic editing research without the cost and limitations of experimental data collection.

## Purpose

A fundamental limitation in genome editing research is the scarcity of large-scale, diverse, and structured CRISPR datasets. Existing datasets are:

- Expensive to generate experimentally
- Biased toward a small number of loci
- Limited in mutation diversity (especially in HBB-related disease variants)
- Insufficient for training robust generalizable models

The NIOME subnet addresses this by creating a **decentralized synthetic CRISPR data generation system constrained by biological validation rules**. This enables:

- Scalable exploration of CRISPR sequence-function space
- Expanded mutation coverage across HBB disease variants
- Structurally consistent synthetic experimental datasets
- Improved downstream ML model training data

The goal is not prediction, but **high-fidelity synthetic biological data generation at scale**.

## System Flow

1. **Task Generation (Backend → Validators)** The NIOME backend generates CRISPR dataset generation tasks focused on the HBB gene locus. These tasks include contract specifications defining allowed mutations, cell types, and structural constraints. Validators fetch these tasks directly from the backend.

2. **Task Distribution (Validators → Miners)** After receiving a task, validators broadcast it to miners on the subnet. Each miner receives the same challenge, ensuring fair and comparable evaluation across participants.

3. **CRISPR Dataset Generation (Miners → Validators)** Miners generate lists of CRISPR experiments conforming to the task specification. Each experiment includes guide RNA sequences, target positions, mutation types, and Cas system choices. Miners upload their datasets to validator-provided S3 buckets.

4. **Multi-Stage Validation (Validators)** Validators evaluate miner submissions through a progressive validation pipeline:
   - **Stage 1:** Structural biological gate (syntactic correctness)
   - **Stage 2:** Statistical plausibility (biological realism)
   - **Stage 3:** Biophysical outcome simulation (cut efficiency, repair pathways)
   - **Stage 4:** Cross-consistency learning evaluation
   - **Stage 5:** Distributional fidelity to real CRISPR data

5. **Scoring and Rewards (Validators → Network)** Based on multi-stage evaluation, validators assign scores that determine miner emissions in $TAO.

## Core Features

**Biologically Constrained Data Generation:** NIOME generates synthetic CRISPR datasets that are structurally valid, biologically plausible, and statistically consistent with known genomic editing principles.

**Progressive Validation Architecture:** Validation increases in biological complexity over time, from basic structural checks to sophisticated biophysical simulations and distributional fidelity tests.

**Anti-Cheating Design:** Miners submit only experimental designs (guide sequences, targets, mutations). All biological outcomes (efficiency, repair pathways, indel patterns) are computed exclusively by validators, preventing optimization shortcuts.

**HBB Disease Focus:** Specialized focus on the HBB gene locus enables deep exploration of mutations relevant to sickle cell disease, beta-thalassemia, and other hemoglobinopathies.

**Scalable Dataset Production:** Synthetic CRISPR datasets can be generated at arbitrary scale, enabling large-scale training data for genome editing ML models without experimental costs.

## Core Components

### Miners

Miners generate lists of CRISPR experiments conforming to task specifications. Each experiment must include:

**Required Fields:**

- `experiment_id` - Unique identifier
- `guideRNA` - CRISPR guide sequence (20-23bp)
- `target_alignment_start` and `target_alignment_end` - Genomic coordinates
- `strand` - DNA strand (`+` or `-`)
- `mutation` - HBB-associated variant from allowed set
- `cas_system` - `Cas9` or `Cas12a`
- `cell_type` - From approved whitelist

**Strict Prohibitions:**
Miners must NOT include predicted efficiency scores, repair outcomes, off-target risks, or any derived biological labels. All outcomes are computed by validators.

**Incentives:**
Miners are rewarded in $TAO based on structural validity, biological plausibility, outcome realism, cross-consistency, and distributional fidelity of their generated datasets.

### Validators

Validators run a multi-stage validation pipeline:

1. **Stage 1 - Structural Gate:** Validates DNA syntax, PAM sequences, guide length, mutation whitelist compliance
2. **Stage 2 - Statistical Plausibility:** Evaluates GC content, spatial consistency, structural realism
3. **Stage 3 - Biophysical Simulation:** Simulates cut probability, repair pathways (HDR/NHEJ), indel distributions
4. **Stage 4 - Cross-Consistency:** Checks learned biological relationships using ML models
5. **Stage 5 - Distributional Fidelity:** Compares synthetic datasets to real CRISPR data distributions

### Research Integration

We systematically update validation models in response to emerging academic research:

- Integration of Azimuth / Rule Set 3 for efficiency prediction
- inDelphi / FORECasT for repair outcome modeling
- CFD-like models for off-target assessment

## Guide for Miners and Validators

- [Miner Setup](docs/miner_guide.md
GitHub · Taonets