[BioC] how to import xls file R

Steve Lianoglou mailinglist.honeypot at gmail.com
Mon May 16 15:39:08 CEST 2011


Hi,

On Mon, May 16, 2011 at 2:59 AM, avinash gupta <gupta308 at gmail.com> wrote:
> hello group,
>
> i have problem to understand that how to import any exel file in R.please
> any help me with any example.
> thank you

One way is to export the fie from Excel as a comma (or tab) delimited
file, and use R's read.table (and friends) functions to import the
delimited file into R.

There's also more advice here:

http://cran.r-project.org/doc/manuals/R-data.html#Reading-Excel-spreadsheets

-steve

-- 
Steve Lianoglou
Graduate Student: Computational Systems Biology
 | Memorial Sloan-Kettering Cancer Center
 | Weill Medical College of Cornell University
Contact Info: http://cbio.mskcc.org/~lianos/contact



More information about the Bioconductor mailing list