hi 

I want to compare two list by its names and get the values of that list.

can anybody let me know the syntax of comparing the list by their names
using a for loop
c.genes<- list()
for(i in 1:100)

c.genes[[1]]<- geneset(which(geneset == tobecampared[i]))

}

here geneset is a list and also tobecampared is a list


Thank you

Ramya
-- 
View this message in context: 
http://www.nabble.com/help-on-list-comparison-tp18240445p18240445.html
Sent from the R help mailing list archive at Nabble.com.

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

Reply via email to