search for: list_gen

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

Did you mean: list_len
2004 Feb 04
0
help(Memory) [forwarded message]
...l how to increase the heap memory: I put it up to --vsize=2000M, but he still keeps saying 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 h...