Displaying 1 result from an estimated 1 matches for "list_sign".
Did you mean:
list_size
2004 Feb 04
0
help(Memory) [forwarded message]
...ing it (needed 83Kb or some, more).
I have tried to increase the heap memory to 2200M but he won't let me do
it (too large and ignored). I used a 7 000 rows dataset.
The commands I used are:
> 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 dat...