script/update/gene.set/UpdateRegulatoryCircuits.r

require(rchive);
require(RCurl); 

# Download and parse the MSigDb database
path<-paste(Sys.getenv("RCHIVE_HOME"), 'data/gene.set/public/regulatorycircuits', sep='/');
dir.create(path, showWarnings=FALSE);
dir.create(paste(path, 'r', sep='/'), showWarnings=FALSE);
dir.create(paste(path, 'src', sep='/'), showWarnings=FALSE);
zhezhangsh/rchive documentation built on June 17, 2020, 3:55 a.m.