Skip to content

Commit 7867cd0

Browse files
authored
Updated phasing and imputation workflows in README.md.
Also removed some outdated notebooks.
1 parent 7344dee commit 7867cd0

File tree

1 file changed

+16
-23
lines changed

1 file changed

+16
-23
lines changed

README.md

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,26 @@ Please note: this code's organization is in flux.
5858

5959
---
6060

61-
#### 5. Phasing
61+
#### 5. Long-Read Phasing and Imputation
6262
| Workflow | Location | Description |
6363
|----------|----------|-------------|
64-
| Shapeit4PhaseWholeGenome | [Dockstore](https://dockstore.org/workflows/github.com/broadinstitute/long-read-pipelines/Shapeit4PhaseWholeGenome:hangsu_phasing_new) | Phases variants genome-wide with Shapeit4. |
65-
| HybridPhaseWholeGenome | [Dockstore](https://dockstore.org/workflows/github.com/broadinstitute/long-read-pipelines/HybridPhaseWholeGenome:hangsu_phasing_new) | Whole-genome hybrid phasing with long-reads and statistical methods. |
66-
| HybridPhaseWholeGenomeHiphase | [Dockstore](https://dockstore.org/workflows/github.com/broadinstitute/long-read-pipelines/HybridPhaseWholeGenomeHiphase:hangsu_phasing_new) | Hybrid whole-genome phasing incorporating HIPHASE. |
67-
| HiphaseJointCall | [Dockstore](https://dockstore.org/workflows/github.com/broadinstitute/long-read-pipelines/HiphaseJointCall:hangsu_phasing_new) | Joint calling with HIPHASE phasing. |
68-
| HiphaseJointCallTRGT | [Dockstore](https://dockstore.org/workflows/github.com/broadinstitute/long-read-pipelines/HiphaseJointCallTRGT:hangsu_phasing_new) | HIPHASE joint calling restricted to target regions. |
69-
| Flare | [Dockstore](https://dockstore.org/workflows/github.com/broadinstitute/long-read-pipelines/Flare:hangsu_phasing_new) | Long-read phasing using FLARE. |
70-
| PhasedMerge | [Dockstore](https://dockstore.org/workflows/github.com/fabio-cunial/sv-merging/PhasedMerge:main) | Merges callsets while preserving phasing. |
71-
| PhasingStatistics | [Dockstore](https://dockstore.org/workflows/github.com/broadinstitute/long-read-pipelines/PhasingStatistics:hangsu_phasing_new) | Summarizes phasing performance and block sizes. |
64+
| PhysicalPhasing | [Dockstore](https://dockstore.org/workflows/github.com/broadinstitute/lrma-aou1-panel-creation/PhysicalPhasing:hs_physicalphasing) | Physically phases SNVs/indels and SVs in a single sample with HiPhase. |
65+
| ChromosomePhasedPanelCreationFromHiPhase | [Dockstore](https://dockstore.org/workflows/github.com/broadinstitute/lrma-aou1-panel-creation/ChromosomePhasedPanelCreationFromHiPhase:sl_v1.1b) | Per chromosome, performs statistical phasing and imputation of SNVs/indels and SVs in a cohort with SHAPEIT4, removes colliding variants, and creates a pangenome bubble-graph reference panel. |
66+
| ConcatAndEvaluate | [Dockstore](https://dockstore.org/workflows/github.com/broadinstitute/lrma-aou1-panel-creation/ConcatAndEvaluateReduced:sl_v1.1b) | Concatenates per-chromosome pangenome bubble-graph reference panels and runs leave-out and Vcfdist evaluations. |
7267

7368
---
7469

75-
#### 6. Quality Control & Fingerprinting
70+
#### 6. Short-Read Genotyping, Phasing, and Imputation
71+
| Workflow | Location | Description |
72+
|----------|----------|-------------|
73+
| HierarchicallyMergeVcfs | [Dockstore](https://dockstore.org/workflows/github.com/broadinstitute/lrma-aou1-panel-creation/KAGEPanelWithPreprocessing:sl_v1.1b) | Per chromosome, creates a kmer index and count model for KAGE genotyping from a reference panel. |
74+
| KAGECasePerChromosomeFlexscattered | [Dockstore](https://dockstore.org/workflows/github.com/broadinstitute/lrma-aou1-panel-creation/KAGECasePerChromosomeFlexscattered:sl_v1.1b) | Genotypes a single sample against a reference panel with KAGE. |
75+
| GLIMPSEBatchedCasePerChromosomeSingleBatch | [Dockstore](https://dockstore.org/workflows/github.com/broadinstitute/lrma-aou1-panel-creation/GLIMPSEBatchedCasePerChromosomeSingleBatch:sl_v1.1b) | Performs phasing and imputation of a batch of genotyped samples against a reference panel with GLIMPSE. |
76+
| HierarchicallyMergeVcfs | [Dockstore](https://dockstore.org/workflows/github.com/broadinstitute/lrma-aou1-panel-creation/HierarchicallyMergeVcfs:sl_v1.1b) | Hierarchically merges cohort VCFs using either bcftools or ivcfmerge. |
77+
78+
---
79+
80+
#### 7. Quality Control & Fingerprinting
7681
| Workflow | Location | Description |
7782
|----------|----------|-------------|
7883
| CollectSingleSampleSVvcfMetrics | [Dockstore](https://dockstore.org/workflows/github.com/broadinstitute/long-read-pipelines/CollectSingleSampleSVvcfMetrics:sh_gatk_sv_vcfmetrics) | Computes SV metrics per sample. |
@@ -124,18 +129,6 @@ These notebooks are designed to run in the Terra cloud platform and focus on dat
124129
| Notebook | Link | Description |
125130
|----------|------|-------------|
126131
| hangsu_hiphase_results.ipynb | [GitHub](notebooks/terra/hangsu_hiphase_results.ipynb) | Analysis of HIPHASE phasing results |
127-
| slee-aou1-analysis-for-phasing-experiments.ipynb | [GitHub](notebooks/terra/slee-aou1-analysis-for-phasing-experiments.ipynb) | Analysis for phasing experiments |
128-
| slee-aou1-kage-panel-preprocessing-for-phasing-experiments.ipynb | [GitHub](notebooks/terra/slee-aou1-kage-panel-preprocessing-for-phasing-experiments.ipynb) | KAGE panel preprocessing for phasing experiments |
129-
| slee-aou1-kage-panel-preprocessing-for-phasing-experiments-short-plus-sv.ipynb | [GitHub](notebooks/terra/slee-aou1-kage-panel-preprocessing-for-phasing-experiments-short-plus-sv.ipynb) | KAGE panel preprocessing with short reads and SVs |
130-
| slee-aou1-kage-panel-preprocessing-no-TR-5Mbp.ipynb | [GitHub](notebooks/terra/slee-aou1-kage-panel-preprocessing-no-TR-5Mbp.ipynb) | KAGE panel preprocessing excluding TR regions >5Mbp |
131-
| slee-aou1-kage-panel-preprocessing-short-only.ipynb | [GitHub](notebooks/terra/slee-aou1-kage-panel-preprocessing-short-only.ipynb) | KAGE panel preprocessing for short reads only |
132-
| slee-aou1-kage-panel-preprocessing-SV-only-no-TR-5Mbp.ipynb | [GitHub](notebooks/terra/slee-aou1-kage-panel-preprocessing-SV-only-no-TR-5Mbp.ipynb) | KAGE panel preprocessing for SVs only, excluding TR regions >5Mbp |
133-
| slee-aou1-kage-panel-preprocessing-sv-only.ipynb | [GitHub](notebooks/terra/slee-aou1-kage-panel-preprocessing-sv-only.ipynb) | KAGE panel preprocessing for SVs only |
134-
| slee-aou1-kage-panel-preprocessing.ipynb | [GitHub](notebooks/terra/slee-aou1-kage-panel-preprocessing.ipynb) | General KAGE panel preprocessing |
135-
| slee-aou1-preprocess-for-phasing-experiments.ipynb | [GitHub](notebooks/terra/slee-aou1-preprocess-for-phasing-experiments.ipynb) | Preprocessing for phasing experiments |
136-
| slee-aou1-roh.ipynb | [GitHub](notebooks/terra/slee-aou1-roh.ipynb) | Runs of Homozygosity (ROH) analysis |
137-
| slee-aou1-panel-summary-statistics.ipynb | [GitHub](notebooks/terra/slee-aou1-panel-summary-statistics.ipynb) | Panel summary statistics |
138-
| slee-aou1-panel-summary-statistics-SV.ipynb | [GitHub](notebooks/terra/slee-aou1-panel-summary-statistics-SV.ipynb) | Panel summary statistics for structural variants |
139132

140133
#### Quality Control
141134
| Notebook | Link | Description |
@@ -177,4 +170,4 @@ These notebooks are designed to run in the All of Us Researcher Workbench and fo
177170
| JW_CYP2D6.ipynb | [GitHub](notebooks/rw/JW_CYP2D6.ipynb) | CYP2D6 gene analysis |
178171
| JW_repeat_expansion_figures.ipynb | [GitHub](notebooks/rw/JW_repeat_expansion_figures.ipynb) | Repeat expansion analysis and figures |
179172
| kvg_firth_logistic_regression.ipynb | [GitHub](notebooks/rw/kvg_firth_logistic_regression.ipynb) | Firth logistic regression analysis |
180-
| kvg_pmi_skip_participants.ipynb | [GitHub](notebooks/rw/kvg_pmi_skip_participants.ipynb) | PMI participant filtering analysis |
173+
| kvg_pmi_skip_participants.ipynb | [GitHub](notebooks/rw/kvg_pmi_skip_participants.ipynb) | PMI participant filtering analysis |

0 commit comments

Comments
 (0)