Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/source/choosing_workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ WASP2 supports four major data types. Use this guide to find your workflow.
* - **scRNA-seq (10x)**
- Cell Ranger BAM + VCF + barcodes
- Per-cell or per-cell-type ASE
- :doc:`tutorials/scrna_seq`
- :doc:`tutorials/single_cell_workflow`
* - **scATAC-seq (10x)**
- Fragments/BAM + VCF + barcodes
- Single-cell allelic imbalance in ATAC peaks
- :doc:`tutorials/scatac_workflow`
- :doc:`tutorials/single_cell_workflow`

Decision Flowchart
------------------
Expand All @@ -39,13 +39,13 @@ Decision Flowchart
**Step 2: Bulk or single-cell RNA-seq?**

* Bulk RNA-seq → :doc:`tutorials/bulk_workflow`
* 10x Chromium scRNA-seq → :doc:`tutorials/scrna_seq`
* 10x Chromium scRNA-seq → :doc:`tutorials/single_cell_workflow`
* Other single-cell protocol → see :doc:`user_guide/single_cell`

**Step 3: Bulk or single-cell ATAC-seq?**

* Bulk ATAC-seq → :doc:`tutorials/bulk_workflow` (use BED peak file as ``--region``)
* 10x scATAC-seq → :doc:`tutorials/scatac_workflow`
* 10x scATAC-seq → :doc:`tutorials/single_cell_workflow`

Do I Need to Run the WASP Remapping Step?
------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Any aligner that produces CB-tagged BAMs will work (STARsolo, Alevin-fry, etc.).

Run WASP2 on the full BAM to get per-cell allele counts, then use the output
with your cell type annotations in Python (AnnData/Scanpy) to aggregate by
cell type. See :doc:`tutorials/scrna_seq` for an example.
cell type. See :doc:`tutorials/single_cell_workflow` for an example.

Output and Results
------------------
Expand Down
5 changes: 1 addition & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ Documentation
:caption: Getting Started

installation
quickstart
choosing_workflow
faq

Expand All @@ -70,10 +69,8 @@ Documentation
:maxdepth: 2
:caption: Tutorials

tutorials/quickstart_counting
tutorials/bulk_workflow
tutorials/scrna_seq
tutorials/scatac_workflow
tutorials/single_cell_workflow
tutorials/comparative_imbalance

.. toctree::
Expand Down
66 changes: 0 additions & 66 deletions docs/source/quickstart.rst

This file was deleted.

3 changes: 1 addition & 2 deletions docs/source/tutorials/bulk_workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,5 @@ See Also
- :doc:`/user_guide/analysis` — analysis CLI reference
- :doc:`/methods/mapping_filter` — canonical WASP filter contract
- :doc:`/methods/statistical_models` — the LRT and beta-binomial model
- :doc:`/tutorials/scatac_workflow` — single-cell ATAC-seq
- :doc:`/tutorials/scrna_seq` — single-cell RNA-seq
- :doc:`/tutorials/single_cell_workflow` — single-cell RNA-seq / ATAC-seq
- :doc:`/tutorials/comparative_imbalance` — comparing groups
2 changes: 1 addition & 1 deletion docs/source/tutorials/comparative_imbalance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@ See Also

- :doc:`/user_guide/analysis` — analysis-CLI reference and parameters
- :doc:`/user_guide/single_cell` — input data formats, barcode exports
- :doc:`/tutorials/scrna_seq` — basic single-cell workflow
- :doc:`/tutorials/single_cell_workflow` — single-cell scRNA/scATAC workflow
- :doc:`/methods/statistical_models` — the LRT underlying this test
151 changes: 0 additions & 151 deletions docs/source/tutorials/quickstart_counting.rst

This file was deleted.

Loading
Loading