error in reading a table
1
0
Entering edit mode
8.6 years ago
zizigolu ★ 4.3k

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.8k views
ADD COMMENT
1
Entering edit mode
8.6 years ago

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).

ADD COMMENT
0
Entering edit mode

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

ADD REPLY

Login before adding your answer.

Traffic: 1582 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6