search for: cg982

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

Did you mean: c982
2011 Nov 16
3
create list of names where two df contain == values
...df.1<-data.frame(rep(letters[1:10])) colnames(df.1)[1]<-("Letters") set.seed(1) df.1$numb1<-rnorm(10,1,1) df.1$extra.col<-c(1,2,3,4,5,6,7,8,9,10) df.1$id<-c("CG234","CG232","CG441","CG128","CG125","CG182","CG982","CG541","CG282","CG154") df.1 df.2<-data.frame(rep(letters[1:10])) colnames(df.2)[1]<-("Letters") set.seed(1) df.2$extra.col<-c(1,2,3,4,5,6,7,8,9,10) df.2$numb1<-rnorm(10,1,1) df.2$id<-c("CG234","CG232","CG441&qu...