I have a matrix with 40 rows. It looks like this :
Sample_10.rare 0 0
Sample_11.rare 0 42
Sample_12.rare 0 0
Sample_13.rare 762 550
Sample_14.rare 847 508
Sample_15.rare 1143 593
Sample_16.rare 5630 5291
Sample_17.rare 4064 3683
Sample_18.rare 5969 4318
Sample_19.rare 42 212
Sample_1.rare 5037 3598
Sample_20.rare 127 381
Sample_21.rare 127 0
Sample_22.rare 339 254
Sample_23.rare 0 85
Sample_24.rare 0 0
Sample_25.rare 42 42
Sample_26.rare 339 339
Sample_27.rare 5376 4741
Sample_28.rare 11006 8678
Sample_29.rare 339 296
Sample_2.rare 6815 5164
Sample_30.rare 212 466
I would like to rearrange the order of the rows. From the row Sample_1.rare
to the row Sample_40.rare
, in the good order. Is there a solution?