[R] Convert list to data frame

2016-02-15 Thread asma . rabe
Hi, I read data from file as follows Data<-read.table("file.txt",header=T,sep="\t") mode(Data) list I want to convert data to data frame, I tried the following: as.data.frame(Data) data.frame(Data) But the Data did not change When I tried as.data.frame(unlist(Data)) The Data converted to a

[R] order clusters in heatmap.2

2014-10-02 Thread Asma rabe
Hi , Is there a way to order clusters in heatmap.2 ? Best Regards, Asmaa [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-proj