Mercurial > repos > testtool > geo_data
changeset 72:cb14dbc2fd60 draft
Uploaded
author | testtool |
---|---|
date | Tue, 15 Aug 2017 06:06:55 -0400 |
parents | 81b5c08c21e1 |
children | 63f1a36323dc |
files | getMETAdata/getMETAdata.R |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/getMETAdata/getMETAdata.R Mon Aug 14 09:44:57 2017 -0400 +++ b/getMETAdata/getMETAdata.R Tue Aug 15 06:06:55 2017 -0400 @@ -1,4 +1,3 @@ -require("data.table", quietly = TRUE) require("GEOquery", quietly = TRUE) @@ -8,7 +7,7 @@ GSMTable = args[1] MetaTable = args[2] -TAB = fread(GSMTable) +TAB = read.table(GSMTable) if (is.null(TAB)) {