Closed KangchengHou closed 3 years ago
dset_region = admix.data.load_lab_dataset( name="ukb_eur_afr_imputed", region="1:1000-2000" )
This is because no SNPs in the data set.
dset_region = admix.data.load_lab_dataset( name="ukb_eur_afr_imputed", region="1:100-2000000" )
This is because the start of the region is selected.
fixed in d08853644be1de3c7b81ef7d4c36949f844e58fa
This is because no SNPs in the data set.
This is because the start of the region is selected.