search for: 522c17

Displaying 1 result from an estimated 1 matches for "522c17".

2010 Aug 16
1
Combining values from a data.frame row with matrix rownames.
...combine these three - I would like a vector c("507D22","518F15","505E01") - to subscript the matrix of experimental data. IndexList <- c(as.vector( seed_panel[ i, ], mode="any"), rownames( Control[ j, ] ) ) Gives: $V2 [1] 507D22 18 Levels: 507D22 518F15 522C17 522K21 523A19 528H06 528P11 530H18 ... 585K18 $V3 [1] 518F15 20 Levels: 518F15 522C17 522K21 523A19 528H06 528P11 530H18 534L09 ... 590C18 [[3]] [1] "505E01" and I haven't had any luck with variations on this that I've tried. Many thanks in advance for any help. [[alternati...