Displaying 1 result from an estimated 1 matches for "new_treat".
Did you mean:
new_text
2010 Oct 26
3
Reading in a tab delimitated file
...435145167.cel 2
E-CBIL-28-raw-cel-1435145387.cel 3
E-CBIL-28-raw-cel-1435145099.cel 3
(I'm not sure why the disease column isn't showing up as a tab here, but it
is sep by "\t" in my file.
I've tried several variations on these:
pd <- read.AnnotatedDataFrame ("new_treat.txt" , header = TRUE , sep="\t",
row.names = "SampleID", colClasses = c(Disease = "character"))
And I keep on getting this error:
Error in read.table(filename, sep = sep, header = header, quote = quote, :
more columns than column names
Any help would be ve...