Displaying 1 result from an estimated 1 matches for "c_neufor".
2005 Oct 06
1
Compare two distance matrices
...am a bit new to R, so i have a few questions (I searched in
the documentation with no success).
The first problem is loading a distance matrix into R. This matrix is
the output of a the Phylip program Protdist and lookes like this:
5
n_crassa 0.000000 0.690737 0.895257 0.882576 2.365386
c_neufor 0.690737 0.000000 0.956910 0.979988 2.103041
a_thaliana 0.895257 0.956910 0.000000 1.003668 2.724847
pompep 0.882576 0.979988 1.003668 0.000000 2.065202
s_cerevis 2.365386 2.103041 2.724847 2.065202 0.000000
5
n_crassa 0.000000 0.739560 0.933986 0.861644 2.2074...