search for: rs7609589

Displaying 1 result from an estimated 1 matches for "rs7609589".

2007 Jun 28
1
R function command on a list
Hello R: I am working with a self-defined function and I wish to subject a list (t) to this function. My list is a list of tables: $rs7609589 2/2 2/4 4/4 2/2 2/4 4/4 89 188 87 89 188 87 $rs3909907 1/1 1/4 4/4 94 178 92 $rs12748004 0/0 1/3 3/3 37 150 177 $rs6695928 2/2 2/4 4/4 35 129 200 My function looks as follows: delete_nocall_listoftables<-function(i){ names<-names(i) i if (names[1] == "0/0"...