# HG changeset patch # User testtool # Date 1494516066 14400 # Node ID 23e9c26c33341518fbff82d8b7d02d622937c4dc # Parent fc93085430a84311f9bacd393e70ab520e298fc4 Uploaded diff -r fc93085430a8 -r 23e9c26c3334 getGEO/getGEO.R --- a/getGEO/getGEO.R Thu May 11 11:16:23 2017 -0400 +++ b/getGEO/getGEO.R Thu May 11 11:21:06 2017 -0400 @@ -1,3 +1,9 @@ +require("BiocGenerics", quietly = TRUE) +require("data.table", quietly = TRUE) +require("GEOquery", quietly = TRUE) +require("rtracklayer", quietly = TRUE) +require("FDb.InfiniumMethylation.hg19", quietly = TRUE) + options("download.file.method.GEOquery"="wget") options(warn = -1)