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
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
2 matches
Mail list logo