if (FALSE) {
library(magrittr)
data.frame(
chr=rep(c("6"), 5),
start=rep(c("25837556"), 5),
end=rep(c("25943455"), 5)
) %>%
ensemblQueryLDwithSNPregionDataframe(
in.table=.,
pop="1000GENOMES:phase_3:EUR",
cores = 1
)
}
Run the code above in your browser using DataLab