[R] R help

ramya.victory at gmail.com ramya.victory at gmail.com
Wed Jun 25 22:06:48 CEST 2008


hi,
 
I have a question could please help me.
Geneset.ls <- list()
for(i in 1: 5452)
{
Geneset.ls[[i]] <- read.delim("c.all.v2.5.symbols.gmt", header=T, skip=1, sep="\t")
}
 
I have a file named c.all.v2.5.symbols.gmt.it is a huge file with about 30 columns and 5452 rows.
I want to write single rows in the Geneset.ls(). and then bind them again can i use rbind for it but i dont know how to use it.
 
I am basically working DNA Microarray expression data



More information about the R-help mailing list