Get variant info from UK Biobank imputed genotype MFI files
Source:R/get_imputed_variant_info.R
get_imputed_variant_info.RdFor a given set of genomic coordinates (position in build 37) get the UK Biobank imputed genotype variant IDs from the MFI files.
Examples
# Example where RSID is only known for some variants
varlist1 <- data.frame(rsid=c("","rs564086017",""), chr=c(1,2,22), pos=c(10616, 10180, 16050435))
varlist2 <- get_imputed_variant_info(varlist1)