Skip to content
Prev 351393 / 398502 Next

about transforming a data.frame

I'm still not really clear on what you need (format, etc), but this
may help you get started:
row_names
CT  A1:A2:A3 B10:B11:B12 B4:B5:B6 B7:B8:B9 D10:D11:D12 D4:D5:D6 E10:E11:E12
  2        0           0        0        1           2        1           1
  4        1           1        0        0           0        0           0
  5        0           0        1        0           0        0           0
col_names
CT  B1:B2:B3 D1:D2:D3 F10:F11:F12 G7:G8:G9 H1:H2:H3 H4:H5:H6
  2        1        0           1        1        1        1
  4        1        1           0        0        0        0
  5        1        0           0        0        0        0

        
On Fri, May 29, 2015 at 4:58 PM, Bogdan Tanasa <tanasa at gmail.com> wrote: