We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f62b4e commit fdcd7daCopy full SHA for fdcd7da
2 files changed
sgkit/stats/hwe.py
@@ -137,7 +137,7 @@ def hardy_weinberg_test(
137
genotype_count: Optional[Hashable] = variables.variant_genotype_count,
138
ploidy: Optional[int] = None,
139
alleles: Optional[int] = None,
140
- merge: bool = True
+ merge: bool = True,
141
) -> Dataset:
142
"""Exact test for HWE as described in Wigginton et al. 2005 [1].
143
sgkit/stats/pc_relate.py
@@ -39,7 +39,7 @@ def pc_relate(
39
call_genotype: Hashable = variables.call_genotype,
40
call_genotype_mask: Hashable = variables.call_genotype_mask,
41
sample_pc: Hashable = variables.sample_pca_projection,
42
43
) -> xr.Dataset:
44
"""Compute PC-Relate as described in Conomos, et al. 2016 [1].
45
0 commit comments