Displaying 1 result from an estimated 1 matches for "rnadist".
Did you mean:
radist
2005 May 31
1
Loading matrices and other things
...the matrix file into R.
I've attempted using the read.table function but to no avail. What is
the best way to read in a matrix?
Note: matrices are in a form like so, a space between each value,
then a newline There is also a diagonal of 0's stripped out. (Matrices
are the output of RNAdistance if that's helpful)
Let's say its stored in a file called 'rtest'
21
34 55
55 34 21
27 10 61 44
59 42 25 8 40
61 44 27 10 34 6
73 64 57 48 66 44 50...