I have a txt file with only 59.6KB. and I write my scripts as I did thousand times
cancer<-read.table("cancerGenes.txt", row.names=1,header=T)
And it gives me the error message:
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
line 1 did not have 28 elements
what went wrong??!!