search for: euclidmartix

Displaying 1 result from an estimated 1 matches for "euclidmartix".

2004 Feb 04
0
help(Memory) [forwarded message]
...> scan ("list_genes", what = "list") -> genenames > read.table(file ="list_signals", row.names = genenames) -> data > library (mva) > as.matrix(dist(data, method = "euclidean", diag = TRUE)) -> matrix > write.table(matrix, file = "euclidmartix") So here's my problem: maybe I can't use R (or this package) for this kind of big datasets (he needs to calculate a 7000 to 7000 matrix), or there's something wrong with my commands, since R is given 2 giga and he still crashes. Is there maybe a better package for me to use? Or i...