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