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.names =
TRUE-- 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:
> curated <- initialCuratedDF(rownames(uncurated),
template.filename="template.csv")
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]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to