Error in read.table(file = file, header = header, sep = sep, quote = quote, : more columns than column names
Tue, 28 Feb 2012 11:43:51 -0800 Post Comments
Hey,
I just googled my error and many things came up. I followed the leads and
read the ?read.delim page; I tried changing header = TRUE, and row.namesTRUE-- but I've still been having trouble fixing it, so I would greatly
appreciate any help you can provide. Here is my code:
rm(list=ls())
source("../../functions.R")
uncurated <- read.csv("../uncurated/GSE3141_full_pdata.csv", as.is
=TRUE,row.names=1)
celfile.dir <- "../../../DATA/GSE3141/RAW"
##initial creation of curated dataframe
curated <- initialCuratedDF(rownames(uncurated),
template.filename="template.csv")
The error occurs when I run this line:
Error in read.table(file = file, header = header, sep = sep, quote = quote,
:
more columns than column name
I would greatly appreciate any help.
Thanks!
Ben
[[alternative HTML version deleted]]
I just googled my error and many things came up. I followed the leads and
read the ?read.delim page; I tried changing header = TRUE, and row.namesTRUE-- but I've still been having trouble fixing it, so I would greatly
appreciate any help you can provide. Here is my code:
rm(list=ls())
source("../../functions.R")
uncurated <- read.csv("../uncurated/GSE3141_full_pdata.csv", as.is
=TRUE,row.names=1)
celfile.dir <- "../../../DATA/GSE3141/RAW"
##initial creation of curated dataframe
curated <- initialCuratedDF(rownames(uncurated),
template.filename="template.csv")
The error occurs when I run this line:
Error in read.table(file = file, header = header, sep = sep, quote = quote,
:
more columns than column name
I would greatly appreciate any help.
Thanks!
Ben
[[alternative HTML version deleted]]
