Displaying 1 result from an estimated 1 matches for "anal_sin_norm_1mb86_segmentos3".
2008 Oct 03
1
Problem with read.table in Windows and Linux
...I have a mistake and I don't know why. This is the mistake:
Error in make.names(col.names,unique=TRUE):
string multibyte 1 invalid
why?
I write this when I want to do it under Windows: zz.info<-read.table(file("C:/Documents and Settings/Administrador/Desktop/carlos/aCGH/aCGH/examples/Anal_sin_norm_1Mb86_Segmentos3.txt","r+"),header=TRUE,sep="\t",dec=".")
?
and under Linux:
?
zz.info<-read.table(file("/home/carlos/Desktop/Anal_sin_norm_1Mb86_Segmentos3.txt","r+"),header=TRUE,sep="\t",dec=".")
?
Why do I have problems under Linux?. I...