[R]  help on list comparison
    Rajasekaramya 
    ramya.victory at gmail.com
       
    Wed Jul  2 17:37:50 CEST 2008
    
    
  
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.
    
    
More information about the R-help
mailing list