KangchengHou / admix-kit

Toolkit for analyzing genetics data from admixed populations
https://kangchenghou.github.io/admix-kit
22 stars 5 forks source link

dataset loading with region specified #1

Closed KangchengHou closed 3 years ago

KangchengHou commented 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.

KangchengHou commented 3 years ago

fixed in d08853644be1de3c7b81ef7d4c36949f844e58fa