####Build37
#Import 1000Genome data from region around LCT gene
#x37 <- read.bed.matrix( system.file("extdata", "LCT.EUR.b37.bed", package="Ravages") )
#Annotate variants with adjusted CADD score
#x37 <- adjustedCADD.annotation(x37, build = "b37")
####Build38
#Import 1000Genome data from region around LCT gene
#x38 <- read.bed.matrix( system.file("extdata", "LCT.EUR.b38.bed", package="Ravages") )
#Annotate variants with adjusted CADD score
#x38 <- adjustedCADD.annotation(x38, build = "b38")
Run the code above in your browser using DataLab