Skip to content

Commit 0c77b7b

Browse files
Update PCA.md
Co-authored-by: Gregor Gorjanc <gregor.gorjanc@gmail.com>
1 parent 1272d07 commit 0c77b7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PCA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ gtSvd = np.linalg.svd(gtMat - gtMat.mean(axis=0), full_matrices=False)
124124
To demonstrate that branch PCA works without variant data, we run it on the ARG without mutations, `ts`.
125125

126126
```{code-cell} ipython3
127-
# haplotypes, each sample haplotype is ues by default
127+
# haplotypes, each sample haplotype is used by default
128128
hapBranchPca=ts.pca(num_components=10)
129129
```
130130

0 commit comments

Comments
 (0)