Skip to content

Commit b993398

Browse files
tomwhitedaletovar
authored andcommitted
Add read_vcfzarr (sgkit-dev#40)
1 parent b7412e4 commit b993398

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sgkit/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from .display import display_genotypes
1010
from .io.vcfzarr_reader import read_vcfzarr
1111
from .stats.aggregation import count_call_alleles, count_variant_alleles
12+
from .stats.aggregation import count_alleles
1213
from .stats.association import gwas_linear_regression
1314
from .stats.hwe import hardy_weinberg_test
1415
from .stats.popgen import diversity, divergence
@@ -30,4 +31,5 @@
3031
"hardy_weinberg_test",
3132
"diversity",
3233
"divergence",
34+
"Fst",
3335
]

0 commit comments

Comments
 (0)