You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: scrub marketing language and roadmap-tier prose from public surface
Phase A (Rule 5/6 cleanup):
docs/index.md hero: replace 100% Differentiable stat-card with
End-to-End Differentiable
docs/user-guide/operators/singlecell.md, sources.md,
losses/singlecell.md: drop complete / directly /
established
docs/examples/basic/pileup-generation.md,
docs/examples/advanced/multiomics-integration.md: drop
complete
docs/examples/advanced/grn-inference.md: 100% recall ->
recall of 1.0
tests/operators/drug_discovery/test_fingerprint_correctness.py:
drop Complete from module docstring
tests/benchmarks/test_runner.py: all-pass rate -> pass rate
of 1.0
Phase B (Rule 4 cleanup): rename roadmap-tier Phase N labels to
descriptive names while preserving the underlying tier semantics:
stable -> stable
(pre-promotion) -> pre-promotion (scaffold)
DTI benchmarks -> DTI benchmarks
... -> experimental ...
Touches docs/user-guide/operators/{foundation-models,protein,
metabolomics,drug-discovery}.md, docs/development/benchmarks.md,
benchmarks/singlecell/_foundation.py, and the four contract tests
that assert on the documentation prose
(test_genomics_foundation_contract,
test_singlecell_foundation_contract,
test_bench_secondary_structure). All 24 contract tests still
pass after the rename.
Copy file name to clipboardExpand all lines: docs/examples/advanced/grn-inference.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Side-by-side heatmaps of the ground truth regulatory matrix (left, blue) and inf
37
37
38
38

39
39
40
-
Bar chart of recall across thresholds shows 100% recall at threshold 0.0 (all edges predicted) and 0% at higher thresholds for the untrained model, confirming the need for training to produce meaningful regulatory weights.
40
+
Bar chart of recall across thresholds shows recall of 1.0 at threshold 0.0 (all edges predicted) and 0.0 at higher thresholds for the untrained model, confirming the need for training to produce meaningful regulatory weights.
Copy file name to clipboardExpand all lines: docs/examples/advanced/multiomics-integration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This example demonstrates differentiable multi-omics integration using DiffBio's
4
4
5
5
## What is Multi-omics Integration?
6
6
7
-
Multi-omics integration combines data from multiple biological measurement types (genomics, transcriptomics, epigenomics, proteomics) to gain comprehensive insights into cellular function. Key applications include:
7
+
Multi-omics integration combines data from multiple biological measurement types (genomics, transcriptomics, epigenomics, proteomics) to gain joint insights into cellular function. Key applications include:
8
8
9
9
-**Spatial transcriptomics**: Mapping gene expression to tissue locations
10
10
-**3D genome organization**: Understanding chromatin folding and gene regulation
0 commit comments