[R] manipulating data in heatmap

fjucks aldomichelato at gmail.com
Fri May 11 22:05:58 CEST 2012


manipulating data in heatmap,

have the following data:
  
                     RF00505  RF00232  RF00493  RF00231
RF00505    100.00      20.00         0.00           0.00    
RF00232    100.00      00.00        100.00      100.00    
RF00493    100.00      60.00        100.00      33.33    
RF00231     0.00         40.00        0.00           100.00   

http://r.789695.n4.nabble.com/file/n4627454/Captura_de_tela-15.png 

but what I do is leave my file in ascending order of families, as if this
file:

                    RF00231  RF00232  RF00493  RF00505 
RF00231     100.00    40.00         0.00          0.00       
RF00232     100.00    0.00          100.00      100.00    
RF00493     33.33      60.00        100.00      100.00    
RF00505     0.00        20.00         0.00          100.00  

how to do this in R?







--
View this message in context: http://r.789695.n4.nabble.com/manipulating-data-in-heatmap-tp4627454.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list