Skip to content

Commit 208c5ac

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

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
@@ -208,7 +208,7 @@ Above we showed how variant and branch-based PCA are equivalent. But the ARG is
208208
pctime=[tsm.pca(num_components=10, time_windows=[10**i, 10**(i+1)]) for i in range(8)]
209209
```
210210

211-
Being of class `PCAResult`, the elements of the list have a `factors` property. This has a shape of (100,10). I.e., 10 PCs for 100 haplotypes.
211+
Being of class `PCAResult`, the elements of the list have a `factors` property. This has a shape of `(100,10)`, that is, 10 PCs for 100 haplotypes.
212212

213213
```{code-cell} ipython3
214214
pctime[0].factors.shape

0 commit comments

Comments
 (0)