This is a test version of Biostars. For the public version, visit https://www.biostars.org.
error in reading a table

Sorry,

What does this error mean?

> mycounts <- read.table("transposed_norm_vst.txt", header = T, sep = "\t")
Error in read.table("transposed_norm_vst.txt", header = T, sep = "\t") :
  more columns than column names
r software-error

1 answer

It means what it says, though you probably want to know why this might occur. I typically see this if I have row names as well, since then there's no label for the column of them (there's an option in read.table() to get around that).

Devon, really what happened if you told me what i could do... :(

Log in to answer this question.