File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ def hardy_weinberg_test(
137137 genotype_count : Optional [Hashable ] = variables .variant_genotype_count ,
138138 ploidy : Optional [int ] = None ,
139139 alleles : Optional [int ] = None ,
140- merge : bool = True
140+ merge : bool = True ,
141141) -> Dataset :
142142 """Exact test for HWE as described in Wigginton et al. 2005 [1].
143143
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def pc_relate(
3939 call_genotype : Hashable = variables .call_genotype ,
4040 call_genotype_mask : Hashable = variables .call_genotype_mask ,
4141 sample_pc : Hashable = variables .sample_pca_projection ,
42- merge : bool = True
42+ merge : bool = True ,
4343) -> xr .Dataset :
4444 """Compute PC-Relate as described in Conomos, et al. 2016 [1].
4545
You can’t perform that action at this time.
0 commit comments