Skip to content

Commit c0df8e1

Browse files
authored
Merge pull request #106 from mcvickerlab/dev
chore: promote dev → master (comparative_imbalance removed)
2 parents 0849c35 + 125fe56 commit c0df8e1

6 files changed

Lines changed: 5 additions & 196 deletions

File tree

docs/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ Documentation
7171

7272
tutorials/bulk_workflow
7373
tutorials/single_cell_workflow
74-
tutorials/comparative_imbalance
7574

7675
.. toctree::
7776
:maxdepth: 2

docs/source/tutorials/bulk_workflow.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,3 @@ See Also
170170
- :doc:`/methods/mapping_filter` — canonical WASP filter contract
171171
- :doc:`/methods/statistical_models` — the LRT and beta-binomial model
172172
- :doc:`/tutorials/single_cell_workflow` — single-cell RNA-seq / ATAC-seq
173-
- :doc:`/tutorials/comparative_imbalance` — comparing groups

docs/source/tutorials/comparative_imbalance.rst

Lines changed: 0 additions & 188 deletions
This file was deleted.

docs/source/tutorials/single_cell_workflow.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ Step 3 — Compare groups (optional)
7575
--phased \
7676
--out_file differential_imbalance.tsv
7777
78-
For multi-group and all-pairs comparisons, visualization, and
79-
interpretation, see :doc:`comparative_imbalance`.
78+
Omit ``--groups`` to compare all available groups pairwise. See
79+
:doc:`/user_guide/analysis` for the full CLI reference and output columns.
8080

8181
Per-cell vs. pseudo-bulk
8282
------------------------
@@ -162,4 +162,3 @@ See Also
162162
- :doc:`/user_guide/analysis` — analysis CLI reference
163163
- :doc:`/methods/statistical_models` — beta-binomial LRT
164164
- :doc:`bulk_workflow` — sibling tutorial for bulk RNA-seq / ATAC-seq
165-
- :doc:`comparative_imbalance` — comparing groups

docs/source/user_guide/analysis.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ Comparative Single-Cell Analysis
6666
--out_file compare_ai.tsv
6767
6868
This compares allelic imbalance between the requested groups and writes one TSV
69-
per comparison.
69+
per comparison. Each output has per-group columns ``mu1`` and ``mu2`` alongside
70+
the pooled-null ``combined_mu``, plus ``null_ll`` / ``alt_ll`` / ``pval`` /
71+
``fdr_pval``.
7072

7173
Notes
7274
-----
@@ -92,4 +94,3 @@ Next Steps
9294
----------
9395

9496
* :doc:`counting` to generate bulk or single-cell counts
95-
* :doc:`/tutorials/comparative_imbalance` for group-comparison workflows

docs/source/user_guide/single_cell.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ the specified groups, using a likelihood ratio test with FDR correction.
373373

374374
For comprehensive coverage of comparative analysis, see:
375375

376-
* :doc:`/tutorials/comparative_imbalance` - Detailed comparative analysis tutorial
377376
* :doc:`analysis` - Statistical methods for comparative imbalance
378377

379378
See Also

0 commit comments

Comments
 (0)