We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1272d07 commit 0c77b7bCopy full SHA for 0c77b7b
1 file changed
PCA.md
@@ -124,7 +124,7 @@ gtSvd = np.linalg.svd(gtMat - gtMat.mean(axis=0), full_matrices=False)
124
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
+# haplotypes, each sample haplotype is used by default
128
hapBranchPca=ts.pca(num_components=10)
129
```
130
0 commit comments