## Not run:
# # Load the XGR package and specify the location of built-in data
# library(XGR)
# RData.location <- "http://galahad.well.ox.ac.uk/bigdata_dev"
#
# # a) provide the seed SNPs with the significance info
# ## load ImmunoBase
# ImmunoBase <- xRDataLoader(RData.customised='ImmunoBase',
# RData.location=RData.location)
# ## get lead SNPs reported in AS GWAS and their significance info (p-values)
# gr <- ImmunoBase$AS$variant
# df <- as.data.frame(gr, row.names=NULL)
# chr <- df$seqnames
# start <- df$start
# end <- df$end
# sig <- df$Pvalue
# GR <- paste(chr,':',start,'-',end, sep='')
# data <- cbind(GR=GR, Sig=sig)
#
# # b) calculate GR scores (considering significant cutoff 5e-5)
# df_GR <- xGRscores(data=data, significance.threshold=5e-5,
# RData.location=RData.location)
# ## End(Not run)
Run the code above in your browser using DataLab