We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6fd494 commit 1272d07Copy full SHA for 1272d07
1 file changed
PCA.md
@@ -121,7 +121,7 @@ gtSvd = np.linalg.svd(gtMat - gtMat.mean(axis=0), full_matrices=False)
121
```
122
123
## Branch PCA (tskit)
124
-To demstrate that branch PCA works without variant data, we run it on the ARG without mutations, `ts`.
+To demonstrate that branch PCA works without variant data, we run it on the ARG without mutations, `ts`.
125
126
```{code-cell} ipython3
127
# haplotypes, each sample haplotype is ues by default
0 commit comments