Pan-genome

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
(MDS)
(MDS)
Line 12: Line 12:
#get coordinates from the first three dimension and plot them in a 3D-space
#get coordinates from the first three dimension and plot them in a 3D-space
*MDS results
*MDS results
-
#from Exact distance matrix: [[image:mds1.png]]
+
#from Exact distance matrix:<br>[[image:mds1.png]]
-
#from distance matrix cutting off at 99% of the maximum distance: [[image:mds99.png]]
+
#from distance matrix cutting off at 99% of the maximum distance:<br>[[image:mds99.png]]
-
#from distance matrix cutting off at 98% of the maximum distance: [[image:mds98.png]]
+
#from distance matrix cutting off at 98% of the maximum distance:<br>[[image:mds98.png]]
-
#from distance matrix cutting off at 97% of the maximum distance: [[image:mds97.png]]
+
#from distance matrix cutting off at 97% of the maximum distance:<br>[[image:mds97.png]]
==R script sources==
==R script sources==

Revision as of 07:52, 12 March 2010

Contents

Pan-Genomic Universe

Data

Results

MDS

  1. build a pairwise distance matrix (11,912 x 11,912) from the FP matrix (1,137 x 11,912) - euclidean distance
  2. do MDS (multidimensional scaling) of the distance matrix
  3. get coordinates from the first three dimension and plot them in a 3D-space
  1. from Exact distance matrix:
    Mds1.png
  2. from distance matrix cutting off at 99% of the maximum distance:
    Mds99.png
  3. from distance matrix cutting off at 98% of the maximum distance:
    Mds98.png
  4. from distance matrix cutting off at 97% of the maximum distance:
    Mds97.png

R script sources

Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox