[R] problem in R related to import n export

2012-01-15 Thread mukul purva
hello,
i hav a prob in R lang. i want to do correlation of data frame
22810(gene) rows and 1436 colums(experiment) when i covert this file
in csv or xls format it reads only 1024 cloumns. n when i do
correlation of data mean 22810 *22810 matrix made in terminal then i
export in csv or xls by write.table it will give me only 1024 columns
rather than 22810 columns.wat i do
plzzz help me...


regards


mukul

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] problem in R related to import n export

2012-01-15 Thread jim holtman
My quick guess is that it not an R problem, but with your version of
EXCEL.  What version are you using, since this used to be a limitation
of Excel.  Just tried to output an object with 1436 columns and read
it fine into 2007 version of EXCEL.

On Sun, Jan 15, 2012 at 10:09 AM, mukul purva mukul.pu...@gmail.com wrote:
 hello,
        i hav a prob in R lang. i want to do correlation of data frame
 22810(gene) rows and 1436 colums(experiment) when i covert this file
 in csv or xls format it reads only 1024 cloumns. n when i do
 correlation of data mean 22810 *22810 matrix made in terminal then i
 export in csv or xls by write.table it will give me only 1024 columns
 rather than 22810 columns.wat i do
 plzzz help me...


 regards


 mukul

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.



-- 
Jim Holtman
Data Munger Guru

What is the problem that you are trying to solve?
Tell me what you want to do, not how you want to do it.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.