Nothing
library(gQTLstats)
library(BatchJobs)
myr = makeRegistry("myr", packages=c("gQTLstats", "GenomicRanges"))
doit = function(x){
load("../bigStore.rda"); # this is a ciseStore for GEUVADIS
storeToMaxAssocBySNP(bigStore, chr=x) }
batchMap(myr, doit, c(1,22:15,2:14))
submitJobs(myr)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.