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
The 'everything in one place' example chained the deprecated expand_clones
(+ a separate mutate) star model. Switch it to clonal_lineage: SHM is now
internal (per-division S5F via rate=), each clone yields a ground-truth tree
(lineage_trees), and corruption passes apply per sampled cell. Numbers
updated to the real seed=42 output (len 415, ~76% productive, n_mutations
14/11). The deprecation table row for expand_clones is kept intentionally.
Copy file name to clipboardExpand all lines: README.md
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ Headers use the AIRR record's `sequence_id` with the universally-portable `/1` a
94
94
95
95
## A realistic pipeline — everything in one place
96
96
97
-
The Experiment DSL is a fluent builder. Each step appends to the pipeline; the same `Experiment` is returned so calls chain. The example below uses every major feature GenAIRR offers — recombination, clonal expansion, per-descendant somatic hypermutation, primer-trimming, structural indels, PCR errors, N-base injection, custom metadata, and the productive constraint:
97
+
The Experiment DSL is a fluent builder. Each step appends to the pipeline; the same `Experiment` is returned so calls chain. The example below uses every major feature GenAIRR offers — recombination, BCR clonal lineage trees with affinity maturation, per-division somatic hypermutation, primer-trimming, structural indels, PCR errors, N-base injection, custom metadata, and the productive constraint:
0 commit comments