Previous changeset 68:fc93085430a8 (2017-05-11) Next changeset 70:759073309c9c (2017-06-09) |
Commit message:
Uploaded |
modified:
getGEO/getGEO.R |
b |
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 |
b |
@@ -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) |