#Import 1000Genome data from region around LCT gene
x <- as.bed.matrix(LCT.gen, LCT.fam, LCT.bim)
#Group variants within known genes and
#Within coding and regulatory regions
x <- set.genomic.region.subregion(x,
regions = genes.b37, subregions = subregions.LCT)
Run the code above in your browser using DataLab