Skip to content

Commit 1272d07

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

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
@@ -121,7 +121,7 @@ gtSvd = np.linalg.svd(gtMat - gtMat.mean(axis=0), full_matrices=False)
121121
```
122122

123123
## Branch PCA (tskit)
124-
To demstrate that branch PCA works without variant data, we run it on the ARG without mutations, `ts`.
124+
To demonstrate that branch PCA works without variant data, we run it on the ARG without mutations, `ts`.
125125

126126
```{code-cell} ipython3
127127
# haplotypes, each sample haplotype is ues by default

0 commit comments

Comments
 (0)