Skip to content

Commit 5823b2d

Browse files
committed
DeepSomatic 1.9 release file
1 parent 6c0e747 commit 5823b2d

File tree

3 files changed

+82
-118
lines changed

3 files changed

+82
-118
lines changed

docs/deepsomatic-case-study-ffpe-wgs.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ the different model types, different flags are needed in the `make_examples`
9090
step.
9191

9292
`--intermediate_results_dir` flag is optional. By specifying it, the
93-
intermediate outputs of `make_examples_somatic` and `call_variants` stages can
94-
be found in the directory.
93+
intermediate outputs of `make_examples_somatic` and `call_variants` stages can be found in the directory.
9594

9695
```bash
9796
sudo docker pull pkrusche/hap.py:latest
@@ -112,8 +111,8 @@ ${OUTPUT_DIR}/HCC1395_deepsomatic_output.vcf.gz \
112111
The output:
113112

114113
```
115-
type total.truth total.query tp fp fn unk ambi recall recall_lower recall_upper recall2 precision precision_lower precision_upper na ambiguous fp.region.size fp.rate
116-
0 indels 133 122 100 22 33 0 0 0.75188 0.673603 0.819331 0.75188 0.819672 0.744396 0.879996 0 0 248956422 0.088369
117-
1 SNVs 3440 2984 2823 161 617 0 0 0.82064 0.807552 0.833188 0.82064 0.946046 0.937503 0.953723 0 0 248956422 0.646700
118-
5 records 3573 3106 2923 183 650 0 0 0.81808 0.805176 0.830469 0.81808 0.941082 0.932387 0.948955 0 0 248956422 0.735068
114+
type total.truth total.query tp fp fn unk ambi recall recall_lower recall_upper recall2 precision precision_lower precision_upper na ambiguous fp.region.size fp.rate
115+
0 indels 133 138 107 31 26 0 0 0.804511 0.730987 0.864953 0.804511 0.775362 0.700491 0.838825 0 0 248956422 0.124520
116+
1 SNVs 3440 3015 2844 171 596 0 0 0.826744 0.813825 0.839114 0.826744 0.943284 0.934599 0.951118 0 0 248956422 0.686867
117+
5 records 3573 3153 2951 202 622 0 0 0.825917 0.813222 0.838083 0.825917 0.935934 0.926985 0.944084 0 0 248956422 0.811387
119118
```

docs/deepsomatic-case-study-wgs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The output:
112112

113113
```
114114
type total.truth total.query tp fp fn unk ambi recall recall_lower recall_upper recall2 precision precision_lower precision_upper na ambiguous fp.region.size fp.rate
115-
0 indels 133 144 126 18 7 0 0 0.947368 0.899455 0.976153 0.947368 0.875000 0.813682 0.921437 0 0 248956422 0.072302
116-
1 SNVs 3440 3345 3311 34 129 0 0 0.962500 0.955758 0.968465 0.962500 0.989836 0.985999 0.992826 0 0 248956422 0.136570
117-
5 records 3573 3489 3437 52 136 0 0 0.961937 0.955284 0.967842 0.961937 0.985096 0.980663 0.988725 0 0 248956422 0.208872
115+
0 indels 133 149 127 22 6 0 0 0.954887 0.909391 0.980954 0.954887 0.852349 0.788841 0.902333 0 0 248956422 0.088369
116+
1 SNVs 3440 3334 3302 32 138 0 0 0.959884 0.952935 0.966059 0.959884 0.990402 0.986652 0.993302 0 0 248956422 0.128537
117+
5 records 3573 3483 3429 54 144 0 0 0.959698 0.952873 0.965778 0.959698 0.984496 0.979981 0.988207 0 0 248956422 0.216905
118118
```

0 commit comments

Comments
 (0)