[med-svn] [cluster3] 02/13: New upstream version 1.53

Andreas Tille tille at debian.org
Thu Sep 14 14:36:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository cluster3.

commit 557caf54639c757606372fd5bdb3b5f73c90302b
Author: Andreas Tille <tille at debian.org>
Date:   Thu Sep 14 15:04:52 2017 +0200

    New upstream version 1.53
---
 AUTHORS                                            |    6 +-
 ChangeLog                                          |   28 +-
 INSTALL                                            |   14 +-
 Makefile.PL                                        |    2 +-
 Makefile.am                                        |   11 +-
 Makefile.in                                        |  255 +-
 NEWS                                               |   24 +-
 README                                             |    8 +-
 X11/Makefile.in                                    |  181 +-
 X11/gui.c                                          |   36 +-
 aclocal.m4                                         |  407 +-
 compile                                            |  347 +
 configure                                          |  181 +-
 configure.ac                                       |    2 +-
 data/demo.txt                                      | 2468 +++++++
 doc/cluster.pdf                                    |  Bin 251540 -> 224497 bytes
 doc/cluster.texinfo                                |  244 +-
 doc/cluster3.pdf                                   |  Bin 220928 -> 201311 bytes
 doc/cluster3.texinfo                               |   58 +-
 html/Bibliography.html                             |  168 +-
 html/Cluster.html                                  |  109 +-
 html/Command.html                                  |  214 +-
 html/Contents.html                                 |  182 +-
 html/Data.html                                     |  265 +-
 html/Development.html                              |  107 +-
 html/Distance.html                                 |  331 +-
 html/Hierarchical.html                             |  312 +-
 html/Introduction.html                             |   90 +-
 html/KMeans.html                                   |  183 +-
 html/Makefile                                      |    2 +-
 html/PCA.html                                      |  164 +-
 html/SOM.html                                      |  137 +-
 html/TreeView.html                                 |   89 +-
 html/index.html                                    |  135 +-
 mac/Cluster.xcodeproj/project.pbxproj              |   19 +-
 mac/Controller.m                                   |   30 +-
 mac/English.lproj/AboutPanel.nib/classes.nib       |   12 -
 mac/English.lproj/AboutPanel.nib/designable.nib    |   48 +
 mac/English.lproj/AboutPanel.nib/info.nib          |   20 -
 mac/English.lproj/AboutPanel.nib/keyedobjects.nib  |  Bin 15054 -> 3436 bytes
 mac/English.lproj/FileFormatPanel.nib/classes.nib  |   12 -
 .../FileFormatPanel.nib/designable.nib             |  270 +
 mac/English.lproj/FileFormatPanel.nib/info.nib     |   20 -
 .../FileFormatPanel.nib/keyedobjects.nib           |  Bin 18325 -> 4953 bytes
 mac/English.lproj/MainMenu.nib/classes.nib         |   98 -
 mac/English.lproj/MainMenu.nib/designable.nib      | 7477 ++++++++++++++++++++
 mac/English.lproj/MainMenu.nib/info.nib            |   26 -
 mac/English.lproj/MainMenu.nib/keyedobjects.nib    |  Bin 532423 -> 65597 bytes
 mac/Info.plist                                     |    2 +-
 mac/Makefile                                       |    4 +-
 perl/Cluster.pm                                    |    8 +-
 perl/Cluster.xs                                    |   84 +-
 perl/Record.pm                                     |   99 +-
 perl/examples/ex5_treecluster                      |   13 +
 perl/t/02_tree.t                                   |   59 +-
 python/__init__.py                                 |  715 +-
 python/clustermodule.c                             | 1002 +--
 python/test/test_Cluster.py                        |  632 +-
 setup.py                                           |    6 +-
 src/Makefile.in                                    |  200 +-
 src/cluster.c                                      |  220 +-
 src/cluster.h                                      |   11 +-
 src/command.c                                      |   21 +-
 src/command.h                                      |    2 +-
 src/data.c                                         |   92 +-
 src/data.h                                         |    2 +-
 src/gui.h                                          |    2 +-
 src/main.c                                         |    2 +-
 windows/Makefile                                   |    2 +-
 windows/cluster.iss                                |    2 +-
 windows/gui.c                                      |   54 +-
 windows/main.c                                     |    2 +-
 windows/resources.rc                               |    2 +-
 73 files changed, 14907 insertions(+), 3123 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 899398b..329b3b0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,13 +1,13 @@
-Michiel de Hoon (currently at the RIKEN Omics Science Center),
+Michiel de Hoon (currently at the RIKEN Center for Life Science Technologies),
 SunYong Kim, Seiya Imoto, and Satoru Miyano.
 
 University of Tokyo,
 Institute of Medical Science,
 Human Genome Center,
 Laboratory of DNA Information Analysis.
-http://bonsai.ims.u-tokyo.ac.jp
+http://dnagarden.hgc.jp
 
-Contact: mdehoon 'AT' gsc.riken.jp
+Contact: michiel.dehoon 'AT' riken.jp
 
 Cluster 3.0 is an enhanced version of Cluster, which was written by Michael
 Eisen (http://rana.lbl.gov) while at Stanford University. Cluster 3.0 was
diff --git a/ChangeLog b/ChangeLog
index 0f6bf66..9423174 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,34 @@
+2017.08.19
+Include Michael Eisen's original demo.txt example data in the distribution.
+For k-means clustering, show the number of solutions found separately for genes
+and arrays.
+Let cuttree number the clusters incrementally in the left-to-right order of
+the leaves in the hierarchical clustering tree.
+Algorithm::Cluster::cuttree now returns an array.
+Removed mean, median from the Python tests.
+Updates for Unicode handling in Python3.
+Fix slice bug in Pycluster's Tree class.
+Write a new function sorttree that reorders a hierarchical clustering tree
+such that the nodes are ordered according to a user-specified order, while
+maintaining the structure of the hierarchical clustering tree. The sorttree
+function is used in the HierarchicalCluster function, and can also be called
+from Pycluster and from Algorithm::Cluster.
+
+2014.10.11
+Show the number of solutions found in kcluster in the GUI programs.
+Fixed a bug in X11/gui.c in which the result of fclose was checked instead of
+the result of Save, causing spurious error messages.
+Fixed a bug in python/clustermodule.c that caused integer overflows for large
+data sizes. Fixed Unicode issues for single characters.
+Removed the mean, median tests for Pycluster.
+Fixed a bug in command.c that caused meaningless files to be written if no
+clustering was requested.
+
 2013.08.03
 Added checks for all calls to malloc in src/data.c, and corresponding error
 messages in the GUI and command line programs.
 Using MinGW instead of Cygwin to create the installer for Windows.
-Using productbuild instead of productbuild to create the installer for Mac.
+Using productbuild instead of packagemaker to create the installer for Mac.
 Removed the mean and median functions from Pycluster, as anyway these are
 available from Numerical Python. This also avoids problems with deprecated
 API usage.
diff --git a/INSTALL b/INSTALL
index 1960fad..807fad8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,7 +11,7 @@ Cluster 3.0 for Windows
 -----------------------
 
 For Cluster 3.0 for Windows, download the Windows installer from our website
-(http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/clustersetup.exe).
+(http://bonsai.hgc.jp/~mdehoon/software/cluster/clustersetup.exe).
 Run the installer, and you're done.
 
 If for some reason, you want to recompile Cluster 3.0 from the source, you can
@@ -37,7 +37,7 @@ Cluster 3.0 for Mac OS X
 
 Cluster 3.0 can be installed most easily on Mac OS X by using the installer for
 Mac OS X, which is available at
-http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster.
+http://bonsai.hgc.jp/~mdehoon/software/cluster.
 
 If you want to recompile Cluster 3.0, it is easiest to use Xcode and Interface
 Builder that are part of Mac OS X. The subdirectory mac contains the project
@@ -98,7 +98,7 @@ depend on the version of Python you are using.
 
 Note that Pycluster is also available as a tarball containing only the source
 code needed for Pycluster. A Windows installer for Pycluster is available from
-our website (http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster).
+our website (http://bonsai.hgc.jp/~mdehoon/software/cluster).
 
 Biopython versions 1.11 and up also contain Pycluster. There, it is referred to
 as Bio.Cluster. See http://www.biopython.org.
@@ -119,14 +119,10 @@ to install the module in /some/other/directory/lib/perl5/.
 The subdirectory perl/examples contains some example Perl scripts that use
 Algorithm::Cluster.
 
-To install Algorithm::Cluster for Perl 5.8 and Perl 5.10 on Windows, you can
-use the precompiled package by executing
-  ppm install http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/Algorithm-Cluster.ppd
-
 
 CONTACT
 =======
 
 Michiel de Hoon, University of Tokyo, Human Genome Center
-(currently at the RIKEN Genomic Sciences Center)
-Email: mdehoon 'AT' gsc.riken.jp
+(currently at the RIKEN Center for Life Science Technologies)
+Email: michiel.dehoon 'AT' riken.jp
diff --git a/Makefile.PL b/Makefile.PL
index 54d859a..6e92b53 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,7 +12,7 @@ copy("perl/MANIFEST.perl","MANIFEST");
 WriteMakefile(
 	NAME         => 'Algorithm::Cluster',
 	VERSION_FROM => 'perl/Cluster.pm',
-        AUTHOR       => 'John Nolan and Michiel de Hoon (mdehoon "AT" gsc.riken.jp)',
+        AUTHOR       => 'John Nolan and Michiel de Hoon (michiel.dehoon "AT" riken.jp)',
         ABSTRACT     => 'Perl interface to the C Clustering Library',
 	DIR          => [ 
 		'src', 
diff --git a/Makefile.am b/Makefile.am
index f4089f3..c8c51c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,14 +7,11 @@ WINDIST = windows/cluster.hhp windows/cluster.ico windows/cluster.iss \
   windows/resources.h windows/resources.rc
 MACDIST = mac/main.m mac/Controller.h mac/Controller.m mac/cluster.icns \
   mac/English.lproj/InfoPlist.strings \
-  mac/English.lproj/AboutPanel.nib/classes.nib \
-  mac/English.lproj/AboutPanel.nib/info.nib \
+  mac/English.lproj/AboutPanel.nib/designable.nib \
   mac/English.lproj/AboutPanel.nib/keyedobjects.nib \
-  mac/English.lproj/FileFormatPanel.nib/classes.nib \
-  mac/English.lproj/FileFormatPanel.nib/info.nib \
+  mac/English.lproj/FileFormatPanel.nib/designable.nib \
   mac/English.lproj/FileFormatPanel.nib/keyedobjects.nib \
-  mac/English.lproj/MainMenu.nib/classes.nib \
-  mac/English.lproj/MainMenu.nib/info.nib \
+  mac/English.lproj/MainMenu.nib/designable.nib \
   mac/English.lproj/MainMenu.nib/keyedobjects.nib \
   mac/Cluster.xcodeproj/project.pbxproj mac/Makefile mac/Info.plist
 PYTHONDIST = setup.py python/MANIFEST.python python/__init__.py \
@@ -32,7 +29,7 @@ PERLDIST = perl/Artistic.txt perl/MANIFEST.perl \
   perl/examples/ex7_distancematrix perl/examples/ex8_kmedoids
 EXAMPLEDIST = example/example.c example/Makefile example/README
 HTMLDIST = html/mac.py html/Makefile
-DATADIST = data/README data/cyano.txt
+DATADIST = data/README data/cyano.txt data/demo.txt
 
 
 if MOTIF
diff --git a/Makefile.in b/Makefile.in
index 08fba8f..8971720 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.12.5 from Makefile.am.
+# Makefile.in generated by automake 1.14 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2012 Free Software Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -14,23 +14,51 @@
 
 @SET_MAKE@
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__make_running_with_option = \
+  case $${target_option-} in \
+      ?) ;; \
+      *) echo "am__make_running_with_option: internal error: invalid" \
+              "target option '$${target_option-}' specified" >&2; \
+         exit 1;; \
+  esac; \
+  has_opt=no; \
+  sane_makeflags=$$MAKEFLAGS; \
+  if $(am__is_gnu_make); then \
+    sane_makeflags=$$MFLAGS; \
+  else \
     case $$MAKEFLAGS in \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
+    esac; \
+  fi; \
+  skip_next=no; \
+  strip_trailopt () \
+  { \
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+  }; \
+  for flg in $$sane_makeflags; do \
+    test $$skip_next = yes && { skip_next=no; continue; }; \
+    case $$flg in \
+      *=*|--*) continue;; \
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
+      -*I?*) strip_trailopt 'I';; \
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
+      -*O?*) strip_trailopt 'O';; \
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
+      -*l?*) strip_trailopt 'l';; \
+      -[dEDm]) skip_next=yes;; \
+      -[JT]) skip_next=yes;; \
     esac; \
-    test $$am__dry = yes; \
-  }
+    case $$flg in \
+      *$$target_option*) has_opt=yes; break;; \
+    esac; \
+  done; \
+  test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
@@ -48,10 +76,11 @@ NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
 subdir = .
-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
-	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
-	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
-	TODO depcomp install-sh missing
+DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
+	$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+	$(top_srcdir)/configure $(am__configure_deps) \
+	$(srcdir)/config.h.in COPYING TODO compile depcomp install-sh \
+	missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -62,15 +91,28 @@ mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 SOURCES =
 DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
-	html-recursive info-recursive install-data-recursive \
-	install-dvi-recursive install-exec-recursive \
-	install-html-recursive install-info-recursive \
-	install-pdf-recursive install-ps-recursive install-recursive \
-	installcheck-recursive installdirs-recursive pdf-recursive \
-	ps-recursive uninstall-recursive
+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
+	ctags-recursive dvi-recursive html-recursive info-recursive \
+	install-data-recursive install-dvi-recursive \
+	install-exec-recursive install-html-recursive \
+	install-info-recursive install-pdf-recursive \
+	install-ps-recursive install-recursive installcheck-recursive \
+	installdirs-recursive pdf-recursive ps-recursive \
+	tags-recursive uninstall-recursive
 am__can_run_installinfo = \
   case $$AM_UPDATE_INFO_DIR in \
     n|no|NO) false;; \
@@ -78,9 +120,30 @@ am__can_run_installinfo = \
   esac
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
   distclean-recursive maintainer-clean-recursive
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
-	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+am__recursive_targets = \
+  $(RECURSIVE_TARGETS) \
+  $(RECURSIVE_CLEAN_TARGETS) \
+  $(am__extra_recursive_targets)
+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 	cscope distdir dist dist-all distcheck
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
+	$(LISP)config.h.in
+# Read a list of newline-separated strings from the standard input,
+# and print each of them once, without duplicates.  Input order is
+# *not* preserved.
+am__uniquify_input = $(AWK) '\
+  BEGIN { nonempty = 0; } \
+  { items[$$0] = 1; nonempty = 1; } \
+  END { if (nonempty) { for (i in items) print i; }; } \
+'
+# Make sure the list of sources is unique.  This is necessary because,
+# e.g., the same source file might be shared among _SOURCES variables
+# for different programs/libraries.
+am__define_uniq_tagged_files = \
+  list='$(am__tagged_files)'; \
+  unique=`for i in $$list; do \
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+  done | $(am__uniquify_input)`
 ETAGS = etags
 CTAGS = ctags
 CSCOPE = cscope
@@ -129,6 +192,7 @@ am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
 AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@
@@ -228,14 +292,11 @@ WINDIST = windows/cluster.hhp windows/cluster.ico windows/cluster.iss \
 
 MACDIST = mac/main.m mac/Controller.h mac/Controller.m mac/cluster.icns \
   mac/English.lproj/InfoPlist.strings \
-  mac/English.lproj/AboutPanel.nib/classes.nib \
-  mac/English.lproj/AboutPanel.nib/info.nib \
+  mac/English.lproj/AboutPanel.nib/designable.nib \
   mac/English.lproj/AboutPanel.nib/keyedobjects.nib \
-  mac/English.lproj/FileFormatPanel.nib/classes.nib \
-  mac/English.lproj/FileFormatPanel.nib/info.nib \
+  mac/English.lproj/FileFormatPanel.nib/designable.nib \
   mac/English.lproj/FileFormatPanel.nib/keyedobjects.nib \
-  mac/English.lproj/MainMenu.nib/classes.nib \
-  mac/English.lproj/MainMenu.nib/info.nib \
+  mac/English.lproj/MainMenu.nib/designable.nib \
   mac/English.lproj/MainMenu.nib/keyedobjects.nib \
   mac/Cluster.xcodeproj/project.pbxproj mac/Makefile mac/Info.plist
 
@@ -256,7 +317,7 @@ PERLDIST = perl/Artistic.txt perl/MANIFEST.perl \
 
 EXAMPLEDIST = example/example.c example/Makefile example/README
 HTMLDIST = html/mac.py html/Makefile
-DATADIST = data/README data/cyano.txt
+DATADIST = data/README data/cyano.txt data/demo.txt
 @MOTIF_TRUE at MAYBE_X11 = X11
 SUBDIRS = $(MAYBE_X11) src
 EXTRA_DIST = $(WINDIST) $(MACDIST) $(PYTHONDIST) $(PERLDIST) $(DOCDIST) \
@@ -302,8 +363,8 @@ $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 $(am__aclocal_m4_deps):
 
 config.h: stamp-h1
-	@if test ! -f $@; then rm -f stamp-h1; else :; fi
-	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
+	@test -f $@ || rm -f stamp-h1
+	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
 
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 	@rm -f stamp-h1
@@ -322,14 +383,13 @@ distclean-hdr:
 # (1) if the variable is set in 'config.status', edit 'config.status'
 #     (which will cause the Makefiles to be regenerated when you run 'make');
 # (2) otherwise, pass the desired values on the 'make' command line.
-$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
-	@fail= failcom='exit 1'; \
-	for f in x $$MAKEFLAGS; do \
-	  case $$f in \
-	    *=* | --[!k]*);; \
-	    *k*) failcom='fail=yes';; \
-	  esac; \
-	done; \
+$(am__recursive_targets):
+	@fail=; \
+	if $(am__make_keepgoing); then \
+	  failcom='fail=yes'; \
+	else \
+	  failcom='exit 1'; \
+	fi; \
 	dot_seen=no; \
 	target=`echo $@ | sed s/-recursive//`; \
 	case "$@" in \
@@ -350,31 +410,13 @@ $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
 	if test "$$dot_seen" = "no"; then \
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 	fi; test -z "$$fail"
-tags-recursive:
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
-	done
-ctags-recursive:
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
-	done
-cscopelist-recursive:
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
-	done
 
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
-	mkid -fID $$unique
-tags: TAGS
-
-TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
+ID: $(am__tagged_files)
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
+tags: tags-recursive
+TAGS: tags
+
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 	set x; \
 	here=`pwd`; \
 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
@@ -390,12 +432,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 	  fi; \
 	done; \
-	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	$(am__define_uniq_tagged_files); \
 	shift; \
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 	  test -n "$$unique" || unique=$$empty_fix; \
@@ -407,15 +444,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 	      $$unique; \
 	  fi; \
 	fi
-ctags: CTAGS
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
-	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+ctags: ctags-recursive
+
+CTAGS: ctags
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
+	$(am__define_uniq_tagged_files); \
 	test -z "$(CTAGS_ARGS)$$unique" \
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 	     $$unique
@@ -424,18 +457,16 @@ GTAGS:
 	here=`$(am__cd) $(top_builddir) && pwd` \
 	  && $(am__cd) $(top_srcdir) \
 	  && gtags -i $(GTAGS_ARGS) "$$here"
-
 cscope: cscope.files
 	test ! -s cscope.files \
 	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
-
 clean-cscope:
 	-rm -f cscope.files
+cscope.files: clean-cscope cscopelist
+cscopelist: cscopelist-recursive
 
-cscope.files: clean-cscope cscopelist-recursive cscopelist
-
-cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS) $(LISP)'; \
+cscopelist-am: $(am__tagged_files)
+	list='$(am__tagged_files)'; \
 	case "$(srcdir)" in \
 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 	  *) sdir=$(subdir)/$(srcdir) ;; \
@@ -533,10 +564,16 @@ dist-xz: distdir
 	$(am__post_remove_distdir)
 
 dist-tarZ: distdir
+	@echo WARNING: "Support for shar distribution archives is" \
+	               "deprecated." >&2
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 	$(am__post_remove_distdir)
 
 dist-shar: distdir
+	@echo WARNING: "Support for distribution archives compressed with" \
+		       "legacy program 'compress' is deprecated." >&2
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 	$(am__post_remove_distdir)
 
@@ -737,25 +774,23 @@ ps-am:
 
 uninstall-am:
 
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
-	cscopelist-recursive ctags-recursive install-am install-strip \
-	tags-recursive
-
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
-	all all-am am--refresh check check-am clean clean-cscope \
-	clean-generic cscope cscopelist cscopelist-recursive ctags \
-	ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-lzip \
-	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
-	distclean-generic distclean-hdr distclean-tags distcleancheck \
-	distdir distuninstallcheck dvi dvi-am html html-am info \
-	info-am install install-am install-data install-data-am \
-	install-dvi install-dvi-am install-exec install-exec-am \
-	install-html install-html-am install-info install-info-am \
-	install-man install-pdf install-pdf-am install-ps \
-	install-ps-am install-strip installcheck installcheck-am \
-	installdirs installdirs-am maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
-	pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
+.MAKE: $(am__recursive_targets) all install-am install-strip
+
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
+	am--refresh check check-am clean clean-cscope clean-generic \
+	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
+	dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
+	distcheck distclean distclean-generic distclean-hdr \
+	distclean-tags distcleancheck distdir distuninstallcheck dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-data install-data-am install-dvi install-dvi-am \
+	install-exec install-exec-am install-html install-html-am \
+	install-info install-info-am install-man install-pdf \
+	install-pdf-am install-ps install-ps-am install-strip \
+	installcheck installcheck-am installdirs installdirs-am \
+	maintainer-clean maintainer-clean-generic mostlyclean \
+	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
+	uninstall-am
 
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/NEWS b/NEWS
index 573b30c..4758e88 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,15 @@
-2013.08.03
-Added checks for all calls to malloc in src/data.c, and corresponding error
-messages in the GUI and command line programs.
-Using MinGW instead of Cygwin to create the installer for Windows.
-Using productbuild instead of productbuild to create the installer for Mac.
-Removed the mean and median functions from Pycluster, as anyway these are
-available from Numerical Python. This also avoids problems with deprecated
-API usage.
-Added checks for calls to malloc in Algorithm::Cluster.
+2017.08.19
+Include Michael Eisen's original demo.txt example data in the distribution.
+For k-means clustering, show the number of solutions found separately for genes
+and arrays.
+Let cuttree number the clusters incrementally in the left-to-right order of
+the leaves in the hierarchical clustering tree.
+Algorithm::Cluster::cuttree now returns an array.
+Removed mean, median from the Python tests.
+Updates for Unicode handling in Python3.
+Fix slice bug in Pycluster's Tree class.
+Write a new function sorttree that reorders a hierarchical clustering tree
+such that the nodes are ordered according to a user-specified order, while
+maintaining the structure of the hierarchical clustering tree. The sorttree
+function is used in the HierarchicalCluster function, and can also be called
+from Pycluster and from Algorithm::Cluster.
diff --git a/README b/README
index 5186e31..0d6891e 100644
--- a/README
+++ b/README
@@ -46,8 +46,8 @@ The routines in the C Clustering Library is described in the manual
 and from Perl. Cluster 3.0 has a separate manual (cluster3.pdf). Both of these
 manuals can be found in the doc subdirectory. They can also be downloaded from
 our website:
-http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/cluster.pdf;
-http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/cluster3.pdf.
+http://bonsai.hgc.jp/~mdehoon/software/cluster/cluster.pdf;
+http://bonsai.hgc.jp/~mdehoon/software/cluster/cluster3.pdf.
 
 
 LITERATURE
@@ -64,5 +64,5 @@ Michiel de Hoon
 University of Tokyo, Institute of Medical Science
 Human Genome Center, Laboratory of DNA Information Analysis
 Currently at
-RIKEN Genomic Sciences Center
-mdehoon 'AT' gsc.riken.jp
+RIKEN Center for Life Science Technologies
+michiel.dehoon 'AT' riken.jp
diff --git a/X11/Makefile.in b/X11/Makefile.in
index 194814e..57052af 100644
--- a/X11/Makefile.in
+++ b/X11/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.12.5 from Makefile.am.
+# Makefile.in generated by automake 1.14 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2012 Free Software Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -16,23 +16,51 @@
 
 
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__make_running_with_option = \
+  case $${target_option-} in \
+      ?) ;; \
+      *) echo "am__make_running_with_option: internal error: invalid" \
+              "target option '$${target_option-}' specified" >&2; \
+         exit 1;; \
+  esac; \
+  has_opt=no; \
+  sane_makeflags=$$MAKEFLAGS; \
+  if $(am__is_gnu_make); then \
+    sane_makeflags=$$MFLAGS; \
+  else \
     case $$MAKEFLAGS in \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     esac; \
-    test $$am__dry = yes; \
-  }
+  fi; \
+  skip_next=no; \
+  strip_trailopt () \
+  { \
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+  }; \
+  for flg in $$sane_makeflags; do \
+    test $$skip_next = yes && { skip_next=no; continue; }; \
+    case $$flg in \
+      *=*|--*) continue;; \
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
+      -*I?*) strip_trailopt 'I';; \
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
+      -*O?*) strip_trailopt 'O';; \
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
+      -*l?*) strip_trailopt 'l';; \
+      -[dEDm]) skip_next=yes;; \
+      -[JT]) skip_next=yes;; \
+    esac; \
+    case $$flg in \
+      *$$target_option*) has_opt=yes; break;; \
+    esac; \
+  done; \
+  test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
@@ -50,9 +78,9 @@ NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
 subdir = X11
-DIST_COMMON = $(dist_doc_DATA) $(dist_fileformat_DATA) \
-	$(dist_html_DATA) $(dist_image_DATA) $(srcdir)/Makefile.am \
-	$(srcdir)/Makefile.in $(top_srcdir)/depcomp
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+	$(top_srcdir)/depcomp $(dist_doc_DATA) $(dist_fileformat_DATA) \
+	$(dist_html_DATA) $(dist_image_DATA)
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -64,18 +92,42 @@ CONFIG_CLEAN_VPATH_FILES =
 LIBRARIES = $(noinst_LIBRARIES)
 AR = ar
 ARFLAGS = cru
+AM_V_AR = $(am__v_AR_ at AM_V@)
+am__v_AR_ = $(am__v_AR_ at AM_DEFAULT_V@)
+am__v_AR_0 = @echo "  AR      " $@;
+am__v_AR_1 = 
 libgui_a_AR = $(AR) $(ARFLAGS)
 libgui_a_LIBADD =
 am_libgui_a_OBJECTS = gui.$(OBJEXT)
 libgui_a_OBJECTS = $(am_libgui_a_OBJECTS)
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles
 am__mv = mv -f
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+AM_V_CC = $(am__v_CC_ at AM_V@)
+am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
+am__v_CC_0 = @echo "  CC      " $@;
+am__v_CC_1 = 
 CCLD = $(CC)
 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
+am__v_CCLD_0 = @echo "  CCLD    " $@;
+am__v_CCLD_1 = 
 SOURCES = $(libgui_a_SOURCES)
 DIST_SOURCES = $(libgui_a_SOURCES)
 am__can_run_installinfo = \
@@ -114,11 +166,29 @@ am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(fileformatdir)" \
 	"$(DESTDIR)$(htmldir)" "$(DESTDIR)$(imagedir)"
 DATA = $(dist_doc_DATA) $(dist_fileformat_DATA) $(dist_html_DATA) \
 	$(dist_image_DATA)
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
+# Read a list of newline-separated strings from the standard input,
+# and print each of them once, without duplicates.  Input order is
+# *not* preserved.
+am__uniquify_input = $(AWK) '\
+  BEGIN { nonempty = 0; } \
+  { items[$$0] = 1; nonempty = 1; } \
+  END { if (nonempty) { for (i in items) print i; }; } \
+'
+# Make sure the list of sources is unique.  This is necessary because,
+# e.g., the same source file might be shared among _SOURCES variables
+# for different programs/libraries.
+am__define_uniq_tagged_files = \
+  list='$(am__tagged_files)'; \
+  unique=`for i in $$list; do \
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+  done | $(am__uniquify_input)`
 ETAGS = etags
 CTAGS = ctags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@
@@ -259,10 +329,11 @@ $(am__aclocal_m4_deps):
 
 clean-noinstLIBRARIES:
 	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
+
 libgui.a: $(libgui_a_OBJECTS) $(libgui_a_DEPENDENCIES) $(EXTRA_libgui_a_DEPENDENCIES) 
-	-rm -f libgui.a
-	$(libgui_a_AR) libgui.a $(libgui_a_OBJECTS) $(libgui_a_LIBADD)
-	$(RANLIB) libgui.a
+	$(AM_V_at)-rm -f libgui.a
+	$(AM_V_AR)$(libgui_a_AR) libgui.a $(libgui_a_OBJECTS) $(libgui_a_LIBADD)
+	$(AM_V_at)$(RANLIB) libgui.a
 
 mostlyclean-compile:
 	-rm -f *.$(OBJEXT)
@@ -273,18 +344,18 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gui.Po at am__quote@
 
 .c.o:
- at am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(COMPILE) -c $<
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
 
 .c.obj:
- at am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 install-dist_docDATA: $(dist_doc_DATA)
 	@$(NORMAL_INSTALL)
 	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
@@ -370,26 +441,15 @@ uninstall-dist_imageDATA:
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 	dir='$(DESTDIR)$(imagedir)'; $(am__uninstall_files_from_dir)
 
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
-	mkid -fID $$unique
-tags: TAGS
-
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
+ID: $(am__tagged_files)
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
+tags: tags-am
+TAGS: tags
+
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 	set x; \
 	here=`pwd`; \
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	$(am__define_uniq_tagged_files); \
 	shift; \
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 	  test -n "$$unique" || unique=$$empty_fix; \
@@ -401,15 +461,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 	      $$unique; \
 	  fi; \
 	fi
-ctags: CTAGS
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+ctags: ctags-am
+
+CTAGS: ctags
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
+	$(am__define_uniq_tagged_files); \
 	test -z "$(CTAGS_ARGS)$$unique" \
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 	     $$unique
@@ -418,9 +474,10 @@ GTAGS:
 	here=`$(am__cd) $(top_builddir) && pwd` \
 	  && $(am__cd) $(top_srcdir) \
 	  && gtags -i $(GTAGS_ARGS) "$$here"
+cscopelist: cscopelist-am
 
-cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS) $(LISP)'; \
+cscopelist-am: $(am__tagged_files)
+	list='$(am__tagged_files)'; \
 	case "$(srcdir)" in \
 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 	  *) sdir=$(subdir)/$(srcdir) ;; \
@@ -576,8 +633,8 @@ uninstall-am: uninstall-dist_docDATA uninstall-dist_fileformatDATA \
 
 .MAKE: install-am install-strip
 
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
-	clean-noinstLIBRARIES cscopelist ctags distclean \
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
+	clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
 	distclean-compile distclean-generic distclean-tags distdir dvi \
 	dvi-am html html-am info info-am install install-am \
 	install-data install-data-am install-dist_docDATA \
@@ -588,7 +645,7 @@ uninstall-am: uninstall-dist_docDATA uninstall-dist_fileformatDATA \
 	install-ps install-ps-am install-strip installcheck \
 	installcheck-am installdirs maintainer-clean \
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
+	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 	uninstall-am uninstall-dist_docDATA \
 	uninstall-dist_fileformatDATA uninstall-dist_htmlDATA \
 	uninstall-dist_imageDATA
diff --git a/X11/gui.c b/X11/gui.c
index 4a91b5a..d2a174e 100644
--- a/X11/gui.c
+++ b/X11/gui.c
@@ -1412,6 +1412,7 @@ static void KMeans(Widget w, XtPointer client_data, XtPointer call_data)
             char* path;
             char* filetag;
             FILE* outputfile;
+            char buffer[256];
 
             Boolean ClusterGenes;
             Boolean ClusterArrays;
@@ -1419,6 +1420,9 @@ static void KMeans(Widget w, XtPointer client_data, XtPointer call_data)
             int kGenes = 0;
             int kArrays = 0;
 
+            int iFoundGenes;
+            int iFoundArrays;
+
             Widget widget, button;
             Widget notebook = XtParent(page);
             Widget work = XtParent(notebook);
@@ -1485,9 +1489,6 @@ static void KMeans(Widget w, XtPointer client_data, XtPointer call_data)
                 char dist;
                 int* NodeMap;
                 int nTrials;
-                int ifound;
-
-                char buffer[256];
 
                 Widget frame = XtNameToWidget(page,"GeneMethodFrame");
                 widget = XtNameToWidget(frame, "GeneMethod");
@@ -1505,14 +1506,12 @@ static void KMeans(Widget w, XtPointer client_data, XtPointer call_data)
                 }
                 nTrials = GetWidgetItemInt(page, "KMeansGeneRuns");
 
-                ifound = GeneKCluster(kGenes, nTrials, method, dist, NodeMap);
-                if (ifound < 0)
+                iFoundGenes = GeneKCluster(kGenes, nTrials, method, dist, NodeMap);
+                if (iFoundGenes < 0)
                 {   Statusbar(NULL, "Memory allocation failure");
                     free(path);
                     return;
                 }
-                sprintf(buffer, "Solution was found %d times", ifound);
-                Statusbar(NULL, buffer);
 
                 sprintf(filetag, "_K_G%d.kgg", kGenes);
                 outputfile = fopen(path, "wt");
@@ -1538,10 +1537,7 @@ static void KMeans(Widget w, XtPointer client_data, XtPointer call_data)
                 char dist;
                 int* NodeMap;
                 int nTrials;
-                int ifound;
 
-                char buffer[256];
- 
                 Widget frame = XtNameToWidget(page,"ArrayMethodFrame");
                 widget = XtNameToWidget(frame, "ArrayMethod");
                 button = XtNameToWidget(widget, "k-Means");
@@ -1557,14 +1553,12 @@ static void KMeans(Widget w, XtPointer client_data, XtPointer call_data)
                     return;
                 }
                 nTrials = GetWidgetItemInt(page, "KMeansArrayRuns");
-                ifound = ArrayKCluster(kArrays, nTrials, method, dist, NodeMap);
-                if (ifound < 0)
+                iFoundArrays = ArrayKCluster(kArrays, nTrials, method, dist, NodeMap);
+                if (iFoundArrays < 0)
                 {   Statusbar(NULL, "Memory allocation failure");
                     free(path);
                     return;
                 }
-                sprintf(buffer, "Solution was found %d times", ifound);
-                Statusbar(NULL, buffer);
 
                 sprintf(filetag, "_K_A%d.kag", kArrays);
                 outputfile = fopen(path, "wt");
@@ -1599,7 +1593,15 @@ static void KMeans(Widget w, XtPointer client_data, XtPointer call_data)
             }
             ok = Save(outputfile, 0, 0);
             fclose(outputfile);
-            if (ok) Statusbar(NULL, "Done clustering");
+            if (ok) {
+                if (ClusterGenes && ClusterArrays)
+                    sprintf(buffer, "Finished; solution for genes was found %d times, for arrays %d times", iFoundGenes, iFoundArrays);
+                else if (ClusterGenes)
+                    sprintf(buffer, "Finished; solution was found %d times", iFoundGenes);
+                else if (ClusterArrays)
+                    sprintf(buffer, "Finished; solution was found %d times", iFoundArrays);
+                Statusbar(NULL, buffer);
+            }
             else
             { ShowError(w, "Error saving file", "Insufficient memory");
               Statusbar(NULL, "Error saving to file");
@@ -1998,7 +2000,7 @@ static void MenuHelp(Widget w, XtPointer client_data, XtPointer call_data)
             break;
         }
         case CMD_HELP_DOWNLOAD:
-        {   system("firefox http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/manual/index.html &");
+        {   system("firefox http://bonsai.hgc.jp/~mdehoon/software/cluster/manual/index.html &");
             break;
         }
         case CMD_HELP_FILEFORMAT:
@@ -2085,7 +2087,7 @@ static void MenuHelp(Widget w, XtPointer client_data, XtPointer call_data)
             XtSetArg(args[n], XmNx, 10); n++;
             XtSetArg(args[n], XmNy, 10); n++;
             XtSetArg(args[n], XmNalignment, XmALIGNMENT_BEGINNING); n++;
-            widget = XmCreateLabel(dialog, "Cluster 3.0\nusing the C Clustering Library version " CLUSTERVERSION ".\n\nCluster was originally written by Michael Eisen\n(eisen 'AT' rana.lbl.gov)\nCopyright 1998-99 Stanford University\n\nCluster version 3.0 for X11/Motif was created\nby Michiel de Hoon (mdehoon 'AT' gsc.riken.jp),\ntogether with Seiya Imoto and Satoru Miyano.\n\nType 'cluster --help' for information about\nrunning Cluster 3.0 as a command-line program.\n\nUniversity of Tok [...]
+            widget = XmCreateLabel(dialog, "Cluster 3.0\nusing the C Clustering Library version " CLUSTERVERSION ".\n\nCluster was originally written by Michael Eisen\n(eisen 'AT' rana.lbl.gov)\nCopyright 1998-99 Stanford University\n\nCluster version 3.0 for X11/Motif was created\nby Michiel de Hoon (michiel.dehoon 'AT' riken.jp),\ntogether with Seiya Imoto and Satoru Miyano.\n\nType 'cluster --help' for information about\nrunning Cluster 3.0 as a command-line program.\n\nUniversity of  [...]
             XtManageChild(widget);
             break;
         }
diff --git a/aclocal.m4 b/aclocal.m4
index 5e9cd55..83c8b4f 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.12.5 -*- Autoconf -*-
+# generated automatically by aclocal 1.14 -*- Autoconf -*-
 
-# Copyright (C) 1996-2012 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -11,6 +11,7 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
+m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
@@ -19,7 +20,7 @@ You have another version of autoconf.  It may work, but is not guaranteed to.
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
 
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -31,10 +32,10 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.])
 # generated from the m4 files accompanying Automake X.Y.
 # (This private macro should not be called outside this file.)
 AC_DEFUN([AM_AUTOMAKE_VERSION],
-[am__api_version='1.12'
+[am__api_version='1.14'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.12.5], [],
+m4_if([$1], [1.14], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -50,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.12.5])dnl
+[AM_AUTOMAKE_VERSION([1.14])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -110,7 +111,7 @@ am_aux_dir=`cd $ac_aux_dir && pwd`
 
 # AM_CONDITIONAL                                            -*- Autoconf -*-
 
-# Copyright (C) 1997-2012 Free Software Foundation, Inc.
+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -141,7 +142,7 @@ AC_CONFIG_COMMANDS_PRE(
 Usually this means the macro was only invoked conditionally.]])
 fi])])
 
-# Copyright (C) 1999-2012 Free Software Foundation, Inc.
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -332,7 +333,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
 
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
 
-# Copyright (C) 1999-2012 Free Software Foundation, Inc.
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -343,7 +344,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
 # ------------------------------
 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
 [{
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
+  # Older Autoconf quotes --file arguments for eval, but not when files
   # are listed without --file.  Let's play safe and only enable the eval
   # if we detect the quoting.
   case $CONFIG_FILES in
@@ -372,7 +373,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
     test -z "$DEPDIR" && continue
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
-    test -z "am__include" && continue
+    test -z "$am__include" && continue
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     # Find all dependency output files, they are included files with
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
@@ -408,7 +409,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
 
 # Do all the work for Automake.                             -*- Autoconf -*-
 
-# Copyright (C) 1996-2012 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -417,6 +418,12 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
 # This macro actually does too much.  Some checks are only needed if
 # your package does certain things.  But this isn't really a big deal.
 
+dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
+m4_define([AC_PROG_CC],
+m4_defn([AC_PROG_CC])
+[_AM_PROG_CC_C_O
+])
+
 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
 # AM_INIT_AUTOMAKE([OPTIONS])
 # -----------------------------------------------
@@ -429,7 +436,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
 # arguments mandatory, and then we can depend on a new Autoconf
 # release and drop the old call support.
 AC_DEFUN([AM_INIT_AUTOMAKE],
-[AC_PREREQ([2.62])dnl
+[AC_PREREQ([2.65])dnl
 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 dnl the ones we care about.
 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
@@ -459,8 +466,7 @@ AC_SUBST([CYGPATH_W])
 dnl Distinguish between old-style and new-style calls.
 m4_ifval([$2],
 [AC_DIAGNOSE([obsolete],
-[$0: two- and three-arguments forms are deprecated.  For more info, see:
-http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation])
+             [$0: two- and three-arguments forms are deprecated.])
 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
  AC_SUBST([PACKAGE], [$1])dnl
  AC_SUBST([VERSION], [$2])],
@@ -514,22 +520,60 @@ AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 		  [_AM_DEPENDENCIES([OBJC])],
 		  [m4_define([AC_PROG_OBJC],
 			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
-dnl Support for Objective C++ was only introduced in Autoconf 2.65,
-dnl but we still cater to Autoconf 2.62.
-m4_ifdef([AC_PROG_OBJCXX],
-[AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
+AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
 		  [_AM_DEPENDENCIES([OBJCXX])],
 		  [m4_define([AC_PROG_OBJCXX],
-			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])])dnl
+			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
 ])
-_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
-dnl The 'parallel-tests' driver may need to know about EXEEXT, so add the
-dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
-dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
+AC_REQUIRE([AM_SILENT_RULES])dnl
+dnl The testsuite driver may need to know about EXEEXT, so add the
+dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
+dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
 AC_CONFIG_COMMANDS_PRE(dnl
 [m4_provide_if([_AM_COMPILER_EXEEXT],
   [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
-])
+
+# POSIX will say in a future version that running "rm -f" with no argument
+# is OK; and we want to be able to make that assumption in our Makefile
+# recipes.  So use an aggressive probe to check that the usage we want is
+# actually supported "in the wild" to an acceptable degree.
+# See automake bug#10828.
+# To make any issue more visible, cause the running configure to be aborted
+# by default if the 'rm' program in use doesn't match our expectations; the
+# user can still override this though.
+if rm -f && rm -fr && rm -rf; then : OK; else
+  cat >&2 <<'END'
+Oops!
+
+Your 'rm' program seems unable to run without file operands specified
+on the command line, even when the '-f' option is present.  This is contrary
+to the behaviour of most rm programs out there, and not conforming with
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
+
+Please tell bug-automake at gnu.org about your system, including the value
+of your $PATH and any error possibly output before this message.  This
+can help us improve future automake versions.
+
+END
+  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
+    echo 'Configuration will proceed anyway, since you have set the' >&2
+    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
+    echo >&2
+  else
+    cat >&2 <<'END'
+Aborting the configuration process, to ensure you take notice of the issue.
+
+You can download and install GNU coreutils to get an 'rm' implementation
+that behaves properly: <http://www.gnu.org/software/coreutils/>.
+
+If you want to complete the configuration process using your problematic
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
+to "yes", and re-run configure.
+
+END
+    AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
+  fi
+fi])
 
 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
@@ -537,7 +581,6 @@ dnl mangled by Autoconf and run in a shell conditional statement.
 m4_define([_AC_COMPILER_EXEEXT],
 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
 
-
 # When config.status generates a header, we must update the stamp-h file.
 # This file resides in the same directory as the config header
 # that is generated.  The stamp files are numbered to have different names.
@@ -559,7 +602,7 @@ for _am_header in $config_headers :; do
 done
 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -580,7 +623,7 @@ if test x"${install_sh}" != xset; then
 fi
 AC_SUBST([install_sh])])
 
-# Copyright (C) 2003-2012 Free Software Foundation, Inc.
+# Copyright (C) 2003-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -601,7 +644,7 @@ AC_SUBST([am__leading_dot])])
 
 # Check to see how 'make' treats includes.	            -*- Autoconf -*-
 
-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -651,7 +694,7 @@ rm -f confinc confmf
 
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
-# Copyright (C) 1997-2012 Free Software Foundation, Inc.
+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -666,8 +709,8 @@ AC_SUBST($1)])
 
 # AM_MISSING_HAS_RUN
 # ------------------
-# Define MISSING if not defined so far and test if it supports --run.
-# If it does, set am_missing_run to use it, otherwise, to nothing.
+# Define MISSING if not defined so far and test if it is modern enough.
+# If it is, set am_missing_run to use it, otherwise, to nothing.
 AC_DEFUN([AM_MISSING_HAS_RUN],
 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 AC_REQUIRE_AUX_FILE([missing])dnl
@@ -680,8 +723,8 @@ if test x"${MISSING+set}" != xset; then
   esac
 fi
 # Use eval to expand $SHELL
-if eval "$MISSING --run true"; then
-  am_missing_run="$MISSING --run "
+if eval "$MISSING --is-lightweight"; then
+  am_missing_run="$MISSING "
 else
   am_missing_run=
   AC_MSG_WARN(['missing' script is too old or missing])
@@ -690,7 +733,7 @@ fi
 
 # Helper functions for option handling.                     -*- Autoconf -*-
 
-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -719,9 +762,73 @@ AC_DEFUN([_AM_SET_OPTIONS],
 AC_DEFUN([_AM_IF_OPTION],
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# _AM_PROG_CC_C_O
+# ---------------
+# Like AC_PROG_CC_C_O, but changed for automake.  We rewrite AC_PROG_CC
+# to automatically call this.
+AC_DEFUN([_AM_PROG_CC_C_O],
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+AC_REQUIRE_AUX_FILE([compile])dnl
+AC_LANG_PUSH([C])dnl
+AC_CACHE_CHECK(
+  [whether $CC understands -c and -o together],
+  [am_cv_prog_cc_c_o],
+  [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
+  # Make sure it works both with $CC and with simple cc.
+  # Following AC_PROG_CC_C_O, we do the test twice because some
+  # compilers refuse to overwrite an existing .o file with -o,
+  # though they will create one.
+  am_cv_prog_cc_c_o=yes
+  for am_i in 1 2; do
+    if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
+         && test -f conftest2.$ac_objext; then
+      : OK
+    else
+      am_cv_prog_cc_c_o=no
+      break
+    fi
+  done
+  rm -f core conftest*
+  unset am_i])
+if test "$am_cv_prog_cc_c_o" != yes; then
+   # Losing compiler, so override with the script.
+   # FIXME: It is wrong to rewrite CC.
+   # But if we don't then we get into trouble of one sort or another.
+   # A longer-term fix would be to have automake use am__CC in this case,
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
+   CC="$am_aux_dir/compile $CC"
+fi
+AC_LANG_POP([C])])
+
+# For backward compatibility.
+AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
+
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_RUN_LOG(COMMAND)
+# -------------------
+# Run COMMAND, save the exit status in ac_status, and log it.
+# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
+AC_DEFUN([AM_RUN_LOG],
+[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
+   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
+   (exit $ac_status); }])
+
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
-# Copyright (C) 1996-2012 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -802,7 +909,67 @@ AC_CONFIG_COMMANDS_PRE(
 rm -f conftest.file
 ])
 
-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_SILENT_RULES([DEFAULT])
+# --------------------------
+# Enable less verbose build rules; with the default set to DEFAULT
+# ("yes" being less verbose, "no" or empty being verbose).
+AC_DEFUN([AM_SILENT_RULES],
+[AC_ARG_ENABLE([silent-rules], [dnl
+AS_HELP_STRING(
+  [--enable-silent-rules],
+  [less verbose build output (undo: "make V=1")])
+AS_HELP_STRING(
+  [--disable-silent-rules],
+  [verbose build output (undo: "make V=0")])dnl
+])
+case $enable_silent_rules in @%:@ (((
+  yes) AM_DEFAULT_VERBOSITY=0;;
+   no) AM_DEFAULT_VERBOSITY=1;;
+    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
+esac
+dnl
+dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
+dnl do not support nested variable expansions.
+dnl See automake bug#9928 and bug#10237.
+am_make=${MAKE-make}
+AC_CACHE_CHECK([whether $am_make supports nested variables],
+   [am_cv_make_support_nested_variables],
+   [if AS_ECHO([['TRUE=$(BAR$(V))
+BAR0=false
+BAR1=true
+V=1
+am__doit:
+	@$(TRUE)
+.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
+  am_cv_make_support_nested_variables=yes
+else
+  am_cv_make_support_nested_variables=no
+fi])
+if test $am_cv_make_support_nested_variables = yes; then
+  dnl Using '$V' instead of '$(V)' breaks IRIX make.
+  AM_V='$(V)'
+  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
+else
+  AM_V=$AM_DEFAULT_VERBOSITY
+  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
+fi
+AC_SUBST([AM_V])dnl
+AM_SUBST_NOTMAKE([AM_V])dnl
+AC_SUBST([AM_DEFAULT_V])dnl
+AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
+AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
+AM_BACKSLASH='\'
+AC_SUBST([AM_BACKSLASH])dnl
+_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
+])
+
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -830,7 +997,7 @@ fi
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
-# Copyright (C) 2006-2012 Free Software Foundation, Inc.
+# Copyright (C) 2006-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -849,7 +1016,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
 
 # Check how to create a tarball.                            -*- Autoconf -*-
 
-# Copyright (C) 2004-2012 Free Software Foundation, Inc.
+# Copyright (C) 2004-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -868,76 +1035,114 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
 # Substitute a variable $(am__untar) that extract such
 # a tarball read from stdin.
 #     $(am__untar) < result.tar
+#
 AC_DEFUN([_AM_PROG_TAR],
 [# Always define AMTAR for backward compatibility.  Yes, it's still used
 # in the wild :-(  We should find a proper way to deprecate it ...
 AC_SUBST([AMTAR], ['$${TAR-tar}'])
-m4_if([$1], [v7],
-     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
-     [m4_case([$1], [ustar],, [pax],,
-              [m4_fatal([Unknown tar format])])
-AC_MSG_CHECKING([how to create a $1 tar archive])
-# Loop over all known methods to create a tar archive until one works.
+
+# We'll loop over all known methods to create a tar archive until one works.
 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
-# Do not fold the above two line into one, because Tru64 sh and
-# Solaris sh will not grok spaces in the rhs of '-'.
-for _am_tool in $_am_tools
-do
-  case $_am_tool in
-  gnutar)
-    for _am_tar in tar gnutar gtar;
-    do
-      AM_RUN_LOG([$_am_tar --version]) && break
-    done
-    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
-    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
-    am__untar="$_am_tar -xf -"
-    ;;
-  plaintar)
-    # Must skip GNU tar: if it does not support --format= it doesn't create
-    # ustar tarball either.
-    (tar --version) >/dev/null 2>&1 && continue
-    am__tar='tar chf - "$$tardir"'
-    am__tar_='tar chf - "$tardir"'
-    am__untar='tar xf -'
-    ;;
-  pax)
-    am__tar='pax -L -x $1 -w "$$tardir"'
-    am__tar_='pax -L -x $1 -w "$tardir"'
-    am__untar='pax -r'
-    ;;
-  cpio)
-    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
-    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
-    am__untar='cpio -i -H $1 -d'
-    ;;
-  none)
-    am__tar=false
-    am__tar_=false
-    am__untar=false
-    ;;
-  esac
 
-  # If the value was cached, stop now.  We just wanted to have am__tar
-  # and am__untar set.
-  test -n "${am_cv_prog_tar_$1}" && break
+m4_if([$1], [v7],
+  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
+
+  [m4_case([$1],
+    [ustar],
+     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
+      # There is notably a 21 bits limit for the UID and the GID.  In fact,
+      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
+      # and bug#13588).
+      am_max_uid=2097151 # 2^21 - 1
+      am_max_gid=$am_max_uid
+      # The $UID and $GID variables are not portable, so we need to resort
+      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
+      # below are definitely unexpected, so allow the users to see them
+      # (that is, avoid stderr redirection).
+      am_uid=`id -u || echo unknown`
+      am_gid=`id -g || echo unknown`
+      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
+      if test $am_uid -le $am_max_uid; then
+         AC_MSG_RESULT([yes])
+      else
+         AC_MSG_RESULT([no])
+         _am_tools=none
+      fi
+      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
+      if test $am_gid -le $am_max_gid; then
+         AC_MSG_RESULT([yes])
+      else
+        AC_MSG_RESULT([no])
+        _am_tools=none
+      fi],
+
+  [pax],
+    [],
+
+  [m4_fatal([Unknown tar format])])
+
+  AC_MSG_CHECKING([how to create a $1 tar archive])
+
+  # Go ahead even if we have the value already cached.  We do so because we
+  # need to set the values for the 'am__tar' and 'am__untar' variables.
+  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
+
+  for _am_tool in $_am_tools; do
+    case $_am_tool in
+    gnutar)
+      for _am_tar in tar gnutar gtar; do
+        AM_RUN_LOG([$_am_tar --version]) && break
+      done
+      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
+      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
+      am__untar="$_am_tar -xf -"
+      ;;
+    plaintar)
+      # Must skip GNU tar: if it does not support --format= it doesn't create
+      # ustar tarball either.
+      (tar --version) >/dev/null 2>&1 && continue
+      am__tar='tar chf - "$$tardir"'
+      am__tar_='tar chf - "$tardir"'
+      am__untar='tar xf -'
+      ;;
+    pax)
+      am__tar='pax -L -x $1 -w "$$tardir"'
+      am__tar_='pax -L -x $1 -w "$tardir"'
+      am__untar='pax -r'
+      ;;
+    cpio)
+      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
+      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
+      am__untar='cpio -i -H $1 -d'
+      ;;
+    none)
+      am__tar=false
+      am__tar_=false
+      am__untar=false
+      ;;
+    esac
 
-  # tar/untar a dummy directory, and stop if the command works
-  rm -rf conftest.dir
-  mkdir conftest.dir
-  echo GrepMe > conftest.dir/file
-  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
+    # If the value was cached, stop now.  We just wanted to have am__tar
+    # and am__untar set.
+    test -n "${am_cv_prog_tar_$1}" && break
+
+    # tar/untar a dummy directory, and stop if the command works.
+    rm -rf conftest.dir
+    mkdir conftest.dir
+    echo GrepMe > conftest.dir/file
+    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
+    rm -rf conftest.dir
+    if test -s conftest.tar; then
+      AM_RUN_LOG([$am__untar <conftest.tar])
+      AM_RUN_LOG([cat conftest.dir/file])
+      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
+    fi
+  done
   rm -rf conftest.dir
-  if test -s conftest.tar; then
-    AM_RUN_LOG([$am__untar <conftest.tar])
-    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
-  fi
-done
-rm -rf conftest.dir
 
-AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
-AC_MSG_RESULT([$am_cv_prog_tar_$1])])
+  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
+  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
+
 AC_SUBST([am__tar])
 AC_SUBST([am__untar])
 ]) # _AM_PROG_TAR
diff --git a/compile b/compile
new file mode 100755
index 0000000..531136b
--- /dev/null
+++ b/compile
@@ -0,0 +1,347 @@
+#! /bin/sh
+# Wrapper for compilers which do not understand '-c -o'.
+
+scriptversion=2012-10-14.11; # UTC
+
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Written by Tom Tromey <tromey at cygnus.com>.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+# This file is maintained in Automake, please report
+# bugs to <bug-automake at gnu.org> or send patches to
+# <automake-patches at gnu.org>.
+
+nl='
+'
+
+# We need space, tab and new line, in precisely that order.  Quoting is
+# there to prevent tools from complaining about whitespace usage.
+IFS=" ""	$nl"
+
+file_conv=
+
+# func_file_conv build_file lazy
+# Convert a $build file to $host form and store it in $file
+# Currently only supports Windows hosts. If the determined conversion
+# type is listed in (the comma separated) LAZY, no conversion will
+# take place.
+func_file_conv ()
+{
+  file=$1
+  case $file in
+    / | /[!/]*) # absolute file, and not a UNC file
+      if test -z "$file_conv"; then
+	# lazily determine how to convert abs files
+	case `uname -s` in
+	  MINGW*)
+	    file_conv=mingw
+	    ;;
+	  CYGWIN*)
+	    file_conv=cygwin
+	    ;;
+	  *)
+	    file_conv=wine
+	    ;;
+	esac
+      fi
+      case $file_conv/,$2, in
+	*,$file_conv,*)
+	  ;;
+	mingw/*)
+	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
+	  ;;
+	cygwin/*)
+	  file=`cygpath -m "$file" || echo "$file"`
+	  ;;
+	wine/*)
+	  file=`winepath -w "$file" || echo "$file"`
+	  ;;
+      esac
+      ;;
+  esac
+}
+
+# func_cl_dashL linkdir
+# Make cl look for libraries in LINKDIR
+func_cl_dashL ()
+{
+  func_file_conv "$1"
+  if test -z "$lib_path"; then
+    lib_path=$file
+  else
+    lib_path="$lib_path;$file"
+  fi
+  linker_opts="$linker_opts -LIBPATH:$file"
+}
+
+# func_cl_dashl library
+# Do a library search-path lookup for cl
+func_cl_dashl ()
+{
+  lib=$1
+  found=no
+  save_IFS=$IFS
+  IFS=';'
+  for dir in $lib_path $LIB
+  do
+    IFS=$save_IFS
+    if $shared && test -f "$dir/$lib.dll.lib"; then
+      found=yes
+      lib=$dir/$lib.dll.lib
+      break
+    fi
+    if test -f "$dir/$lib.lib"; then
+      found=yes
+      lib=$dir/$lib.lib
+      break
+    fi
+    if test -f "$dir/lib$lib.a"; then
+      found=yes
+      lib=$dir/lib$lib.a
+      break
+    fi
+  done
+  IFS=$save_IFS
+
+  if test "$found" != yes; then
+    lib=$lib.lib
+  fi
+}
+
+# func_cl_wrapper cl arg...
+# Adjust compile command to suit cl
+func_cl_wrapper ()
+{
+  # Assume a capable shell
+  lib_path=
+  shared=:
+  linker_opts=
+  for arg
+  do
+    if test -n "$eat"; then
+      eat=
+    else
+      case $1 in
+	-o)
+	  # configure might choose to run compile as 'compile cc -o foo foo.c'.
+	  eat=1
+	  case $2 in
+	    *.o | *.[oO][bB][jJ])
+	      func_file_conv "$2"
+	      set x "$@" -Fo"$file"
+	      shift
+	      ;;
+	    *)
+	      func_file_conv "$2"
+	      set x "$@" -Fe"$file"
+	      shift
+	      ;;
+	  esac
+	  ;;
+	-I)
+	  eat=1
+	  func_file_conv "$2" mingw
+	  set x "$@" -I"$file"
+	  shift
+	  ;;
+	-I*)
+	  func_file_conv "${1#-I}" mingw
+	  set x "$@" -I"$file"
+	  shift
+	  ;;
+	-l)
+	  eat=1
+	  func_cl_dashl "$2"
+	  set x "$@" "$lib"
+	  shift
+	  ;;
+	-l*)
+	  func_cl_dashl "${1#-l}"
+	  set x "$@" "$lib"
+	  shift
+	  ;;
+	-L)
+	  eat=1
+	  func_cl_dashL "$2"
+	  ;;
+	-L*)
+	  func_cl_dashL "${1#-L}"
+	  ;;
+	-static)
+	  shared=false
+	  ;;
+	-Wl,*)
+	  arg=${1#-Wl,}
+	  save_ifs="$IFS"; IFS=','
+	  for flag in $arg; do
+	    IFS="$save_ifs"
+	    linker_opts="$linker_opts $flag"
+	  done
+	  IFS="$save_ifs"
+	  ;;
+	-Xlinker)
+	  eat=1
+	  linker_opts="$linker_opts $2"
+	  ;;
+	-*)
+	  set x "$@" "$1"
+	  shift
+	  ;;
+	*.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
+	  func_file_conv "$1"
+	  set x "$@" -Tp"$file"
+	  shift
+	  ;;
+	*.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
+	  func_file_conv "$1" mingw
+	  set x "$@" "$file"
+	  shift
+	  ;;
+	*)
+	  set x "$@" "$1"
+	  shift
+	  ;;
+      esac
+    fi
+    shift
+  done
+  if test -n "$linker_opts"; then
+    linker_opts="-link$linker_opts"
+  fi
+  exec "$@" $linker_opts
+  exit 1
+}
+
+eat=
+
+case $1 in
+  '')
+     echo "$0: No command.  Try '$0 --help' for more information." 1>&2
+     exit 1;
+     ;;
+  -h | --h*)
+    cat <<\EOF
+Usage: compile [--help] [--version] PROGRAM [ARGS]
+
+Wrapper for compilers which do not understand '-c -o'.
+Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
+arguments, and rename the output as expected.
+
+If you are trying to build a whole package this is not the
+right script to run: please start by reading the file 'INSTALL'.
+
+Report bugs to <bug-automake at gnu.org>.
+EOF
+    exit $?
+    ;;
+  -v | --v*)
+    echo "compile $scriptversion"
+    exit $?
+    ;;
+  cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
+    func_cl_wrapper "$@"      # Doesn't return...
+    ;;
+esac
+
+ofile=
+cfile=
+
+for arg
+do
+  if test -n "$eat"; then
+    eat=
+  else
+    case $1 in
+      -o)
+	# configure might choose to run compile as 'compile cc -o foo foo.c'.
+	# So we strip '-o arg' only if arg is an object.
+	eat=1
+	case $2 in
+	  *.o | *.obj)
+	    ofile=$2
+	    ;;
+	  *)
+	    set x "$@" -o "$2"
+	    shift
+	    ;;
+	esac
+	;;
+      *.c)
+	cfile=$1
+	set x "$@" "$1"
+	shift
+	;;
+      *)
+	set x "$@" "$1"
+	shift
+	;;
+    esac
+  fi
+  shift
+done
+
+if test -z "$ofile" || test -z "$cfile"; then
+  # If no '-o' option was seen then we might have been invoked from a
+  # pattern rule where we don't need one.  That is ok -- this is a
+  # normal compilation that the losing compiler can handle.  If no
+  # '.c' file was seen then we are probably linking.  That is also
+  # ok.
+  exec "$@"
+fi
+
+# Name of file we expect compiler to create.
+cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
+
+# Create the lock directory.
+# Note: use '[/\\:.-]' here to ensure that we don't use the same name
+# that we are using for the .o file.  Also, base the name on the expected
+# object file name, since that is what matters with a parallel build.
+lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
+while true; do
+  if mkdir "$lockdir" >/dev/null 2>&1; then
+    break
+  fi
+  sleep 1
+done
+# FIXME: race condition here if user kills between mkdir and trap.
+trap "rmdir '$lockdir'; exit 1" 1 2 15
+
+# Run the compile.
+"$@"
+ret=$?
+
+if test -f "$cofile"; then
+  test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
+elif test -f "${cofile}bj"; then
+  test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
+fi
+
+rmdir "$lockdir"
+exit $ret
+
+# Local Variables:
+# mode: shell-script
+# sh-indentation: 2
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
+# End:
diff --git a/configure b/configure
index 89f0fd1..95a6005 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for cluster 1.52.
+# Generated by GNU Autoconf 2.69 for cluster 1.53.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='cluster'
 PACKAGE_TARNAME='cluster'
-PACKAGE_VERSION='1.52'
-PACKAGE_STRING='cluster 1.52'
+PACKAGE_VERSION='1.53'
+PACKAGE_STRING='cluster 1.53'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -651,6 +651,10 @@ CPPFLAGS
 LDFLAGS
 CFLAGS
 CC
+AM_BACKSLASH
+AM_DEFAULT_VERBOSITY
+AM_DEFAULT_V
+AM_V
 am__untar
 am__tar
 AMTAR
@@ -715,6 +719,7 @@ SHELL'
 ac_subst_files=''
 ac_user_opts='
 enable_option_checking
+enable_silent_rules
 enable_dependency_tracking
 with_x
 '
@@ -1268,7 +1273,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures cluster 1.52 to adapt to many kinds of systems.
+\`configure' configures cluster 1.53 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1338,7 +1343,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of cluster 1.52:";;
+     short | recursive ) echo "Configuration of cluster 1.53:";;
    esac
   cat <<\_ACEOF
 
@@ -1346,6 +1351,8 @@ Optional Features:
   --disable-option-checking  ignore unrecognized --enable/--with options
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
+  --enable-silent-rules   less verbose build output (undo: "make V=1")
+  --disable-silent-rules  verbose build output (undo: "make V=0")
   --enable-dependency-tracking
                           do not reject slow dependency extractors
   --disable-dependency-tracking
@@ -1433,7 +1440,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-cluster configure 1.52
+cluster configure 1.53
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1852,7 +1859,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by cluster $as_me 1.52, which was
+It was created by cluster $as_me 1.53, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2201,7 +2208,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
-am__api_version='1.12'
+am__api_version='1.14'
 
 ac_aux_dir=
 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
@@ -2414,8 +2421,8 @@ if test x"${MISSING+set}" != xset; then
   esac
 fi
 # Use eval to expand $SHELL
-if eval "$MISSING --run true"; then
-  am_missing_run="$MISSING --run "
+if eval "$MISSING --is-lightweight"; then
+  am_missing_run="$MISSING "
 else
   am_missing_run=
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
@@ -2655,6 +2662,45 @@ else
 fi
 rmdir .tst 2>/dev/null
 
+# Check whether --enable-silent-rules was given.
+if test "${enable_silent_rules+set}" = set; then :
+  enableval=$enable_silent_rules;
+fi
+
+case $enable_silent_rules in # (((
+  yes) AM_DEFAULT_VERBOSITY=0;;
+   no) AM_DEFAULT_VERBOSITY=1;;
+    *) AM_DEFAULT_VERBOSITY=1;;
+esac
+am_make=${MAKE-make}
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
+if ${am_cv_make_support_nested_variables+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if $as_echo 'TRUE=$(BAR$(V))
+BAR0=false
+BAR1=true
+V=1
+am__doit:
+	@$(TRUE)
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
+  am_cv_make_support_nested_variables=yes
+else
+  am_cv_make_support_nested_variables=no
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
+$as_echo "$am_cv_make_support_nested_variables" >&6; }
+if test $am_cv_make_support_nested_variables = yes; then
+    AM_V='$(V)'
+  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
+else
+  AM_V=$AM_DEFAULT_VERBOSITY
+  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
+fi
+AM_BACKSLASH='\'
+
 if test "`cd $srcdir && pwd`" != "`pwd`"; then
   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
   # is not polluted with repeated "-I."
@@ -2677,7 +2723,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='cluster'
- VERSION='1.52'
+ VERSION='1.53'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2717,12 +2763,58 @@ mkdir_p='$(MKDIR_P)'
 # in the wild :-(  We should find a proper way to deprecate it ...
 AMTAR='$${TAR-tar}'
 
+
+# We'll loop over all known methods to create a tar archive until one works.
+_am_tools='gnutar  pax cpio none'
+
 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
 
 
 
 
 
+
+# POSIX will say in a future version that running "rm -f" with no argument
+# is OK; and we want to be able to make that assumption in our Makefile
+# recipes.  So use an aggressive probe to check that the usage we want is
+# actually supported "in the wild" to an acceptable degree.
+# See automake bug#10828.
+# To make any issue more visible, cause the running configure to be aborted
+# by default if the 'rm' program in use doesn't match our expectations; the
+# user can still override this though.
+if rm -f && rm -fr && rm -rf; then : OK; else
+  cat >&2 <<'END'
+Oops!
+
+Your 'rm' program seems unable to run without file operands specified
+on the command line, even when the '-f' option is present.  This is contrary
+to the behaviour of most rm programs out there, and not conforming with
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
+
+Please tell bug-automake at gnu.org about your system, including the value
+of your $PATH and any error possibly output before this message.  This
+can help us improve future automake versions.
+
+END
+  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
+    echo 'Configuration will proceed anyway, since you have set the' >&2
+    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
+    echo >&2
+  else
+    cat >&2 <<'END'
+Aborting the configuration process, to ensure you take notice of the issue.
+
+You can download and install GNU coreutils to get an 'rm' implementation
+that behaves properly: <http://www.gnu.org/software/coreutils/>.
+
+If you want to complete the configuration process using your problematic
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
+to "yes", and re-run configure.
+
+END
+    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
+  fi
+fi
 ac_config_headers="$ac_config_headers config.h"
 
 
@@ -3515,6 +3607,65 @@ ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
+if ${am_cv_prog_cc_c_o+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+  # Make sure it works both with $CC and with simple cc.
+  # Following AC_PROG_CC_C_O, we do the test twice because some
+  # compilers refuse to overwrite an existing .o file with -o,
+  # though they will create one.
+  am_cv_prog_cc_c_o=yes
+  for am_i in 1 2; do
+    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
+   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); } \
+         && test -f conftest2.$ac_objext; then
+      : OK
+    else
+      am_cv_prog_cc_c_o=no
+      break
+    fi
+  done
+  rm -f core conftest*
+  unset am_i
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
+$as_echo "$am_cv_prog_cc_c_o" >&6; }
+if test "$am_cv_prog_cc_c_o" != yes; then
+   # Losing compiler, so override with the script.
+   # FIXME: It is wrong to rewrite CC.
+   # But if we don't then we get into trouble of one sort or another.
+   # A longer-term fix would be to have automake use am__CC in this case,
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
+   CC="$am_aux_dir/compile $CC"
+fi
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
 DEPDIR="${am__leading_dot}deps"
 
 ac_config_commands="$ac_config_commands depfiles"
@@ -5857,7 +6008,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by cluster $as_me 1.52, which was
+This file was extended by cluster $as_me 1.53, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5923,7 +6074,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-cluster config.status 1.52
+cluster config.status 1.53
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -6653,7 +6804,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
 
   case $ac_file$ac_mode in
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
+  # Older Autoconf quotes --file arguments for eval, but not when files
   # are listed without --file.  Let's play safe and only enable the eval
   # if we detect the quoting.
   case $CONFIG_FILES in
@@ -6704,7 +6855,7 @@ $as_echo X"$mf" |
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
     test -z "$DEPDIR" && continue
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
-    test -z "am__include" && continue
+    test -z "$am__include" && continue
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     # Find all dependency output files, they are included files with
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
diff --git a/configure.ac b/configure.ac
index 8d89c51..9138585 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT(cluster, 1.52)
+AC_INIT(cluster, 1.53)
 AC_CONFIG_SRCDIR(src/cluster.c)
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS(config.h)
diff --git a/data/demo.txt b/data/demo.txt
new file mode 100644
index 0000000..99de740
--- /dev/null
+++ b/data/demo.txt
@@ -0,0 +1,2468 @@
+ORF	NAME	alpha 0	alpha 7	alpha 14	alpha 21	alpha 28	alpha 35	alpha 42	alpha 49	alpha 56	alpha 63	alpha 70	alpha 77	alpha 84	alpha 91	alpha 98	alpha 105	alpha 112	alpha 119	Elu 0	Elu 30	Elu 60	Elu 90	Elu 120	Elu 150	Elu 180	Elu 210	Elu 240	Elu 270	Elu 300	Elu 330	Elu 360	Elu 390	cdc15 10	cdc15 30	cdc15 50	cdc15 70	cdc15 90	cdc15 110	cdc15 130	cdc15 150	cdc15 170	cdc15 190	cdc15 210	cdc15 230	cdc15 250	cdc15 270	cdc15 290	spo 0	spo 2	spo 5	spo 7	spo 9	spo 11	spo5 2	spo5 7	spo5 11	spo- earl [...]
+YBR166C	TYR1   TYROSINE BIOSYNTHESIS    PREPHENATE DEHYDROGENASE (NADP+	0.33	-0.17	0.04	-0.07	-0.09	-0.12	-0.03	-0.2	-0.06	-0.06	-0.14	-0.18	-0.06	-0.25	0.06	-0.12	0.25	0.43	0.21	-0.04	-0.15	-0.04	0.21	-0.14	-0.03	-0.07	-0.36	-0.14	-0.42	-0.34	-0.23	-0.17	0.23	0.3	0.41	-0.07	-0.23	-0.12	0.16	0.74	0.14	-0.49	-0.32	0.19	0.23	0.24	0.28	1.13	-0.12	0.1		0.66	0.62	0.08	0.62	0.43	0.5	-0.25	-0.51	-0.67	0.21	-0.74	-0.36	-0.01	0.38	0.15	-0.22	-0.09	0.33	0.08	0.39	-0.17	0.23	0.2	0.2	-0.17	-0.69	0.1 [...]
+YOR357C	GRD19  SECRETION        GOLGI PROTEIN RETENTION	-0.64	-0.38	-0.32	-0.29	-0.22	-0.01	-0.32	-0.27	-0.51	-0.67	-0.62	-0.58	-0.38	-0.94	-0.34	-0.92	-0.15	0.03	0.16	-0.34	-0.32	-0.34	-0.12	-0.34	-0.27	-0.15	-0.15	-0.51	-0.3	-0.25	-0.12	-0.4	0.98	0.99	0.25	0.15	0.08	0.23	0.18	-0.29	-0.45	0.01	-0.34	-1.12	-0.54	-0.94	-1.09	-0.45	-0.23	-0.36	0.08	0.28	0.18	-0.12		0.25	-0.22	-0.04	-0.25	0.04	-0.03	-0.07	-0.04	0.73	-0.06	0.54	-0.09	-0.29	-0.1	0.36	-0.2	-0.34	-0.14	-0.09	0.06	-0.17	0.04	-0. [...]
+YLR292C	SEC72  SECRETION        ER PROTEIN TRANSLOCATION SUBCOMPLEX SUBUNIT	-0.23	0.19	-0.36	0.14	-0.4	0.16	-0.09	-0.12	-0.14	-0.14	-0.38	-0.22	0.12	-0.43	-0.42	-0.45	-0.17	-0.27	0.29	-0.09	0.4	-0.1	0.46	0.15	-0.17	-0.18	-0.07	-0.34	0.3	-0.12	-0.06	-0.17	0.07	0.38	0.34		-0.15	-0.2	0.19	0.37	0.24	-0.07		0.24	0.45	0.23	0.5	-0.07		0.66	0.94	0.46	0.06	-0.18	0.39	-0.18	0.16	0.55	-0.06	-0.94	0.21	-0.71	-0.86	-0.45	0.42	1.04	0.65	0.53	-0.47	0.21	-0.29	-0.36	-0.1	-0.29	-0.18	-0.34	-0.47	-0.43	-1.06
+YGL112C	TAF60  TRANSCRIPTION       TFIID 60 KD SUBUNIT	-0.69	-0.89	-0.74	-0.56	-0.64	-0.18	-0.42	-0.34		0.01	-0.1	-0.17	-0.12	-0.43	-0.18	0.06	-0.2	-0.22	-0.04	0.34	0.42	-0.04	-0.14	0.15	0.26	0.4	0.24	0.25	0.37	-0.04	-0.27	0.11	-0.15	-0.07	0.06	0.23	0.07	-0.12	-0.12		0.04	0.25	0.1	0.3	-0.12	-0.23	-0.12	0.19	0.24		0.41	0.36	0.98	-0.04	0.18	0.24	0.44	0.32	-0.22	-0.71	-0.34	-0.45	-0.3	-0.45	0.58	-0.22	0.1	0.19	-0.32	-0.01	-0.29	0.31	0.21	0.07	0.18	-0.14	-0.2	-0.43	-1.51
+YIL118W	"RHO3   CYTOSKELETON        GTP-BINDING PROTEIN, RHO FAMILY"	0.04	0.01	-0.81		-0.3	0.49	0.08	0.19	-0.03	-0.32	-0.34	-0.22	-0.03	-0.06	0.06	0.07	0.1	0.03	-0.18	-0.2	-0.12	0.16	-0.17	0.1	-0.14	-0.01	-0.15	0.04	0.23	-0.04	0.07	0.06	0.7	0.36	0.37	0.3	-0.04	0.19	-0.45	0.21	-1.12	-0.04	0.3	0.88	-0.49	-0.23	-0.04	-0.2	0.45	0.52	0.62	0.48	0.65	-0.14	-0.14	-0.49	-0.04	0.14	-0.1	-0.2	0.01	-0.4	-0.23	-0.04	0.25	-0.27	0.1	0.1	-0.2	0.28	-0.17	0.26	0.07	-0.17		-0.1	-0.23	-0.51	-1.4
+YDL120W	"YFH1   IRON HOMEOSTASIS, MITOCH FRATAXIN HOMOLOG"	0.11	0.32	0.03	0.32	0.03	-0.12	0.01	-0.36	-0.01	-0.17	-0.22	-0.22	-0.1	-0.51	-0.25	-0.38	-0.27	-0.2	-0.45	0.82	-0.12	-0.43	-0.1	-0.1	-0.64	0.08	0.1	0.2	0.2	0.16	0.2	0.2	-0.2	-0.14	0.19	0.15	0.3	0.14		-0.14	-0.18	0.01	0.03	-0.38	0.2	0.19	0.41	-0.4	-0.07		0.74	-0.09	0.38	-0.64	-0.04	-0.1	-0.23	-0.56	-0.25	-1	-0.25	-0.62	-0.64	-0.36	-0.3	-0.12	0.16	-0.34	-0.17	0.39	-0.06	-0.67	0.04	-0.22	-0.12	-0.15	-0.67	-0.38	-0.27
+YHL025W	SNF6   TRANSCRIPTION       COMPONENT OF SWI/SNF GLOBAL ACTIVATOR COMPLEX	-0.47	1	-0.51	-0.25	-0.71	-0.22	-0.3	-0.36	-0.1	0.08		-0.27	-0.23	-0.45	-0.32	-0.17	-0.56	-0.01	0.44	0.26	0.4	0.12	-0.03	0.07	0.16	0.58	0.33	0.2	0.14	0.2	0.34	0.21	0.82	0.52	0.48	0.77	0.14	0.55	0.37	0.25	0.29	0.18	0.07	0.73	0.37	-0.01	0.24	0.25	-0.1	0.11	0.21	0.08	0.12	-0.14	0.39	0.28	-0.1	-0.4	0.43	-0.1	-0.01	-0.2	-0.18	-0.1	-0.22	-0.43	-0.17	0.04	-0.06	0.24	-0.04	-0.4	-0.38	-0.56	0.11	-0.27	-0.58	0.48	0.19
+YGL248W	"PDE1   PURINE METABOLISM     3',5'-CYCLIC-NUCLEOTIDE PHOSPHODIESTERASE"	-0.25	0.26	0.01	-0.06	-0.42	-0.07	-0.3	-0.18	-0.1	-0.27	-0.29	-0.04	0.04	-0.18	-0.1	-0.03	-0.4	0.03	0.32	-0.09	0.38	-0.38	-0.29	-0.56	-0.36	0.03	0.06	-0.04	-0.01	0.19	0.21	0.26	0.24	0.03	0.52	0.5	0.2		-0.15	0.08	0.14	-0.09	0.23	0.4	0.34	0.29	0.58	0.1	-0.54	-0.34	0.62	0.37	0.36	-0.56	0.93	0.33	0.26	0.04	0.24	0.96	0.28	0.34	0.58	0.86	0.06	-0.17	0.32	0.18	0.12	0.29	-0.14	-1.18	-0.23	-0.47	0.32	0.04	-0.06	0.63	0.3
+YIL146C	ECM37  CELL WALL BIOGENESIS     UNKNOWN	-0.58	-0.29	-0.45	-0.15	-0.86	-0.36	-0.54	-0.47	-0.29	0.08	-0.58	-0.43	-0.38	-0.36	-0.43	-0.3	-0.32	-0.22	0.08	0.32	0.03	0.16	-0.09	-0.14		0.08	-0.07	0.11	-0.23	-0.12	-0.01	0.15	0.56	0.46	0.18	0.36	0.42	0.24	0.34	0.42	0.86	0.7	0.15	-0.03	0.19	0.14	0.18	0.03	-0.32	0.69	1.56	1.14	1.15	-0.86	0.74	0.28	0.79	0.96	1.29	0.08	0.44	0.04	0.32	0.46	-0.3	-0.2	-0.51	-0.09	-0.07	2.46	0.23	0.37	-0.15	-0.42	-0.14	-0.64	-0.62	0.69	1.09
+YJR106W	ECM27  CELL WALL BIOGENESIS     UNKNOWN	-0.36	-0.17	-0.22	-0.34	-0.36	0.03	-0.2	-0.42	-0.15	0.06	-0.2	-0.1	-0.15	-0.4	-0.3	-0.14	-0.64	-0.15	-0.03	0.1	-1.03	-0.23	-0.23	-0.18	-0.17	0.1	-0.03	0.11		0.07	-0.03	0.26	-0.04	0.75	0.7	0.14	-0.06	-0.2	0.07	0.44	0.37	-0.01	0.15	0.03	-0.51	-0.49	-0.2	-0.23	-0.64	0.11	0.89	0.52	0.87	-0.86	0.57	0.19	-0.27	-0.22	0.39	0.42	0.55	0.46	0.37	-0.06	-0.56	0.07	0.1	0.19	-0.54		-0.14	-0.14	-0.15	-0.18	0.33	0.16	-0.3	0.49	0.44
+YNL272C	SEC2   SECRETION        GDP/GTP EXCHANGE FACTOR FOR SEC4P	0.31	0.12	0.34	0.61	0.18	0.28	0.14		-0.07	-0.01	0.11	0.48	0.19	-0.01	-0.14	-0.17	0.14	0.03	0.01	-0.47	-0.27	0.16	0.21	0.07	0.06	0.06	-0.22	-0.06	0.06	-0.34	-0.47	-0.12	-0.51	-0.15	0.06	-0.38	-0.49	-0.4	-0.18	-0.32	-0.25	-0.58	-0.76	-0.54	-0.07	-0.3	-0.6	-0.22	0.38	0.52	0.59	0.58	0.66	-0.29	0.03	0.15	0.74	1.06	-0.3	-0.45	-0.36		-0.4	-0.3	0.06	-0.06	-0.1	-0.23	-0.36	-2.06	1.02	0.24	0.15	0.1	0.23		-0.09	0.01	-0.27
+YBR123C	TFC1   TRANSCRIPTION       TFIIIC 95 KD SUBUNIT	-0.17	-0.32	-0.34	-0.42	-0.25	-0.3	0.19	0.26	0.1	-0.23	0.2	-0.29	-0.2	-0.07	0.29	0.68	-0.1	0.29	-0.49	-0.45	-0.3	-0.03	-0.2	-0.38	-0.27	-0.07	0.07	0.03	-0.58	0.03	-0.03	-0.32		0.25	-0.09	0.33	0.2	0.15	-0.04	-0.22	0.26	0.54	0.26	0.69	0.16	-0.2	-1	0.14	0.16	0.43	0.3	-0.58	0.4	-0.36	-0.1	-0.36	0.5	0.74	0.03	-0.07	0.46	0.1	0.12	0.01	-0.15	-0.79	-0.34	-0.67	-0.01	-0.27	0.37	-0.49		0.25	0.24	-0.36	-0.3	0.24	-0.1
+YCR040W	ALPHA1 TRANSCRIPTION       ALPHA-SPECIFIC GENE ACTIVATOR	-0.29	0.31	-0.2	-0.04	-0.38	0.11	-0.2	-0.4	-0.12	0.42	-0.29	0.18	-0.04	-0.29	-0.67	0.23	-0.01	0.16	-0.15	-0.22	0.1	0.1	-0.17	-0.36	0.08	-0.42	-0.15	-0.58	-0.29	-0.54	-0.51	-0.23	-0.17	-0.56	-1.15	-0.32	0.39	0.7	0.25	-0.3	-0.69	-0.32	0.4	0.31	0.62	0.34	0.36	-0.1	-0.51	-0.42	0.11	0.28	0.31	-0.74	0.95	-0.58	0.84	1.7	-0.34	-0.47	-0.15	-0.23	-0.32	-0.14	-0.07	-0.71	-0.4	-0.3	-0.54	-0.09	0.04	-0.06	-0.69	0.66	-0.22	-0.62	-0.74	0.2	0.04
+YHR047C	AAP1   PROTEIN DEGRADATION    ARGININE/ALANINE AMINOPEPTIDASE	-0.29	-0.07	-0.34	-0.34	-0.36	-0.43	-0.4	-0.25	-0.06	-0.23	0.31	-0.03	-0.15	-0.27	-0.14	0.08	-0.58	-0.12	-0.4	-0.06	-0.25	-0.04	-0.27	-0.27	-0.06	0.21	0.24	0.53	0.03	0.41	0.36	0.06	-0.51	-0.62	-0.81	-0.47	-0.43	0.03	0.08	-0.03	0.19	-0.4	-0.32	-0.06	0.07	-0.22	-0.14	-0.2	-0.54		-0.04	-0.07		-0.43	-0.42	0.98	0.55	1.26	-0.27	-0.06	-0.49	-0.18	-0.1	-0.43	-0.92	-0.43	-0.23	-0.4	-0.01	-0.47	-0.76	-1.03	-0.04	0.03	-0.29	-0.43 [...]
+YMR055C	"BUB2   CELL CYCLE, CHECKPOINT   UNKNOWN"	-0.34	0.88	-0.42	-0.97	-0.15	-0.29	0.23	-0.3	-0.3	-0.22	-0.36	-0.38	-0.18	-0.29	-0.36	-0.23	-0.2	-0.14	-0.27	-0.42	-0.56	-0.67	-0.38	-0.45	-0.23	0.06	0.11	0.06	-0.15	-0.06	-0.09	-0.07	-0.49	-0.56	-0.06	0.23	0.18	-0.22	-0.22	0.03	-0.2	0.11		-1.22	-0.51	-0.49	-0.47	-0.29	-0.4	-0.12	0.7	0.24	0.55	-0.06	-0.09	0.07	0.31	0.58	-0.04	-0.18	-0.25	0.54	0.11	-0.81		-0.47	-0.49	-0.54	-0.15	0.1	-0.67	-0.27	-0.43	-0.38	0.16	-0.09	-0.2	-0.07	-0.71
+YDR457W	"TOM1   CELL CYCLE, G2/M    UNKNOWN"	0.01	-0.69	-0.09	-0.09	0.25	0.21	-0.18	-0.4	-0.07	-0.09	0.52	0.07	-0.25	-0.3	0.25	0.14	0.14	0.29	-0.23	-0.58	-0.45	-0.22	-0.76	-0.97	-0.94	-0.54	-0.42	-0.27		-0.14	-0.2	-0.3	-0.17	0.06	-0.22	-0.2	-0.17	0.11	0.12	-0.38	-0.09	-0.4	-0.47	-0.03	-0.29	0.11	-0.47	-0.06	-0.01	-0.01	0.08	0.15	0.41	-0.07	0.01	0.01	0.14	0.29	-0.32	-0.07	-0.45	-0.22	0.06	-0.15	-0.22	-0.56	-0.64	-0.29	0.12	-0.23	-0.15	-0.17	0.04	0.04	0.11	-0.1	-0.23	-0.04	0.14
+YKL201C	MNN4   PROTEIN GLYCOSYLATION    PHOSPHATIDYLINOSITOL KINASE HOMOLG	-0.29	-0.01	0.33		0.24	0.48	0.21	-0.03	-0.1	-0.14	-0.17	-0.49	-0.45	-0.25	0.04	0.06	0.19	-0.42	-0.29	-0.06	-0.38	-0.43	-0.22	-0.56	-0.56	-0.71	-0.64	-0.62	-0.71	-0.58	-0.54	-0.84	-0.56	-0.42	-0.38	-0.38	-0.49	-0.62	-0.32	-1.22	-0.43	-1	-0.64	-0.54	-0.81	-0.71	-0.76	-0.22	0.41	1.24	1	0.66	0.12	-0.86	-0.34	-0.81	-0.09	0.44	-0.34	1.58	0.36	0.06	0.72	-0.23	-0.45	0.2	-0.04	0.07	-0.1	0.14	0.11	-0.17	-0.2	-0.54	-0.43	-0. [...]
+YDR311W	TFB1   TRANSCRIPTION       TFIIH 75 KD SUBUNIT	0.14	-0.23	-0.04	-0.07	0.28	-0.23	-0.32	-0.27	0.21	-0.14	1.46	-0.2	0.1	-0.1	0.2	0.31	-0.29	0.29	0.37	-0.45	0.34	0.34	-0.07	-0.22	-0.27	0.04	-0.29	-0.18	-0.4	-0.23	-0.03	-0.07	-0.32	0.28	0.1	-0.3	-0.18	-0.04	-0.1	0.48	-0.22	-0.49	-0.25	0.32	-0.2	-0.38	-0.45	-0.2	-0.18	0.03	0.3	0.43	0.62	-0.64	0.23	0.39	-0.01	1.06	-0.12	-0.07	-0.06	0.24	-0.22	-0.4	-0.45	-0.17	-0.06	-0.15	-0.17	0.7	0.04	0.25		0.07	0.54	0.16	-0.32	0.15	0.26
+YGR274C	TAF145 TRANSCRIPTION       TFIID 145 KD SUBUNIT	0.06		0.26	0.1	0.12	0.06	-0.03	0.19	0.23	-0.03	0.59	0.11	0.12	0.01	0.23	0.43	-0.25	-0.06	-0.03		0.01	0.15	-0.06	0.14	0.16	-0.06	-0.04	-0.01	-0.18	0.12	0.15	-0.09	-0.01	0.32	0.29	-0.14	-0.47	-0.06	-0.04		0.24	-0.22	-0.2	0.61	0.07	-0.18	-0.36	-0.22	-0.29	-0.06	0.14	0.25	0.44	-0.38	0.4	0.4	0.23	0.33	0.03	-0.03	-0.4	0.28	-0.15	0.25	-0.32	-0.03	-0.23	-0.51	-0.09	0.07	-0.2	-0.06	0.06	-0.01	-0.07	-0.14	-0.29	0.11	-0.1
+YHR178W	STB5   TRANSCRIPTION       UNKNOWN; BINDS SIN3P	-0.54	0.36	-0.22	-0.42	0.08	-0.12	0.15	-0.17	0.2	-0.27	-0.43	-0.22	-0.1	-0.29	0.01	-0.14	-0.04	-0.27	-0.06	-0.49	-0.04	-0.34	-0.47	-0.76	-0.36	-0.23	0.18	-0.2	-0.56	0.33	0.16	-0.12	-0.2	-0.15	-0.12	1.24	-1.12	-0.14	-0.22	0.89	0.45	-0.29	-0.2		-1.74	0.29	-0.54	-0.71	0.41	-0.18	0.75	0.65	0.58	0.18	0.03	0.91	0.99	0.53	-0.17	0.86	0.03	0.25	0.36	-0.17	-0.38	-0.43	-0.64	-0.54	-0.15	0.26	-0.34	0.55	0.1	-0.18	0.08	-0.1		0.29	
+YKR093W	PTR2   TRANSPORT        SMALL PEPTIDE PERMEASE	-0.38	-0.64	-0.64		-0.69	-1.03	-0.64	-1.25	-0.84	-0.71	-0.67	-0.74	-0.51	-1.09	-0.74	-1	-0.84	-0.84	-0.38	-0.34	-0.14	-0.03	0.36	0.44	0.41	0.76	0.59	0.63	0.31	0.49	0.11	0.33	-1.64	-1.4	-0.71	0.57	0.79	0.98	0.77	0.9	0.65	0.59	0.57	-0.97	-0.42	0.63	0.62	-0.27	0.28	0.37	1.2	1.38	1.43	-0.27	0.03	0.2	-0.22	0.62	0.15	0.41	-0.3	-0.58	0.18	-0.12	-0.79	-0.47	-0.4	-0.71	-0.6	-0.71	1.14	-1.79	-0.14	0.37	0.69	0.58	0.42	0.53	0.01
+YPR113W	PIS1   PHOSPHOLIPID METABOLISM  PHOSPHATIDYLINOSITOL SYNTHASE	-0.27	-0.23	-0.62	-0.54	-0.64	-0.45	0.16	-0.17	0.03	-0.42	-0.34	-0.67	-0.29	-0.81	-0.27	-0.71	-0.36	-0.36	-0.27	-0.15	-0.29	-0.23	-0.04	0.28	0.41	0.28	-0.2	0.03	0.32	0.24	-0.42	0.08	-0.36	-0.51	-0.64	0.15	0.41	0.29	0.18	0.21	0.01	0.26	0.42	-0.81	-0.12	-0.27	-0.15	-0.4	0.03	-0.04	0.58	0.36	0.74	-0.1	0.03	-0.12	-0.18	-0.74	0.07	-0.2	-0.36	-0.4	0.14	0.01	-0.06	-0.2	-0.25	-0.3	0.01	-0.04	-0.25	-0.34	-0.04		0.61	0.51	0.56	1 [...]
+YPR149W	"NCE102 SECRETION, NON-CLASSICAL UNKNOWN"	-2.84	-1.47	-0.94	-1.79	-1.47	-1.74	-0.2	-0.34	0.58	-0.01	-0.23	-1.25	-1	-1.56	-0.62	-0.92	0.29	0.03	1	-0.38	-0.42	-0.43	-1.18	-1.15	-0.81	-0.34	0.3	-0.06	-0.51	0.38	0.59	-0.06	-1.51	-2.94	-2.84	-0.47	1	1.11	-0.36	-1.43	-0.89	0.64	1.34	0.31	-0.15	-0.69	-0.4	-0.23	0.99	1.29	1	0.6	1.63	-0.25	-0.18	0.04	0.52	1.86	-0.27	1.82	1.55	-0.27	0.58	-0.45	-1.06	-1.69	-1.56	-1.56	0.1	-0.17	-0.58	-0.69	0.16	0.11	0.39	0.81	0.92	2.03	2.29
+YJL210W	PEX2   PEROXISOME BIOGENESIS    INTEGRAL MEMBRANE PROTEIN	-0.43	-0.42	-0.69	-0.4	-0.62	-0.3	-0.38	-0.74	-0.27	0.1	-0.32	-0.43	0.03	-0.79	-0.79	-0.51	-0.74	-0.38	-0.2	0.06	-0.12	-0.38	-0.1	-0.51	-0.03	0.31	0.18	0.2	-0.12	0.26	0.11	0.42	-0.3	-0.69	-0.22	-0.09	-0.89	-0.06	0.37	0.26	0.82	-0.17	0.07	0.49	-0.14	0.18	-0.09	-0.15	0.94	0.6	1.34	0.28	1.33	0.24	0.69	-0.1	0.32	-0.04	-0.12	0.5	0.21	-0.15		0.12	-0.45	-0.74	-0.36	-0.69	-0.18	0.57	-0.3	-0.34	-0.2	-0.2		0.31	0.01	0.46	0.21
+YDL006W	PTC1   TRNA SPLICING       PROTEIN PHOSPHATASE	-0.32	0.33	-0.22	0.03	-0.34	0.26	-0.04	0.07	-0.23	0.26	0.19	0.1	-0.2	-0.03	-0.34	0.15	0.03	-0.03	0.57	-0.03	0.4	-0.86	0.12	0.03	0.11	-0.23	-0.18	-0.23		-0.15	-0.27	-0.15	-0.15	0.2	0.07	-0.03	-0.43	-0.47	-0.36	-0.03	0.34	0.04	-0.6	0.34	-0.25	-0.32	-0.25		0.24		0.76	0.82	0.37	-0.23	0.37	-0.25	0.46	1.4	-0.3	-0.3	-0.3	-0.92	-0.42	-0.06	0.37	0.03	-0.09	-0.14	-0.27	-0.17	-0.54	-0.06	-0.23	-0.43	0.14	0.11	-0.43	0.49	-0.45
+YLR188W	MDL1   TRANSPORT        ATP-BINDING CASSETTE (ABC) FAMILY	-0.45	-0.34	-0.25	0.15	0.18	0.2	0.03	-0.36	0.04	0.31	0.03	0.24	0.03	-0.03	-0.04	0.1	-0.23	-0.3	-0.74	0.38	-0.18	-0.15	-0.06	0.07	0.14	0.55	0.26	0.23	0.04	0.07	0.14	0.15	-0.29	-0.2	0.08	-0.1	-0.45	-0.17	-0.38	-0.09	0.41	-0.42	-0.43	0.15	-0.43	-0.36	-0.38	-0.12	0.42	0.18	0.91	0.72	1.01	0.59	0.57	0.01	0.6	-0.25	-0.3	-0.81	-0.01	-0.29	-0.27	-0.69	-0.12	-0.54	0.11	-0.09	0.06	0.11	-0.79	-0.71	0.01	-0.18		-0.25	-0.43	-0.45	0.06
+YDL226C	GCS1   SECRETION        VESICLE TRANSPORT; GAP FOR ARF	-0.43	-0.12	-0.12	0.19	0.01	0.23	-0.4	0.08	0.16	0.15	0.3	-0.04	0.01	-0.1	0.01	0.31	0.28	0.01	0.01	0.81	-0.14	0.44	0.15	0.52	0.42	0.57	-0.01	0.39	0.38	0.26	0.5	0.64	-0.56	-0.49	-0.32	-0.43	-0.18	-0.36	-0.22		-0.01	-0.23	-0.17	-0.34	-0.03	-0.22	-0.04	0.06	0.33	0.51	1.01	0.68	0.33	-0.06	0.32	0.1	0.86	0.85	-0.12	-0.47	-0.18	-0.45	-0.14	-0.03	0.51	-0.62	0.67	0.31	-0.4	-0.25	-0.92	-1.03	0.01	0.28	0.31	-0.15	-0.34	-0.03	-0.84
+YHR026W	PPA1   VACUOLAR ACIDIFICATION   VACUOLAR H+-ATPASE PROTEOLIPID PROTEIN	-0.07	-0.34	-0.18	-0.03	-0.1	0.08		0.01	0.08	-0.3	0.03	-0.23	0.06	-0.23	-0.04	-0.18	-0.22	-0.23	0.04	0.07	0.12	0.14	-0.01	0.08	0.3	0.45	0.26	0.31	0.29	0.15	0.15	0.08	-0.56	-0.51	-0.38	0.16	0.16	0.1	0.07	0.19	0.25	0.06	0.33	-0.69	-0.07	-0.29	-0.06	0.08	0.98	0.32	0.23	0.38	0.38	0.36	0.06	-0.18	0.5	0.1	0.31	-0.22	-0.36	-0.54	-0.18	-0.06	0.34	-0.47	0.07	-0.34	0.14	0.07	-0.09	0.1	0.11	0.23	0.9	0.29	0.26	0.28	-0.4
+YJL121C	RPE1   PENTOSE PHOSPHATE CYCLE  RIBULOSE-5-PHOSPHATE 3-EPIMERASE	0.16	-0.04	0.01	0.12	0.08	0.26	0.19	0.29	0.24	-0.17	0.15	-0.12	0.26	-0.06	0.16	0.11	-0.06	-0.14	-0.42	-0.17	0.41	0.77	0.55	0.43	0.52	0.39	0.2	0.29	0.16	0.26	-0.04	0.39	0.11	0.14	0.04	0.31	0.2	0.14		0.14	-0.07	-0.03	0.08	-0.12	-0.45	-0.58	-0.54		0.72	0.91	0.82	0.31	0.73	-0.04	-0.25	0.06	0.14	0.78	0.37	-0.3	-0.54	-0.42	0.34	0.59	-0.06	-1.12	-0.4	-0.43	0.25	0.04	-0.15	-0.2	0.19	0.3	0.88	-0.03	-0.03	0.16	-0.49
+YML051W	GAL80  GALACTOSE REGULATION     TRANSCRIPTIONAL REPRESSOR		-0.17	-0.22	0.06	-0.1		0.08	-0.14	-0.1	-0.36	-0.56	-0.3	-0.12	-0.51	-0.17	-0.23	-0.2	-0.12	0.01	0.1	0.16	-0.1	-0.07	-0.06	0.11	0.08	-0.03		0.25	0.16	-0.03	0.24	0.03	-0.22	-0.01	0.31	0.56	0.15	0.32	0.36	0.1	0.11	0.16	-0.69	-0.06	-0.15	-0.03	0.06	0.3	0.08	0.8	0.34	0.94	-0.12	0.16	0.1	0.62	0.44	-0.17	-0.04	-0.38	-0.42	0.08	-0.12	-0.25	-0.74	0.03	-0.03	-0.36	-0.18	-0.54	-0.2	-0.25	0.41	0.54	-0.2	-0.38	0.39	-0.4
+YDR405W	"MRP20  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L23"	0.07	0.1	-0.04	-0.04	-0.25	-0.12	-0.03	0.04	0.39	-0.22	0.24	0.07	-0.03	-0.29	0.08	0.42	-0.36	-0.2	-0.03	-0.2	0.06	0.16	-0.07	0.01	0.26	0.14	0.18	0.14	0.08	0.33	0.21	0.06	0.19	0.23	-0.18	-0.09	-1.64	0.23	-0.01	0.49	1	-0.18	0.06	0.42	0.3	0.08	0.2	0.06	0.14	0.53	0.94	1.12	0.73	-0.38	0.39	0.03	-0.32	0.03		0.25	-0.09	0.26	-0.15	0.12	-0.07	-0.23	-0.06	-0.23		0.3	0.21	0.4	-0.2	-0.51	-0.04	-0.49	-0.51	0.44	0.38
+YBL050W	SEC17  SECRETION        SNAP; VESICLE FUSION	0.03	-0.1	0.04	-0.3	-0.2	-0.51	-0.07	-0.04	-0.04	0.03	0.24	0.21	-0.04	-0.22	0.15	0.25	-0.18	0.16	0.4	-0.1	-0.22	-0.07	-0.74	-0.69	-0.71	-0.25	-0.1	-0.17	-0.58	0.32	0.14	-0.12	-0.04	0.33	0.08	-0.74	-0.43	0.26	-1.94	0.52	1.01		-0.84	0.03	-1.29	-0.18	-0.94	0.29	0.03	0.1	0.6	0.83	0.81	0.14	0.68	0.54	-0.03	-0.06	-0.29	0.03	0.24	-0.51	-0.58	-0.76	0.66	0.23	0.38	0.14	-0.22	0.26	-0.58	-0.32	0.07	-0.03	0.24	0.14	0.11	1.55	0.85
+YAL026C	DRS2   TRANSPORT        CA(2+) TRANSPORTING ATPASE	0.01	-0.01	-0.2	-0.45	0.01	-0.6		0.31	-0.1	0.34	-0.32	0.32		-0.06	-0.25	0.57	-0.29	0.15	-0.6	-0.47	0.11	0.21	-0.06	-0.14	0.19	-0.01	0.43	0.83	-0.07	0.29	-0.56	0.42	-0.34	-0.36	-0.29	-0.27	-0.56	-0.29	-0.3	-0.43	-0.89		-0.49	0.33	-0.42	-0.47	-0.51	0.28	-0.15	0.61	0.77	1.32	1.47	-0.62	0.43		-0.01	0.21	0.98	1.56	0.93	0.38	0.2	0.25	-0.32	-0.36	-0.2	-0.51	0.48	0.56	1.01	-0.6	0.19	0.6	0.46	0.78	0.73	1.52	0.75
+YDL245C	HXT15  TRANSPORT        HEXOSE PERMEASE	-0.01	0.2	-0.03	0.14		-0.09	-0.14	0.18	0.59	-0.17	0.41	0.14	0.01	-0.32	0.31	0.23	-0.1	0.06	-0.1	0.15		0.03	-0.07	-0.01	0.11	0.16	0.24	-0.51	-0.17	0.12	0.2		-0.56	-0.34	-0.81	-0.67	-0.62	-0.36	-0.74	0.1	-0.29	-0.94	-1.12	0.32	-1.25	-0.51	-1.22	0.06	-0.14	0.16	0.38	0.53	0.89	-0.23	0.15	0.34	-0.01	0.34	-0.18	0.54	0.31	0.48	0.2	0.12	-0.34	-0.23	-0.34	-0.29	-0.32	0.59	0.81	0.52	-0.04	-0.2	0.3	0.01	-0.47	1.03	1.08
+YEL013W	VAC8   VACUOLAR PROTEIN TARGETI VACUOLAR PROTEIN	-0.01	0.06		-0.04	-0.2	-0.23		-0.09	-0.23	0.08	-0.2	0.2	-0.12	-0.3	-0.09		0.15	-0.03	0.18	0.12	0.1	-0.23	-0.12	-0.1	-0.32	-0.04	-0.06	-0.04	0.12	-0.04	-0.81	-0.06	-0.18	-0.12	-0.54	-0.1	-1.36	-0.97	0.07	0.4	0.29	-0.89	-0.43	-0.03	-0.69	-0.3	-0.76	-0.09	0.15	-0.06	0.81	1.05	1.32	0.37	0.32	0.9	0.19	0.1	0.23	0.8	0.33	-0.49	0.07	-0.15	-0.1	-0.84	0.04	-0.07	-0.06	0.01	0.18	0.26	0.12	0.39	0.52	0.39	-0.01	0.08	
+YKL157W	APE2   PROTEIN DEGRADATION    AMINOPEPTIDASE YSCII	0.25	0.04	0.33	0.33	0.07	0.12	-0.1	-0.12	0.12	-0.25	0.21	0.18	-0.06	-0.07	0.07	0.23	-0.42	-0.23	0.68	0.12	0.24	0.34	-0.32	-0.3	-0.43	-0.22	-0.04	-0.1	-0.17	0.34	-0.01	0.2	-0.51	0.38	-0.43	-0.58	-0.43	-0.56	-0.25	0.74		-0.62	-0.47	0.08	-1.18	-0.14	-1.06	-0.09	0.11	0.07	1.11	1.06	1.25	0.1	0.98	0.9	0.14	-0.17	-0.06	0.49	0.6	0.66	0.29	0.15	-0.51	-0.56	0.52	0.55	-0.17	-0.18	0.2	0.1	0.24	0.58	0.24	0.06	0.23	0.9	0.96
+YGR256W	GND2   PENTOSE PHOSPHATE CYCLE  6-PHOSPHOGLUCONATE DEHYDROGENASE	0.06	-0.23	0.4	0.3	0.32	0.24	0.21	0.21	-0.03	-0.27	-0.06	-0.23	-0.01	-0.23	0.21	-0.29	0.18	-0.15	0.82	0.12	0.11	0.3	-0.17	-0.58	-0.4	-0.2	-0.14	-0.43	-0.62	-0.1	0.3	-0.09	-0.58	-1.06	-0.74	-0.32	-0.4	-0.25	-0.51	-0.34	-0.22	-0.42	-0.32	-0.25	-0.51	-0.58	-0.14	-0.04	0.24	0.41	0.25	0.56	1.28	-0.32	0.15	0.41	-0.06	-0.34	0.04	0.9	0.33	0.14	0.39	-0.03	0.04	-0.43	-0.03		0.08	0.03	-0.56	-0.38	0.23	0.16	0.34	-0.6	-0.07	1.74	1.43
+YOR031W	CRS5   CU2+ ION HOMEOSTASIS     METALLOTHIONEIN-LIKE PROTEIN	0.15	-0.01	-0.2	-0.03	-0.18	-0.04	-0.12	-0.22		-0.32		-0.25	-0.03	-0.18	-0.29	0.01	0.01	-0.29	1.63	0.21	0.18	-0.25	-0.45	-0.36	-0.45	-0.74	-0.47	-0.62	-0.74	-0.54	-0.4	-0.32	0.24	0.03	-0.03	-0.47	-1.89	0.11	-0.22	-0.69	-0.06	-0.27	-0.45	-0.18	-0.45	-0.42	-0.38	-0.15	0.72	0.58	0.67	1.25	1.14	-0.12	-0.01	0.77	0.11	0.57	-0.01	0.25	0.36	0.2	0.01	0.32	-0.23	-0.58	-0.42	-0.69	-0.36	0.38	-0.2	-0.1	0.03	-0.17	-0.17	-0.17	-0.01	 [...]
+YMR152W	NONE   PROTEIN PROCESSING    MITOCHONDRIAL INNER MEMBRANE PROTEASE	0.04	0.37	0.14	0.16	-0.4	-0.25	-0.1	-0.56	-0.17	-0.25	-0.18	-0.18	-0.03	-0.58	-0.36	-0.47	-0.49	-0.27	0.28	0.07	-0.2	-0.29	-0.81	-0.56	-0.42	-0.27	-0.1	0.06	-0.18	0.25	0.06	-0.06	-0.18	-0.34	-0.54	-0.47	-0.76	0.08	-0.34	0.04	0.24	-0.94	-0.62	0.01	-0.25	-0.2	0.25	-0.03	0.52	0.21	0.21	0.38	0.58	0.44	-0.22	0.33	0.01	0.14	0.12	0.72	0.98	0.18	0.08	0.14	-0.25	-0.14	0.16	0.14	-0.04	0.99		-0.2	0.06	0.44	0.46	-0.03	-0.25	0 [...]
+YBR037C	SCO1   RESPIRATION      COX1P AND COX2P STABILITY (PUTATIVE)	-0.34	-0.45	-0.09	-0.34	-0.03	-0.29	0.1	-0.04	-0.06		-0.29	-0.3	-0.32	0.72	0.01	-0.01	-0.34	0.04	-0.07	-0.67	-0.42	-0.67	-0.4	-0.34	-0.1	-0.06	0.51	0.29	-0.58	0.53	0.34	0.03	-0.29		-0.3	-0.92	-0.92	0.25	-0.15	1.2	-0.51	-1.09	-0.32	0.37	-1.09	-0.14	-0.54	-0.1	0.11	0.56	1.47	1.07	0.59	-0.38	0.79	0.03	0.25	0.36	0.01	0.53	0.34	0.16	0.33	-0.23	-0.29	-0.3	-0.17	-0.79	0.29	0.25	-0.34	-0.09	-0.06	-0.1	0.52	0.03	0.2	0.69	0.55
+YDR204W	COQ4   UBIQUINONE BIOSYNTHESIS  UNKNOWN	-0.06	0.2	0.04	-0.22	-0.3	-0.54	-0.17	-0.67	-0.34	0.08	-0.25	-0.15	-0.17	-0.67	-0.47	-0.45	-0.36	-0.36	0.87	-0.01	0.15	-0.27	-0.42	-0.71	-0.2	0.08	0.12	-0.03	-0.15	0.29	0.42	0.44	-0.49	-0.25	-0.43	-0.32	-0.34	-0.14	-0.1	0.03	-0.32	-0.1	-0.01	0.03	0.5	0.57	0.82	-0.12	0.39	0.42	1.32	1.18	1.37	-0.09	0.68	0.77	0.43	0.24	0.15	1.67	0.91	0.59	0.62	0.26	-0.07	-0.1	0.41	0.16	-0.1	0.19	0.28	-0.06	-0.56	0.16	0.03	-0.3	-0.1	0.8	0.3
+YKR066C	CCP1   OXIDATIVE STRESS RESPONS CYTOCHROME-C PEROXIDASE	-0.18	-0.29	0.21	-0.17	0.03	-0.45	0.07	-0.38	-0.23	-0.07	-0.1	-0.12	-0.03	-0.47	-0.25	-0.56	-0.15	-0.51	0.29	0.28	-0.22	-0.25	-0.15	-0.71	-0.3	-0.22	0.23	-0.27	-0.15	0.46	0.88	0.1	-0.27	-0.4	-0.09	0.2	0.41	0.4	0.42	-1.12	0.12	-0.12	0.08	-0.14	-0.03	0.01	0.1	-0.54	1.08	1.63	2.83	2.45	1.14	-0.51	0.78		1.32	1.42	0.4	1.82	0.99	0.53	0.89	0.46	1.52	1.53	0.12	0.04	0.28	-0.29	-0.49	-1.43	-0.07	0.32	0.76	0.08	0.44	1.26	0.51
+YDR148C	KGD2   TCA CYCLE        2-OXOGLUTARATE DEHYDROGENASE	-0.17	0.24	0.12	0.37	-0.09	-0.04	-0.49	-0.22		0.06	0.28	-0.18	-0.17	-0.32	-0.15		-0.04	-0.15	0.86	0.75	0.03	0.37	-0.07	0.36	0.3	0.77	0.62	0.46	0.31	0.5	0.85	0.57	-0.54	-0.43	-0.2	0.16	0.01	0.18	0.34	0.39	0.21	0.1	0.4	0.88	0.87	0.59	0.82	0.2	0.99	1.56	2.15	1.66	1.43	-0.71	0.62	-0.18	0.34	0.73	-0.27	0.4	-0.1	-0.32	-0.45	-0.92	-0.01	-0.17	0.37	0.44	-0.42	-0.34	-0.71	-0.81	-0.62	-0.01	0.37	-0.18	-0.2	1.86	1.41
+YBR282W	"MRPL27 PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L27"	-0.25	0.3	0.12	0.32	-0.22	0.28	-0.14	0.23	0.49	-0.04	0.03	0.04	0.01	-0.1	-0.34	0.3	0.1	0.21	0.29	-0.04	0.26	0.21	0.1	0.11	0.26	0.19	-0.23		0.32	-0.04	-0.09	0.07			0.08	-0.1	0.2	0.54	-0.07	0.7	0.65	0.86	0.76	1.51	1.34	0.99	1.58	0.16	0.08	0.63	1.27	1.43	1.34	-0.47	0.75	0.31	0.07	0.5	-0.03	-0.27	-0.03	-0.43	-0.51	-0.03	0.21	0.67	0.04	-0.1	-0.07	0.32	-0.1	0.1	-0.12	0.25	0.28	0.2	0.07	0.95	0.06
+YIL111W	COX5B  OXIDATIVE PHOSPHORYLATIO CYTOCHROME-C OXIDASE SUBUNIT VB	-0.01	0.32	0.56	0.41	0.33	0.2	0.14	-0.34	-0.38	-0.42	-0.42	-0.58	-0.47	0.58	-0.43	-0.4	-0.06	-0.47	0.39	-0.12	0.03	-0.58	-0.27	-0.94	-0.47	-0.56	-0.51	-0.54	-0.62	-0.64	-0.69	-0.51	1.11	-0.69	0.33	-0.27	0.1	0.58	0.57	0.94	0.93	0.97	0.72	1.57	1.39	1.12	2.11	-0.58	-0.43	0.56	1.49	1.68	1.24	-1.32	0.76	0.74	-0.54	1.6	-0.01	1.07	0.57	0.19	0.11	-0.29	-0.25	0.03	0.37	0.21	-0.18	0.12	0.08	-0.62	-0.09	0.14	0.68	1.1	1.46	2.99	1.08
+YLR093C	NYV1   VACUOLAR PROTEIN TARGETI VACUOLAR V-SNARE	-0.03	-0.01	-0.2	-0.18	-0.22	-0.18	-0.32	-0.42	-0.15	-0.58	-0.18	-0.4	-0.15	-0.42	-0.23	-0.15		-0.32	0.69	-0.12	0.01	-0.23	-0.56	-0.4	-0.64	-0.27	-0.32	-0.49	-0.32	-0.32	-0.04	-0.34	-0.06	0.03	0.21	-0.06	-0.12	-0.09	0.14	0.18	0.24	-0.27		-0.07	0.62	0.48	0.8	-0.12	-0.1	-0.03	1.1	1.36	1.64	-0.2	1.1	1.67	-0.56	-1.64	-0.17	-0.32	-0.23	-0.89	-0.64	-0.49	-0.1	0.54	-0.04	0.34	-0.29	0.2	-0.15	-0.49	0.21	0.01	0.1	0.19	0.38	1.75	0.96
+YKL142W	"MRP8   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL SMALL SUBUNIT"	0.1	0.56	0.39	-0.58	-0.29	-0.34	-0.2	-0.42	-0.29	-0.27	-0.25	-0.49	-0.25	-0.92	-0.3	-0.67	-0.09	-0.67	1.51	0.04	-0.12	-0.67	-0.71	-0.62	-0.79	-0.42	-0.3	-0.69	-0.06	0.01	0.23	-0.1	-0.1	-0.32	-0.25	-0.17	-0.12	-0.32	0.01	-0.04	-0.01	-0.06	0.15	-0.17	0.95	1.06	1.45	-0.15	-0.29	0.18	1.82	1.8	1.77	-0.23	1.53	0.83	-0.49	-0.81	-0.29	1.06	0.67	-0.38	-0.25	-0.07	0.23	1.04	0.7	0.93	-0.3	0.99	0.19	-0.4	-0.06	0.23 [...]
+YOR089C	VPS21  ENDOCYTOSIS      RAB5-LIKE GTPASE	0.11	-0.2	-0.01	-0.09	-0.27	0.34	0.06	-0.03	-0.1	-0.22	-0.15	-0.4	-0.27	-0.29	0.08	-0.23	0.16	0.01	1.21	-0.04	-0.32	-0.2	0.04	-0.34	-0.18	-0.03	-0.04	-0.4	-0.2	-0.06	0.07	-0.15	0.46	0.3	0.34	0.36	0.25	0.2	0.43	0.23	0.4	0.51	0.36	0.15	0.95	0.69	1.01	-0.32	-0.81	-0.76	0.85	0.94	0.9	0.25	1.4	1.61	-0.58	-0.04	-0.22	-0.15	-0.27	-0.38	-0.49	-0.58	0.1	0.28	-0.25	0.21	-0.06	-0.15	-0.79	-0.12	0.06	0.07	0.07	-0.34	0.25	1.73	0.72
+YNR007C	AUT1   AUTOPHAGY        UNKNOWN	0.03	0.12	0.23	-0.29	0.12	0.26	0.12	-0.04	0.24	-0.42	0.52	-0.01	0.29	-0.36	0.16	0.15	-0.18	0.07	0.31	-0.42	0.16	-0.07	-0.18	-0.38	-0.32	-0.01	-0.15	-0.51	-0.4	-0.07	-0.17	-0.04	0.08	0.34	0.39	-0.04	-0.04	-0.06	0.3	-0.09	0.21	0.08	-0.54	0.31	0.7	0.53	0.62	-0.32	-0.23	0.89	1.99	1.8	1.6	-0.94	1.26	0.77	0.14	0.4	0.33	0.29	0.2	-0.15	-0.4	0.34	-0.29	-0.18	-0.18	0.11	0.33	0.6	0.4		-0.2	-0.23	-0.1	0.07	-0.1	2.19	1.66
+YMR272C	SCS7   FATTY ACID METABOLISM    CERAMIDE HYDROXYLASE	-0.01	-0.14	0.16	0.01	0.15	-0.22	-0.07	-0.45	-0.62	-0.69	-0.51	-0.56	-0.32	-0.56	-0.14	-0.69	-0.23	-0.89	0.42	-0.22	-0.15	-0.56	-0.14	-0.32	0.12	0.18	-0.04	-0.29	-0.15	0.08	-0.18	-0.01	-0.42	-0.15	0.18	0.65	0.94	0.74	0.83	0.86	0.58	0.62	0.66	-0.14	0.52	0.41	0.43	-0.51	0.7	1.62	2.57	2.61	1.7	-0.89	1.21	0.83	-0.64	-1.22	0.12	0.4	-0.03	-0.29	-0.12	-0.17	0.24	-1	0.16	0.26	0.16	0.25	0.5	0.77		0.34	0.96	0.64	0.87	0.75	0.91
+YGR193C	PDX1   GLYCOLYSIS       PYRUVATE DEHYDROGENASE	-0.14	-0.38	0.08	-0.29	0.07	-0.09	0.29	-0.2	0.07	0.11	-0.17	0.06	-0.2	-0.12	0.04		-0.06		0.46	-0.25	-0.23	-0.49	-0.49	-0.34	-0.47	0.3	0.18	0.19	0.01	0.33	0.29	0.11	-0.17	-0.06	-0.1	0.04	0.1		0.21	-0.14	0.14	0.12	0.12	0.23	0.63	0.33	0.6	-0.04	0.29	0.41	1.2	0.99	0.95	0.55	0.53	0.3	0.58	0.67	-0.18	0.15	0.15	-0.32	-0.23	-0.2		0.2	0.14	-0.17	-0.58	0.16	0.1	-0.15	-0.34	-0.04	0.31	-0.04	-0.12	0.52	0.15
+YNL039W	TFC5   TRANSCRIPTION       TFIIIB 90 KD SUBUNIT	-0.69	-0.29	-0.2	-0.04	-0.36	0.21	0.65		-0.51	0.08	-0.06	0.36	-0.32	-0.4	-0.43	-0.06	-0.36	-0.34	-0.1	-0.36	0.33	0.04	-0.06	-0.12	-0.23	0.19	-0.14	0.1	0.01	-0.01	-0.03	0.04	0.21	0.25	0.06	-0.27	-0.54	-0.38	-0.18	0.01	0.39	-0.67	-0.18	-0.22	-0.94	-0.04	-0.32	0.01	0.06	0.4		0.19	0.85	-0.15	0.45	0.52	0.73	0.56	-0.47	-0.23	-0.38	-0.01	-0.03	0.43	-0.09	0.1	-0.17	-0.1	-0.4	0.43	-0.14	0.18	0.11	-0.25	-0.27	-0.38	-0.42	-0.25	-0.38
+YER042W	NONE   OXIDATIVE STRESS RESPONS PEPTIDE-METHIONINE SULFOXIDE REDUCTASE	-0.29	1.1	-0.2	-0.06	-0.42	0.44	0.32	0.7	0.42	0.06	0.03	-0.14	-0.18	-0.3	-0.29	0.1	0.18	0.29	-0.25	0.61	0.1	-0.43	0.23	0.14	0.32	-0.34	-0.34	-0.12	0.31	-0.25	-0.58	-0.3	-0.49	-0.12	0.4	0.81	0.51	-0.17	-0.1	0.3	0.71	0.19	0.12	0.11	0.19	0.07	0.23	0.29	0.69	0.11	0.9	0.88	1.07	0.45	0.49	0.58	0.75	0.54	-0.58	-0.69	-0.34	-0.56	-0.36	-0.12	-0.62	-0.56	-0.89	-0.54	-0.38	0.15	-0.03	-0.23	-0.04	-0.03	0.18	-0.42	-0.51	0. [...]
+YER112W	USS1   MRNA SPLICING       U6 SNRNP PROTEIN	-0.14	0.25		0.2	-0.01	0.23	-0.23	0.19	0.19	-0.18	0.19	0.25	0.26	-0.07	0.01	0.19	0.12	0.04	0.5	0.08	0.16	0.24	0.4	0.32	0.18	-0.17	-0.38	-0.3	0.3	-0.32	-0.23	-0.09	0.16	0.28	0.15	-0.1	-0.22	-0.09	0.16	0.25	0.4	-0.17	-0.14	0.63	0.33	-0.03	0.44	0.15	0.67	0.82	0.58	0.89	1	-0.01	0.04	0.1	1.05	0.76	-0.27	-0.62	-0.38	-0.3	-1.22	-0.12	-0.23	0.63	-0.89	-0.56	0.48	0.58	0.72	0.61	0.3	0.11	0.15	-0.23	-0.47	0.03	-0.51
+YGL154C	LYS5   LYSINE BIOSYNTHESIS    AMINOADIPATE-SEMIALDEHYDE DEHYDROGENASE SUBUNIT	-0.2	-0.17	-0.15	0.04	-0.25	0.14	-0.32	0.04	-0.09	0.04	-0.25	-0.27	-0.07	-0.29	-0.25	-0.22	-0.04	-0.18	0.29	0.07	-0.38	0.25	0.18	0.03	0.19	-0.25	-0.27	-0.27	0.24	-0.36	-0.49	-0.18	-0.6	-0.14	-0.14	0.01	-0.3	-0.1	-0.3	-0.04	-0.12	-0.18	-0.01	0.23	-0.07	-0.27	-0.09	-0.34		0.12	0.36	0.44	0.79	0.55	-0.29	-0.27	0.75	0.86	-0.45	-0.38	-0.15	-0.3	-1.36	-0.01	-0.22	0.01	-0.3	-0.43	-0.2	0.08	-0.29		-0.32	-0.47	0. [...]
+YKL208W	"CBT1   MRNA PROCESSING, COB MRN UNKNOWN"	-0.32	-1.18	-0.67	-0.4	-0.49	0.07	-0.25	-0.49	-0.17	-0.15	-0.58	-0.22	-0.36	-0.71	-0.86	-0.49	-0.42	-0.14	-0.29	-0.04	-0.22	0.06	0.16	-0.12	-0.58	-0.14	-0.3	-0.32	-0.03	-0.12	-0.67		-0.17	-0.47	-0.03	-0.03	-0.54	-0.03	-1.25	-0.09	-0.04	-0.15	-0.43	0.75	-0.3	-0.12	-0.22	-0.09	-0.03	0.11	0.98	0.68	0.9	-0.23	0.56	-0.34	0.41	0.62	-0.01	-0.22	0.29	0.08	-0.23	0.34	-0.71	0.08	-0.6	0.04	-0.32	0.53	0.2	0.06	-0.09	-0.22	-0.04	0.06	0.18	0.26	-0.38
+YER068W	MOT2   MATING         TRANSCRIPTIONAL REGULATOR	-0.45	0.07	-0.03	0.26	-0.32	0.54	-0.36	0.01		0.37	0.16	0.12	-0.06	0.01	-0.1	0.32	0.08	0.14	0.28	0.11	-0.22	0.46	0.14	0.33	0.15	0.1	0.11	0.32	0.25	-0.12	-0.04	0.23	-1.18	-0.38	0.04	0.03	-0.92	0.12	-0.32	1.43	-0.4	-0.89	-0.64	0.36	-0.56	-0.43	-1.43	0.21	0.78	0.96	1.06	0.78	1.16	-0.09	0.32	0.04	1.17	1.48	-0.25	-0.17	-0.23	-0.07	-0.27	0.44	-0.04	-0.12	0.16	0.26	-0.27		0.21	0.91	-0.14	0.24	0.06	-0.38	-0.67	0.06	-0.45
+YCR067C	SED4   SECRETION        ER VESICLE FORMATION	-0.18	-0.62	0.11	-0.25	0.12	0.21	-0.03	0.16	-0.09	0.2	0.1	-0.25	-0.15	-0.67	-0.06	-0.36	-0.03	0.55	-0.54	-0.81	-0.42	-1.29	-0.47	-1.03	-0.94	-0.38	-0.15	-0.3	-0.54	-0.06	-0.27	-0.23	-0.23	-0.27	-0.56	-0.17	-0.51	-0.17	0.1	-0.09	-0.04	-0.45	-0.4	-0.32	-0.49	-0.42	-0.69	0.01	-0.1	0.21	0.82	1.24	1.51	-0.56	0.7	0.96	0.28	0.64	0.03	0.21	0.38	0.74	0.1	0.29	-0.45	-0.38	-0.69	-1.06	-0.15	0.43	0.64	-0.84	-0.01	0.43		-0.29	-0.22	-0.6	-0.23
+YER168C	CCA1   TRNA PROCESSING     TRNA NUCLEOTIDYLTRANSFERASE	0.1	-0.25	0.01	-0.09	0.03	0.01	-0.17	0.18	0.41	-0.03	0.45	0.4	-0.6	-0.1	0.07	0.4	-0.14	-0.15	-0.79	-0.29	-0.23	0.34	-0.04	0.1	0.07		-0.25	-0.14	-0.06	-0.43	-0.4	-0.1	0.14	0.19	-0.25	-0.18	-0.84	-0.54	-0.29	0.36	0.36	-1.03	-0.81	0.46	-0.86	0.06	-0.92	0.14	-0.43	0.2	0.88	0.75	0.73	-0.84	0.63	0.3	-0.23	-0.01	-0.09	-0.32	-0.04	0.21	-0.12	0.06	-0.43	-0.3	-0.27	-0.36	-0.09	-0.01	-0.07	0.62	0.32	0.16	0.24	-0.49	-0.42	-0.22	-0.34
+YDR508C	GNP1   TRANSPORT        GLUTAMINE PERMEASE	-0.69	0.03	0.54	0.46	0.26	0.24	-0.03		0.2	0.31	0.32	0.11	0.08	-0.22	0.2	0.2	0.06	-0.06	-1.29	0.29	-0.07	0.28	0.34	0.51	0.28	0.51	0.25	0.41	0.2	0.06	0.37	0.46	0.31	-0.17	-0.14	0.36	0.12	0.01	-0.25	-0.23	-0.4	-0.22	-0.22	-0.2	-0.64	-0.67	-0.62	0.16	-1.89	1.05	3.01	2.81	3.5	-2.94	1.86	2.34	-2.84	0.63	0.14	1.06	0.93	0.74	0.84	0.68	-0.47	-0.94		-0.2	0.18	0.01	0.28	0.53	0.21	-0.12	-0.3	-0.89	-0.92	-1.4	-1.03
+YIL048W	NEO1   NEOMYCIN RESISTANCE    ATPASE	-0.09	-0.36	-0.2	-0.15	-0.17	-0.07	-0.04	0.19	0.25	-0.14	0.32	-0.01	-0.06	-0.1	0.2	0.41	-0.34	-0.12	0.01	-0.12	-0.12	-0.18	-0.4	-0.2	-0.01	-0.17	-0.12	-0.07	-0.04	-0.07	-0.01	-0.2	-0.17	-0.14	-0.06	-0.06	-0.49	-0.38	-0.79	1.18	-0.27	-0.58	-0.58	-0.56	-1.69		-0.62	-0.34	-0.76	0.14	1.04	1.1	1.1	-0.97	0.53	0.23	-0.32	-0.17	-0.04	0.3		0.58	0.25	0.32	-0.6	-0.4	-0.12	-0.29	-0.17	-0.14	-0.22	0.1	-0.47	-0.17	-0.09	-0.12	-0.42	-0.58	-0.17
+YOL135C	MED7   TRANSCRIPTION       RNA POLYMERASE II MEDIATOR SUBUNIT	-0.23	-0.49	-0.34	-0.43	-0.22	-0.36	-0.06	-0.22	-0.32	-0.6	-0.23	-0.4	-0.23	-0.58	-0.25	-0.3	-0.09	0.12	0.21	-0.1	-0.4	-0.62		0.07	-0.04	-0.06	-0.07	-0.18	-0.23	-0.01	0.04	-0.32	-0.15	0.26	0.08	0.11	0.04	-0.04	0.01	0.12	-0.09	-0.42	-0.34	-0.43	-0.12	-0.22	-0.2	-0.56	0.16		1.17	0.86	0.42	-0.38	0.6	-0.01	-0.18	-0.04	0.1	-0.18	-0.17	0.58	-0.01	0.38	-0.18	-0.22	-0.3	-0.58	-0.25	0.31	0.08	-0.01	-0.17	-0.17	-0.2	-0.51	-0.23	 [...]
+YOR290C	SNF2   TRANSCRIPTION       COMPONENT OF SWI/SNF GLOBAL ACTIVATOR COMPLEX	0.5		-0.42		-0.49	0.49	-0.01	-0.3	-0.18	-0.17	-0.01	-0.1	0.28	-0.29	0.29	0.3	0.42	-0.25	0.42	0.21	-0.3	-0.09	-0.1	-0.09	0.06	-0.14	-0.23	0.37	-0.34	0.36	0.19	-0.04	-1.25	0.61	0.19	-0.71	-0.12	-0.32	-0.2	0.12	0.28	-0.58	-0.62	0.72	0.5	-0.06	0.23	-0.36	0.2	0.78	0.68	0.23	0.69	-0.6	-0.27	-0.6	0.91	1.21	-0.22	0.19	0.06	0.73	0.23	-0.18	-0.64	-0.71	-1.18		0.61	0.06	0.58	0.5	-0.15	-0.18	-0.27	-0.42	-0.54	-0.47	-0.64
+YPR104C	FHL1   TRANSCRIPTION       TRANSCRIPTIONAL ACTIVATOR 	-1.06	-1.06	-1.06	-0.29	-0.42	0.01		-0.07	-0.34	-0.56	-0.45	-0.43	-0.3	-0.03	0.01		0.12	-0.15	-0.17	-0.14	-0.47	-0.54	-0.09	-0.03	-0.14	-0.01	-0.27	-0.04	-0.32	-0.2	-0.4	-0.62	0.18	0.12	0.33	0.19	0.25	-0.17	-0.12	-0.29	0.12	0.45	-0.14	-0.81	-0.06	-0.4	-0.36	-0.43	0.82	0.91	1.15	0.99	1.01	-0.4		-0.22	0.82	0.9	-0.58	-0.62	-0.27	0.75	0.07	0.44	-0.34	-0.6	-0.71	-0.25	-0.3	0.74	0.77	1.01	-0.04	-0.01	-0.1	-0.25	-0.17	-0.56	-1.03
+YBL014C	RRN6   TRANSCRIPTION       COMPONENT OF RDNA TRANSCRIPTION FACTOR COMPLEX	-0.23	-0.92	-0.56	-0.67	-0.47	-0.22	0.07	0.31	-0.27	-0.17	-0.45	-0.1	-0.3	0.15	-0.32	-0.12	0.26	0.16	-0.79	-0.47	-0.54	-0.06	-0.06	0.08	-0.4	-0.42	-0.29	-0.14	-0.45	-0.4	-0.27	-0.42	-0.67	0.51	-0.34	-0.22	-0.36	-0.01	-0.27	-0.03	-0.22	-0.22	-0.71	0.32	-0.64	-0.4	-0.64	-0.07				0.01	-0.09	-0.42	-0.4	-0.3	1.05	1.41	-0.12	-0.29	-0.14	1.03	-0.1	0.11	-0.43	-0.58	-0.54	-0.56	0.14	0.38	0.48	1.53	0.14	0.06	0.01	-0. [...]
+YDR440W	"PCH1   MEIOSIS, CHECKPOINT    PUTATIVE ATPASE"	-0.38	-0.18	-0.14	0.26	0.15	0.03	-0.14	-0.03	-0.38	-0.2	-0.17	0.14	0.21	-0.3	-0.2	-0.34	0.15	-0.42	-0.22	-0.14	0.12	0.06	0.65	0.38	-0.12	-0.15	-0.2	-0.06	0.07	-0.32	-0.32	-0.34	-0.49	0.11	0.24	-0.27	-0.42	-0.6	0.06	0.08	-0.18	-0.22	-0.4	-1.06	-0.18	-0.45	-0.36	-0.14	0.49	0.62	0.3	0.18	0.18	-0.14	-0.79	-0.74	1.23	1	0.55	-0.42	-0.06	-0.09	-0.42	0.42	-0.38	-0.27	-0.58	-0.67	0.2	0.59	0.63	0.93	-0.25	-0.3	-0.15	-0.32	-0.4	-0.54	-1.32
+YER114C	BOI2   BUD EMERGENCE       BINDS BEM1P	-0.58	-0.23	-0.84	-0.27	-0.09	0.11	-0.17	0.08	0.37	-0.12	0.11	-0.07	-0.04	0.18	0.32	0.54	-0.15	0.11	-0.04	0.18	0.2	0.36	0.11	0.29	0.23	0.2	0.33	0.2	0.01	0.24	0.32	0.11	-0.2	-0.07	-0.22	0.01	-0.6	-0.43	-0.34	0.55	0.41	-0.56	-0.4	0.25	-0.79	-0.79	-0.79	-0.03	0.34	0.77	0.5	0.34	0.62	-0.62	-0.36	-0.38	1.2	1.12	0.34	-0.34	-0.34	0.49	-0.12	0.4	-0.62	-0.69	-0.69	-0.64	0.12	0.16	0.57	0.92	0.08	-0.04	-0.18	-0.38	-0.4	-0.67	-0.74
+YDR227W	"SIR4   SILENCING        NUCLEAR COILED-COIL PROTEIN, REGULATOR OF SILENCING"	-0.22		-0.45	-0.15	-0.18	-0.3	-0.04	-0.25	-0.36	-0.23	-0.36	-0.14	-0.14	-0.4	0.21	-0.27	-0.22	-0.42	-0.01	-0.27	-0.47	0.14	0.25	0.11	0.51	-0.03	-0.09	0.26	-0.34	-0.14	-0.56	-0.12	-0.29	-0.17	-0.03	0.24		-0.17	-0.09	0.16	-0.09	-0.07	-0.27	-0.92	-0.07	-0.43	-0.56	-0.42	-0.25	0.62	1.16	1.2	0.93	-1.09	0.51	0.53	0.01	-0.06	-0.09	-0.14	-0.12	-0.14	0.12	0.28	-0.47	-0.51	-0.67	-0.36	0.23	0.48	1.26	0.5	0.06	0.03 [...]
+YAL043C	PTA1   TRNA PROCESSING     UNKNOWN	-0.2	-0.17	-0.15	-0.34	-0.29	-0.36	0.07	-0.25	0.04	-0.1	0.03	-0.62	-0.15	-0.36	-0.03	-0.07	-0.36	-0.25	0.07	-0.03	-0.17	0.44	0.12	-0.04	0.3	-0.09	0.11	-0.22	-0.42	0.21	-0.3	0.38	-0.43	0.11	-0.04	0.12	-0.76	0.38	0.15	-0.06	-0.04	0.14	-0.07	0.15	-0.43	-0.34	-0.38	-0.06	0.03	-0.03	0.71	0.8	0.58	-0.29	0.98	0.29	0.08	0.24	0.39	0.14	0.42	0.89	-0.09	0.74	-1	-0.86	-0.49	-0.43	0.38	0.69	1.36	0.74	0.03	-0.1	-0.62	-1.15	-0.62	-1.12	-0.4
+YER164W	CHD1   TRANSCRIPTION       CHROMODOMAIN-HELICASE-DNA-BINDING (CHD) FAMILY	-0.18	-0.12	-0.22	0.03	-0.09	0.16	-0.03	0.15	0.29	-0.29	0.48	-0.12	-0.15	-0.25	0.33	0.6	-0.29	-0.23	0.04	-0.07	-0.06	0.29	-0.12	0.07	0.24	-0.03	-0.06	0.14	-0.15	-0.07	-0.18	0.06	-0.04	-0.15	0.46	-0.47	-0.71	-0.32	-0.25	0.14	0.3	-0.94	-0.56	-0.1	-1.29	-0.27	-0.89	-0.1	0.48	0.33	1.16	0.99	0.83	0.04	0.52	0.36	0.25	-0.04	0.24	-0.27	-0.32	0.73	-0.07	0.93	-0.49	-0.36	-0.64	-0.76	0.4	0.28	0.82	0.98	-0.03	-0.07	-0. [...]
+YGR270W	YTA7   PROTEIN DEGRADATION    26S PROTEASOME SUBUNIT; ATPASE		-0.1	0.25	0.03	0.08	-0.25	0.04	-0.15	-0.07	-0.2	0.26	-0.03	0.03	-0.4	0.25	-0.04	-0.04	-0.29	-0.22	-0.4	-0.1	-0.25	-0.18	-0.42	-0.36	-0.23		-0.2	-0.6	-0.01	-0.17	-0.36	-0.25	-0.29	-0.32	-0.43	-0.84	-0.47	-0.3	-0.47	-0.43	-0.74	-0.6	0.36	-0.43	-0.22	-0.67	-0.43	-0.06	0.78	1.12	1.01	0.91	-0.79	0.07	-0.12	0.58	1.29	0.33	0.08	0.54	0.78	0.07	1.6	-0.36	-0.25	-0.22	-0.84	0.57	0.43	1.19	0.51	-0.18	-0.14	-0.22	-0.09	-0.1	-0.36	-0.14
+YLR430W	"SEN1   TRNA SPLICING       RNA HELICASE, PUTATIVE"	-0.38	-0.36	-0.56	-0.43	-0.29	-0.29	-0.12	-0.4	-0.09	0.28	-0.25	-0.32	-0.18	-0.45	-0.42	-0.09	-0.38	-0.17	-0.45	-0.06	0.06	0.31	-0.03	-0.18	-0.14	0.43	-0.09	0.15	-0.12	0.04	0.23	0.03	-0.04	-0.22	-0.25	-0.15	-0.06	0.08	-0.12	-0.38	-0.17	-0.12	-0.27	0.1	-0.25	-0.45	-0.58	-0.36	0.06	0.56	0.98	0.61	0.81	-0.54	0.26	-0.25	-0.12	0.53	-0.04	0.12	0.26	0.32	-0.27	0.59	-0.6	-0.4	-1.15	-0.86	0.31	0.58	0.85	0.71	-0.25	-0.04	-0.01	-0.36	-0.36 [...]
+YBR275C	RIF1   SILENCING        RAP1-INTERACTING PROTEIN	0.21	0.12	0.32	0.82	-0.04	-0.27		-0.06	-0.1	0.08			0.04	-0.09	-0.1	-0.18	-0.09	0.04	-0.22	-0.25	-0.3	-0.38	-0.04	-0.17	-0.36	-0.04	0.01	-0.4	-0.2	-0.38	-0.84	-0.09	0.31	-0.22	0.11	-0.03	-0.22	-0.32	-0.07	-0.06	-0.04	-0.34	-0.54	-0.18	-0.32	-0.4	-0.38	0.07		0.54	1.04	0.58	0.86	-0.81	0.41	0.1	0.81	0.63	0.19	-0.17	0.25	0.4	-0.42	1.74	-0.56	-0.4	-1.4	-1.06	-0.18	0.78	0.99	0.64	-0.3	-0.29	-0.12	-0.38	-0.69	-0.54	-0.84
+YPR122W	"AXL1   BUD SITE SELECTION, AXIA INSULIN-DEGRADING ENZYME HOMOLOG"	-0.06	0.14	0.37	0.6	0.01	-0.2	0.06	0.04	0.14	0.01	0.48	-0.03	-0.04	-0.38	0.74	0.03	-0.36	0.26	0.01	-0.51	-0.27	0.07	-0.17	-0.67	-1.22	-0.64	-0.49	-0.01	-0.74	-0.69	-0.69	-0.43	0.11	-0.12	-0.42	-0.71	-0.43	-0.17		0.58	-0.6	-1.22	-0.76	0.14	-1.09	-0.64	-1.09	-0.29	0.38	0.83	1.71	1.61	1.42	-0.71	0.57	0.08	0.86	1.16	0.63	-0.06	0.45	0.71	-0.89	0.34	-1.12	-0.36	-2.06	-0.43	0.51	0.89	1.28	0.59	-0.06	0.1	-0.18	-0.27	-0.36 [...]
+YDR207C	UME6   MEIOSIS        TRANSCRIPTION FACTOR	0.19	0.58	0.48	0.53	0.19	-0.23	-0.04	0.44	0.15	-0.09	1	-0.36	0.19	0.5	0.93	0.23	-0.17	0.44	0.16	-0.64	0.38		-0.38	-0.58	-0.6	-0.6	-0.17	-0.23	-0.51	-0.84	-1.03	-0.36	-0.47	-0.49	0.23	-0.12	-0.22	-0.01	-0.29	-0.07	-0.01	-0.01	-0.47	-0.03	-0.27	-0.2	-0.56	-0.12	0.7	0.69	0.99	0.89	0.49	-0.01	0.3	-0.07	0.78	0.82	-0.01		0.32	0.39	-0.3	0.83	-0.74	-0.74	-0.69	-1.12	0.28	0.52	0.69	0.31	0.07	0.1	0.33	-0.25	-0.07	0.26	-0.27
+YER105C	NUP157 NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.43	-0.74	-0.32	-0.34	-0.1	0.18	-0.22	-0.17	-0.07	-0.29	0.08	-0.18	-0.3	-0.25	0.38	0.08		-0.25	-0.62	-0.58	-0.6	-0.07	-0.49	-0.71	-0.6	-0.56	-0.12	-0.14	-0.49	-0.03	-0.34	-0.25	0.08		-0.18	-0.09	0.07	0.23	0.01	-0.22	-0.07	-0.22	-0.25	-0.71	-0.27	-0.38	-0.36	-0.4	-0.15	0.48	1.12	0.88	0.85	-0.67	0.2		0.26	0.59	0.07	-0.18	-0.12	0.32	0.34	0.34	-0.79	-0.81	-0.81	-0.38	0.26	0.23	-0.14	0.44	-0.01	0.07	-0.06	-0.18	-0.03	-0.54	-0.69
+YGL212W	VAM7   VACUOLE BIOGENESIS    UNKNOWN; REGULATOR	-0.29	-0.64	-0.43	-0.23	-0.2	-0.18	0.06	-0.12	-0.27	-0.06	-0.64	-0.25	-0.07	-0.38	-0.23	-0.32	-0.01	-0.43	0.36	-0.67	-0.42	-0.3	0.01	-0.27	-0.51	-0.23	-0.23	-0.42	-0.07		-0.27	0.03	-0.38	-0.22	0.11	-0.1	-0.03	-0.42	-0.71	-0.54	0.14	-0.07	-0.3	-0.76	0.07	-0.1	0.04	-0.03		0.33	1.56	1.04	0.91	-0.29	0.18	-0.12	0.23	-0.42	-0.17	0.19	0.16	0.1	-0.38	0.7	-1	-0.14	-0.84	-0.84	0.03	0.32	0.31	0.36	-0.86	-0.76	0.07	-0.4	-0.09	0.99	0.53
+YDR160W	SSY1   TRANSPORT        REGULATOR OF TRANSPORTERS	-0.09	-0.1	-0.15	-0.03	0.07	-0.3	-0.06	-0.23	-0.07	0.03	0.03	-0.1	-0.25	-0.49	-0.03	-0.23	-0.04	-0.01	0.04	-0.6	-0.4	-0.34	-0.38	-0.25	-0.36	-0.03	-0.03	0.12	-0.36	-0.58	-0.43	-0.17	-0.22	-0.04	-0.3	-0.54	-0.64	-0.2	-0.62	0.75	-0.42	-0.86	-0.51	-0.43	-0.58	-0.58	-0.62	-0.32	-0.01	0.43	1.51	1.3	1.38	-0.71	0.28	0.11	0.31	0.63	-0.07	0.23	0.19	0.25	0.25	1.23	-0.04	-0.27	-0.36	0.16	-0.09	0.04	0.49	0.89	-0.62	-0.3	0.23	-0.32	-0.62	0.57	0.33
+YDR082W	STN1   TELOMERE LENGTH REGULATI ASSSOCIATES WITH CDC13P	-0.1	-0.34	-0.47	-0.2	-0.17	-0.03	0.03	-0.01	-0.07	-0.14	-0.36	-0.25		-0.25	-0.36	-0.32	0.11	-0.17	0.29	-0.23	-0.49	-0.09	0.14	-0.2	-0.25	-0.45	-0.62	-0.49	-0.1	-0.45	-0.92	-0.38	-0.42	-0.09	0.08	-0.43	-0.43	-0.34	-0.6	0.19	-0.6	-0.03	-0.47	-0.38	-0.54	-0.58	-0.6	-0.3	-0.23	-0.12	0.67	1.13	0.99	-0.2	0.4	0.68	0.21	-0.06	0.06	-0.51	0.19	0.11	0.2	1.13	-0.47	-0.25	-0.42	-0.69	-0.23	0.46	0.84	0.86	-0.89	-0.27	0.21	-0.36	-0.86	0.41	
+YOR032C	HMS1   PSEUDOHYPHAL GROWTH    SIMILAR TO MYC FAMILY OF TRANSCRIPTION FACTORS	-0.36	-0.25	-0.69	-0.49	-0.29	-0.3	-0.27	-0.07	-0.23	-0.34	-0.42	-0.23	-0.12	-0.36	-0.51	-0.27	-0.84	-0.3	0.91	-0.2	-0.06	-0.1	-0.34	-0.6	-0.25	-0.38	-0.64	-0.62	-0.2	-0.58	-1.06	-0.17	-1.18	0.24	-0.47	0.42	-0.36	-0.47	-0.43	1.42	1.45	-0.89	-0.1	0.8	-0.32	-0.34	-0.89	-0.18	-0.27	0.52	1.91	0.93	1.66	-1.69	0.94	1.27	-0.49	-0.15	0.43	0.21	0.21	0.63	0.12	0.29	-0.67	-0.34	-0.76	-0.51	-0.36	0.6	0.04	-0.29	-0.6 [...]
+YOL025W	LAG2   AGING          UNKNOWN	-0.15	0.11	-0.22	-0.54	-0.64	-0.1	-0.4	-0.14	-0.38	0.1	-0.54	-0.4	-0.3	-0.2	-0.97	-0.34	-0.25	-0.09	0.9	-0.12	-0.3	0.06	-0.04	-0.27	0.12	-0.29	-0.56	-0.42	0.04	-0.06	-0.56	0.01	0.26	0.25	-0.32	-0.14	0.03	0.04	0.1	0.07		-0.4	-0.27	0.01	-0.27	-0.04	-0.38	-0.14	0.03	0.39	1.29	1.25	1.19	-0.79	0.53	0.28	0.12	0.18	-0.25	0.5	0.26	0.57	0.4	0.44	-0.43	-0.36	-0.54	-0.04	-0.27	0.59	-0.25	-0.4	-0.38	-0.38	-0.14	-0.51	-0.58	0.32	-0.12
+YDR106W	ARP10  CYTOSKELETON (PUTATIVE)  ACTIN-RELATED PROTEIN	-0.09	-0.03	-0.18	-0.17	-0.07	-0.14	0.04	-0.03	-0.12	-0.14	-0.29	-0.01	0.01	-0.18	-0.15	-0.29	0.14	-0.14	0.19	-0.07	0.21	-0.34	0.08	0.04	-0.67	-0.15	-0.23	-0.2	0.11	-0.2	-0.38	-0.27	-1.64	0.32	-0.12	-0.71	-0.94	-1.09	-0.81	0.29	-0.86	-0.89	-1.09		-1.15	-0.43	-1.15	-0.14		-0.03	1.57	1.23	0.6	-1.09	0.68	0.38	0.08	0.01	0.18	0.12	-0.17	0.24	-0.76	0.2	-0.84	-0.15	-1.12	0.19	0.87	0.46	0.58	0.03	-1.09	-0.49	-0.09	-0.38	-0.69	0.58	0.07
+YNR058W	BIO3   BIOTIN BIOSYNTHESIS    DAPA AMINOTRANSFERASE	-0.23	-0.27	-0.06	-0.38	-0.3	-0.23		-0.23	-0.07	-0.12	-0.49	-0.03	-0.2	0.26	-0.74	-0.06	-0.42	-0.23	-0.79	-0.51	-0.09	-0.15	-0.29	-0.38	-0.45	-0.3	-0.3	-0.38	-0.14	-0.4	-1.22	-0.22	-0.32	0.08		-0.42	-0.69	-0.32	-0.64	0.61	-0.27	-1.32	-0.67	0.19	-1.15	-0.76	-1.36	-0.45	-0.56	0.15	1.04	0.29	0.81	-1.25	0.15	1.2	0.45	1.32	0.19	0.41	0.06	0.36	0.31	0.77	-0.62	-0.22	-0.64	-0.6	-0.23	0.58	0.11	0.72	-0.42	-0.69	-0.56	-0.43	-0.94		-0.58
+YPR106W	ISR1   STAUROSPORINE RESISTANCE PROTEIN KINASE	-1.12	-0.79	-1.32	-1.06	-0.56	-0.09	-0.47	-0.84	-1.12	-1.43	-1	-0.42	-0.09	-0.38	-0.01	-0.6	-0.17	-0.79	0.65	-0.2	-0.23	-0.4	-0.56	-0.58	-0.3	-0.27	-0.56	-0.36	0.06	-0.14	-0.4	-0.29	-2.32		0.23	0.06	-0.49	-1	0.18	1.21	0.62	-0.42	-0.62	-0.92	0.08	0.43	0.34	-0.38	0.36		2.08	1.59	0.96	-0.89	0.56	-0.18	1.04	1.33	0.12	-0.51	-0.32	-0.34	-0.2	-0.09	-0.3	-0.64	-0.54	-0.54	0.28	-0.04	0.24	0.23	0.16	0.32	0.79	-0.03	-0.09	0.61	0.21
+YDR362C	TFC6   TRANSCRIPTION       TFIIIC 91 KD SUBUNIT	-0.36	-0.79	-0.29	-0.42	-0.22	-0.69	-0.34	-0.42	-0.23	-0.15	-0.25	-0.09	-0.09	-0.56	-0.07	-0.27	-0.22	-0.42	-0.15	-0.01	-0.14	0.24	-0.2	-0.3	-0.07	0.3	0.06	0.23	-0.25	0.08	-0.67	0.23	-0.32	-0.07	0.36	-0.32	-0.69	-0.43	-0.56	0.07	0.57	-0.23	-0.38	0.61	-0.34	-0.51	-0.54	-0.01	0.2	0.48	1.31	1.16	0.97	-0.71	0.54	0.41	0.7	0.86	-0.2	-0.17	0.15	0.45	0.31	0.44	-0.12	-0.42	-0.18	-0.15	0.5	0.71	-0.09	0.5	-0.32	-0.25	0.39	-0.03	-0.22	0.43	0.25
+YOR237W	HES1   STEROL METABOLISM     SIMILAR TO HUMAN OXYSTEROL BINDING PROTEIN	-0.14	-0.69	-0.18	0.01	0.24	0.5	0.3		-0.23	-0.3	-0.23	-0.43	-0.17	-0.3	0.1	-0.2	-0.15	0.1	-0.29	-0.43	-0.36	-0.34	-0.54	-0.07	0.08	-0.04	0.01	-0.29	-0.58	-0.3	-2.47	-0.58	-0.36	-0.42	-0.14	-0.4	-0.49	-0.4	-0.47	-0.04	-0.42	-0.62	-0.79	-0.1	-0.64	-0.45	-0.67	-0.36	0.11	0.58	1.7	1.2	1.3	-0.54	0.33	-0.07	0.9	2	-0.23	-0.51	-0.45	-0.07	0.2	-0.32	-0.47	-0.49	-0.84	-0.09	0.03	-0.4	-0.32	-0.01	-0.67	-0.12	0.52	-0.42	 [...]
+YKR101W	SIR1   SILENCING        REULATOR OF SILENCING AT HML AND HMR	-1.09		-0.56	-0.25	-0.47	-0.49	-0.49	-0.74	-0.47	-0.06	-0.6	-0.42	-0.06	-0.2	-1.09	-0.49	-0.69	-0.15	-0.43	-0.1	-0.18	-0.4	-0.25	-0.51	-0.64	-0.6	-0.64	-0.56	-0.49	-0.6	-1.22	-0.51	-0.69	0.03	-0.49	-0.38	-1	-0.43	-0.64	0.21	-0.25	-0.76	-0.43	0.52	-0.94	-0.43	-0.69		0.48	0.87	1.8	1.04	1.7	-0.04	0.52	0.34	1.33	1.63	-0.1	-0.06	0.24	0.48	0.28	0.16	-0.22	0.29	-0.58	0.15	-0.47	0.24	-0.23	-0.51	-0.25	-0.42	0.16	0.08	-0.34	1.03	0.39
+YBL021C	HAP3   TRANSCRIPTION       COMPONENT OF HETEROTRIMERIC CCAAT-BINDING FACTOR	-0.64	-0.58	-0.36	-0.89	-0.79	-0.01	-0.15	0.15	-0.34	0.04	-0.76	-0.06	-0.17	-0.36	-0.97	0.16	-0.43	0.03	-0.58	-0.18	-0.18	-0.01	0.03	-0.06	0.16	0.18		0.03	-0.01	0.07	-0.42	0.32	-0.03	0.36	-0.14	-0.09	0.04	-0.43	-0.25	0.7	1.25		-0.49	-0.12	-1	-0.51	-1.32	0.37	0.58	0.37	1.5	1.54	1.43	-0.49	0.82	0.33	0.65	1.29	0.31	-0.15	0.21	0.44	0.01	0.36	0.3	0.24	-0.01	-0.29	-0.36	0.01	-0.18	0.31	-0.29	0.24	0.12	-0.14	-0. [...]
+YOR025W	HST3   SILENCING        UNKNOWN	-1.56	1.32	-1.03	-1.06	-0.67	-0.34	0.45	0.41	0.68	-0.06	-0.09	-0.43	-0.54	-0.74	-0.06	0.41	0.52	0.26	-0.74	-0.67	-0.67	-0.47	-0.67	-0.51	-0.29	-0.04	0.38	0.19	0.15	0.39	0.41	-0.01	-0.67	-1.89	-2.12	-0.12	0.98	0.67	-0.69	-0.97	-1.09	0.18	0.55	-0.58	-0.84	-1.09	-1.03	-0.4	0.93	1.78	1.99	2.05	1.87	-1.06	0.31	-0.07	0.87	1.67	-0.34	0.49	-0.04	-0.3	0.44	-0.14	0.03	-0.3	-0.6	-0.42	-0.2	0.1	-0.47	0.23	0.01	0.2	0.3	-0.34	-0.14	-0.74	-0.36
+YNL270C	ALP1   TRANSPORT        BASIC AMINO ACID PERMEASE	0.04	-0.04	0.18			-0.2		0.1		-0.29	-0.14	-0.03	0.04	-0.01	-0.04		-0.03	0.03	-0.81	0.1	-0.42	-0.18	-0.42	-0.45	0.01	0.2	0.4	0.06	-0.04	0.29	0.48	0.15	-0.3	-0.09	-0.18	-0.81	-0.36	-0.38	-0.36	-0.29	-4.06	-0.51	-0.74	-0.07	-0.56	-0.27	-0.3	-0.15	0.45	1.27	1.79	2.11	2.52	-1.06	0.28	0.7	1.42	1.77	0.51	0.32	0.01	0.18	-0.4	0.6	-0.69	-0.34	-0.18	-0.97	0.03	0.71	0.66	0.36	-0.29	-0.09	0.33	-0.27	-0.2	0.65	0.46
+YOR278W	HEM4   HEME BIOSYNTHESIS     UROPORPHYRINOGEN III SYNTHASE	-0.27	-0.43	-0.12	-0.25	-0.18	-0.27	-0.09	-0.36	-0.25	-0.4	-0.45	-0.36	-0.06	-0.49	-0.29	-0.62	-0.1	0.26	0.18	-0.29	-0.18	-0.32	0.12	0.08	-0.64	-0.14	-0.25	-0.4	-0.1	-0.12	-0.18	-0.01		0.28	0.57	0.62	0.66	0.57	0.51	0.48	0.38	0.23	0.43	-0.4	0.37	0.26	0.51	-0.32	0.52	0.86	2.02	1.53	0.93	-0.62	0.6	-0.79	0.29	0.9	-0.25	-0.58	-0.36	-0.06	-0.64	-0.4	0.04	0.08	-0.29	-0.07	-0.36	0.45	-0.22	-0.45	-0.14	-0.25	0.11	-0.54	-0.14	-0.32	-0.01
+YBR257W	POP4   RRNA AND TRNA PROCESSING RNASE P AND RNASE MRP SUBUNIT	-0.17	-0.58	-0.94	-1.15	-0.67	-0.84	-0.47	-0.62	-0.3	-0.01	-0.47	-0.45	-0.25	-0.79	-1.12	-0.6	-0.76	-0.49	-0.64	-0.6	-0.34	0.07	-0.03	-0.69	-0.45	-0.17	-0.36	-0.47	-0.38	-0.23	-0.27	-0.34	0.37	-0.12	-0.34	0.28	-0.34	-0.17	-0.45	0.25	0.41	0.57	0.33	0.85	-0.2	0.08	0.45	0.16	0.78	1.37	1.74	1.97	1.7	-0.58	0.3	-0.09	1.24	2.33	-0.32	-1.43	0.1	0.07	-1.06	0.58	-0.42	0.28	-0.62	-0.81		0.58	0.37	-0.56	-0.29	-0.1	0.39	-0.3	-0.54	 [...]
+YOL103W	ITR2   TRANSPORT        INOSITOL PERMEASE	-0.29	-0.54	0.08	0.01	0.44	0.34	-0.09	0.21	0.38	-0.25	0.61	0.1	0.19	-0.03	0.61	0.2	-0.2	-0.69	-1	-0.6	-0.4	-0.12	0.06	-0.29	0.07	0.12	-0.22	-0.22	-0.23	-0.18	-0.51	-0.45	0.15	-0.1	0.01		-0.03	-0.23	-0.22	-0.09	-1.64	-0.14	-0.34	-0.69	-0.4	-0.54	-0.54		0.49	1.2	1.5	1.5	0.99	-0.89	0.31	-0.22	1.49	1.1	-0.17	-0.67	-0.27	-0.3		0.07	-0.29	-0.69	-0.2	-0.06	0.01	-0.42	-0.04		0.06	0.14	0.32	0.15	0.21	-0.06	-0.32
+YNL216W	RAP1   TRANSCRIPTION       TRANSCRIPTIONAL REPRESSOR AND ACTIVATOR	-0.84	-0.58	-0.67	-0.56	0.11	-0.17	0.15	-0.17	-0.22	-0.23	-0.23	-0.42	-0.2	-0.36	0.08	0.07	-0.09	0.53	-0.43	-0.58	-0.71	-0.42	-0.14	-0.22	-0.14	0.2	0.31	0.6	-0.43	0.18		-0.1	-0.45	-0.18	0.07	0.11	-0.04	-0.6	-0.45	-0.09	-0.32	-0.04	-0.12	-0.49	-0.62	-0.58	-0.4	-0.47	1.13	1.47	1.49	1.23	1.1	-0.54	-0.1	-0.18	2.14	1.54	-0.2	-0.62	-0.1	0.16	-0.14	0.03	-0.86	-0.71	-0.29	-0.45	0.29	-0.12	0.29	-0.43	-0.29	-0.27	-0.51	-0.8 [...]
+YER129W	PAK1   DNA REPLICATION     PROTEIN KINASE; SUPPRESSES POL. ALPHA MUTATIONS	-0.1	-0.34	-0.34	0.25	-0.45	-0.2	0.03	-0.2	-0.1		-0.32	-0.18	-0.1	-0.17	-0.27	0.04	-0.12	0.14	-0.51	-0.34	-0.23	0.14	-0.03	0.26	-0.06	0.1	0.21	0.18	-0.15	0.19	0.04	0.07	-0.23	-0.25	-0.32	-0.45	-0.67	-0.58	-0.74	-0.64	-0.76	-0.47	-0.81	-0.32	-0.67	-0.81	-1	-0.25	0.86	1.08	1.64	1.41	1.34	-0.36	0.24	0.28	1.11	1.27	-0.38	-0.64	-0.62		-0.29	-0.06	-0.29	-0.51	-0.54	-0.22	-0.01	0.51	0.33	0.7	0.06	-0.17	0.01	-0.3	 [...]
+YOL067C	RTG1   ORGANELLE COMMUNICATION  H-L-H TRANSCRIPTION FACTOR	0.07	-0.4	0.25	-0.17	-0.22	0.06	0.21	0.07	0.07		0.1	-0.25	-0.32	-0.43	-0.06	-0.04	0.14	0.15	0.67	0.07	-0.23	-0.49	-0.12	-0.38	-0.2	-0.1	-0.06	-0.18	-0.43	0.03	0.23	-0.07	-0.34	-0.42	-0.56	-0.54	-0.49	-0.36	-0.62	-0.76	-0.62	-0.45	-0.54	-0.4	-0.58	-0.71	-0.47	-0.54	0.39	1.5	1.84	1.34	0.3	-0.92	-0.06	-0.45	1.08	1.76	-0.4	-0.03	-0.27	0.03	-0.12	-0.06	-0.89	-0.56	-0.15	-0.69	-0.51	0.1	-0.36	-0.4	-0.47	-0.25	-0.18	-0.34	-0.34	 [...]
+YPL128C	TBF1   TELOMERE LENGTH REGULATI TELOMERE TTAGGG REPEAT-BINDING FACTOR	-0.86	-0.94	-0.89	-0.62	-0.23	-0.47	0.2	-0.32	-0.3	-0.34	-0.49	-0.45	-0.23	-0.36	-0.1	-0.36	-0.23	0.23	0.06	-0.64	-0.79	-0.47	-0.4	-0.15	-0.14	0.63	0.32	0.33	-0.45	0.26	-0.25	-0.12	-0.47	-0.58	-0.15	0.43	0.3	-0.43	-0.51	-0.17	-0.01	0.18	-0.04	-1.89	-0.76	-0.74	-0.64	-0.36	0.42	0.78	1.42	1.57	1.32	-0.89	-0.1	-0.12	1.01	1.04	-0.38	-0.51	-0.58	-0.03	0.03	0.38	0.38	-0.84	-0.32	-0.42	-0.81	-0.18	-0.76	1.23	-0.36	-0. [...]
+YOR188W	MSB1   POLARIZED GROWTH    UNKNOWN	-0.2	-0.49	-0.54	-0.38	0.04	-0.25	0.28	0.1	-0.23	-0.4	-0.62	-0.22	-0.12	-0.22	-0.03	0.12	-0.12	0.12	-1.06	-1.03	-0.6	0.06	-0.03	0.31	0.08	0.28	0.25	0.3	-0.12	-0.18	-0.27	-0.2	-0.43	-0.4	0.31	0.66	0.21	-0.54	-0.62	-0.36	0.3	0.21	-0.71	-0.71	-0.25	-0.47	-0.36	-0.27	0.44	0.66	1.64	1.65	1.43	-1	0.58	0.26	1.04	0.73	-0.25	-0.86	-0.29	0.76	0.08	0.4	-0.23	-0.54	0.01	-0.34	-0.43	0.46	-0.18	0.45	-0.01	-0.06	0.31	-0.36	-0.64	-0.06	-0.6
+YOR034C	AKR2   ENDOCYTOSIS OF STE3P     UNKNOWN	-0.17	-0.29	-0.04	-0.1	0.18	0.11	0.14	-0.14	-0.03	0.08	-0.23	0.01	-0.04	-0.15	-0.09	-0.09	0.16	0.37	-0.62	-0.42	-0.47	-0.38	-0.3	-0.56	-0.15	0.07	0.1	0.06	-0.43	0.08	0.08	0.06	0.28	0.08	0.39	-0.17	0.12	-0.15	-0.27	-0.25	-0.09	-0.22	-0.25	-0.69	-0.4	-0.51	-0.58	-0.43	0.42	0.72	1.37	0.72	0.67	-0.51	0.21	-0.09	0.67	0.99	-0.14	-0.1	-0.49	0.19	0.25	0.82	0.1	-0.67	-0.36	-0.58	-0.56	-0.18	-0.76	-0.22	-0.15	0.04	0.18	-0.18	-0.23	0.3	-0.07
+YAL067C	SEO1   DRUG RESISTANCE     SUPPRESSOR OF SULFOXYDE ETHIONINE	-0.01	1.6	0.2	-0.38	-0.07	0.11	0.67	0.25	0.36	-0.15	-0.51	-0.17	-0.01	-0.51	0.32	-0.43	0.08	0.06	-0.64	-0.4	-0.42	-0.15	-0.12	-0.36	-0.3	-0.49	-0.3	-0.6	-0.32	-0.54	-0.74	-0.84	-0.74	-0.01	0.83	0.75	-0.92	-1.36	-0.84	0.25	-0.74	-1.12	-1.43	-0.15	-1.51	-1.15	-0.89	-0.17	0.58	1.55	3.26	1.61	2.8	-1.03	1.53	0.86	0.03	0.7	0.1	-0.79	0.28	0.37	-0.04	0.71	-0.56	-0.15	-0.86	-0.49	0.18	0.51	0.32	0.24	-1.12	-1	-0.42	-1.03	-0.89	0. [...]
+YML097C	VPS9   VACUOLAR PROTEIN TARGETI SIMILAR TO MAMMALIAN RAS INHIBITORS	-0.23	-0.04	-0.25	-0.18	-0.12	-0.43	-0.06	-0.56	-0.18	-0.45	-0.36	-0.25	0.07	-0.45	-0.25	-0.25	-0.71	-0.36	-0.56	-0.58	-0.45	0.01	-0.2	-0.32	-0.38	-0.3	-0.09	0.1	-0.2		-0.04	-0.23	-0.74	-0.1	-0.03	-0.1	-0.2	-0.36	-0.34	-0.49	-0.18	-0.09	-0.25	-0.2	-0.17	-0.45	-0.25	-0.12	0.14	0.95	1.4	1.32	1.17	-1.15	0.49	0.14	-0.22	0.31	-0.15	-0.29	-0.4	-0.47	-0.47	-0.22	-0.1	0.19	-0.1	-0.4	-0.54	0.5	-0.04	-0.04	0.15	0.23	0.33	- [...]
+YDL065C	PEX19  PEROXISOME BIOGENESIS    UNKNOWN	-0.04	-0.34		0.03	-0.18	-0.09	0.26	-0.06	0.04	-0.15	0.11	-0.18		-0.2	0.01	-0.12	-0.17	-0.17	-0.4	-0.14	-0.56	-0.47	-0.29	-0.45	-0.42	-0.29	0.07		-0.3	-0.09	-0.18	-0.36	-0.71	-0.34		0.03	-0.06	0.28	0.15	-0.04	-0.06	-0.07	-0.1	-0.1	0.04		0.14	-0.25	0.31	0.82	1.45	1.2	0.99	-0.25	0.82	0.53	0.44	0.63	-0.67	-0.42	-0.07	-0.56	-0.3	0.01	0.11	-0.04	-0.15	-0.42	-0.2	0.45	-0.54	-0.56	-0.12	-0.22	-0.09	-0.17	0.31	-0.03	
+YKL196C	YKT6   SECRETION        ER-TO_GOLGI V-SNARE	0.01	-0.32	-0.03	-0.03	-0.17	-0.03	0.31	0.31	0.31	-0.06	-0.06	-0.22	0.16	-0.49	0.15	-0.3	-0.54	-0.12	0.39	0.16	-0.27	0.12	0.1	-0.14	0.08	-0.81	0.08	-0.04	0.21	0.14		0.08	0.06	0.08	0.12	0.25	0.12	-0.09	-0.09	-0.01	0.08	0.14	0.28	-0.18		0.29	0.48	-0.3	0.25	0.71	1.48	1.03	0.98	-0.12	0.48	0.12	0.74	1.37	-0.32	-0.67	-0.49	-0.92	-0.51	-0.45	0.08	0.2	0.19	0.25	-0.62	-0.29	-0.54	-0.38	0.07	0.23	0.14	0.12		0.24	-0.62
+YML098W	TAF19  TRANSCRIPTION       TFIID 19 KD SUBUNIT	-0.38	-0.07	-0.38	-0.06	-0.34	0.1	-0.1	-0.3	-0.2	0.16	-0.47	0.16	-0.22	-0.27	-0.3	-0.14	0.08	-0.22	-0.03	0.15	0.11	0.1	0.07	0.12	0.28	0.21	0.01	0.14	0.32	-0.03	-0.04	0.19	0.08	0.24	0.38	0.29	0.18	0.03	-0.03	0.06	0.42	0.37	0.21	0.79	0.26	0.26	0.53	-0.18	0.77	0.85	1.26	0.48	1.1	-0.18	0.01	-0.14	1.23	0.93	-0.23	-0.3	-0.17	-0.51	-0.18	-0.38	-0.09	-0.36	-0.15	-0.04	-0.51	0.16	-0.56	-0.58	0.04	-0.22	-0.17	-0.07	-0.22	0.4	-0.42
+YGL210W	YPT32  SECRETION        RAS-LIKE GTPASE	-0.71	-0.07	-0.2	0.24	-0.22	0.21	-0.3	0.01	-0.06	0.23	-0.1	0.1	-0.01	-0.14	-0.42	-0.04	-0.12	-0.15	0.18	0.2	0.55	-0.22	0.45	0.03	0.36	0.19	-0.03	0.01	0.33	-0.01	0.18	0.1	-0.06	0.2	0.4	0.08		0.12		0.2	-0.03	0.21	0.12	0.58	0.31	0.08	0.29	0.18	1.07	1.08	1.87	1.49	1.45	-0.15	0.42	-0.01	1.65	1.93	-0.03	-0.69	-0.62	-0.62	-0.42	0.1	0.2	0.37	0.14	0.12	-0.6	0.08	-0.12	-0.1	-0.27	-0.54	-0.14	-0.27	-0.64	0.08	-0.56
+YDL064W	"UBC9   PROTEIN DEGRADATION, UBI E2 UB.-CONJUGATING ENZYME"	-0.29	-0.81	-0.43	-0.3	-0.03	-0.04	0.25	-0.27	-0.04	-0.01	-0.4	-0.25	-0.22	-0.43	-0.09	-0.27	-0.03	-0.25	-0.32	-0.32	-0.03	-0.45	0.11	0.24	0.06	0.19	0.04	0.21	0.11	-0.22	-0.3	-0.04	0.1	0.23	0.39	0.48	0.29	-0.1	-0.2	-0.03	-0.09	0.38	0.19	-0.64	-0.1	-0.25	0.15	-0.3	0.83	0.97	1.65	1.38	1.08	0.01	0.34	-0.3	1.64	1.34	-0.18	-0.92	-0.89	-0.76	-0.38	-0.12	-0.29	-0.36	-0.34	-0.62	-0.6	0.06	-0.25	-0.38	-0.06	-0.29	-0.34	-0.62	-0.5 [...]
+YEL003W	PFD2   PROTEIN FOLDING     CHAPERONE; TUBULIN FOLDING	-0.38	0.06	-0.15	0.03	-0.47	0.18	-0.43	0.1	-0.15	-0.01		-0.18	-0.17	-0.4	-0.23	-0.1	0.01	-0.2	0.11	0.38	-0.1	0.11	0.21	0.3	0.32	-0.15	-0.23	-0.27	0.38	-0.32	-0.42		-0.2	-0.06	0.03	0.25	-0.58	-0.49	-0.18	0.06	-0.18	-0.15	-0.17	0.34	-0.17	-0.2	0.26	0.11	1.06	0.77	1.61	1.04	0.86	0.1	0.68	0.01	0.95	0.95	-0.09	-0.64	-0.09	-0.62	-0.58	-0.25	0.19	0.53	-0.22	-0.18	-0.32	0.38	-0.6	-0.18		-0.17	0.23	-0.17	-0.4	-0.79	-1.09
+YJL013C	MAD3   CELL CYCLE       SPINDLE CHECKPOINT COMPLEX SUBUNIT	-0.09	1.12	-0.01		-0.22	0.7	0.07	0.28	-0.03	0.38	-0.18	0.04		0.04	-0.14	0.31		0.26	-0.09	-0.12	0.07	-0.56	-0.07	-0.1	0.01	-0.03	-0.17	-0.12	0.06		-0.49	0.07	-0.15	0.01	0.23	0.04		-0.06	-0.38	-0.07	0.11	-0.15	-0.1	0.11	-0.25	-0.4	-0.04	-0.09	0.75	0.91	1.8	0.82	1.04	-0.58	0.52	-0.34	1.46	1.59	-0.14	-0.36	-0.29	0.08	-0.4	0.7	-0.06		-0.12	-0.42	-0.74	0.11	-0.15	-0.12	0.03	-0.09	0.12	0.07	-0.17	-0.2	-0.56
+YER016W	BIM1   CYTOSKELETON        MICROTUBULE BINDING PROTEIN	0.03	-0.4	0.1	-0.07	0.28	0.3	0.15	-0.15	-0.36	-0.25	0.18	0.1	-0.03	0.01	0.15	-0.09	0.06	-0.23	-0.86	-0.62	-0.56	-0.47	-0.3	-0.4	-0.17	-0.06	-0.23	-0.2	-0.27	-0.06	-0.18	-0.27	-0.62	-0.17	0.38	-0.09	-0.29	-0.79	-0.04	0.33	0.34	-0.06	-0.64	-0.27	0.43	0.33	0.54	-0.12	0.96	0.93	1.55	1.32	1.09	-0.18	0.28	0.04	1.49	1.2	-0.29	-0.14	-0.36	-0.25	-0.2	-0.25	0.1	0.01	-0.29	-0.43	-0.3	0.32	-0.84	-0.94	-0.03	0.12	0.44	-0.17	-0.03	-0.07	-0.36
+YBR049C	REB1   TRANSCRIPTION       TRANSCRIPTION FACTOR	-0.71	-0.34	-0.84	-0.32	-0.34	0.15	0.14		-0.23	-0.22	-0.62	-0.27	-0.23	0.06	-0.18	0.65	-0.15	0.12	-0.67	-0.25	-0.62	-0.43	-0.49	-0.38	-0.17		0.38	0.11	-0.29	0.43	0.14	0.04		0.23	-0.09	-0.29	-0.58	-0.09	-0.29	0.48	0.26		-0.54	0.08	-1.03	-0.2	-1	0.06	0.57	0.94	1.33	1.4	1.39	-0.4	0.3	0.31	1.51	1.05	-0.3	0.01	-0.27	0.3	-0.1	-0.09	-0.42	-0.51	-0.1	-0.2	-0.1	0.08	-0.43	-0.43	0.21	0.01	0.37	-0.12	-0.62	-0.67	-0.6
+YNL126W	SPC98  CYTOSKELETON        SPINDLE POLE BODY COMPONENT	-1.03	-0.92	-0.32	0.12	0.51	0.31	0.36	0.18	-0.43	-0.76	-0.67	-0.34	0.29	0.41	0.48	0.75	-0.34	-0.42	-1.09	-0.81	-0.74	-0.25	0.04	0.29	0.36	0.2	-0.18	-0.14	-0.3	-0.43	-0.86	-0.71	-0.04	-0.15	-0.45	-0.22	-0.27	-0.17	-0.15	-0.1	-0.27	-0.62	-0.45	0.11	-1.06	-0.51	-0.58	-0.2	1.03	1.41	2.04	1.6	2.13	-0.84	0.14	0.06	1.69	1.86	0.25	-0.2	-0.86	-0.71	-0.17	-0.1	-0.42	-0.84	-1.29	-0.6	0.49	0.54	-0.67	-0.64	0.04	0.01	-0.29	-0.36	-0.54	-0. [...]
+YLR191W	PEX13  PEROXISOMAL PROTEIN TARG DOCKS PEROXISOMAL PROTEIN RECEPTOR	-0.29	0.08	-0.07	-0.07	-0.17	-0.22	0.11	-0.22	0.01	-0.09	-0.04	-0.1	0.06	-0.27	-0.09	-0.14	-0.67	-0.15	-0.58	-0.3	-0.12	0.11	-0.17	0.07	0.04	0.06	0.25	0.11	-0.25	0.21	0.28	0.14	0.04	0.53	0.33	0.38	0.37	0.52	0.48	0.57	0.34	0.41	-0.01	-0.29	0.41	0.07	0.2	-0.03	0.57	0.88	1.12	1.1	1.54	-0.2	0.23	0.4	0.96	1.26	-0.09	-0.03	0.21	0.07	-0.09	0.26	-0.2	-0.43	-0.22	-0.42	-0.22	0.4	0.01	0.42	0.12	-0.01	0.19	-0.25	-0.38	0.38	0.48
+YGL205W	POX1   FATTY ACID METABOLISM    ACYL-COA OXIDASE		0.99	0.04	-0.36	-0.06	-0.06	-0.25	0.07	0.08	-0.38	-0.2	-0.01	-0.03	0.07	-0.12	0.33	-0.18	-0.1	-0.79	-0.43	-0.62	-0.58	-0.86	-0.71	-0.23		0.1	-0.1	0.01	0.37	0.1	0.23	-0.62	0.73	-0.03	-0.38	-0.54	0.21	0.11	0.98	-0.3	-0.42	-0.89	0.45	-0.86	0.31	-0.86	-0.04	0.91	0.77	1.46	1.94	2.48	-0.2	0.56	1.42	1.14	1.44	0.34	0.14	0.15	0.19	0.2	0.48	-0.69	-0.51	-0.27	-0.76	-0.25	0.63	0.52	0.76	-0.2	-0.51	0.54	-0.17	-0.69	0.3	0.49
+YNR034W	"SOL1   TRNA SPLICING, PUTATIVE  UNKNOWN"	-0.54	0.56	-0.4	-0.06	-0.32	0.08	-0.32	-0.49	-0.43	-0.14	-0.71	-0.25	-0.34	-0.43	-0.67	-0.49	-0.23	-0.29	0.98	0.12	-0.49	-0.06	-0.58	-0.43	-0.3	-0.03	-0.17	-0.27	-0.09	0.19	0.44	0.5	-0.14	0.12	-0.23	0.59	-0.09	-0.04	0.18	0.46	0.1	0.1	-0.01	0.19	-0.01	0.1	-0.01	-0.23	-0.17	0.7	3.38	3.22	4.55	-1.09	2.72	3.77	0.46	-0.17	-0.01	1.54	0.74	0.11	0.01	0.07	-0.15	0.26	-0.09	-0.36	-0.43	0.64	0.37	0.71	-0.17	-0.36	-0.43	-0.4	-0.47	1.5	0.23
+YFL011W	HXT10  TRANSPORT        HEXOSE PERMEASE	0.55	0.86	1.22	0.26	0.9	-0.36	0.19	0.18	0.04	0.25	1.37	0.82	0.71	0.46		-0.17	0.08	0.08	0.2	-0.15	-0.38	-0.49	-0.45	-0.94	-0.45	-0.29	-0.14	-0.18	-0.25	-0.34	-0.32	-0.27	-0.09	0.03	0.32	-0.6	-0.79	0.06	0.34	-0.04	-0.06	-0.56	-0.18	-0.07	-0.67	-0.84	-0.92	-0.47	-0.38	1.78	3.98	3.53	4.69	-2.47	3.98	4.05	-0.04	0.73	0.25	0.65	0.61	0.12	-0.12	-0.23	-0.81	-0.97	-0.51	-0.76	0.08	0.95	1.54	0.24	-0.92	-0.58	0.32	-0.38	-0.47	0.88	0.82
+YBL084C	CDC27  CELL CYCLE       ANAPHASE-PROMOTING COMPLEX SUBUNIT	0.16	0.32	0.59	0.33	0.16	0.25	0.19	0.24	-0.01	0.1	0.18	-0.1	0.49	-0.3	0.69	0.53	0.06	0.23	0.04	-0.84	-0.09	-0.01	-0.67	-0.12	-0.6	-0.76	-0.32	-0.43	-0.56	-0.36	-1.18	-0.67	0.14	0.1	-0.67	-0.54	-0.22	-0.12	-0.07	0.52	0.23	-0.34	-0.17	-0.32	-0.54	-0.34	-0.38	-0.1	-0.2	0.73	2.93	3.11	3.07	-1.22	2.13	2.12	0.68	0.54	-0.36	0.48	0.06	0.18	-0.06	1.26	-0.67	-0.4	-0.64	-0.76	-0.23	0.01	0.08		-0.14	-0.29	-0.67	-0.86	-0.62	-0.18	0.24
+YGL162W	SUT1   TRANSPORT        INVOLVED IN STEROL UPTAKE	0.66	0.21	-0.49	-0.15	-0.71	-0.01	-0.3	0.18	-0.03	0.1	-0.17	-0.12	-0.25	-0.27	-0.62	-0.3	-0.09		0.2	0.21	0.52	0.26	0.03	-0.01	-0.01	-0.54	-0.81	-0.32	-0.2	-0.43	-1.03	-0.18	0.01	-0.2	-0.64	-0.01	0.21	0.46	-0.06	-0.17	-0.2	0.07	0.72	0.25	-0.36	-0.38	-0.3	0.07	-0.69	1.27	2.97	3.07	2.83	-2.47	1.54	1.09	-0.56	0.75	0.07	0.1	0.11	0.12	-0.32	0.2	-0.47	-0.47	-0.74	-0.54			0.53	0.26	-1.03	-0.51	0.04	-0.81	-0.71	0.56	0.1
+YGL003C	CDH1   CELL CYCLE       CYCLIN DEGRADATION	0.03	-0.17	-0.2	-0.42		-0.23	0.03	-0.06	-0.15	-0.03	-0.25	-0.18	-0.15	-0.36	-0.15	-0.1	-0.06	-0.2	0.65	-0.23	-0.51	-0.54	-0.29	-0.32	-0.4	-0.3	-0.27	-0.36	-0.54	0.01	-0.04	-0.27	0.4	-0.01	-0.12	0.12	0.24	0.41	0.36	0.33	-0.18	0.28	0.07	-0.51	0.18	0.01	-0.07	-0.27	-0.58	0.6	2.1	1.84	1.86	-1.36	1.18	0.23	0.08	-0.03	-0.04	0.1	-0.12	0.12	0.04	0.26	-0.6	-0.49	-0.4	-0.47		0.34	0.24	-0.06	-0.01	-0.01	0.07	-0.45	-0.43	0.45	0.61
+YIL045W	PIG2   GLUCOSE REPRESSION    (PUTATIVE) GLC7P REGULATORY SUBUNIT	-0.56	-0.14	-0.27	-0.69	0.73	-0.25	-0.58	-0.3	-0.38	0.11	-0.27	-0.15	-0.17	-0.32	-0.62	-0.23	-0.54	-0.3	2.04	0.39	-0.25	-0.62	-0.76	-0.42	-0.29	-0.34	-0.38	-0.49	-0.38	-0.29	-0.25	-0.4	-0.29	0.07	0.06	-0.06	-0.01	-0.01	0.1	0.12	-0.14	-0.18	0.08	0.55	0.45	0.29	0.42	-0.04	0.2	0.55	2.26	2.24	2.7	-0.25	1.33	1.62	1.1	-0.01	-0.04	0.2	0.11	-0.25	-0.14	-0.12	-0.34	0.23	-0.12	-0.1	-0.09	0.19	-0.29	-0.36	-0.03	-0.17	-0.1	-0.2 [...]
+YKR002W	PAP1   MRNA POLYADENYLATION     POLY(A) POLYMERASE	0.1	0.5	0.11	0.58	0.01	0.14	0.01	0.04	0.11	-0.09	0.23	0.08	0.06	-0.07	0.06	0.37	-0.3	0.08	0.01	-0.01	-0.17	-0.25	-0.34	-0.18	-0.3	-0.17	0.04	0.14	0.03	0.18	0.11	-0.07	-0.27	-0.15	-0.36	-0.15	-0.4	-0.3	-0.09	-0.29	-0.23	-0.22	-0.22	-0.43	0.12	-0.22	-0.18	-0.22	0.34	0.67	1.76	1.39	1.38	-0.43	1.14	0.67	0.4	0.5	-0.12	-0.03	0.07	-0.3	-0.17	-0.36	-0.03	-0.22	-0.09	-0.25	-0.04	-0.51	-0.18	0.07	-0.62	0.08	0.14	-0.29	-0.2	0.26	-0.04
+YOL068C	HST1   SILENCING        SIR2P HOMOLOG	-0.45	-0.32	-0.71	-0.29	-0.6	-0.47	-0.2	-0.54	-0.17	-0.49	-0.62	-0.51	-0.17	-0.51	-0.58	-0.23	-0.18	-0.43	0.16	-0.1	0.44	-0.29	-0.15	-0.23	-0.04	0.04	-0.12	0.15	0.21	-0.03	0.18	0.04	-0.14	-0.22	-0.2	-0.04		-0.34	-0.6	-0.51	-0.14	-0.15	-0.3	0.04	-0.38	-0.56	-0.4	-0.42	0.19	1.29	2.23	1.83	1.76	-1.22	0.68	0.23	0.86	1.52	-0.47	-0.12	-0.42	-0.54	-0.15	-1.29	-0.09	-0.36	-0.2	-0.09	-0.22	0.23	-0.76	0.54	0.03	-0.43	-0.18	-0.25	-0.47	-0.32	-0.92
+YMR125W	STO1   GLYCOLYSIS       LARGE SUBUNIT OF THE NUCLEAR CAP-BINDING PROTEIN COMPLEX	-0.23	0.38	-0.18	-0.49	-0.15	-0.4	-0.09	-0.38	-0.18	-0.23	-0.18	-0.04	0.04	0.9	-0.45	-0.09	-0.62	-0.12	-0.6	-0.51	-0.54	0.07	-0.09	-0.03	-0.12	-0.18	0.18	-1.47	-0.1	-0.03	-0.03	-0.07	-0.06	-0.06	-0.34	-0.32	-0.22	-0.01	-0.25	-0.12	-0.17	-0.34	-0.76	-0.12	-0.07	-0.4	-0.32	-0.18	0.06	2.3	2.9	2.7	2.88	-2.56	0.21	-0.45	0.52	1.54	-0.51	-0.86	-0.49	-0.25	-0.74	-1.36	-0.79	-0.34	-0.69	-0.86	0.14	0.16	-1.36	 [...]
+YDL080C	THI3   THIAMINE METABOLISM    ALPHA-KETOISOCAPROATE CARBOXYLASE	-0.43	0.12	-0.54	-0.36	-0.81	-0.12	-0.62	-0.1	-0.15	-0.15	-0.27	-0.34	-0.38	-0.3	-0.54	0.03	-0.17	-0.03	-0.01	0.2	0.21	0.26	0.08	0.11	0.19	0.01	-0.12	-0.04	0.1	0.01	0.1	0.11	-0.27	-0.07	-0.22	-0.14	-0.36	-0.17	-0.29	-0.23	-0.23	0.11	-0.23	0.53	-0.06	-0.29	-0.38	-0.3	0.63	0.79	2.56	2.09	1.58	-1.4	0.37	-0.22	1.03	1.6	-0.38	-0.56	-0.27	-0.34	-0.15	-0.71	-0.09	-0.27	0.16	-0.54	0.28	0.12	-0.34	-0.43	-0.29	0.58	0.08	-0.18	 [...]
+YKR019C	IRS4   SILENCING (RDNA)    UNKNOWN	-0.23	0.46	-0.27	-0.09	-0.04	-0.18	-0.14	-0.2	-0.2	-0.06	-0.15	-0.2	-0.36	-0.23	0.18	-0.23	0.14	-0.27		-0.56	-0.51	0.11	-0.18	0.08	-0.38	-0.03	-0.03	-0.06	-0.2	-1.06	-0.58	-0.32	-0.67	-0.22	0.1	-0.04	-0.51	-0.29	-0.89	-0.36	0.19	-0.42	-0.64	-0.12	-0.69	-0.04	-0.79	-0.43	0.26	0.83	2.45	1.91	1.6	-0.62	0.74	0.29	1.11	1.42	-0.56	-0.18	0.32	0.25	-0.2	0.43	-0.42	-0.3	-0.6	-0.49	-0.42	0.43	0.75	0.3	-0.38	-0.34		-0.42	-0.64	0.25	-0.32
+YDR191W	HST4   SILENCING (TELOMERE)     SIMILAR TO NUCLEAR LAMINS	-0.14	0.19	0.11	-0.2	-0.58	-0.56	-0.69	-0.27	0.51	0.06	0.43	-0.07	0.04	-0.27	-0.32	0.03	-0.27		-0.15	-0.3	-0.03	-0.15	-0.22	-0.34	-0.34	-0.38	-0.54	-0.15	-0.3	-0.56	-0.4	0.01	0.53	0.41	-0.81	-0.94	-0.42	0.8	1.08	-0.03	-0.64	-0.47	-0.01	1.09	0.74	0.34	0.45	-0.32	0.7	1.77	2.35	2.38	2.73	-1.15	0.78	0.23	1.01	1.53	0.08	-0.14		-0.01	-0.4	0.12	-0.43	-0.43	-0.45	-0.18	-0.01	0.73	0.46	0.54	-0.38	-0.34	0.07	-0.38	-0.76	0.11	0.03
+YFR028C	CDC14  MITOSIS        PROTEIN PHOSPHATASE	-0.64	-0.76	-0.92	-0.6	-0.69	0.04	-0.23	-0.27	-0.03	0.07	-0.32	-0.36	-0.18	-0.27	-0.15	-0.04	-0.38	-0.1	-0.92	-0.09	0.65	-0.4	-0.14	0.03	-0.17	0.33	0.26	0.28	0.3	-0.06	-0.03	0.07	-1.09	-0.15	-0.34	-0.27	-0.32	-0.2	-0.07	1.6	-0.03	-1.64	-0.49	0.23	-1.15	-0.38	-1.06	-0.32	1.3	1.95	2.67	2.54	3.28	-1.03	0.86	0.82	1.96	2.49	-0.23	-0.25	-0.29	-0.25	0.28	-0.01	-0.2	-0.47	-0.23	-0.22	-0.22	0.07	-0.74	-0.18	-0.04	-0.18	-0.1	-0.2	-0.47	-0.06	-1.22
+YJR099W	"YUH1   PROTEIN DEGRADATION, UBI UBIQUITIN-SPECIFIC PROTEASE"	0.03	-0.2	0.04	-0.27	0.06	-0.42	0.24	-0.12	-0.04	-0.23	-0.07	-0.23	-0.04	-0.45	-0.14	-0.36	-0.04	-0.29	-0.58	-0.45	-0.45	-0.67	-0.67	-0.76	-0.64	-0.42	-0.18	-0.45	-0.29	0.14	0.1	-0.14	-0.03	-0.17	-0.04	-0.03	0.23	0.29	0.64	0.77	0.32	0.04	0.32	0.11	0.51	0.58	0.82	-0.45	0.59	1.43	3.11	2.49	2.44	-0.62	1.51	0.96	0.83	1.51	-0.36	-0.15	-0.22	0.28	0.12	-0.12	-0.15	-0.23	-0.09	-0.49	-0.23	0.2	-0.27	-0.84		0.01	0.37	0.2	0.28	0. [...]
+YLR102C	APC9   CELL CYCLE       ANAPHASE-PROMOTING COMPLEX SUBUNIT	-0.43	0.23	-0.38	-0.86	-0.86	-0.3	-0.42	-0.34	-0.23	-0.03	-0.51	-0.43	-0.18	-0.67	-0.94	-0.22	-0.38	-0.12	0.29	-0.04	-0.34	-0.34	-0.43	-0.69	-0.42	0.26	0.12	-0.34	-0.12	-0.04	-0.23	0.2	-0.45	-0.43	-0.47	-0.12	0.01		-0.12	-0.22	-0.14	-0.07	-0.18	0.23	0.1	-0.14	0.03	-0.01	0.48	1.28	2.05	1.68	2.13	-0.62	1.27	0.32	1	1.39	-0.29	0.11	0.04	0.12	-0.03	-0.18	-0.42	-0.2	-0.14	-0.47	-0.64	0.31	-0.2	-0.62	-0.07	-0.15	-0.07	-0.07	-0.2 [...]
+YLR220W	"CCC1   ION HOMEOSTASIS, CA2+ AN TRANSMEMBRANE TRANSPORTER, PUTATIVE"	-0.45	-0.38	-0.71	-0.6	-0.84	-0.51	-0.64	-0.94	-0.51	-0.3	-0.71	-0.07	-0.6	-0.92	-0.79	-0.51	-0.97	-0.51	-0.32	-0.06	0.53	0.37	-0.2	-0.22	-0.15	0.45	0.37	0.19	-0.03	0.11	0.39	0.1	0.28	0.23	0.21	0.3	0.19	0.18	0.12	0.34	-0.06	0.1	0.23	-0.22	-0.01	-0.09		-0.51	0.89	2.34	3.85	2.99	3.38	-1.6	1.93	0.49	1.16	1.1	-0.09	0.52	0.18	0.07	0.28	-0.71	-0.23	-0.92	-0.47	-0.22	0.1	0.42	-0.64	-0.38	0.1	0.12	0.44	0.29	0.3	0.71	0.59
+YGL116W	CDC20  MITOSIS        BETA-TRANSDUCIN HOMOLOG	-0.4	-0.4	-0.69	-0.97	-0.51	-0.81	-0.23	0.28	0.72	0.32	-0.09	-0.03	-0.71	-0.6	-0.12	-0.32	0.36	0.54	-1	-1	-0.42	-0.69	-0.76	-0.6	-0.62	-0.12	0.18	0.44	0.58	0.32		0.1	0.25	-0.94	-1.94	-0.62	0.51	1.17	0.3	-1.18	-0.92	0.06	0.6	-0.01	0.6	-0.04	-0.12	-0.22	0.21	2.52	4.64	3.76	4.35	-2.64	1.66	1.58	0.28	0.74	-0.25	-0.3	-0.2	-0.47	0.04	-0.07	-0.69	-0.43	-0.97	-0.67	-0.38	0.15	0.06	-0.03	-0.25	-0.34	0.14	-0.43	-0.67	-0.22	-1.29
+YML065W	ORC1   DNA REPLICATION     ORIGIN RECOGNITION COMPLEX 104 KD SUBUNIT	-0.54	-0.74	-0.86	-0.62	0.11	-0.07	0.38	0.11	0.16	0.18	-0.36	-0.25	-0.2	-0.25	0.26	0.08	0.26	0.1	-1.18	-0.67	-0.6	-0.56	-0.12	0.06	-0.18	0.06	0.2	0.3	-0.32	0.11	-0.45	-0.32	-0.49	-0.64	-0.1	0.31	0.06	-0.06	-0.69	-0.6	-0.09	0.07	-0.25	-0.71	-0.49	-0.94	-0.56	-0.47	0.21	1.51	2.84	2.68	2.53	-1.4	0.77	0.55	1.24	1.78	-0.12	-0.34	-0.1	-0.47	-0.15	0.08	-0.54	-0.34	-0.45	-0.54	-0.01	0.45	-0.69	0.16	-0.14	-0.2	-0.15	-0.3 [...]
+YBR045C	GIP1   GLUCOSE REPRESSION    (PUTATIVE) GLC7P REGULATORY SUBUNIT	0.12	0.24	0.07	0.03	0.11	-0.22	0.04	0.36	-0.15	-0.03	-0.01	-0.04	-0.04		0.24	0.55	-0.17	0.1	-0.36	-0.27	0.04	0.21	0.04	-0.29	0.04	-0.3	-0.18	0.04	-0.64	-0.09	-0.84	-0.18		0.45	-0.09	-0.54	-0.84	-0.18	0.45	0.92	0.1		0.08	0.68	-0.92	-0.2	-1	0.19	0.1	1.55	2.88	3.37	3.56	-1.94	1.97	1.61	0.4	1.14	0.21	-0.01	0.11	0.03	-0.15	-0.51	0.12	-0.81	-0.36	-0.6	0.38	0.11	0.49	0.06	0.12	0.11	0.21	-0.04	-0.34	-0.1	0.25
+YNL318C	NONE   TRANSPORT        HEXOSE PERMEASE		-0.38	0.34	0.15	-0.2	-0.29	-0.07	0.26	-0.15	0.54	0.19	-0.17	0.11	-0.29	0.18	-0.17	-0.58	0.18	-0.47	-0.74	-0.43	-0.2	0.16	-0.36	-0.3	-0.49	-0.34	-0.36	-0.6	-0.76	-0.97	-0.38	-0.43		-0.4	-0.58	-1.22	-0.64	-0.56	1.03	-0.03	-0.89	-0.51	0.01	-1.15	-0.14	-0.69	-0.56	-0.47	3.13	4.56	4.36	5.06	-4.06	2.16	1.97		2.84	-0.03	-0.2	0.51	0.01	-0.43	0.23	-0.62	-0.1	-0.92	-0.45	0.15	0.7	0.07	0.12	-0.49	-0.07	-0.22	-0.23	-0.71	-0.22	-0.04
+YFR023W	PES4   DNA REPLICATION     UNKNOWN; SUPPRESSES DNA POLYMERASE EPSILON MUTATION	-0.25	0.4	0.16	-0.56	-0.06	-0.69	-0.09	0.01	0.24	-0.38	-0.4	-0.42	-0.34	-0.32	0.06	-0.47	-0.12	-0.15	0.06	-0.62	-0.64	-0.32	-0.6	0.06	-0.45	-0.74	-0.76	-1.43	-0.01	-1.32	-1.43	-0.84	0.44	0.37	0.08	-0.49	-0.76	-0.6	-0.47	0.67	-0.2	-0.27	-0.27	-0.1	-0.6	-0.29	-0.58	-0.58	-0.38	4.13	4.29	4.57	5.65	-4.64	1.49	1.3	0.26	3.03	1.24	-0.04	0.03	0.28	-1	0.06	-1.06	-0.56	-0.29	-0.92	0.56	0.74	0.51	0.23	-0.69	0.24	 [...]
+YHR015W	"MIP6   MRNA EXPORT, PUTATIVE    RNA-BINDING PROTEIN"		-0.12	0.25	-0.2	0.04	-0.27	-0.03	-0.2	-0.1	0.1	0.08	-0.1		-0.27	0.04	-0.07	0.19	-0.03	-0.2	-0.25	-0.47	-0.27	-0.23	-0.62	-0.15	-0.17	-0.29	-0.34	-0.4	-0.17	-0.89	-0.42	-1.12	-0.71	-0.89	0.12	-0.03	-0.04	0.14	0.1	0.11	-0.23	-0.04	-1.09	-0.97	-0.14	-0.36	-0.81	0.12	4.27	5.58	4.85	5.88	-4.06	1.85	1.23	0.6	2.57	0.01	0.1	0.03	0.38	-0.58	0.12	-0.38	-0.25	-0.49	-0.67	0.32	0.99	0.61	0.9	0.11	-0.71	-0.1	-0.36	0.41	0.67	
+YIL139C	REV7   DNA REPAIR       DNA POLYMERASE ZETA	-0.34	-0.03	-0.04	0.11	-0.14	-0.17	-0.43	-0.38	-0.3	-0.56	-0.22	-0.01	0.08	-0.34	-0.34	-0.27	-0.45	-0.23	-0.34	-0.38	-0.34	-0.36	-0.32	-0.1	-0.3	-0.38	-0.34	-0.18	-0.2	-0.4	-0.25	-0.3	-0.1	0.08	0.1	-0.49	-0.54	-0.47	-0.54	-0.47	-0.56	-0.56	-0.56	-0.69	-0.42	-0.67	-0.51	-0.34	0.01	1.58	2.54	2.49	2.61	-1.74	1.28	0.58	0.04	0.48	-0.04	-0.34	0.04	-0.07	-0.07	0.01	-0.2	-0.03	-0.2	0.08	0.04	0.49		-0.22	-0.07	0.01	0.21	-0.4	-0.15	-0.14	-0.14
+YDR263C	DIN7   DNA REPAIR (PUTATIVE)    DNA DAMAGE-INDUCIBLE	0.03	-0.2	0.23	0.11	0.1	-0.1	0.3	0.06	0.06	-0.15	0.42	0.25	0.16	-0.04	0.32	-0.04	0.23	0.2	-0.67	-0.14	-0.58	-0.43	-0.15	-0.32	-0.42	-0.45	-0.36	-0.49	-0.47	-0.17	-0.43	-0.43	-0.38	-0.12	0.19	0.03	-0.14	-0.15	-0.43	-0.06	-0.2	-0.42	-0.45	0.01	-0.12	-0.34	-0.36	-0.79	0.89	2	3.13	3.48	2.49	-1.06	1.5	1.3	2.17	1.42	-0.12	-0.36	-0.27	0.53	-0.06	0.59	-0.12	0.07	-0.25	-0.62	0.2	0.77	0.11	-0.32	-0.38	-0.32	-0.14	-0.1	-0.22	0.18	0.08
+YLR045C	STU2   CYTOSKELETON        SPINDLE POLE BODY COMPONENT	-1.32	-0.45	-0.79	-0.06	-0.07	0.15	0.29	-0.1	-0.3	-0.42	-0.54	-0.04	-0.12	0.03	0.31	0.45	-0.25	-0.12	-0.64	-0.84	-0.58	-0.62	-0.2	0.2	0.45	0.41	0.21	0.44	0.03	0.31	0.08	-0.25	-0.36	-0.12	0.01	0.44	-0.23	-0.56	-0.62	-0.4	0.53	-0.25	-0.18	-0.47	-0.54	-0.64	-0.64	-0.14	1.82	3.06	4.28	3.7	4.06	-1.29	1.54	1.08	2.62	2.3	0.03	-0.07	-0.27	0.04	0.16	0.42	-0.51	-0.45	-0.32	-0.12	0.11	0.18	0.23	0.01	0.12	0.04	0.14	0.01	-0.07	-0.47	-0.64
+YOR033C	DHS1   DNA REPAIR       EXONUCLEASE; ALSO RECOMBINATION	-0.3	-0.34	0.45	0.58	0.12	-0.1	-0.14	-0.29	-0.2	-0.27	0.32	0.41	0.25	-0.12	-0.04	0.04	-0.2	-0.25	-0.84	-0.69	-0.51	-0.27	0.04	0.08	0.19	0.1	-0.15	-0.29	-0.45	-0.42	-0.34	-0.45	0.36	1.1	0.69	-0.4	-0.4	-0.58	0.15	0.54	0.18	-0.47	-0.71	0.44	0.01	-0.42	-0.36	-0.3	1.34	3.2	3.79	3.88	3.83	-1.89	1.04	0.87	1.99	2.14	-0.04	-0.18	-0.06		0.06		-0.29	-0.47	-0.58	-0.3	-0.3	0.42	-0.22	0.31	-0.04	-0.03	-0.17	-0.32	-0.3	-0.84	0.1
+YIL159W	BNR1   CYTOSKELETON        ACTIN FILAMENT ORGANIZATION	-0.17	-0.56	-0.23	0.01	0.21	-0.47	-0.04	-0.22	-0.17	-0.14	-0.1	-0.14	-0.14	-0.17	-0.2	-0.23	-0.12	-0.29	-0.62	-0.47	-0.18	0.06	-0.09	-0.22	0.03	-0.27	0.18	0.15	-0.54	0.19	-0.38	-0.2	0.31	0.67	0.14	-0.22	-1.12	0.1	0.06	0.12		-0.58	-0.22	-0.29	-0.36	-0.51	-0.58	-0.54	0.8	3	3.67	3.92	2.81	-2.12	0.81	1.01	1.92	1.42	-0.22	-0.29	-0.43	0.46	-0.06	-0.34	-0.38	-0.64	-0.67	-0.49	0.31	0.28	-0.22	-0.3	-0.1	-0.14	-0.42	-0.56	-0.4	-0.94	-0.38
+YKL042W	SPC42  CYTOSKELETON        SPINDLE POLE BODY COMPONENT	-0.06		0.51	0.45	0.57	0.15	-0.17	0.46	-0.12	-0.34	1.22	0.51	0.46	0.07	0.55	0.63	-0.3		-0.54	-0.84	-0.54	-0.38	-0.07	0.04	-0.12	0.11	-0.18	-0.27	-0.12	-0.04	-0.09	-0.4	-0.45	0.42	0.5	-0.3	-0.56	-0.45	-0.15	-0.1	0.2	-0.54	-0.2	0.04	-0.81	-0.47	-0.51	0.11	0.74	2.04	2.23	3.16	3.76	-1.84	1.47	1.57	1.72	1.3	-0.17	-0.42	-0.1	-0.17	-0.49	-0.06	-0.27	-0.04	-0.6	-0.54	-0.07	0.49	-0.14	-0.04	-0.25	-0.12	-0.06	-0.47	-0.36	-0.6	-0.15
+YNL225C	CNM67  CYTOSKELETON        SPINDLE POLE BODY COMPONENT	-0.81	-0.2	-0.43	0.15	-0.42	-0.23	-0.56	-0.49	-0.51	-0.22	-0.36	0.32	-0.15	-0.79	-0.97	-0.27	-0.76	-0.45	-0.17	-1	0.36	-0.15	0.06	-0.15	-0.07	-0.06	-0.27	-0.56	0.15	-0.43	-0.56	-0.36	0.11	0.59	0.69	-0.15	-0.42	-0.58	-0.17	-0.07	-0.22	-0.64	-0.67	0.32	-0.04	-0.36	-0.45	-0.42	0.96	2.81	4.39	3.49	4.31	-1.69	1.35	1.01	1.86	1.69	-0.12	-0.4	-0.17	-0.97	-1.06	0.4	-0.38	0.5	-0.42	-0.18	-0.22	0.5	-0.27	-0.32	-0.2	-0.4	0.04	-0.27	-0.1	 [...]
+YLR210W	CLB4   CELL CYCLE       G2/M CYCLIN	0.06	0.01	-0.27	0.24	0.37	0.39	0.37	-0.03	-0.1	-0.09	-0.42	-0.07	-0.14	0.23	0.18	0.11	-0.79	0.04	-0.04	-0.67	-0.4	-0.1	-0.01	0.04	0.08		0.01	-0.2	0.1	-0.49	-0.69	-0.51	-0.94	-0.54	-0.17	0.7	0.44	-0.47	-0.69	-0.01	0.51	0.6	-0.12	-0.86	0.04	0.06	0.26	-0.47	0.67		4.05	3.25	3.55	-2.06	1.1	0.36	1.58	2.22	0.01	-0.04	0.03		-0.01	0.56	-0.25	-0.54	-0.47	-0.2	-0.15	0.53	0.63	0.43	-0.18	-0.07	-0.06	-0.18	0.34	-0.03	-0.94
+YCR002C	CDC10  CYTOKINESIS      GTP BINDING PROTEIN	0.14	-0.12	0.25	-0.12	0.16	-0.3	0.42	0.51	0.42	0.03	0.32	-0.17	-0.01	-0.03	0.39	0.08	0.41	-0.01	-0.47	-0.62	-0.58	-0.32	-0.07	-0.29	-0.04	-0.18	-0.29	-0.43	-0.04	-0.22	-0.51	-0.64	-0.58	-0.76	-0.23	0.08	0.31	0.11	-0.07	-0.17	-0.1	0.1	0.31	-1.09	-0.03	-0.2	-0.3	0.04	0.59	2.19	3.51	3.09	3.26	-1.84	1.53	0.76	1.13		-0.07	-0.07	-0.15	-0.76	-0.18	-0.17	0.28	-0.25	-0.17	-0.79	0.08	0.29	-0.34	-0.69	0.26	0.29	0.18	-0.18	-0.1	0.39	-0.62
+YLR314C	CDC3   CYTOKINESIS      SEPTIN	-0.58	-0.45	-0.6	0.03	-0.1	0.08	0.23	-0.2	0.06	-0.29	-0.36	-0.22	-0.34	-0.49	-0.22	0.03	-0.27	-0.18	-1.43	-0.94	-0.97	-0.42	-0.2		-0.04	0.41	0.77	0.36	0.49	0.45	0.18	-0.09	-0.04	-0.49	0.03	0.29	0.3	-0.38	-0.54	-0.54	-0.14	-0.01	-0.3	-0.18	-0.07	-0.42	-0.06	-0.07	0.78	2.86	3.93	4.08	4.25	-2.18	1.68	1.15	1.79	0.96	0.07	-0.04	-0.07	0.1		-1.12	-0.1	0.01	0.14	0.06	0.01	-0.09	-1.09	-0.67	0.1	-0.29	0.07	-0.34	-0.4		-1.18
+YDL155W	CLB3   CELL CYCLE       G2/M CYCLIN	-0.71	-0.3	-0.09	0.21	0.21	0.33	-0.27	0.31	0.11	-0.12	0.03	0.21	0.08	0.01	-0.07	0.45	0.01	0.01	-0.14	-0.29	-0.07	0.15	0.4	0.52	0.57	0.49	-0.1	0.03	0.26	-0.04	-0.51	0.12	-0.38	-0.15	-0.23	-0.03	-0.74	-0.32	-0.18	0.85	0.07	-0.84	-0.1	-0.03	-0.89	-0.03	-0.54	-0.06	-0.12	1.45	2.8	3.36	3.56	-1.6	1.89	2.17	0.74	0.33	-0.09	-0.45	-0.25	0.18	0.03	0.16	-0.22	-0.47	-0.3	-0.79	-0.36		-0.14	-0.23	0.15	0.18	-0.06	-0.17	-0.51	-0.17	-0.69
+YDR118W	APC4   CELL CYCLE       ANAPHASE-PROMOTING COMPLEX SUBUNIT	-0.92	-0.6	-0.69	-0.38	-0.71	-0.23	-0.69	-0.09	-0.17	-0.23	-0.22	-0.15	-0.47	-0.43	-0.84	-0.03	-0.6	-0.3	-0.01	-0.04	0.23	-0.62	-0.12	-0.2	0.33	-0.23	-0.36	-0.34	-0.12	-0.43	-0.45	-0.12	-0.64	-0.2	-0.2	-0.62	-0.69	-0.54	-0.89	0.23	-0.6	-1	-0.67	0.33	-0.6	-0.94	-0.69	-0.17	1.36	1.98	3.77	3.73	4	-1.29	1.08	0.85	2.16	2.51	1.34	0.11	0.36	-0.29	-0.07	-0.49	-0.2	-0.36	-0.45	-0.32	-0.18	0.08	-0.29	-0.71	-0.84	-0.42	0.4	-0.14	-0. [...]
+YKL022C	CDC16  CELL CYCLE       ANAPHASE-PROMOTING COMPLEX SUBUNIT	-0.14	-0.14	-0.12	0.11	0.33		-0.12	0.04	0.23	-0.12	0.74	-0.01	-0.12	0.18	0.37	0.43	-0.15	-0.25	-0.04	-0.4	-0.29	-0.34	-0.27	-0.4	-0.36	-0.09	-0.17	-0.15	-0.27	-0.14	-0.09	-0.29	0.23	-0.04	-0.07	-1.89	-0.62	-0.22	-0.14	-0.07	-0.12	-0.27	-0.17	0.24	-0.27	-0.3	-0.29	-0.09	0.04	1.13	2.09	2.14	2.57	-1.29	1.23	1.23	0.32	0.55	-0.04	0.04	-0.14	0.32	-0.04	-0.2	-0.1	-0.51	-0.3	-0.15	-0.32	-0.23	-0.43	-0.09	0.18	0.12	0.2	-0.12	-0.2	 [...]
+YPL124W	NIP29  NUCLEAR PROTEIN TARGETIN SPINDLE POLE BODY ASSOCIATED PROTEIN	-0.69	-0.43	0.39	0.11	0.06	-0.15	-0.06	-0.42	-0.56	-0.36	-0.62	-0.06	-0.04	-0.3	-0.4	-0.25	-0.6	0.32	-0.06	-0.79	-0.45	-0.38	0.06	0.08	-0.09	-0.2	-0.23	-0.56	-0.07	-0.51	-0.6	-0.43	-0.12	0.57	0.2	0.32	-0.18	-0.42	0.06	0.14	-0.2	-0.12	-0.89	-1.03	0.11	-0.1	-0.04	-0.38	1.22	1.77	2.75	2.51	1.94	-0.79	0.61	-0.12	1.64	1.99	-0.15	-0.27	0.37	0.38	-1.29	0.87	-0.1	-0.07	-1.29	-0.51	-0.09	0.32		0.23	-0.29	-0.15	0.03	-0.15 [...]
+YHR119W	SET1   TRANSCRIPTION       TRITHORAX PROTEIN FAMILY	-0.71	-0.62	-0.69	-0.38	-0.49	-0.18	-0.45		-0.23	0.19	-0.25	-0.15	-0.04	-0.43	-0.51	-0.09	-0.62	-0.29	-0.54	-0.27	-0.06	-0.15	0.1	0.08	0.1	0.3	0.07	0.34	0.11	0.31	-0.22	0.01	-0.56	-0.3	-0.18	0.06	-0.1	-0.1	-0.4	-0.34	0.2	0.15	-0.12	0.38	-0.29	-0.49	-0.64	-0.04	0.87	1.34	1.9	1.31	1.78	-0.64	0.18	-0.36	1.48	1.42	-0.03	-0.25	0.2	0.01	0.25	0.34	-0.18	-0.49	-0.47	-0.56	-0.3	0.04	-0.27	0.08	-0.03	-0.22	0.69	-0.12	-0.29	-0.36	-0.58
+YGR099W	TEL2   TELOMERE LENGTH REGULATI TELOMERE BINDING PROTEIN	-0.34	0.31	-0.27	-0.23	0.26		0.24	-0.2	-0.17	-0.22	-0.49		0.08	-0.27	-0.07	0.04	-0.07	-0.32	-0.38	-0.56	-0.67	-0.64	-0.34	-0.04	-0.22		-0.03	-0.22	-0.2	-0.17	-0.62	-0.54	-1.6	-0.84	0.25	-0.6	-0.04	-1	-0.81	-0.71	-0.3	-0.51	-1	-1.43	-1.06	-1.18	-0.69	-0.71	1.2	1.73	2.13	1.59	1.07	-0.56	-0.29	-1.32	2.03	2.48	0.04	0.31	0.03	-0.15	0.07	0.14	-0.67	-0.54	-0.79	-0.74	-0.25	0.67	-0.18	-0.22	-0.22	-0.38	0.01	-0.12	-0.22	-0.06	-0.4
+YPR141C	KAR3   MATING; NUCLEAR FUSION;  KINESIN-LIKE PROTEIN	1.7	-0.76	-0.43	-0.12		0.08	0.25	-0.58	-0.51	-0.62	-1.06	-0.15	0.01	-0.54	0.18	0.1	-0.47	-0.58	-0.86	-1.12	-0.38	-0.6	-0.2	0.04	-0.06	-0.06	-0.1	-0.01	-0.3	-0.29	-0.89	-0.62	-0.89	-0.29	0.14	-0.29	-0.64	-0.6	-0.76	-0.01	0.52	-0.62	-0.58	-0.27	-0.71	-0.47	-0.54	-0.51	0.82	1.79	2.62	1.6	1.81	-1.22	0.7	-0.42	1.63	2.34	-0.14	-0.42	-0.14	-0.34	0.16	0.54	-0.71	-0.01	-0.29	-0.36	-0.25	0.6	-0.27	-0.1	-0.1	-0.43	-0.09	-0.2	-0.27	-0.58	-0.71
+YMR198W	CIK1   CYTOSKELETON        SPINDLE POLE BODY ASSOCIATED PROTEIN	2.25	-0.01	-0.76	-0.62	0.04	0.37	0.34		0.04	0.01	-0.58	-0.43	-0.09	0.2	0.25	0.16	0.34	-0.06	-1	-0.79	-0.97	-0.51	-0.15	0.03	0.16	0.42	0.39	0.15	0.11	-0.56	-0.79	-0.38	-1.12	-0.92	0.06	0.56	-0.03	-0.38	-1.12	-0.4	0.03	0.21	-0.1	-0.84	-0.6	-0.47	-0.32	-0.49	2.54	2.27	3.53	2.84	2.48	-0.79	-0.01	-0.94	2.76	3.24	-0.12	0.33	-0.29	0.04	0.26	0.26	-0.38	-0.29	-0.43	-0.34	-0.25	0.31	0.18	0.23	-0.42	-0.03	0.49	-0.14	-0.01	0.8	-0.04
+YDR113C	PDS1   CELL CYCLE       ANAPHASE INHIBITOR (PUTATIVE)	-0.84	-0.58	0.2	0.15	0.42	0.42	0.21	-0.04	-0.34	-0.67	-0.34	-0.01	0.25	0.11	0.3	-0.07	0.01	-0.17	-0.74	-1	-0.51	-0.69	0.03	0.14	0.42	0.38	0.06	-0.32	-0.14	-0.25	-0.47	-0.56	-1.4	-0.18	1.16	0.43	-0.27	-1.47	-0.36	0.52	0.74	0.19	-0.49	-0.51	-0.2	-0.15	0.16	-0.3	2.37	3.5	4.3	3.55	3.13	-1.06	0.71	-0.56	3.76	3.51	0.12	-0.23	-0.14	-0.32	-0.15	0.91	-0.62	-0.27	-0.27	-0.56	-0.04	0.26	-0.3	0.06	-0.1	-0.03	0.25	-0.29	-0.18	0.39	-0.06
+YDR446W	ECM11  CELL WALL BIOGENESIS     UNKNOWN	0.01	-0.07	0.01	-0.36	-0.07	-0.47	-0.14	0.1	-0.07	-0.01	-0.23	-0.29	-0.06	-0.4	-0.29	-0.29	-0.07	-0.25	-0.71	-0.6	-0.4	-0.58	-0.4	-0.23	-0.36	-0.36	-0.42	-0.43	-0.1	-0.51	-0.71	-0.71	-0.71	-0.29	-0.3	-0.29	-0.25	-0.27	-0.54	-0.79	-0.49	-0.25	-0.45	-1	-0.92	-0.76	-1.09	-0.12	2.93	3.96	3.83	4	3.27	-1.6	-0.14	-1.29	4.14	4.7	0.03	-0.3	-0.81	-0.27	-0.92	-0.01	-0.94	-0.07	-0.81	-0.23	-0.22	0.37	-0.17	-0.22	-0.43	-0.56	-0.43	-0.64	-0.94	-0.67	-1.94
+YDR356W	NUF1   CYTOSKELETON        SPINDLE POLE BODY COMPONENT	-0.25	-0.71	0.08	0.06	0.33	0.39		0.42	-0.3	0.37	-0.15	0.07	-0.04	0.07	0.12	0.06	0.06	0.18	0.37	-0.4	-0.2	-0.15	0.12	-0.38	-0.2	0.03	-0.01	-0.4	-0.36	-0.25	-0.32	-0.36	-0.71	-0.3	0.4	-0.12	-0.64	-0.43	-0.22	0.19	1.01	-0.51	-0.58	-0.18	-0.6	0.34	-1.06	0.12	1.04	1.62	2.01	1.91	1.45	-0.42	0.42	0.18	1.6	1.95	0.11	0.15	0.23	-0.3	-0.04	0.56	-0.17	-0.12	-0.69	-0.3	0.06	0.45	0.4	0.26	-0.14		0.14	-0.32	0.03	-0.29	-0.25
+YDR538W	PAD1   PHENYLACRYLIC ACID RESIS PHENYLACRYLIC ACID DECARBOXYLASE	-0.06	-0.09	0.12	0.3	0.19	0.08	0.21	-0.14	-0.14	0.04	-0.2	0.11	0.12	-0.29	-0.01	-0.36	-0.1	-0.2	-0.25	-0.71	0.06		0.03	0.08	0.01	0.1	0.07	0.08	0.21	-0.09	-0.34	0.12	-1.03	-0.89	-0.49	-0.58	-0.23	-0.36	-0.09	0.5	0.2	-0.29	-0.45	-0.51	-0.84	-0.4	-0.49	-0.32	0.7	1.07	2.37	1.28	1.1	-0.42	0.38	0.1	1.66	1.31	0.14	-0.01	-0.38	-0.17	-0.34	-0.3	-0.14	-0.4	-0.4	-0.81	-0.06	0.16	-0.2	-0.27	-0.09	-0.25	0.36	-0.12	-0.22	-0.22	-0.38
+YDR253C	MET32  METHIONINE METABOLISM    TRANSCRIPTION FACTOR	-0.3	-0.01	-0.34	-0.36		0.2	-0.47	0.07	-0.09	-0.43	0.06	-0.29	0.03	-0.22	-0.23	-0.27	-0.27	-0.17	-0.07	-0.29	-0.23	-0.6	-0.38	-0.47	-0.22	-0.1	-0.67	-0.42	-0.17	-0.62	-0.43	-0.27	-0.86	-0.86	-0.18	-0.47	-0.56	-0.38	-0.92	-0.71	-0.25	-0.51	-0.4	-0.1	-0.42	-0.64	-0.34	-0.38	1	1.36	1.7	2.48	2.78	-0.32	0.95	0.79	1.75	2.26	-0.01	0.14	-0.15	-0.22	0.19	0.12	-0.76	-0.4	-0.3	-0.62	-0.32	0.41		-0.6	-0.07	0.01	0.07	-0.29	-0.74	0.18	-0.34
+YGL009C	LEU1   LEUCINE BIOSYNTHESIS     3-ISOPROPYLMALATE DEHYDRATASE	0.19	0.04	0.26		-0.03	0.06	-0.12	0.31	0.26	-0.54	0.2	-0.2	-0.2	-0.17	-0.01	0.29	-0.45	-0.27	-0.54	-0.09	0.14	0.18	-0.01	0.3	0.18	0.21	0.04	-0.15	-0.04	-0.03	0.04	0.21	-0.79	-0.54	-0.17	0.31	-0.06	-0.43	-0.47	-0.54	-0.22	-0.09	-0.22	0.04	-0.36	-0.51	-0.3	-0.07	4.06	4.13	4.08	3.72	4.11	-0.45	-0.45	-0.94	2.15	1.82	-0.04	-0.34	-0.69	0.5	0.08	-0.09	-1.18	-0.84	-0.58	-0.76	-0.14	-0.58	-0.18	-0.22	0.12	0.51	0.03	-0.43	-0.6	-0 [...]
+YPR120C	CLB5   CELL CYCLE       G1/S CYCLIN	-0.92	-0.32	0.98	1.03	0.32	-0.03	-0.12	-0.34	-0.29	-0.27	0.76	0.67	0.37	-0.17	0.16	-0.14	-0.15	-0.43	-0.62	-0.84	-0.6	0.01	0.15	0.1	-0.06	0.08	-0.43	-0.22	-0.27	-0.49	-0.58	-0.62	0.04	1.1	0.74	0.1	-0.84	-1	0.54	0.98	0.28	-0.47	-0.89	0.1	-0.09	-0.14	-0.32	-0.42	1.49	2.37	3.33	2.72	2.69	-0.89	0.84	0.25	2.74	2.82	-0.14	-1.03	-0.49	-0.54	-0.49	-0.32	-0.22	-0.17	-1.09	-0.89	0.01	0.33	0.75	-0.17	0.16	0.15	0.19	-0.29	-0.43	1.1	-0.6
+YLL004W	"ORC3   DNA REPLICATION     ORIGIN RECOGNITION COMPLEX, 62 KDA SUBUNIT"	-0.23	-0.62	-0.38	-0.34	0.16	0.11	0.33	-0.15	-0.01	-0.23	-0.14	-0.4	0.01	-0.45	0.26	-0.15	0.1	-0.34	-0.97	-0.56	-0.4	-0.54	-0.25	-0.34	-0.45	-0.4	-0.36	-0.43	-0.34	-0.29	-0.43	-0.47	0.11	0.32	0.49	0.51	0.24	0.04	0.04	1.02	0.51	0.39	-0.03	0.14	-0.04	0.07	-0.07	-0.54	0.52	1.84	2.97	2.41	2.22	-1.4	0.95	0.51	0.86	0.96	-0.29	-0.47	-0.6	-0.27	-0.25		-0.84	-0.42	-0.81	-1.09	-0.64	0.26	-0.42	-0.18	-0.06	-0.14	-0.4	-0 [...]
+YGR185C	TYS1   PROTEIN SYNTHESIS     TYROSYL-TRNA SYNTHETASE	-0.06	-0.14	-0.18		-0.23	0.2	-0.09	0.03	0.1	0.26	0.08	0.24	-0.06	-0.18	0.15	-0.03			-0.69	-0.01		0.46	0.8	0.66	0.14	0.34	0.1	0.46	0.29	0.01	-0.14	0.18		0.18	0.29	0.36	0.32	0.14	0.03	0.01	-0.14	0.26	0.16	0.15	-0.01	-0.3	-0.22	-0.07	0.38	0.78	2.63	2.23	2.67	-0.81	1.59	1.04	0.7	0.82	0.04	-0.6	-0.84	-0.84	-0.45	-0.36	0.37	-0.58	-0.17	-0.29	-0.03	-0.18	-0.45	-0.07	0.33	-0.23	0.14	-0.58	-0.67	-0.58	-1.6
+YDR331W	"GPI8   PROTEIN PROCESSING    TRANSAMIDASE (PUTATIVE), GPI ANCHOR ATTACHMENT"	-0.47	-0.32	-0.3	0.24	-0.06	0.1	-0.18	-0.03	0.07	-0.29	0.14	-0.23	0.1	-0.2	-0.03	0.14	-0.23	-0.23	0.36	-0.32	-0.29	-0.43	-0.1	0.04	0.37	0.15	0.18	0.19	0.11	-0.47	-0.17	-0.1	-0.22	-0.09	0.12	0.23	0.12	-0.3	-0.15	0.34	0.14	0.01	-0.1		-0.3	-0.32	-0.25	-0.14	-0.17	0.83	2.01	1.81	1.74	-1.06	1.17	0.76			0.04	-0.49	-0.51	-0.92	-0.32	-0.42	-0.01	-0.45	-0.14	-0.23	-0.3	0.19	-0.6	-0.25	0.04	0.28	0.25	-0.6	-0.49	- [...]
+YNL219C	ALG9   PROTEIN GLYCOSYLATION    MANNOSYLTRANSFERASE	-0.29	-0.58	-0.3	-0.54	-0.2	-0.29	0.18	-0.27	-0.1	-0.07	-0.32	-0.22		-0.42	-0.03	-0.4	-0.23	0.2	-0.43	-0.74	-0.51	-0.49	-0.29		-0.32	-0.01		-0.09	-0.06	-0.14	-0.4	-0.1	-0.22	-0.32		0.28	0.08	0.16	0.12	0.08	0.08	-0.54	-0.23	-0.79	-0.42	-0.79	-0.45	-0.34	0.03	0.25	2.32	2.31	2.46	-0.54	1.37	1.54	0.3	0.44	-0.23	-0.4	-0.71	-0.86	-0.36	-0.51	-0.17	-0.64	-0.2	-0.56	-0.18	-0.09	-0.38	-0.07	0.06	0.12	0.49	0.19	0.01	0.18	-0.4
+YBR268W	"MRPL37 PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L37"	0.03	-0.27	0.01	0.03	0.06	-0.04	0.2	0.15	0.21	-0.09	-0.15	0.06	0.11	-0.22	-0.07	-0.22	-0.04	-0.18	-0.18	-0.34	-0.09	-0.15	0.24	0.1	0.21	0.11	-0.03	-0.14	0.26	0.15	-0.17		0.76	0.29	0.36	0.21	0.53	0.79	0.96	1.01	0.48	0.65	0.9	1.16	1.21	1.25	1.74	-0.3	-0.15	1.12	2.46	2.18	1.99	-1.56	1.52	0.99	-0.56	-0.25	-0.14	-0.71	-0.47	-0.64	-0.71	-0.15	-0.17	0.06	-0.14	-0.54	-0.3	0.12	-0.64	-0.32	0.01	0.01	0.14	0.11	0.15	0.29	-0.27
+YDR177W	"UBC1   PROTEIN DEGRADATION, UBI E2 UB.-CONJUGATING ENZYME"	0.03	0.5	-0.01	-0.4	-0.18	-0.47	0.25	-0.27	0.16	-0.07	-0.03	-0.32		-0.69	-0.2	-0.32	-0.34	-0.22	-0.56	-0.18	-0.49	-0.47	-0.47	-0.74	-0.45	-0.54	-0.32	-0.1	-0.38	0.08	-0.03	-0.3	0.07	0.32	0.29		0.14	0.15	0.24	0.03	-0.04	0.24	0.37	0.32	0.72	0.59	1.03	-0.32	-0.09	1.12	2.65	2.58	2.25	-1.22	1.45	0.99	0.24	0.26	-0.49	-0.49	-0.3	-0.71	-0.36	-0.6		0.62	-0.01	-0.43	-0.09	0.19	-0.04	-0.3	0.03	0.01	0.57	-0.06	0.14	0.33	0.56
+YLR195C	NMT1   PROTEIN PROCESSING    N-MYRISTOYLTRANSFERASE	-0.15	0.87	-0.22	-0.03	-0.09	-0.23	-0.09	-0.12	0.04	-0.18	-0.09	-0.17	-0.07	-0.32	-0.18	-0.15	-0.51	-0.36	-1.06	-0.23	-0.23	-0.12	-0.01	-0.23	-0.17	-0.09	-0.25	0.36	-0.06	0.45	-0.01		-0.23	-0.34	-0.17	-0.38	-0.23	-0.25	-0.09	-0.32	-0.3	-0.2	-0.27	0.14	0.12	-0.12	-0.1	-0.12	0.2	1.24	2.46	2.03	2.47	-1.4	1.24	0.86	-0.17	-0.2	-0.32	-0.71	-0.97	-0.47	-0.4	0.08	-0.01	0.01	0.06	-0.04	-0.2	0.08	-0.64	-0.71	0.15	0.43	0.79	0.2	-0.1	0.2	-0.36
+YGR202C	PCT1   PHOSPHOLIPID METABOLISM  CHOLINEPHOSPHATE CYTIDYLYLTRANSFERASE	-0.29	-0.04	-0.17	-0.45	-0.54	-0.22	-0.22	-0.09		-0.17	0.04	-0.15	-0.17	-0.3	-0.1	0.11		-0.17	-0.14	-0.17	0.18	0.18	-0.06		0.03	0.29	0.33	0.18	0.06	0.34	0.21	0.2	0.04		-0.4	0.12	-0.01	0.2	0.26	0.07	-0.17	0.46	0.14	0.42	0.67	0.29	0.48	-0.15	0.03	1.36	2.41	2.34	2.37	-1.6	1.67	0.99	0.06	0.57	-0.01	-0.56	-0.2	-0.1	-0.76	-0.38	-0.14	-0.04	-0.15	-0.29	-0.27	0.6	0.26	1.01	-0.04	-0.04	-0.15	-0.2	-0.23	0.23	-0.38
+YER123W	YCK3   CELL PROLIFERATION    PLASMA MEMBRANE-BOUND CASEIN KINASE I		-0.2	-0.25	-0.06	-0.15	-0.2	0.07	-0.17	-0.07	-0.04	-0.18	-0.09	-0.01	-0.23	-0.3	-0.15	-0.03	0.83	0.12	-0.2	-0.07	-0.15	-0.03	0.12	-0.3	0.04	0.08	0.23	0.01	-0.03	-0.71	0.18	0.01	0.08	-0.15	0.82	-0.23	0.3	0.2	0.08	0.36	0.18	0.18	0.53	-0.1	0.15	-0.22		-0.23	1.45	2.38	1.82	2.1	-2	0.51	0.32	0.15	-0.1	-0.4	-0.43	-0.15	-0.43	-0.1	-0.06	-0.23	-0.34	-0.32	-0.67	-0.17	-0.03	0.03	0.37	-0.18	-0.17	0.14	0.08	-0.47	0.08	-0.62
+YBR195C	MSI1   CHROMATIN STRUCTURE    CHROMATIN ASSEMBLY FACTOR I SUBUNIT	-0.34	-1.03	-0.03	-0.4	-0.18	-0.38	-0.3	0.08	-0.25	0.08	-0.3	-0.06	-0.25	-0.17	-0.25	0.23	-0.29	0.41	-0.42	-0.67	-0.71	-0.62	-0.01	-0.18	-0.69	-0.29	-0.04	-0.09	-0.25	-0.23	-0.27	-0.45	0.56	0.54	0.16	0.01	-0.04	-0.03	0.1	-0.07	-0.1	-0.09	-0.15	-0.38	-0.42	-0.22	-0.25	-0.27	0.1	0.75	1.84	1.79	1.28	-1.18	0.31	-0.2	0.51	1.07	-0.49	-0.43	-0.18	0.07	-0.1	0.1	-0.49	-0.29	-0.58	-0.25	-0.29	0.29	-0.38	0.1	-0.3	-0.29	0.06	- [...]
+YPR111W	DBF20  CELL CYCLE       M PHASE; PROTEIN KINASE	-0.3	-0.54	-0.47	-0.71	-0.45	-0.34	0.16	-0.23	0.06	-0.22	-0.36	-0.56	-0.3	-0.56	-0.09	-0.34	-0.04	0.4	-1.22	-1.03	-0.74	-0.54	-0.04	-0.12	-0.43	-0.27	-0.07	0.1	-0.09	-0.15	-0.3	-0.25	-0.32	-0.43	-0.1	-0.01	0.34	0.28	-0.54	-1.29	-0.49	0.03		0.01	-0.2	-0.45	-0.23	-0.23	0.66	0.95	1.88	1.93	1.7	-0.67	0.54	-0.03	1.04	0.59	-0.09	-0.47	0.2	0.1	0.1	0.14	-0.3	-0.36	-0.64	-0.22	-0.29	0.43	-0.27	-0.25	-0.06	0.28	0.53	-0.23	-0.2	0.06	0.11
+YMR001C	CDC5   CELL CYCLE       G2/M PROTEIN KINASE	-1.4	-1.6	-1.74	-2	-1.15	-0.36	0.6	0.42	0.81	0.29	-0.25	-0.62	-0.94	-0.62	-0.09	0.29	0.7	0.29	-1.51	-1.4	-1.84	-1.32	-1.22	-0.81	-0.54	0.36	0.37	0.73	0.25	0.66	0.45	-0.04	-0.45	-2.18	-1.69	0.5	0.15	1.05	-0.51	-1.74	-0.45	0.64	0.82	0.4	-0.29	-0.86	-0.71	-0.38	1.12	3.82	4.64	3.7	4.33	-2.74	0.84	0.01	0.54	1.46	-1.06	-1.06	-0.51	-1.15	-0.14	-1.15	-0.67	-0.67	-1	-0.71	-0.22	-0.2	-1.32	-0.36	0.04	-0.03	-0.27	-0.27	-0.32	-0.76	-1.56
+YFR036W	CDC26  CELL CYCLE       ANAPHASE-PROMOTING COMPLEX SUBUNIT	0.11	-0.27	-0.1	-0.22	0.07	-0.2	0.12	-0.04	-0.04	-0.22	-0.38	-0.27	0.03	-0.2	-0.23	-0.32	-0.14	-0.51	-0.14	-0.15	-0.22	-0.51	-0.3	-0.71	-0.38	-0.4	-0.23	-0.38	-0.17	-0.32	-0.29	-0.38	0.41	0.34	0.14	-0.49	-0.56	-0.22	0.06	-0.22	-1.06	-0.3	-0.17	0.31	-0.17	-0.04	0.04	-0.81	-0.1	1.41	2.09	2.23	0.99	-2.12	1.16	0.01	0.07	0.1	-0.14	-0.49	-0.01	-0.32		-0.01	-0.25	-0.62	-0.54	-0.43	-0.04	0.2	-0.06	-0.22	-0.23	-0.4	-0.17	-0.4	-0.3 [...]
+YPL255W	BBP1   CELL CYCLE AND MEIOSIS   UNKNOWN	-0.97	-0.92	0.38	0.34	0.53	0.29	-0.34	-0.15	-0.15	-0.49	-0.07	0.23	0.12	-0.1	0.15	-0.22	-0.07	-0.43	-0.76	-1.18	-1.18	-0.15	0.19	-0.07	0.11	0.33	-0.14	-0.32	-0.12	-0.36	-0.62	-0.34	-0.06	0.31	0.38	-0.54	-0.64	-0.34	-0.12	0.4	0.07	-0.29	-0.42	0.43	-0.38	-0.43	-0.64	-0.51	0.03	1.33	1.83	2.06	1.61	-2.06	0.56	0.24	0.29	0.38	-0.18	-0.79	-0.4	-0.2	-0.29	0.42	-0.42	0.04	-0.15	-0.34	0.07	0.58	0.68	-0.18	-0.01	-0.07	0.03	-0.17	-0.3	-0.54	-0.06
+YKL049C	"CSE4   CHROMATIN STRUCTURE, CEN HISTONE-RELATED"	-0.3	-0.2	-0.12	0.14	0.08	0.33	0.01	0.03	-0.32	-0.07	-0.45	-0.06	-0.03	-0.23	-0.12	-0.15	0.32	-0.22	-0.01	-0.32	-0.14	-0.15	0.3	-0.06	0.21	-0.1	-0.04	-0.22	-0.03	-0.27	-0.36	-0.18	0.33	0.41	0.57	0.62	0.31	-0.06	-0.17	-0.04	-0.12	0.43	-0.01	-0.43	-0.14	-0.14	0.08	-0.49	0.73	1	1.93	1.32	1.06	-0.03	0.75	0.21	1.61	1.3	-0.17	-0.81	0.03	-0.27	-0.3		-0.84	-0.17	-0.51	-0.47	-0.47	0.7	0.32	0.23	-0.17	-0.25	0.07	-0.07	0.07	0.32	-0.09
+YGR109C	CLB6   CELL CYCLE       B-TYPE CYCLIN; S PHASE	-1.64	0.36	2.28	1.9	0.38	0.3	-0.51	-0.62	-0.58		1.29	1.56	0.61	-0.06	-0.62	-0.42	-0.89	-0.43	-1.32	-1.36	0.07	-0.69	0.03		0.16	0.11	-0.4	-0.09	0.12	-0.97	-1.18	-0.34	-1.22	1.96	0.8	-1.03	-1.56	-1.6	0.53	1.28	0.73	-0.89	-1.09	0.58	-0.07	-0.27	-0.29	-0.12	0.21	1.29	4.05	2.53	4.08	-2.06	1.24	0.96	2	0.94	0.25	-1.43	0.03	-0.67	-0.89	-0.64	-0.84	0.06	-1.43	-1.15	-1.06	-0.01	-1.09	-1.22	-0.34	-0.45	-0.22	-0.45	-0.74	0.16	-0.49
+YOL069W	NUF2   CYTOSKELETON        SPINDLE POLE BODY COMPONENT	-0.58	-0.56	-0.42	-0.51	-0.23	0.01	0.06	0.2	0.07	-0.56	-0.4	-0.71	-0.51	-0.45	-0.2	-0.12	-0.27	-0.32	0.06	-0.54	-0.32	-0.17	-0.29	-0.64	-0.36	-0.32	-0.3	-0.36	-0.1	-0.36	-0.25	-0.49	-0.81	-0.86	-0.71	-0.3	0.43	-0.2	-0.89	-1.18	-0.47	-0.32	0.04	-0.89	-0.71	-0.86	-0.69	-0.14	0.62	1.08	1.64	1.58	1.14	-1.15	0.2	-0.2	1.01	1.33	-0.15	-0.25	-0.3	-0.76		-0.06	-0.36	-0.38	-0.94	-0.58	-0.4	0.51	-0.03	0.07	-0.25	0.06	0.34	-0.17	-0.3	0.44	0.06
+YGR276C	RNH70  DNA REPLICATION (PUTATIV RIBONUCLEASE H	-0.03	-0.07	-0.36	-0.01	-0.01	-0.14	-0.34	-0.14	0.14	-0.32	0.07	-0.07	0.08	-0.17	-0.25	-0.06	-0.38	-0.27	-0.18	-0.27	-0.4	-0.32	-0.22	-0.12	-0.17	-0.34	-0.3	-0.38	-0.14	-0.45	-0.32	-0.32	0.31	0.36	0.26	-1.69	-0.43	-0.2	-0.01	-0.12	-0.18	-1.18	-0.3	0.44	0.48		0.19	-0.04	0.28	0.96	1.89	1.67	1.35	-0.69	0.99	0.54	0.32	0.96	-0.27	-0.74	-0.45	-0.49	-0.6	-0.67	-0.32	0.23	-0.42	-0.64	-0.69	-0.4	-0.94	-0.27	0.24	0.16	0.38	-0.06	-0.1	0.1	0.7
+YNL188W	KAR1   CYTOSKELETON        NUCLEAR FUSION; ALSO SPINDLE	-1.18	-0.76	-0.17	-0.34	-0.79	-0.6	-0.27	-0.62	-0.56	0.12	0.11	-0.32	-0.32	-0.71	-0.58	-0.92	-0.36	-0.3	-1.36	-1.09	-0.6	-0.79	-0.27	-0.81	-0.56	-0.56	-0.47	-0.56	-0.79	-0.54	-0.67	-0.74	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42		-0.94	0.21	-0.38	-0.45	0.43	1.64	2.42	2.04	1.69	-0.79	0.83	0.34	0.21	-0.06	-0.67	-1.22	-0.64	-0.01	-0.45	-0.76	-0.43	0.15	-0.3	-0.94	-0.62	0.07	-1.15	-1.22	-0.09	0.11	0.54	-0.27	0. [...]
+YLR274W	CDC46  DNA REPLICATION     MCM INITIATOR COMPLEX	-0.09	-0.06	0.39		-0.86	-1.25	-1.18	-1.03	-0.17	0.31	0.54	0.11	-0.47	-0.86	-1.12	-0.89	-0.58	0.2	-0.89	-0.45	-0.47	0.07	-0.32	-0.09	-0.49	-0.14	-0.2	-0.06	-0.23	0.04	0.21	0.24	0.42	0.54	-1.36	-1.64	-0.42	0.75	1.12	-0.15	-0.76	-0.71	0.04	0.03	0.84	0.19	-0.04	-0.42	1.42	1.61	2.25	1.94	2.04	-0.6	0.39	-0.14	1.79	1.66	-0.07	-0.09	-0.1	0.2	-0.45	-0.71	0.06	-0.36	-1.09	-0.89	0.18	0.04	0.48	-0.64	-0.06	0.16	0.06	-0.09	-0.2	0.25	-0.4
+YOR180C	EHD2   FATTY ACID METABOLISM    PEROXISOMAL ENOYL-COA HYDRATASE	0.03	-0.06		-0.06	0.11		0.08	-0.04	-0.25	-0.25	-0.54	-0.18	-0.3	-0.49	-0.23	-0.23	-0.09	0.46	0.07	-0.43	0.01	-0.45	-0.1	-0.09	0.06	-0.12	0.06	-0.17	0.03	0.04	-0.12	-0.09	-0.1	-0.2	-0.12	0.25	0.04	-0.15	0.07	0.24	-0.04	0.23	-0.06	-0.4	0.03	-0.06		-0.45	0.72	0.32	2.03	2.02	1.71	0.3	1.18	1.1	0.96	0.2	-0.04	0.16	0.32	-0.22	0.08	0.19	-0.12	-0.34	-0.27	-0.22	-0.1	0.62		0.95	-0.14	0.01	0.37	-0.01	-0.17	0.46	0.31
+YGR229C	SMI1   CELL WALL BIOGENESIS     MAY REGULATE GLUCAN AND CHITIN SYNTHESIS	-0.43	-0.36	-0.34	0.07	0.25	0.5	-0.18		0.01	0.19	-0.03	-0.01	-0.01	-0.29	-0.17	0.08	-0.32	0.01	-1.36	-0.4	0.39	-0.29	-0.03	0.3	0.07	0.37	-0.14	0.42	0.62	0.08	0.16	-0.01	0.28	0.18	-0.14	-0.34	-0.23	-0.32	-0.09		-0.04	-0.23	-0.12	0.52	-0.36	-0.38	-0.64	-0.15	0.96	1.62	2.51	2.34	2.08	-0.92	0.77	-0.06	-0.42	-0.45	-0.6	-1.22	-0.79	-0.97	-0.62	-0.62	-0.29	-0.43	-0.36	-0.29	-0.49	-0.34	-0.56	0.07	0.24	0.16		-0.15	- [...]
+YMR232W	FUS2   MATING; CELL FUSION    FUS1 SUPPRESSOR	3.91	0.91	0.21	0.21		-0.1	-0.09	0.06	-0.12	-0.3	-0.09	-0.04	0.07	-0.25	-0.18	0.06	0.01	0.18	-0.54	-0.22	-0.25	0.45	0.04	-0.07	-0.04	-0.49	-0.58	-0.67	-0.45	-0.74	-0.89	-0.79	0.16	-0.17	-0.49	-0.29	-0.89	-0.49	1.03	0.68	-0.2	-1.79	0.06	0.11	-1.64	-0.06	-0.29	-0.38	0.33		2.75	2.26	2.52	-2	0.82	0.11	0.58	2.87	0.15	-0.15	0.54	0.19	0.52	0.53	-0.58	-0.18	-0.56	-0.56	0.06	0.4	0.26	0.29	-0.42	-0.38	0.3	-0.12	-0.43	0.55	0.4
+YGR108W	CLB1   CELL CYCLE       G2/M CYCLIN	-2.25	-1.32	-1.6	-1.47	-1.29	-0.43	0.12	0.82	0.74	-0.15	0.1	-0.4	-0.49	-0.49	0.04	0.6	0.32	0.4	-2.4	-2.25	-2.32	-2.32	-1.32	-0.64	-0.06	0.3	0.4	0.46	0.83	0.38	0.37	-0.09	1.54	0.41	-0.43	1.97	2.21	1.93	0.12	-0.36	0.66	1.86	1.7	1.83	0.54	-0.17	0.25	-0.04	1.78		4.21	3.9	4.31	-1.51	1.75	1.23	0.1	0.1	-0.47	-0.62	-0.71	-0.67	0.15	0.1	-0.29	-0.79	-0.97	-0.62	-0.69	0.25	-0.47	-0.29	0.18	0.11	0.62	0.79	0.12	-0.89	-0.54
+YER149C	PEA2   MATING         UNKNOWN	-0.12	-0.58	-0.15	0.28	0.11	-0.09	-0.01	-0.18	-0.32	-0.18	-0.15	0.12	0.04	-0.23	-0.36	-0.29	-0.06	-0.29	0.06	-0.56	-0.3	0.46	0.57	0.36	0.08	-0.23	-0.3	-0.17	0.12	-0.84	-0.67	-0.18	0.08	0.33	0.58	0.14	-1.12	-0.74	-1.4	1.26	0.38	-0.76	-0.6	-0.6	0.03	-0.18	-0.01	-0.43	0.03	0.33	1.52	1.49	0.98	-0.23	0.76	0.34	0.62	0.32	-0.36	-0.76	-0.54	-0.29	-0.29	0.08	-0.25	-0.12	-0.45	-0.14	-0.43	0.37	0.53	0.7	-0.36	-0.25	0.43	-0.36	-0.54	0.24	-0.64
+YLL022C	HIF1   CHROMATIN STRUCTURE    INTERACTS WITH HISTONE ACETYLTRANSFERASE	-0.64	-0.27	0.32	0.58	0.41	0.23		-0.06	-0.25	-0.49	0.08	0.43	0.41	0.14	0.06	0.01	-0.45	-0.49	-0.69	-0.71	-0.17	0.54	0.57	0.44	0.57	0.44	-0.09	-0.2	0.08	-0.29	-0.64	-0.14	0.11	0.67	0.86	0.14	-0.42	-0.69	0.32	0.75	0.73	-0.17	-0.51	-0.76	0.18	-0.06	0.07	-0.04	0.58	0.7	1.53	1.12	1.37	-0.04	0.42	0.21	0.82	0.1	-0.27	-0.62	-0.07	0.04	-0.29	0.07	-0.34	-0.56		-0.38	0.12	0.69	0.38	0.33	-0.09	0.14	0.2	-0.47	-0.49	-0.14	-0.17
+YKR099W	"BAS1   HISTIDINE, ADENINE BIOSY TRANSCRIPTION FACTOR"	-0.49	-0.51	-1.22	-1	-0.97	-0.67	-0.38	-0.25	-0.17	0.04	-0.36	-0.42	-0.27	-0.86	-1.15	-0.27	-0.71	-0.03	-0.79	-0.29	-0.25	0.62	0.23	-0.03	-0.29	-0.15	-0.27	0.24	-0.58	0.46	-0.47	-0.23	0.46	0.58	0.04	-0.14	0.04	-0.06	-0.32	-0.18	0.06	0.1	-0.06	0.34	-0.3	-0.79	-0.38	-0.09	0.46	0.82	1.44	1.25	2.2	-0.74	0.16	0.51	-0.1	0.34	-0.47	-1.06	-0.3	0.1	-0.2	-0.27	-0.67	-0.42	-0.97	-0.81	0.07	0.37	0.12	0.45	-0.04	-0.27	0.33	-0.81	-0.69	-0. [...]
+YGL145W	TIP20  SECRETION        UNKNOWN; INTERACTS WITH SEC20P	0.11	-0.38	-0.12	-0.42	-0.03	-0.18	0.42	0.23	0.23	0.01	-0.03	-0.07	0.11	-0.34	-0.04	-0.06		-0.09	0.03	0.06	-0.27	-0.23	-0.14	-0.58	-0.34	-0.49	-0.29	-0.49	-0.1	-0.3	-0.14	-0.64	-0.07	0.01	0.16	-0.17	-0.01	-0.1	-0.25	-0.3	-0.09	-0.2	-0.14	0.42	-0.09	-0.22	-0.04	-0.62	0.43	1.12	1.24	0.99	0.51	-0.54	-0.09	-0.03	0.76	1.07	-0.47	-1.03	-0.56	-0.32	-0.14	-0.22	-0.42	-0.14	-0.29	-0.22	-0.01	0.5	0.14	0.14	-0.07	0.12	0.45		-0.15	0.48	0.91
+YCR014C	POL4   DNA REPAIR       DNA POLYMERASE IV 	-0.42	-0.2	-0.3	-0.25	-0.62	-0.09	-0.43	0.04	-0.17	-0.22	-0.15	0.03	-0.2	-0.25	-0.79	0.19	-0.14	0.16	0.38	0.06	0.14	0.03	0.07	-0.14	-0.03	-0.45	-0.6	-0.69	-0.15	-0.51	-0.54	-0.17	-0.29	-0.43	-0.47	-0.18	-0.64	-0.56	-0.58	-0.3	-0.07	-1.25	-0.49	-0.3	-0.49	-0.49	-0.56	-0.07	0.86	0.99	1.06	1.32	1.24	0.14	0.08	0.04	0.85	1.24	0.36	-0.97	0.08	-0.67	-0.42	0.48	-0.54	-0.58	-0.25	-0.15	0.14	0.52	0.01	0.43	-0.06	0.23	0.41	-0.04	-0.6	0.4	0.38
+YGR227W	DIE2   GLUCOSYLATION?      GLUCOSYLTRANSFERASE	0.06	-0.36	-0.36	-0.49	-0.06	-0.58	-0.15	-0.51	-0.14	-0.36	-0.09	-0.27	0.03	-0.43	-0.3	-0.62	-0.29	-0.47	-0.51	-0.34	-0.25	-0.1	-0.2	-0.27	-0.29	-0.29	-0.18	-0.25	-0.09	-0.14	-0.09	-0.06	-4.32	0.3	-0.3	-0.42	-0.4	-0.38	0.21	0.33	1.58	-1.03	-0.76	0.38	-0.67	-0.14	-0.49		0.43	0.7	1.37	1.99	2.05	-0.67	0.58	1.33	0.53	0.79	-0.51	-0.18	-0.12	-0.62	-0.25	-0.6	-0.4	-0.64	-0.47	-0.25	-0.43	-0.14	-0.32	-0.2	0.04	-0.23		-0.32	-0.29	0.18	0.2
+YJR137C	ECM17  CELL WALL BIOGENESIS     UNKNOWN	-0.12	-0.3	-0.14	-0.12	-0.01	0.19	0.53	0.3	0.39	-0.18	0.37	-0.01	-0.17	-0.12	0.38	0.46	-0.3	-0.09	-0.67	0.29	-0.01	-0.14	-0.25	-0.09	-0.29	-0.2	0.14	0.12	-0.07	0.24	0.01	-0.34	-0.42	-0.09	-0.2	0.7	-0.23	-0.69	-0.43	0.16	0.69	-0.14	-0.6	0.03	-0.22	-0.06	-0.2	-0.18	0.2	0.71	0.96	1.03	1.24	-0.12	0.12	-0.01	0.5	0.42	-0.2	0.11	-0.09	0.51	0.15	-0.42	-0.38	-0.76	-0.6	-0.38	0.11		-0.04	0.15	-0.03	-0.07	-0.36	-0.58	-0.51	-0.23	-0.29
+YNR026C	SEC12  SECRETION        ER-TO-GOLGI GDP/GTP EXCHANGE FACTOR	-0.25	-0.36	-0.2	0.01	-0.22	-0.29	-0.23	-0.54	-0.29	-0.14	-0.12	0.01	-0.32	-0.38	-0.25	-0.6	-0.18	-0.38	-0.27	0.07	-0.15	0.07	0.07	-0.38	-0.01	0.3	0.07	0.06	-0.1	-0.03	-0.1	0.11	0.58	0.42	-0.58	0.12	-0.2		0.03	0.15	0.12	-0.14	-0.07	-0.12	0.06	-0.1	0.07	0.46	-0.51	0.55	1.98	1.36	1.73	-1.36	0.64	0.34	-1.09	-0.69	-0.18	-0.4	0.01	-0.3	-0.45	-0.38	0.15	0.21	0.04	0.18	-0.14	0.71	-0.43	0.3	-0.45	-0.71	-0.4	-0.54	-0.67	-0.71	-1.47
+YNL103W	MET4   SULFUR AMINO ACID METBOL TRANSCRIPTIONAL ACTIVATOR	-0.47	-0.42	-0.51	-0.4	-0.64	-0.38	-0.45	-0.54	-0.49		-0.47	-0.27	-0.4	-0.38	-0.54	-0.25		-0.27	0.23	0.08	-0.07	-0.03	-0.06	-0.34	-0.32	-0.04	-0.23	-0.07	-0.01	-0.17	-0.12	0.1	0.52	0.53	0.2	-0.14	-0.07	0.03	0.15	0.29	0.14	-0.04	-0.2	0.32	0.08	-0.25	-0.2	-0.15	-0.12	0.15	1.18	1.05	1.53	-0.54	0.96	1.08	-0.12	-0.29	-0.56	-0.36	-0.51	-0.25	-0.1	-0.29	-0.47	-0.12	-0.01	-0.14	0.3	-0.04	-0.49	-0.2		0.03	0.23	-0.64	-0.38	0.31	-0.23
+YOR355W	GDS1   RESPIRATION (PUTATIVE)   UNKNOWN; SUPPRESSES NAM9-1	-0.71	-0.92	-0.76	-0.62	-0.62	-0.67	-0.45	-0.64	-0.56	-0.74	-0.36	-0.62	-0.49	-0.89	-0.27	-0.67	-0.2	-0.34	-0.42	-0.23	-0.22	-0.07	-0.27	-0.22	-0.23	-0.42	-0.29	-0.45	-0.27	-0.43	-0.25	-0.62	-0.22	1.43	0.67	0.38	0.14	0.12	1.74	1.56	0.55	0.12	0.01	-0.29	1.21	0.75	0.63	-0.49	-0.94	-0.38	2.41	3.01	3.1	-0.86	2.45	3.34	-1.69	-1.84	-0.22	-0.74	-0.25	-0.94	0.23	-0.69	0.03	-0.89	-0.58	-0.76	-0.27	-0.89	-0.64	-1.64	0.29	0.36	0.24	 [...]
+YCR035C	RRP43  RRNA PROCESSING     EXORIBONUCLEASE	0.01	-0.74	-0.79	-0.3	-0.32	-0.25	0.03		-0.25	-0.38	-0.51	-0.43	-0.12	-0.32	-0.2	-0.4	-0.09	-0.18	0.51	-0.3	-0.29	-0.04	-0.04	-0.22	-0.32	-0.62	-0.45	-0.15	-0.3	-0.62	-0.64	-0.47	0.58	0.34	0.18	-0.34	-0.43	-0.18	-0.03	-0.2	-0.2	0.04	0.36	-0.62	-0.27	-0.36	-0.22	-0.06	-0.17	0.12	1.05	1.33	1.15	-0.58	0.84	0.74	-0.32		-0.47	-1.09	-0.64	-0.79	-0.36	-0.69	0.25	0.21	-0.3	-0.25	-0.34	0.01	-0.27	-0.15	0.08	-0.04	0.52	-0.2	-0.64	-0.29	-0.71
+YML062C	MFT1   MITOCHONDRIAL PROTEIN TA MITOCHONDRIAL TARGETING PROTEIN	0.06	-0.49	-0.09	-0.18	-0.14	-0.29	-0.09	-0.07	-0.18	-0.43	-0.54	-0.34	-0.34	-0.45	-0.42	-0.27	0.16	-0.32	0.08	-0.47	-0.45	-0.49	-0.25	-0.71	-0.6	-0.12	-0.38	-0.69	-0.86	-0.43	-0.43	-0.64	-0.12	-0.29	0.08	0.16	0.01	0.07	0.18	0.07	0.06	-0.06	-0.07	0.39	-0.6	0.31	0.16	-0.42	-0.49	0.23	1.74	1.26	0.77	-0.71	1.18	0.58	-0.67	-0.03	-0.27	-0.45	-0.32	0.41	-0.2	0.06	-0.1	0.33	-0.54	-0.3	-0.15	-0.03	-0.18	-0.79	-0.1	0.03	0.03	 [...]
+YER100W	"UBC6   PROTEIN DEGRADATION, UBI UBIQUITIN-CONJUGATING ENZYME"	0.16	0.01	-0.04	-0.07	0.12	0.21	0.31	0.18	0.12	0.08	-0.03	-0.01	0.19	-0.2		-0.09	0.26	-0.06	0.8	0.24		0.2	0.16	-0.22	0.08	0.1	0.01	0.01	0.24	-0.01	0.14	-0.06	0.1	0.18	0.25	0.29	0.16	0.07	0.24	0.07	0.16	0.32	0.18	-0.04	0.5	0.32	0.39	-0.17	-0.15	-0.12	1.19	1.14	0.62	0.04	1.21	0.63	-0.18	-0.79	-0.17	-0.32	-0.06	-0.34	-0.2	-0.4	0.11	0.39	-0.3	-0.04	-0.09	0.4	0.65	0.28	0.08	-0.25	0.04	-0.2	-0.3	0.26	-0.3
+YIR004W	DJP1   PEROXISOME BIOGENESIS    UNKNOWN	0.16	-0.15		-0.07	-0.17	0.23	0.15	0.25	-0.09	-0.14	-0.3	0.08	-0.04	-0.23	-0.22	-0.01	0.28	0.04	0.54	-0.1	-0.09	0.08	0.08	-0.06	0.01	-0.07	-0.23	-0.38	-0.15	-0.3	0.01	-0.45	0.25	0.23	0.2	-0.1	-0.2	-0.2		-0.12	-0.12	-0.14	-0.12	0.29	0.53	0.31	0.33	-0.43	-0.56	0.39	1.68	1.31	1.25	-1.32	1.06	0.79	-0.76	-0.56	0.1	-0.56	0.03	-0.45	-0.56	-0.07	0.23	0.58	-0.2	0.01	0.44	0.14	0.43	0.49	-0.18	0.15	0.4	-0.42	0.16	0.07	0.31
+YBR129C	OPY1   MATING         UNKNOWN	-0.27	-0.62	-0.29	-0.36	-0.51	0.03	-0.4	0.15	-0.32	-0.06	-0.34	-0.27	-0.27	-0.22	-0.2	-0.42		-0.27	0.72		-0.12	-0.18	-0.3	-0.22	-0.1	-0.1	-0.14	-0.49	-0.32	-0.4	-0.36	-0.29	-0.04	-0.12	-0.12	-0.3	-0.25	-0.07	-0.1	0.04	-0.25	-0.1	0.03	0.57	0.46	0.37	0.37	-0.14	0.1		0.83	1.29	1.02	0.08	0.62	1.13	-0.09	-0.58	0.12	-0.51	-0.18	-0.42	-0.51	-0.04	-0.15	0.49	0.11	-0.23	0.08	0.43	0.76	0.29	-0.12	0.01	0.56	0.15	-0.22	0.58	0.58
+YDL049C	KNH1   CELL WALL BIOGENESIS     KRE9P HOMOLOG	-0.34	0.87	0.08	-0.18	-0.4	-0.36	0.18	0.04	-0.32	0.28	-0.71	-0.27	-0.07	-0.36	-0.51	-0.58	-0.62	-0.14	-0.89	0.18	-0.2	-0.07	-0.1	-0.23	-0.25	-0.32	-0.17	-0.12	-0.12	-0.25	-0.67	-0.76	0.6	0.53	0.14	-0.4	-0.64	-0.34	-0.38	-0.25	-0.67	-0.23	-0.45	-0.6	-0.6	-0.69	-0.62	-0.42	-0.07	0.04	2.03	2.38	2.19	-0.79	1.77	1.94	-0.51	-1.6	0.18	-0.04	0.14	-0.38	-0.36	0.4	-0.51	-0.27	-0.92	-0.56	0.16	1.14	0.8	0.31	-0.22	-0.18	-0.06	-0.18	0.06	0.2	0.42
+YFL041W	"FET5   TRANSPORT        IRON TRANSPORTER, MULTICOPPER OXIDASE"	0.19	0.11	-0.07	0.44	0.37	0.37	0.21	0.21	0.64	0.25	0.5	0.45	0.4	0.2	0.16	0.31	-0.06	0.36	-0.58	-0.09	0.04	-0.14	-0.34	-0.14	-0.04	0.12	0.28	0.29	0.15	0.14	0.23	0.31	-0.14	-0.22	-0.12	0.11	0.19	0.43	0.36	0.33	0.21	0.04	0.2	0.82	0.06	-0.04	0.06	0.12	-0.64	0.7	1.97	1.12	2.24	-1.51	1.54	1.37	-0.64	0.7	-0.3	-0.03	-0.3	-0.17	-0.29	-0.84	0.06	-0.4	0.12	-0.04	-0.4	0.7	0.28	0.6	0.32	0.32	0.65	-0.07	-0.3	0.32	0.32
+YEL058W	PCM1   AMINOSUGARS METABOLISM   PHOSPHOACETYLGLUCOSAMINE MUTASE	0.49	0.26	0.2	0.08	-0.27	-0.07	-0.32	-0.4	0.03	0.11	0.28	0.01	-0.07	-0.47	-0.2	0.11	-0.47	-0.15	-0.32	0.11	0.23	0.04	0.14	0.06	0.24	0.39	0.52	0.57	0.44	0.48	0.6	0.68	0.38	0.43	0.5	0.15	0.06	0.03	0.42	0.39	0.33	0.06	0.2	0.37	0.7	0.57	0.62	0.1	-0.36	-0.07	1.45	1.64	1.37	-0.86	1.61	1.56	-0.58	0.48	0.01	-0.14	-0.07	0.24	-0.01	-0.92	-0.04	-0.54	0.43	0.33	0.1	0.88	-0.49	-0.64	-0.4	0.1	0.62	-0.07	-0.51	0.65	-0.29
+YCL007C	CWH36  CELL WALL BIOGENESIS     UNKNOWN	-0.38	0.1	-0.2	-0.1	-0.51	0.19	-0.38	0.18	-0.14	0.12	-0.04	-0.18	-0.18	-0.18	-0.27	0.14	0.08	-0.07	0.16	-0.03	-0.29	-0.14	0.2	0.21	0.43	0.08	-0.03	0.12	0.28	-0.2	-0.07	-0.17	-0.2	-0.07	-0.04	0.34	-0.69	-0.22	-0.22	-0.14	-0.69	0.1	-0.18	0.91	-0.34	-0.47	-0.49		0.07	-0.22	0.88	1.03	0.77		1.02	1.26	0.03	0.14	-0.43	-0.36	-0.51	-0.67	-0.51	-0.2	0.08	-0.22	-0.49	-0.1	-0.1	0.01	-0.56	-0.23	0.07	0.33	0.36	-0.14	-0.23	-0.14	-0.32
+YLL021W	SPA2   CYTOSKELETON        CORTICAL ACTIN PATCH COMPONENT	-0.86	-0.25	-0.49	0.33	0.2	-0.12	-0.22	-0.18	-0.17	-0.23	-0.07	-0.07	0.11	-0.4	-0.2	0.5	-0.51	-0.23	-0.54	-0.34	0.33	0.28	0.01	0.43	0.43	0.33	0.15	0.32	-0.25	0.21	-0.71	0.01	-1.12	-0.1	0.1	0.14	-0.14	-0.74	-0.4	-0.42	-0.03	-0.22	-0.76	0.18	-0.51	-0.6	-0.76	-0.04	-0.03	0.44		1.28	2	-0.32	1.37		0.77	0.24	-0.03	-0.74	-0.17	0.66	0.4	-0.15	-0.86	-0.12	-0.32	-0.58	0.18	-0.03	0.07	0.44	0.12	-0.09	-0.22	-0.4	-0.45	-1.09	-1
+YBR070C	NONE   STRESS RESPONSE     (PUTATIVE) OSMOTOLERANCE PROTEIN	-1.22	-0.64	0.1	0.36	0.11	-0.18	-0.38	0.53	-1.15	-0.12	-0.49	0.19	0.21	-0.09	-0.67	-0.15	-0.74	-0.34	-1.25	-0.69	0.03	-0.64	0.06	0.1	-0.17	0.14	-0.22	-0.42	0.1	-0.47	-0.43	-0.04	0.31	0.49	0.58	-0.25	-1.43	-1.56	-0.04	0.58	-0.03	-0.43	-0.92	0.16	-0.22	-0.17	-0.43	0.03		0.06	1.24	1.2	2.08	0.48	0.59	0.38	2.47	1.6	-0.56	-0.1	0.01	-0.54	-0.25	-0.32	0.26	-0.06	0.08	-0.12	-0.47	0.03	-1.09	-1.15	-0.07	0.21	0.38	0.18	-0.42	-0.27	-0.62
+YHR123W	"EPT1   PHOSPHOLIPID METABOLISM  SN-1,2-DIACYLGLYCEROL ETHANOLAMINE- AND CHOLINEPHOSPHOTRANFERASE"	-0.62	-0.17	-0.51	-0.1	-0.3	-0.25	-0.45	-0.84	-0.58	-0.2	-0.27	-0.36	0.04	-0.36	-0.43	-0.51	-0.76	-0.71	-1.25	-0.09	0.03	-0.67	-0.2	-0.2	-0.12	0.14	-0.1	0.06	0.12	-0.09	-0.2	0.01	-0.62	0.04	0.04	-0.17	-0.69	-0.6	-0.09	0.19	-0.09	-0.62	-0.67	-0.58	-0.67	-0.71	-0.6	-0.14	-0.23	0.55	1.84	0.93	1.5	-1.25	0.38	-0.2	0.55	1.01	-0.07	0.52	0.28	-0.14	0.1	-0.42	0.28	-0.32	0.14	-0.29	-0.43	-0.6 [...]
+YER107C	GLE2   NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.22	1.1	-0.18	0.41	-0.58	0.11	-0.17	-0.3	-0.2	-0.36	-0.1	-0.45	0.7	-0.58	0.81	0.08	-0.09	-0.32	-0.34	-0.42	-0.2	-0.62	0.01	0.23	-0.38	0.16	-0.04	0.04	0.12	-0.07	0.18	-0.09	0.3	0.31	0.2	-0.84	0.18	0.18	0.3		-0.06		0.16	-0.81	0.19	-0.1	0.14	-0.32	0.32	0.8	1.64	0.98	0.88	-0.43	0.4	-0.49	0.51	1.05	-0.34	-0.84	-0.14	-0.4	-0.54	1.42	0.01	-0.23	-0.27	-0.64	0.01	0.07	0.32	0.34	-0.38	-0.17	0.2		-0.6	0.1	-0.81
+YBR115C	LYS2   LYSINE BIOSYNTHESIS    L-AMINOADIPATE-SEMIALDEHYDE DEHYDROGENASE	-0.14	-0.58	0.03	-0.2	0.1	-0.25	-0.1	-0.15	-0.1	-0.42	0.03	0.34	0.08	0.23	0.4	0.2	0.43	-0.03	-0.81	-0.36	-0.34	0.07	-0.15	-0.15	-0.45	-0.29	0.08	0.04	-0.62	-0.17	-0.17	-0.36		0.19	-0.09	-0.18	-0.51	0.21	-0.07	0.58	-0.51	-0.89	-0.58	0.03	-1.15	-0.2	-1	0.07	0.8	0.49	0.89	1.14	1.54	0.24	0.33	0.44	0.69	0.18	-0.1	-0.34	-0.49	-0.03	0.24	0.36	-0.51	-0.86	-0.49	-0.51	-0.49	-0.43	-0.43	-0.18	0.18	0.38	-0.45	-0.81	-1.0 [...]
+YHR208W	BAT1   BRANCHED CHAIN AMINO ACI TRANSAMINASE	0.39	-0.03	0.16	-0.18	-0.09	-0.23	0.32	-0.04	0.19	-0.04	-0.06	-0.01	-0.03	-0.71	0.2	0.07	-0.3	-0.04	-1.32	-0.47	-0.27	-0.4	0.21	0.11	-0.22	0.19		0.32	-0.01	-0.22	-0.04	0.19	-1.51	0.25	-0.34	-0.49	-1.15	-0.51	-0.49	0.96	0.75	-1.36	-0.67	0.43	-0.6	-0.06	-1.12	-0.04	3.96	3.16	3.13	2.45	2.76	1.15	-0.79	-0.94	0.44	-0.51	-0.36	-1.09	-1.15	-0.64	-0.49	-0.92	-0.29	-0.34	-0.79	-1.22	-0.23	-0.32	-0.29	-0.22	0.2	0.19	0.11	-0.71	-0.32	-1	-2.12
+YGR037C	ACB1   FATTY ACID METABOLISM    ACYL-COA ESTER TRANSPORTER	0.18	0.48	0.32	0.55	0.21	0.39	0.11	-0.12	0.29	0.33	0.25	0.04	0.25	-0.12	0.18	0.15	-0.09		-0.36	1.27	-0.17	0.12	-0.1	0.52	0.4	0.77	0.42	0.6	0.58	0.48	0.54	0.64	-0.09	0.01	0.12	0.18	-0.22	-0.43	-0.64	-0.36	-0.25	-0.09	0.03	0.01		0.08	0.45	-0.04	0.21	0.74	1.68	1.44	1.54	-0.47	1.01	0.4	0.24	0.29	-0.03	-0.32	-0.58	-0.62	-0.45	-0.4	0.93	0.69	1.17	1.08	-0.23	0.16	-0.62	-0.25	0.16	0.01	0.01	-0.29	-0.32	-0.25	-1.32
+YER027C	GAL83  GLUCOSE REPRESSION    COMPONENT OF SNF1 COMPLEX	-0.17	-0.15	0.36	0.19	0.4	0.16	-0.23	0.18	0.29	0.03	0.58	0.21	0.19	0.07	0.18	0.28	-0.2	-0.29	0.14	-0.42		0.16	0.08	0.04	0.11	0.39	-0.18	-0.01		-0.03	-0.22	-0.01	-0.06	-0.32	-0.1	0.4	-0.34	-0.34		0.16	0.07	0.11	-0.1	-0.14	0.41	0.1	0.19	0.32	-0.06	0.48	1.18	1.09	1.23	-0.86	0.77	0.55	0.49	1.08	0.18	0.1	0.21	0.01	-0.36	-0.1	0.76	0.12	0.8	0.52	0.18	0.33	0.45	0.77	0.32	0.08	0.46	0.06	0.2	-0.15	-0.17
+YKL104C	GFA1   CELL WALL BIOGENESIS     CHITIN BIOSYNTHESIS	1.53	1.14	1.1	0.45	0.15	-0.27	0.03	0.14	0.2	0.39	0.21	0.48	0.03	-0.36	-0.27	-0.03	0.4	0.19	-1	-0.6	-0.47	-0.42	-0.17	0.11	0.07	-0.03	-0.07	0.3	0.32	0.31	0.18	0.18	0.5	0.2	0.07	-0.25	-0.01	0.32	0.49	0.34		-0.38	-0.1	-0.58	0.49	0.51	0.39	-0.29	0.88	2.07	3.07	3	3.39	-0.79	1.3	0.86	1.42	2.15	-0.1	0.18	0.15	-0.1	0.19	-0.1	0.61	0.4	1.53	1.9	-0.23	-0.14	-0.32	0.34	0.19	0.21	0.28	-0.58	-0.56	-0.67	-0.18
+YDR195W	REF2   MRNA 3'-END PROCESSING   UNKNOWN	-0.36	-0.27	-0.03	-0.1	-0.12	-0.15	-0.25	-0.18	0.37	-0.14	0.36	-0.2	0.03	-0.01	0.01	0.1	-0.23	-0.23	-0.25	-0.29	-0.22	0.07		-0.07	-0.04	-0.32	-0.25	-0.15	-0.36	-0.12	-0.12	-0.27	0.4	0.46	0.16	-0.32	-0.34	-0.14	-0.18	-0.32	-0.04	-0.04	-0.18	0.58	0.03	-0.25	-0.04	-0.14	-0.04	0.11	0.67	0.84	1.1	-0.56	0.37	0.69	0.23	0.54	-0.22	-0.58	-0.49	-0.69	-0.38		-0.25	-0.06	-0.36	-0.32	-0.36	0.16	1.74	0.25	0.07	-0.15	-0.12	-0.47	-1.12	0.16	-0.47
+YPL204W	HRR25  DNA REPAIR       CASEIN KINASE I ISOFORM	0.01	-0.18	-0.71	-0.56	-0.54	-0.71	-0.2		-0.32	-0.27	-0.32	-0.18	-0.14	-0.6	-0.62	-0.29	-0.58	-0.34	0.24	-0.4	-0.22	0.28	0.23	-0.03	0.49	0.4	0.26	0.15	-0.42	0.24	-0.03	0.36	0.91	0.61	0.12	0.38	0.11	0.19	0.39	0.11	0.14	0.03	-0.01	0.46	0.39	0.16	0.25	-0.17	-0.32	0.53	1.53	1.04	1.5	-0.94	0.95	0.82	-0.42	0.21	-0.34	0.06	0.2	0.23	-0.38	-0.42	0.15	-0.36	-0.29	-0.76	0.26	0.41	1.51	1.02	0.01	-0.07	-0.38	-0.29	-0.45	-0.6	-1.12
+YDR515W	SLF1   CU2+ ION HOMEOSTASIS     CUS BIOMINERALIZATION	-0.01	2.53	-0.12	0.03		-0.04	0.16	0.1	-0.03	-0.12	-0.29	-0.18	-0.1	-0.45	-0.45	-0.3	-0.25	0.15	-1	-0.64	-0.42	-0.51	-0.47	-0.58	-0.6	-0.47	-0.2	-0.3	-0.17	0.01	-0.14	-0.54	-0.47	-0.58	-0.32	-0.34	-0.64	-0.49	-0.6	0.16	-0.51	-0.71	-0.25	0.82	-0.29	-0.2	-0.22	-0.18	0.1	1.27	1.44	1.2	0.42	-1.4	-0.01	-0.97	0.16	1.02	-0.25	-0.34	0.23	-0.03	-0.04	-0.27	-0.32	0.21	-0.17	-0.3	-0.25	0.5	-0.14	0.04	-0.25	-0.03	-0.04	-0.29	-0.17	0.49	0.55
+YMR072W	ABF2   MITOCHONDRIAL GENOME MAI (PUTATIVE) HMG TRANSCRIPTION FACTORS	0.11		-0.17	-0.14	-0.36	0.39	0.1	0.26	0.14	-0.4	0.07	-0.43	-0.07	-0.25	0.03		-0.09	-0.25	0.85	-0.22	0.19	0.36	0.08	-0.09	0.08	0.12	0.07	-0.18	-0.09	-0.18	-0.09	-0.18	-0.62	-0.3	-0.58	-4.06	-0.71	0.29	-0.38	-0.14	-0.32	-0.43	-0.47	0.08	-0.69	0.32	-0.36	-0.18	-0.1	0.8		1.58	1.61	-0.71	1.15	0.79	0.21	0.01	-0.12	-0.29	-0.25	-1.06	-0.6	-0.27	0.4	0.06	0.2	0.26	-0.09	0.44	-0.18	-0.56	-0.09	-0.3	-0.2	-0.22	-0.3	0.25	-0.45
+YNR023W	SNF12  TRANSCRIPTION       COMPONENT OF SWI/SNF GLOBAL ACTIVATOR COMPLEX	-0.58	-0.69	-0.71	-0.14	0.06	0.16	0.37		-0.3	-0.12	-0.3	-0.34	-0.22	-0.47	0.04	0.01	0.41	0.2	-0.07	-0.6	-0.32	-0.51		-0.18	-0.2	0.07	0.07	-0.1	-0.47	0.04	0.3	-0.51	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.18	-0.03	0.21	0.45	0.41	0.06	-0.51	0.08	-0.2	0.45	0.21	-0.14	-0.23	-0.25	0.32	0.2	0.15	-0.47	-0.69	-0.07	-0.06	-0.23	0.26	-0.4	-0.45	0.06	0.07	0.21	-0.36	0.11	0.04	0.57
+YOR017W	PET127 PROTEIN SYNTHESIS     MITOCHONDRIAL TRANSLATION	-0.84	-0.3	-0.15	-0.01	0.06	0.37	-0.17	-0.22	-0.54	-0.2	-0.27	-0.01	-0.17	-0.25	-0.01	-0.14	-0.12	0.06	-0.47	-0.74	-0.47	-0.6	-0.36	-0.07	-0.2	-0.18	-0.07	-0.38	-0.64	-0.01	-0.67	-0.58	-0.34	0.03	-0.27	-0.79	-1	-0.62	0.12	1.1	-0.2	-1.22	0.06	0.38	-1.47	-0.3	-0.69	-0.6	0.34	0.36	0.53	0.6	0.33	-0.58	-0.2	-0.36	0.93	0.34	-0.6	-0.25	-0.4	-0.07	-0.03	-0.18	-0.36	-0.1	-0.34	-0.51	-0.51	-0.06	-0.07	0.15	-0.27	0.08	0.15	-0.4	-0.03	0. [...]
+YAL030W	SNC1   SECRETION        GOLGI V-SNARE	-0.01	-0.2	0.15	0.07	0.24	0.23		0.49	0.1	-0.07	0.08	0.44	-0.09	-0.12	0.23	0.44	0.11	0.21	0.64	-0.2		0.16	0.15	-0.32	-0.14	-0.14	-0.17	-0.43	-0.06	-0.2	-0.38	-0.14	-0.04	0.28	0.08	-0.45	-0.6		-0.1	0.67	-0.74		-0.4	0.16	-0.49	-0.18	-0.94	0.16	0.42	0.54	0.48	0.42	0.36	0.1	0.21	-0.42	0.34	0.86		0.01	-0.01	-0.23	-0.12	0.2	-0.04	-0.45	0.04	-0.1	0.1	-0.2	-0.36	-0.07	-0.01	0.31	0.06	-0.14	-0.32	0.71	0.44
+YBL056W	PTC3   OSMOTIC STRESS RESPONSE  PROTEIN PHOSPHATASE	-0.3	-0.64	-0.1	-0.15	-0.1	0.04	0.08	0.38	-0.1	0.07	-0.09	-0.22	-0.14	-0.07	0.33	-0.01	0.18	0.15	0.1	-0.58	-0.54	-0.42	-0.47	-0.69	-0.47	-0.22	-0.2	-0.27	-0.71	0.23	-0.07	-0.12	-0.04	0.03	-0.62	-0.36	-0.86	0.06	0.03	0.96	-0.17	-1.12	-0.18	0.21	-0.74	-0.64	-0.74	-0.07	0.12	0.44	0.58	0.29	-0.04	-0.18	0.1	-0.18	0.28	0.77	-0.06	-0.04	0.12	-0.62	-0.36	-0.3	0.24	-0.32	0.06	-0.22	0.25	0.08	0.24	0.03	0.01	0.41	0.55	0.11	0.12	0.56	0.12
+YOR149C	"SMP3   PLASMID MAINTENANCE    INTEGRAL MEMBRANE, PROTEIN KINASE C PATHWAY PROTEIN"	0.11	0.06	0.57	0.43	0.21	0.37	0.28	0.16	0.11	-0.42	-0.2	-0.14	0.3	-0.27		-0.12	0.23	-0.2	0.19	0.1	-0.06	0.14	-0.06	0.12	0.08	-0.27	-0.47	-0.23	0.01	-0.45	-0.36	-0.1	-0.34	-0.47	0.03	-0.17	-0.17	-0.1	-0.42	-0.07	-0.12	-0.6	-0.69	-1.06	-0.67	-0.69	-0.54	-0.2	0.38	0.31	0.19	0.25	0.24	-0.4	-0.17	-0.84	1.12	1.4	0.01	-0.76	-0.07	-0.2	-0.09	0.58	-0.36	-0.56		-0.03	0.28	0.16	-0.12	-0.74	0.23	0.42	0.96	0.3 [...]
+YGR013W	SNU71  MRNA SPLICING       U1 SNRNP PROTEIN	-0.03	0.07	0.2	0.07	-0.12	0.1	-0.15	0.07	0.06	0.03	-0.09	-0.04	-0.01	-0.3	-0.36	-0.18		-0.14	0.33	-0.2	0.36	0.29	0.08	0.07	-0.01	-0.01	-0.22	-0.14	0.1	-0.43	-0.36	-0.09	-0.62	0.25	0.11	0.12	-0.09	0.12	-0.09	-0.06	0.45	0.04	0.03	0.75	0.21	-0.27	-0.07	0.06	0.18	0.65	0.71	0.19	0.04	-0.97	-0.01	-1.18	0.51	0.8	-0.2		0.41	-0.18	-0.36	-0.01	-0.81	-0.2	-0.22	0.06	-0.56	0.28	-0.4	0.43	-0.15		0.21	-0.14	-0.38	0.65	-0.12
+YIL171W	HXT12  TRANSPORT        HEXOSE PERMEASE	0.6	0.41	0.58	0.5	0.23	0.36	0.1	0.21	0.16	0.08	0.66	0.21	0.33	0.37	0.16	0.16	-0.06	0.1	0.21	-0.17	-0.1	-0.27	-0.27	-0.25	-0.36	-0.22	-0.51	-0.58	-0.3	-0.79	-0.23	-0.09	-0.01	0.72	0.01	-0.71	-0.81	-0.47	-0.3	-0.86	-0.51	-0.23	-0.84	-0.17	-0.38	-0.32	0.03	-0.03	0.61	1.2	1.47	0.96	0.61	-0.42	0.18	-0.1	1.24	1.07	-0.03	0.26	0.41	-0.04	0.08	0.37	0.01	0.6	0.44	-0.6	0.04	0.82	0.94	0.19	-0.38	-0.3	0.12	-0.12	-0.34	0.42	0.12
+YOR075W	UFE1   SECRETION        ER MEMBRANE T-SNARE	0.58	0.32	0.74	0.85	0.77	0.74	0.55	0.54	0.23	-0.04	0.55	0.31	0.2	0.15	0.39	0.45	0.06	0.19	0.31	-0.42	-0.07	-0.07	0.16	-0.36	-0.36	-0.56	-0.42	-0.45	-0.51	-0.38	-0.29	-0.27	-0.15	0.56	0.44	-0.14	-0.6	-0.3	-0.01	-0.04	0.11	-1.06	-0.54	-0.45	-0.12	-0.23	0.01	-0.2	0.86	0.96	0.75	0.21	0.74	-0.27	-0.15	-0.29	1.2	1.45	-0.25	-0.22	-0.06	-0.27	-0.27	-0.47	-0.18	0.49	-0.64	-0.22	0.06	-0.34	0.94	-0.2	-0.01	0.28	0.26	-0.32	-0.2	0.82	0.33
+YKL112W	ABF1   TRANSCRIPTION       ARS-BINDING FACTOR	-1.18	-0.67	-0.32	0.23	-0.27	0.38	-0.2	0.07	-0.4	0.04	-0.58	-0.18	-0.2	-0.2	-0.17	0.03	0.04	0.1	-0.49	-0.14	1.2	0.07	0.33	0.06	0.11	0.32	0.21	0.2	0.43	0.11	-0.06	0.31	-1.69	-1.64	-1.25	-0.71	-0.58	-0.62	-1.18	-0.79	-0.34	-0.22	-0.2	-0.58	-0.67	-0.74	-0.58	-0.2	0.78	0.77	0.71	0.07	0.33	-0.25	-0.32	-0.81	1.86	0.9	0.07	0.06	0.19	0.25	-0.15	0.42	0.06	-0.4	-0.2	-0.12	-0.36		-0.34	-0.43	-0.04		0.04	-0.23	-0.36	-0.12	-0.74
+YDL197C	ASF2   TRANSCRIPTION       ANTI-SILENCING PROTEIN	-0.64	-0.07	0.64	0.68	0.52	0.32	-0.42	0.12	-0.09	-0.23	0.86	0.6	0.33	0.36	0.24	0.66	-0.01	0.07	-0.18	-0.36	-0.3	0.31	0.14	0.4	0.45	0.61	-0.09	-0.01	-0.18	-0.15	0.07	0.14	0.31		-0.04	-0.38	-0.74	-0.79	-0.43	0.57	-0.23	-1	-0.42		-1.15	-0.49	-0.47	0.21	0.74	0.29	0.07	-0.45	-0.62	0.33	-0.56	-1.03	1.87	1.42	-0.17	0.25	0.24	0.14	0.08	-0.12	-0.12	-0.32	0.07	-0.25	-0.32	0.38	-0.22		0.04	0.41	0.16	-0.32	-0.47	0.29	0.61
+YJL115W	ASF1   TRANSCRIPTION       ANTI-SILENCING PROTEIN	-0.32	0.49	0.61	1.43	0.58	0.3	-0.45	-0.42	-0.06	0.06	0.34	0.58	0.36	-0.1	-0.32	-0.14	-0.42	-0.43	-0.58	-0.3	0.14	0.32	0.48	0.59	0.26	0.18	-0.03	0.14	0.07	-0.14	-0.09	0.15	-0.06	0.79	0.7	-0.76	-1.6	-1.47	0.44	0.8	0.37	-0.84	-1.4	-0.76	0.34	0.04	-0.14	-0.1	0.97	0.86	0.49	-0.25	-0.4	0.36	-0.54	-0.76	1.89	1	0.28	0.08	0.2	0.55	0.15	0.38	0.14	0.19	-0.15	-0.1	0.18	0.21	-0.12	0.19	0.03	-0.2	-0.07	-0.49	-0.79	0.15	-0.58
+YJL176C	SWI3   TRANSCRIPTION       COMPONENT OF SWI/SNF GLOBAL ACTIVATOR COMPLEX	-0.67	-0.23	-0.56		0.04	-0.15	0.21	-0.3	-0.23	-0.22	-0.25	-0.07	0.01	-0.29	-0.14	-0.06	-0.22	-0.23	-0.04	-0.32	-0.45	-0.15	-0.15	0.08	0.15	0.26	0.38	0.29	0.11	0.19	0.28	0.03	-0.25	-0.06		0.03	-0.07	-0.34	-0.27	0.06	-0.09	0.06	-0.38	-0.34	-0.4	-0.3	-0.58	-0.6	0.41	0.85	0.65	-0.74	0.04	-0.76	-0.45	-0.86	1.08		-0.38		-0.36	0.33	0.26	-0.27	-0.47	-0.51	-0.27	-0.29	0.14	0.69	-0.03	0.32	0.04	-0.38	-0.14	-0.67	-0.69	0.49	
+YGL025C	PGD1   TRANSCRIPTION       RNA POLYMERASE II MEDIATOR SUBUNIT	-0.07	-0.3	-0.17	-0.18	0.08	-0.27	0.01	-0.17	-0.09	-0.07	-0.07	-0.14	-0.07	-0.22	0.06	-0.01	0.15	-0.38	0.15	-0.04	-0.36	-0.14	-0.09	-0.23	-0.23	-0.14	0.04	-0.1	-0.25	-0.04	0.12	-0.14	0.07	-0.07	0.16	-0.14	0.19	-0.04		-0.07	-0.2	-0.1	-0.12	-0.47	0.34	-0.14	-0.06	-0.34	0.41	0.37	0.36	0.1	0.03	-0.34	-0.36	-0.49	1.1	0.9	0.14	-0.14	-0.04	0.91	-0.14	0.08	-0.23	-0.18	-0.15	-0.27	0.08	0.01	-0.04	-0.94	-0.12	-0.22	-0.07	-0.36	- [...]
+YJL024C	APS3   VACUOLAR PROTEIN TARGETI AP-3 COMPLEX SUBUNIT	-0.12	-0.04	0.16	-0.01	0.15	-0.03	-0.09	0.34	0.12	-0.3	0.16	-0.3	-0.2	-0.09	-0.03	0.06	-0.32	-0.3	0.2	-0.4	0.03	-0.18	-0.01	-0.04	0.08		-0.06	-0.3	-0.34	-0.51	-0.42	-0.2	0.06	0.01	0.19	-0.27	-0.23	-0.17	-0.14	-0.23		-0.12	0.01	-0.07		-0.06	0.37	0.08	0.26	0.54	0.54	0.07	0.07	-0.17	0.11	-0.74	0.43	1.1	-0.07	0.23	-0.09	-0.1	-0.36	0.07	-0.15	-0.12	-0.12	-0.25	-0.23	0.4	0.03	-0.34	0.07	0.12	-0.01	-0.3	-0.3	0.78	-0.12
+YJL085W	EXO70  SECRETION        EXOCYST COMPLEX SUBUNIT	-0.2	-0.3	0.34	-0.1	0.58	0.23	0.03	-0.32	-0.07	0.07	0.61		-0.07	-0.43		-0.01	0.15	-0.09	-0.45	-0.51	-0.69	-0.47	-0.3	-0.69	-0.71	-0.42	-0.49	-0.49	-0.54	-0.42	-0.51	-0.49	0.21	0.08	0.08	-0.42	-0.56	0.06	-0.12	0.19	0.1	-0.38	-0.3	0.61	0.2	0.15	0.07	-0.47	0.57	0.58	0.67	0.44	-0.4	-0.25	-0.1	-0.4	0.81	0.78	-0.23	-0.18	-0.18	0.21	-0.3	-0.34	-0.49	-0.03	-0.32	-0.32	0.14	-0.01	0.01	-0.01	0.1	0.14	0.29	0.03	-0.01	-0.12	0.07
+YFR030W	MET10  SULFATE ASSIMILATION     SULFITE REDUCTASE SUBUNIT	0.23	0.32	0.7	0.26	0.49	0.63	1.14	0.58	0.51	0.16		0.28	-0.06	-0.12	0.18	0.46	0.34	0.25	-0.76	0.04	-0.49	-0.43	-0.43	-0.3	-0.4	0.15	0.06	0.28	-0.22	0.03	-0.12	-0.17	-0.64	-0.62	-0.04	-0.36	-0.45	-0.06	-0.34	1.25	-0.06	-1.22	-0.54	0.37	-0.86	0.06	-0.76	-0.2	1.08	0.7	0.98	0.33	0.64	0.12	-0.71	-0.67	1.35	1.52	0.25	0.68	0.36	0.46	0.61	-0.62	-0.49	-0.67	-0.51	-0.43	-0.42	0.12	0.14	0.14	-0.22	-0.49	-0.51	-0.34	-0.86	-0.54	-0.09
+YGR047C	TFC4   TRANSCRIPTION       TFIIIC 131 KD SUBUNIT	-0.3	-0.62	-0.15	-0.43	-0.17	-0.42	-0.07	-0.25	-0.23	-0.29	-0.34	-0.2	-0.27	-0.36	-0.29	-0.12	-0.15	-0.25	-0.47	-0.47	-0.45	-0.34	-0.4	-0.3	-0.51	0.03	0.1	0.15	-0.3	-0.17	-0.15	-0.07	-0.51	-0.32	-0.36	-0.34	-0.34	-0.47	-0.45	0.01	-0.32	-0.2	-0.3	-0.47	-0.36	-0.79	-0.38	-0.3	0.51	0.58	0.31	-0.25	-0.1	-0.2	-0.74	-0.94	1.34	1.01	-0.1	0.07	-0.1	0.2	-0.07	-0.36	-0.38	-0.36	-1	-0.45	-0.07	-0.09	0.18	0.36	-0.18	-0.45	0.06	-0.06	-0.09	0.64	-0.23
+YGR246C	BRF1   TRANSCRIPTION       TFIIIB 70 KD SUBUNIT	0.06	-0.42	-0.07	-0.42	0.12	-0.42	0.06	-0.2	0.03	-0.07	0.07	-0.06	0.04	-0.56	-0.04	-0.27		-0.32	-0.17	-0.34	-0.47	-0.6	-0.49	-0.45	-0.43	-0.22	-0.09	-0.3	-0.47	-0.01	-0.03	-0.15	-0.07	0.37	0.32	-0.27	-0.27	-0.17	-0.14	-0.09	0.12	-0.32	-0.27	0.37	-0.14	-0.17	-0.47	-0.3	0.58	0.58	0.45	0.14	0.04	0.39	-0.51	-0.58	1.11	0.96	-0.17	-0.74	-0.58	-0.2	-0.34	-0.6	-0.38	-0.2	-0.58	-0.47	0.36	-0.15	-0.3	-1.09	-0.06	0.1	0.41	-0.07	0.16	0.54	0.32
+YDR323C	PEP7   VACUOLAR PROTEIN TARGETI VACUOLAR SEGREGATION PROTEIN	-0.17	-0.3	0.23	-0.43	0.26	0.23	0.03	0.04	0.07	-0.12	1.04	-0.4	-0.17	-0.27	0.28	-0.07	0.08	-0.04	-0.51	-0.54	-0.54	-0.54	-0.1	-0.97	-0.71	-0.45	-0.51	-0.45	-0.69	-0.45	-0.62	-0.49	-0.2	-0.14	-0.23	-0.2	-0.94	-0.07	-0.25	1.19	-0.06	-0.74	-0.69	-0.42	-0.74	-0.69	-1.06	-0.49	0.58	1.01	1.04	0.58	0.23	0.06	-1.47	-0.25	1.26	1.64	-0.25	-0.03	-0.89	-0.54	-0.15	-0.18	0.01	-0.4	-0.51	-0.49	-0.1	0.06	-0.36	-0.07	-0.56	-0.2	0.25	0. [...]
+YMR013C	SEC59  PROTEIN GLYCOSYLATION    MANNOSYLTRANSFERASE (PUTATIVE)	-0.2	-0.38	0.08	-0.07	0.18	0.14	0.12	-0.29	-0.2	-0.25	-0.25	-0.3	-0.1	-0.36	-0.15	-0.4	-0.34	-0.32	-0.51	-0.79	-0.71	-0.58	-0.32	-0.42	-0.32	-0.56	-0.2	-0.54	-0.58	-0.29	-0.49	-0.71	-0.09	-0.06	-0.27	-0.15	-0.89	0.28	-0.69	0.88	-0.06	-0.62	0.06	0.06	0.34	-0.34	-0.81	-0.56	0.76	0.53	0.76	0.45	-0.43	-0.12	-0.94	-0.32	1.23	1.48	0.03	-0.38	-0.47	0.01	0.18	-0.47	-0.1	-0.94	0.1	-0.54	-0.58	-0.29	-0.62	-0.94	-0.4	-0.17	-0.1	 [...]
+YPR029C	APL4   SECRETION        AP COMPLEX SUBUNIT	-0.3	-0.69	-0.18	-0.62	-0.15	-0.34	-0.03	-0.42	-0.17	-0.42	-0.22	-0.36	-0.3	-0.42	-0.18	-0.43	-0.29	0.31	-0.2	-0.69	-0.74	-0.32	-0.18	-0.18	-0.42	0.03	0.01	0.06	-0.23	0.01	-0.07	-0.17	-0.47	-0.34	-0.22	0.16	0.07			-0.01	0.1	0.14	-0.06	-0.62	0.12	-0.07	0.03	-0.49	0.61		1.05	0.86	0.59	-0.45	-0.56	-1.36	1.53	1.79	0.07	-0.03	-0.2	0.1	-0.45	-0.81	0.24	-0.06	-0.2	-0.42	-0.67	-0.47	-0.45	-0.64	-0.25	-0.14	-0.51	-0.56	-0.62	-0.79	-0.43
+YDR143C	SAN1   SILENCING        (PUTATIVE) TRANSCRIPTIONAL REGULATOR	-0.45	-0.64	-0.74	-0.2	-0.71	-0.36	-0.89	-0.23	-0.17	-0.49	-0.14	-0.69	-0.38	-0.62	-0.32	-0.3	-0.45	-0.45	-0.6	-0.3	-0.2	-0.32	-0.43	-0.22	-0.06	-0.22	-0.15	-0.1	-0.4	-0.15	-0.4		0.6	0.5	0.15	0.16	-0.29	-0.12	0.1	-0.06	-0.1	-0.14	-0.4	0.04	-0.18	-0.25	-0.25		0.31	0.58	0.7	0.08	0.44	-0.6	-0.12	-0.12	0.64	1.39	-0.18	-0.32	-0.43	-0.18	-0.07	-0.54	-0.64	-0.58	-0.45	-0.62	-0.43	0.1	-0.6	-0.04	0.2	0.12	0.04	-1.06	-0.86	-0.54	-0.56
+YJL090C	DPB11  DNA REPLICATION     DNA POLYMERASE II COMPLEX	-0.49	0.1	-0.2		-0.14	-0.32	-0.36	-0.25	-0.01	-0.29	-0.17	0.08	-0.3	-0.34	-0.15	-0.34	-0.18	-0.29	-0.07	0.23	0.49	-0.01	-0.22	-0.03	-0.27	0.04	-0.4	-0.17	-0.29	-0.34	-0.81	-0.15	0.57	0.9	0.52	-0.12	-0.45	0.26	-0.01	0.18	1.17	-0.17	-0.18	0.69	-0.34	-0.15	-0.51	-0.25	0.82	0.93	0.82	0.18	0.97	-0.43	-0.43	-0.23	1.5	2.01	-0.4	-0.32	-0.58	-0.03	-0.67	-0.03	-0.51	-0.36	-0.79	-0.42	-0.6	0.26	-0.17	0.42	-0.07	-0.34	-0.45	-0.56	-0.6	-0.2 [...]
+YDL093W	PMT5   PROTEIN GLYCOSYLATION    DOLICHYL PHOSPHATE-D-MANNOSE:PROTEIN O-D-MANNOSYLTRANSFERASE	-0.51	-0.56	-0.22	0.08	0.46	0.04	0.18	-0.42	-0.47	-0.3	-0.36	0.1	0.28	-0.03	-0.12	-0.38	-0.64	-0.49	-0.84	0.08	-0.49	-0.67	-0.34	-0.81	0.04	-0.2	0.01	-0.23	-0.18	-0.04	-0.43	-0.32	-0.54	-0.29	0.24	-0.34	-1.29	-0.84	-0.32	0.06	-0.07	-0.62	-0.84	-0.64	-0.54	-0.69	-0.92	-0.38	0.28	0.29		0.14	-0.03	-0.32	-0.34	-0.4	1.43	0.77	0.07	-0.09	-0.04	-0.07	0.12	-0.15	-0.22	-0.71	-0.1	-0.38	-0.01	-0.01 [...]
+YCR065W	HCM1   TRANSCRIPTION (PUTATIVE) FORKHEAD FAMILY OF DNA-BINDING PROTEINS	-1.22	-0.23	0.54	0.66	0.18	0.07	-0.69	-0.47	-0.43	-0.6	0.18	0.77	0.66	0.38	0.1	0.28	-0.4	-0.38	-1.32	-0.84	-0.07	0.16	0.14	0.74	0.78	0.77	0.18	0.43	0.26	0.25	-0.1	0.19	-0.34	0.52	0.43	0.2	-0.49	-0.62	0.01	0.59	0.53	-0.12	-0.58	0.19	-0.29	-0.43	-0.27	-0.12	0.85	0.6	0.18	-0.4	-0.14	0.2	-0.56	-0.71	1.78	1.35	-0.36	-0.23	-0.2	0.28	-0.22	0.1	-0.79	-0.92	-0.42	-0.14	0.07	-0.09	-0.07	0.36	0.04	-0.01	-0.47	-1	-1.15	- [...]
+YIL066C	RNR3   DNA REPAIR       REPAIR-INDUCED RIBONUCLEOTIDE REDUCTASE	-1.03	-0.3	0.88	1.1	0.96		-0.15	-0.49	-0.62	-0.79	0.45	0.96	0.81	0.24	0.29	-0.01	-1.06	-0.6	-1.47	-1	-0.74	-0.18	0.12	0.48	0.34	0.14	-0.07	0.28	-0.12	-0.56	-0.74	-0.42	-1.06	1.02	0.81	-0.79	-1.36	-1.43	0.67	1.1	0.7	-0.22	-0.62	-0.15	0.07	-0.09	-0.07	-0.18	0.78	0.51	0.03		0.03	0.04	-0.51	-0.45	1.01	0.08	-0.18	-0.81	-0.71	0.42	0.14	-0.58	-0.71	-0.79	-0.71	-0.67	0.23	0.51	-0.92	0.01	0.12	-0.01	-0.04	-0.45	-0.69	-1.43	-1.64
+YDR097C	MSH6   DNA REPAIR       MUTS HOMOLOG; MISMATCH REPAIR	-0.56	-0.69	0.7	1.2	1	0.4	-0.47	-0.67	-0.2	-0.54	1.16	1.24	0.81	0.34	0.11	0.19	-0.6	-0.49	-1.56	-1.09	-0.84	-0.12	0.28	0.65	0.43	0.26	-0.14		-0.09	-0.51	-0.62	-0.2	0.08	0.94	1.23	-0.62	-1.51	-1.6	0.67	0.93	0.65	-0.64	-1.36	-0.34	0.29	-0.4	-0.34	-0.1	0.85	0.49	-0.17	-0.25	0.11	0.4	-0.62	-0.54	1.63	0.36	-0.23	-1.32	-1.6	0.39	-0.34	0.06	-0.67	-0.71	-0.67	-0.67		-0.23	-0.25	-0.2	-0.18	-0.07	0.11	-0.34	-0.92	-0.25	-0.49
+YKL045W	PRI2   DNA REPLICATION     POLYMERASE ALPHA 58 KD SUBUNIT (DNA PRIMASE)	-1.03	-0.22	0.63	0.61	0.29	-0.09	-0.62	-0.86	-1.03	0.19	0.65	0.53	0.24	-0.49	-0.32	-0.45	-0.64	-1.43	-1.15	-0.81	0.19	0.1	-0.03	0.3	-0.62	0.54	-0.01	0.28	-0.14	-0.23	-0.47	-0.04	-0.12	0.96	0.95	-0.49	-1.09	-0.97	0.77	1.07	0.77	-0.51	-0.79	-0.22	0.32	-0.03	0.07		0.14			-0.43		0.62		-0.56			-0.09	-0.76	-0.04	0.2	-0.6	-0.36	-0.36	-0.3	-0.64	-0.29	0.1	0.43	-0.49	-0.54	-0.15	-0.36	-0.67	-0.38	-0.2	-0.64	-0.71
+YKL211C	TRP3   TRYPTOPHAN BIOSYNTHESIS  ANTHRANILATE SYNTHASE COMPONENT II AND INDOLE-3-PHOSPHATE SYNTHASE	-0.2	-0.18	0.26	-0.04	0.2	-0.27	-0.23	-0.12	0.34	-0.01	0.87	-0.15	0.06	-0.06	0.39	0.16	-0.45	-0.29	-0.81	-0.56	-0.49	-0.1	-0.1	-0.14	-0.38	0.12	-0.18	-0.06	-0.09	0.1	-0.3	-0.2	-0.49	-0.43	-0.27	0.15	-0.07	-0.12	-0.18	-0.15	-0.18	-0.17	-0.23	-0.17		-0.15	-0.04	-0.09	1.04	0.56	0.52	0.26	0.41	0.37	-0.3	-0.49	0.91	0.62	-0.1	-0.27	-0.01	-0.3	-0.07	-0.34	-0.04	-0.64	-0.32	-0.27	-0.03	-0.1 [...]
+YMR277W	FCP1   TRANSCRIPTION       TFIIF INTERACTING COMPONENT OF CTD PHOSPHATASE 		-0.86	-0.34	0.04	0.2	0.24	0.2	-0.14	-0.23	-0.23	-0.07	-0.23	-0.06	-0.27	0.12	0.2	-0.2	-0.4	-0.4	-0.56	-0.45	-0.38	0.2	0.14	0.07	0.08	0.04	-0.07	-0.45	-0.03	-0.12	-0.18	0.32	0.11	0.16	0.32	0.16	-0.22	-0.09	-0.1	-0.04	0.11	-0.14	-0.69	-0.23	-0.51	-0.51	-0.27	0.68	1.01	0.46	0.15	-0.38	-0.32	-0.22	-0.79	1.66	0.88	-0.49	-0.18	-0.29	-0.1	0.33	-0.38	-0.4	-0.84	-0.27	-0.42	-0.22	-0.45	-0.51	-0.1	0.08	0.18	0.3	-0. [...]
+YBR252W	DUT1   PYRIMIDINE METABOLISM    DUTP PYROPHOSPHATASE	-0.6	-1.06	-0.36	-0.23	0.19	-0.15	0.12	0.89	-0.25	0.04	-0.32		-0.1	-0.43	0.04	0.33	0.15	0.67	-1.25	-0.67	-0.2	-0.25	0.29	0.44	0.32	0.03	0.08		-0.04	-0.12	-0.14	-0.29	0.43	0.46	0.51	0.23	0.23	0.11	0.23	0.38	-0.2	0.06	0.21		-0.03	-0.18	0.07	-0.14	1.39	0.91	0.49	-0.03	-0.45	0.61	-0.56	-0.81	1.65	0.51	-0.07	-0.86	-0.81	-0.47		-0.12	0.01	-0.43	-0.45	-0.6	0.06	0.26	-0.07	-0.27	0.15	0.18	0.34	-0.03	0.06	-0.54	-1.15
+YBR087W	RFC5   DNA REPLICATION     DNA POLYMERASE PROCESSIVITY FACTOR	-0.25	-0.4	0.21	0.25	0.2	-0.04	0.03	0.46	-0.23			0.01	0.07	-0.09	-0.15	-0.2	0.08	-0.2	-1.03	-0.81	-0.29	-0.64	0.08	0.48	-0.34	0.1	-0.12	-0.45	-0.04	-0.47	-0.64	-0.29	0.15	0.58	0.71	0.03	-0.42	-0.32	0.04	0.26	-0.09	0.12	-0.18	-0.4	0.1	-0.07	0.14	-0.32	0.9	0.29	0.33	-0.22	-0.29	0.61	-0.6	-0.97	1.7	0.66	-0.15	-0.69	-0.43	-1.22	-0.71	-0.32	-0.23	-0.03	-0.36	-0.36	-0.45	0.23	-0.06		-0.04	-0.27	-0.04	-0.17	-0.3	-0.14	-1.18
+YOL094C	"RFC4   DNA REPLICATION     REPLICATION FACTOR C, 37 KDA SUBUNIT"	-0.27	-0.47	-0.32	-0.14	-0.47	-0.1	-0.29	-0.22	-0.23	-0.62	-0.74	-0.12	-0.04		-0.38		-0.17	-0.6	-0.32	-0.27	-2.47	-0.27	0.19	0.11	0.14	-0.06	-0.32	-0.34	-0.09	-0.3	-0.3	0.03	0.3	0.39	0.18	-0.32	-0.38	-0.15	0.21	0.12	-0.14	-0.43	-0.3	-0.45		-0.2	-0.14	-0.4	0.92	0.91	1.04	-0.09	0.24	0.03	-0.51	-1.12	1.37	1.64	-0.2	-0.49	-0.18	-0.29	-0.34	-0.14	-0.2	-0.14	-0.43	0.03	-0.3	0.39	-0.42	-0.22	-0.14	-0.18	0.25	-0.36	-0.62	0 [...]
+YNL262W	POL2   DNA REPLICATION     POLYMERASE EPSILON CATALYTIC SUBUNIT	0.84	-0.51	0.49	0.58	0.87	0.24	-0.18	-0.64	-0.43	-0.49	0.03	0.32	0.43	0.08	0.04	-0.56	-0.32	-0.71	-1.32	-0.97	-0.74	-0.17	0.28	0.41	0.23	-0.49	-0.06	-0.06	-0.06	-0.32	-0.74	-0.3	-0.29	0.28	0.88	-0.23	-0.79	-0.84	0.24	0.53	0.33	-0.67	-1	-1.51	-0.18	-0.27	-0.56	-0.4	0.61	1.1		0.3	-0.07	-0.54	-0.49	-0.76	1.62	1.1	-0.97	-0.74	-0.51	-0.23	-0.15	0.52	-0.14	0.04	-0.86	-0.71	-0.64	-0.36	-0.64	-0.42	-0.09	-0.17	-0.07	-0.25	-0 [...]
+YML061C	"PIF1   DNA REPAIR, MITOCHONDRIA DNA HELICASE"	-0.17	-0.67	-0.03	0.36	0.36	-0.22	-0.04	-0.47	-0.51	-0.3	-0.29	-0.15	0.14	-0.36	-0.29	-0.27	-0.29	-0.17	-0.71	-0.97	-0.54	-0.62	-0.14	-0.09	-0.09	-0.18	0.03	-0.03	-0.2	-0.38	-0.54	-0.54	-0.2	0.28	0.69	-0.01	-0.25	-0.45	-0.64	1.01	0.16	-0.43	-0.07	-0.4	-1.15	-0.49	-0.43	-0.64	0.49	0.7	0.96	0.42	-0.07	-0.25	-0.49	-1.32	1.13	1.57	0.15	-0.79	-0.1	-0.22	-0.62	-0.32	-0.86	-0.38	-0.43	-0.62		0.54	-0.01	0.3	-0.22	-0.36	-0.15	-0.36	-0.34	-0.62	-1
+YJR043C	POL32  DNA REPLICATION     POLYMERASE DELTA 55 KD SUBUNIT	-0.32	-0.47	0.24	0.24	0.28	-0.25	-0.06	-0.2	-0.2	-0.18	-0.15	0.01	0.16	-0.54	-0.2	-0.45	0.01	-0.32	-0.86	-0.76	-0.69	-0.4	0.04	0.14	-0.2	-0.03	-0.22	-0.09	-0.29	-0.51	-0.58	-0.38	0.08	0.3	0.73	-0.2	-0.43	-0.4	0.25	0.23	0.08	-0.32	-0.49	-0.51	0.25	-0.22	0.12	-0.36	1.24	0.95	0.75	0.12	-0.62	0.3	-0.71	-1.6	1.21	0.91	-0.47	-1.22	0.11	0.07	-0.67	-0.29	-0.04	0.1	-0.43	-0.38	-0.58	0.53	-0.47	-0.64	-0.12	-0.43	-0.15	-0.32	-0.32	-0 [...]
+YOR074C	CDC21  DNA REPLICATION     THYMIDYLATE SYNTHASE	-1.43	-0.6	0.28	0.79	0.88	0.28	0.01	-1.03	-0.97	-0.4	-0.67	0.45	0.44	-0.2	-0.56	-0.51	-0.92	-1.09	-2	-1.15	-0.27	-0.67	0.03	0.24	-0.03	0.6	0.18	0.19	0.43	-0.1	-0.79	-0.03	-0.27	0.42	0.18	-0.06	-0.81	0.08	-0.54	2.25	0.18	-1.25	-0.64	-0.79	-1.22	-0.34	-0.3	-0.03	1.23	0.81	1.14	0.59	0.23		-0.12	-0.97	2.53	1.49	-0.14	-0.29	-0.45	-0.29	-0.32	-0.4	-0.09	-0.34	-0.09	-0.34	-0.58	0.6	-1.06	-1.22	-0.07	-0.23	0.03	-0.12	-0.38	0.55	-0.62
+YER070W	RNR1   DNA REPLICATION     RIBONUCLEOTIDE REDUCTASE	-1.22	-0.51	1.32	1.74	0.99	0.71	-0.45	-0.43	-0.79	-0.3	0.59	1.49	0.97	0.44	0.24	0.36	-0.29	-0.47	-2	-1.64	0.36	0.07	0.42	1	0.83	0.75	0.32	0.86	0.21	-0.42	-0.84	0.21	-0.43	-0.38	-0.56	-0.17	-0.89	0.11	-0.79	2.16	0.21	-1	-0.34	0.74		0.45	-0.51	0.11	1.95	1.51	0.99	0.07	0.08	0.55	-1.22	-2.18	3.61	1.75	-0.29	-1.32	-0.92	0.37	0.08	-0.34	-0.62	-0.84	-0.67	-0.6	-0.51	-0.84	-1.15	-1.12	0.21	0.12	0.24	-0.25	-0.71	-1.64	-1.4
+YAR008W	SEN34  TRNA SPLICING       SPLICING ENDONUCLEASE SUBUNIT	-0.43	-0.6	0.38	0.3	0.08	-0.27	-0.3	0.11	-0.45	-0.17	-0.29	0.41	-0.04	-0.29	-0.2	0.21	-0.3	-0.18	-0.25	-0.94	-0.49	-0.62	-0.06	0.33	-0.27	-0.23	-0.32	-0.34	0.07	-0.81	-0.76	-0.47	0.1	0.81	0.55	-0.86	-1.32	-1.09	-0.32	0.43	-0.18	-0.76	-1	-0.14	-0.2	-0.34	-0.45	-0.47	1.48	0.99	0.86	0.2	-0.27	0.12	-0.36	-0.38	2.3	1.3	0.31	-1.03	-0.54	-0.27	-0.86	0.16	-0.45	-0.01	-0.36	-0.74	0.23	0.73	0.07	-0.34	-0.25	-0.74	-0.51	-0.67	-0.64	-0 [...]
+YLR103C	CDC45  DNA REPLICATION     PRE-REPLICATIVE COMPLEX SUBUNIT (PUTATIVE)	-0.64	-0.2	0.9	0.74	0.48	0.07	-0.3	-0.34	-0.47	-0.34	0.4	0.58	0.33	-0.15	-0.25	-0.15	-0.45	-0.38	-1.15	-0.86	-0.58	-0.01	0.24	0.42	0.34	0.12	-0.42	-0.29	-0.34	-0.94	-0.94	-0.49	-0.64	0.62	0.91	-0.42	-0.69	-0.64	-0.38	-0.09	0.16	-0.86	-1.06	-0.49	-0.2	-0.51	-0.49	-0.15	1.13	0.88	0.2	-0.79	-0.6	0.61	-0.34	-0.3	2.51	1.79	-0.15	-0.92	-0.4	-0.06	-0.45	0.5	-0.34	-0.3	-0.6	-0.97	-0.36	0.32	-0.23	-0.36	-0.09	-0.34	-0.2 [...]
+YLR383W	"RHC18  DNA REPAIR, RECOMBINATIO UNKNOWN"	-0.76	0.84	0.31	0.79	-0.58	0.24	-0.01	-0.25	-0.6	-0.4	-0.04	0.1	0.1	-0.07	0.01	0.1	-0.2	-0.18	-0.92	-0.81	-0.54	-0.18	0.08	0.15	0.24	0.21	-0.17	0.14	-0.06	-0.3	-0.74	-0.58	-0.84	-0.27	0.58	-0.25	-0.71	-1.22	-0.84	0.07	0.28	-0.69	-0.74	-0.97	-0.51	-0.71	-0.71	-0.36	1.01	1.1	0.74		0.04	-0.12	-0.64	-0.81	1.7	1.54	0.11	-0.6	-0.25	0.39	0.01	0.1	-0.51	-0.4	-0.4	-0.74	-0.2	0.36	-0.23	-0.14	0.15	0.29	0.43	0.07	0.01	0.07	-0.25
+YMR127C	SAS2   SILENCING        ZINC-FINGER PROTEIN	-0.45	-0.47	-0.27	0.03	-0.17	0.2	-0.07	-0.17	-0.34	-0.47	-0.64	0.07	-0.07	-0.42	-0.84	-0.38	-0.23	-0.32	-0.86	-0.69	0.07	-0.3	0.19	0.06	0.2	-0.23	-0.3	-0.18	0.08	-0.45	-1.06	-0.29	0.03	0.2	-0.23	-0.34	-0.97	-0.89	-0.1	1.75	-0.23	-1	-1	-0.25	-0.62	-0.04	-0.67	-0.06	1.29	1.16	1.95	0.51	1.28	-0.47	-0.71	-1.6	3.05	2.18	-0.25	-1	-0.07	-0.69	-0.34	0.18	-0.6	-0.25	-0.54	-0.56	-0.58	0.34	-0.51	0.01	-0.27	-0.3	0.19	-0.23	-0.49	0.36	-0.47
+YLL002W	KIM2   DIEPOXYBUTANE AND MITOMY UNKNOWN	-0.81	-0.29	0.52	0.53	0.01		-0.18	-0.42	-0.22	-0.34	0.19	0.4	0.16	-0.18	-0.01	-0.23	-0.49	-0.54	-0.97	-1.06	-0.62	-0.42	-0.23	0.01	-0.04	-0.01	-0.25	-0.27	-0.25	-0.42	-0.84	-0.25	-0.76	0.1	0.77	-0.15	-0.74	-0.76		0.57	0.46	-0.54	-0.38	-0.42	-0.04	-0.27	-0.45	-0.58	0.92	0.96	0.79	-0.1	0.19	-0.06	-0.58	-0.76	2.55	2.63	0.12	-0.43	-0.36	-0.29	-0.3	0.52	-0.27	-0.43	-0.45	-0.54	-0.14	0.44	-0.12	-0.32	0.1	0.07	0.03	-0.27	-0.2	-0.07	-0.58
+YAR007C	"RFA1   DNA REPLICATION     REPLICATION FACTOR A, 69 KD SUBUNIT"	-0.64	-0.58	0.7	0.76	0.51	-0.34	-0.51	0.62	-0.97	-0.34	0.37	0.64	0.29		-0.25	-0.51	-0.27	-0.51	-1.03	-0.36	-0.89	-0.43		0.31	0.34	0.25	0.15	0.06	-0.58	0.04	-0.29	-0.34	-0.71	0.37	0.9	-0.74	-1.84	-2	0.1	0.53	0.37	-1.06	-1.47	-0.97	0.16	-0.03	0.03	-0.14	2.41	2.1	2.04	0.57	0.84	0.57	-0.58	-1.79	3.08	2.86	-0.43	0.03	-0.1	-0.14	-0.27	-0.49	-0.38	-0.18	-0.03	-0.23	-0.1	0.08	-0.74	-0.3	-0.17	-0.32	-0.22	-0.25	-0.17	-0.51	-1.43
+YNL312W	RFA2   DNA REPAIR       REPLICATION FACTOR A 36 KD SUBUNIT	-0.69	-0.79	0.48	0.96	0.78	0.77	0.04	-0.47	-0.79	-0.56	0.06	0.23	0.53	-0.15	0.06	-0.62	-0.22	-0.54	-1.09	-0.36	-0.34	-0.3	0.25	0.25	0.42	0.33	-0.01	0.01	-0.18	-0.27	-0.6	-0.22	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.49	1.88	1.85	1.62	0.64	0.37	0.07	-0.51	-1.6	2.61	2.71	-0.12	-0.54	-0.34	-0.42	-0.49	-0.25	0.24	-0.01	0.01	0.01	-0.06	-0.18	-0.1	-0.47	0.01	0.06	-0.27	-0.69	-0.42	-0 [...]
+YJL074C	SMC3   CHROMATIN STRUCTURE    COHESIN	-0.74	-1.06	0.46	1.06	0.89	0.04	-0.15	-0.79	-0.76	-0.3	0.12	0.64	0.63	-0.17	-0.27	-0.45	-0.43	-0.2	-1.47	-1.15	-0.71	-0.6	0.01	0.3	0.16	-0.07	-0.25	-0.22	-0.15	-0.6	-1.03	-0.29	-0.69	0.29	0.36	-0.79	-0.58	-0.92	0.01	0.16	0.57	-0.23	-0.51	-0.14	-0.03	-0.2	-0.29	-0.22	2.09	2.23	2.03	0.49	0.31	-0.32	-0.74	-2.06	2.55	1.94	-0.3	-0.84	-0.38	-0.22	-0.09	-0.2	-0.14	0.23	-0.42	-0.03	-0.2	0.61	-0.38	-0.3	-0.01	0.18	0.41	-0.18		-0.1	-0.92
+YLR313C	"SPH1   BUD SITE SELECTION, BIPO INTERACTS WITH MAPKKS"	-0.51		0.93	0.43	0.53	0.14		0.08	-0.18	-0.23	0.4	0.41	0.28	-0.4	-0.14	0.03	-0.49	-0.58	-1.56	-0.97	-0.6	-0.2	-0.04	0.18	0.3	0.07	-0.32	-0.36	-0.36	-0.81	-0.42	-0.25	-0.58	0.6	0.53	-0.51	-0.71	-0.67	-0.34	0.49	0.01	-0.89	-0.94	-0.45	-0.23	-0.38	-0.47	-0.51	1.79		1.14	1.04	0.65	0.03	-0.49	-1.4	2.07	1.85		-0.2	-0.23	0.08	0.01	0.24	-0.56	-0.42	-0.49	-0.4	0.12	0.86	0.16	0.19	0.04	-0.23	0.06	-0.07	-0.25	0.08	0.48
+YJL187C	SWE1   CELL CYCLE       NEGATIVE REGULATOR OF CDC28P	-0.94	-0.64	-0.04	0.51	0.38	-0.12	-0.2	-0.25	-0.45	-0.74	0.23	0.59	0.58	0.2	0.29	0.14	-1.94	-0.49	-0.62	-0.51	-0.4	-0.23	0.04	0.36	0.37	0.24	-0.12	-0.06	0.04	0.03	-0.42	-0.25	-0.15	0.42	0.78	-0.29	-0.6	-0.36	-0.18	0.06	0.19	-1	-0.45	-0.58	-0.64	-0.3	-0.56	-0.1	1.4	1.2	0.59	0.31	0.34	0.31	-0.4	-0.49	2.42	1.55	-0.32	-0.36	0.03	0.23	-0.1	0.21	-0.79	-0.51	-0.47	-0.69	-0.49	-0.09	0.21	0.11	0.19	-0.03	0.25	-0.06	-0.43	-0.2	-0.4
+YBR088C	POL30  DNA REPLICATION     DNA POLYMERASE PROCESSIVITY FACTOR	-1.47	-1.18	0.89	1.29	0.8	-0.17	-0.76	0.48	-1.56	-0.94	0.3	0.97	0.76	-0.06	-0.29	-0.84	-1.12	-1.22	-2.12	-2.18	-1.32	-0.49	0.2	0.1	0.28	-0.06	-0.3	-0.49	-0.49	-0.97	-1.25	-1.06	-0.29	0.96	-0.43	-0.6	-1.94	-2.4	0.7	1.73	0.96	-0.69	-1.25	-0.67	0.19	-0.01	0.08	-0.17	2.57	2.2	1.58	0.49	0.14	1.15	-0.86	-1.74	3.24	1.7	-0.71	-0.76	-1.36	-0.97	-1.12	-1.47	-0.18	-0.22	-0.89	-0.92	0.53	-0.03	-1.12	-1.29	0.41	0.14	-0.06	-0.58	-0. [...]
+YLR212C	TUB4   CYTOSKELETON        GAMMA-TUBULIN	-1.12	-0.36	-0.45	0.38	-0.22	-0.01	-0.34	-0.49			-0.1	0.49	-0.01	-0.54	-0.09	-0.3	-0.32	-0.36	-1.47	0.08	0.52	-0.23	0.31	0.36	0.1	0.3	-0.06	0.23	0.16	-0.17	-0.54	0.18	-0.84	0.12	0.21	-0.29	-0.89	-0.6	0.23	0.63	0.03	-0.64	-0.86	-0.76	-0.3	-0.45	-0.71	-0.27	1.6	1.21	1.18	0.01	0.62	0.43	0.03	-0.81	2.85	1.71	-0.15	-0.76	-0.74	-0.4	-0.29	-0.22	-0.04	-0.54	-0.43		-0.34	0.37	-0.79	-0.97	0.03	-0.23	0.1	-0.38	-0.64	-1.64	-2.06
+YDR052C	DBF4   CELL CYCLE       CDC7P (KINASE) REGULATOR	-0.43	-0.1	-0.1	-0.15	-0.3	-0.32	-0.29	-0.09	-0.06	-0.04	0.53	-0.15	0.75	-0.06	-0.22	0.11	-0.34	-0.07	-0.27	0.11	0.31	0.36	0.1	0.24	0.29	0.34	-0.04	-0.04	-0.27	-0.36	-0.42	-0.1	-0.97	-0.71	-0.74	-0.49	-0.12	-0.15	-0.32	0.44	0.52	-0.03	-0.03	-0.04	-0.3	-0.23	-0.79	0.06	1.44	1.56	1.52	0.72	0.5	-0.09	-0.29	-1.36	1.97	1.93	-0.4	-0.47	-0.71	-0.15	-0.69	-0.3	-0.47	-0.29	-0.45	-0.64	-0.64	-0.42	-0.18	-0.42	-0.22	-0.12	-0.12	-0.27	-0.47	-0 [...]
+YNL082W	PMS1   DNA REPAIR       MUTL HOMOLOG; MISMATCH REPAIR	-0.84	-0.32	0.43	0.75	-0.01	-0.4	-0.6	-0.67	-0.81	-0.45	0.39	0.45	0.19	-0.56	-0.58	0.2	-0.6	-0.6	-0.84	-0.86	-0.4	-0.36	0.04	0.23	-0.01	-0.09	-0.74	-0.42	-0.3	-0.4	-0.79	-0.51	-0.15	0.82	0.41	-0.69	-0.86	-0.6	0.38	0.25	0.1	-5.06	-0.97	-0.04	-0.27	-0.32	-0.43	-0.3	1.57	1.2	1.13	0.69	0.68	0.14	-0.62	-1.06	2.11	1.74	-0.27	-0.54	-0.03	-0.74	-0.36	-0.1	-0.38	-0.51	-0.69	-0.56	-0.42	0.67	-0.18	-0.25	0.04	-0.29	-0.14	-0.2	-0.14	-0.34	-0.79
+YOL090W	MSH2   DNA REPAIR       MUTS HOMOLOG; MISMATCH REPAIR	-0.62	-0.67	0.56	0.91	1.05	0.08		-0.74	-0.76	-0.49	0.04	0.7	0.7	-0.14	0.08	-0.23	-0.4	-0.22	-1.47	-1.29	-0.74	-0.27		0.34	0.29	-0.09	0.26	0.01	-0.18	-0.4	-0.6	-0.29	-0.6	0.6	1.26	-0.22	-1.32	-1.51	0.52	0.93	0.59	-0.49	-1.25	-1.51	0.4	0.06	-0.07	-0.38	1.28	0.9	0.69	0.06	-0.18	0.24	-0.67	-1.79	1.84	2.16	-0.29	0.08	-0.18	0.96	0.04	-0.71	-0.22	-0.51	-0.01	0.07	0.23	0.11	-0.29	-0.71	-0.17	-0.3	0.28	-0.2	-0.04	-0.07	-0.92
+YML109W	ZDS2   CELL CYCLE       ZDS1 HOMOLOG		-0.47	0.03	0.01	0.36	-0.03	0.34	-0.12	-0.09	-0.03		0.03	0.07	-0.23	0.11	0.01	0.03	-0.23	-1.12	-0.12	-0.27	-0.3	0.1	-0.34	0.04	-0.17	0.32	0.28	-0.43	0.1	0.08	-0.36	-0.45	0.46	0.76	0.24	-0.09	-0.42	0.18	0.25	0.06	-0.07	-0.51	-0.92	-0.2	-0.32	-0.76	-0.25	0.86	0.98	0.83	0.52	0.04	-0.38	-0.47	-1.15	1.55	1.04	-0.23	-0.71	0.07	0.45	-0.07	-0.06	-0.43	-0.56	-0.58	-0.64	0.01	0.08	-0.27	0.18	0.11		0.14	-0.38	-0.15	-0.49	-0.25
+YDL101C	DUN1   DNA REPAIR       DNA DAMAGE-RESPONSIVE PROTEIN KINASE	-0.86	-0.15	0.7	1.07	0.2	0.15	-0.38		0.19	-0.47	0.04	0.48	0.32	-0.27		0.21	-0.6	-0.22	-1.51	-0.94	-0.62	-0.54	-0.2	0.32	0.54	0.29	-0.07	0.08	0.01	0.07	-0.54	-0.38	-0.51	0.04	0.74	-0.4	-0.81	-1.09	-0.32	0.68	0.33	-0.27	-0.74	-0.38	-0.1	-0.38	-0.1	-0.22	1.1	0.78	0.25	-0.36	-0.81	0.34	-0.67	-0.81	1.94	1.21	-0.17	-0.18	-0.07	-0.17	-0.25	-0.38	-0.22	0.14		-0.27	-0.29	0.41	-0.06	-0.67	-0.14	1.02	-0.12	-0.17	-0.32	-0.36	-0.36
+YMR224C	MRE11  DNA REPAIR AND RECOMBINA UNKNOWN	-0.06	-0.56	-0.12	-0.01	0.11	0.01	0.01	-0.27	-0.12	-0.3	-0.14	-0.17	-0.12	-0.38	-0.2	-0.38	-0.03	-0.29	-0.27	-0.45	-0.32	-0.54	-0.29	-0.18	-0.3	-0.42	-0.22	-0.32	-0.38	-0.23	-0.15	-0.43	0.01	0.06	0.3	-0.01	-0.17	0.12	0.1	0.79	0.04	-0.17	-0.17	-0.45	-0.14	-0.2	-0.4	-0.27	0.7	0.81	0.58	0.06	-0.36	-0.25	-0.62	-0.84	0.8	1.57	-0.45	-0.2	0.2	0.06	-0.09	-0.27	-0.36	-0.42	-0.38	-0.2	-0.18	0.1	-0.32	-0.18	-0.18		0.06	-0.34	-0.14	0.1	-0.1
+YNL250W	RAD50  DNA REPAIR       DNA BINDING PROTEIN	-0.1	-0.09	-0.25	-0.06	-0.14	-0.1	0.04	0.06	0.19	0.07	0.03	-0.04	-0.09	-0.15	-0.03	-0.07	-0.23	0.06	-0.43	-0.23	-0.27	-0.07	0.06		-0.38	-0.42	-0.42	-0.2	-0.36	-0.42	-0.12	-0.3	-0.25	-0.22	-0.12	0.06	-0.1	-0.18	-0.36	-0.36	-0.56	-0.42	-0.43	-0.67	-0.12	-0.14	-0.27	-0.3	0.52	1.01	0.34	-0.15	-0.32	-0.64	-0.69	-1.69	0.9	1.29	-0.27	0.04	-0.04	-0.03	-0.18	0.04	-0.6	-0.38	-0.58	-0.42	0.12	0.42	-0.29	-0.06	-0.18	0.12	0.3	-0.18	-0.23	0.2	-0.17
+YML060W	OGG1   DNA REPAIR       8-OXOGUANINE DNA GLYCOSYLASE	-0.15	-0.71	0.21	0.45	0.49	-0.06	0.12	-0.49	-0.36	-0.14	0.07	0.32	0.2	0.1	-0.09	-0.22	-0.18	-0.47	-1.84	-0.62	-0.94	-0.45	-0.12	-0.34	-0.3	-0.18	-0.4	-0.43	-0.67	-0.64	-1.25	-0.64	0.36	-0.09	0.76	-0.1	-0.34	-0.89	0.2	0.39	-0.86	-0.17	-0.58	-0.51	-0.47	-0.3	-0.29	-0.58	0.85	0.68	0.73	0.11	-0.23	0.2	-0.56	-1.22	1.52	0.95	-0.32	-1.12	0.29	0.23	0.18	-0.01	-0.36	-0.89	-0.92	-0.62	-0.47	0.58	-0.54	-0.64	-0.2	0.1	0.21	-0.17	-0.43	0.18	-0.03
+YJL173C	"RFA3   DNA REPLICATION     REPLICATION FACTOR A, 13 KD SUBUNIT"	-0.69	-0.69	-0.17	0.21	0.45	0.19	0.39	0.01	-0.36	-0.6	-0.23	-0.25	0.28	-0.27	0.3	-0.34	0.21	-0.71	-0.67	-0.42	-0.71	-0.32	-0.29	-0.04	-0.09	0.04	-0.27	-0.54	-0.18	-0.29	-0.45	-0.38	0.18	0.19	0.81	0.72	0.14	-0.54	0.3	0.92	0.68	0.2	-0.04	-0.81	0.19	0.24	0.52	-0.36	1.19	0.89	0.7	-0.01	-0.43	0.31	-0.79	-1.74	1.41	1.15	-0.36	-0.04	-0.12	-0.58	0.32	-0.18	-0.06	-0.07	-0.09	-0.15	-0.23	-0.12	-0.54	-1.09	-0.17	-0.27	-0.17	-0 [...]
+YOR026W	"BUB3   CELL CYCLE, CHECKPOINT   UNKNOWN"	-1.12	-1.18	-0.4	-0.25	-0.51	-0.47	-0.18	-0.38	-0.03	-0.1	-0.49	-0.34	-0.17	-0.47	-0.74	-0.43	-0.27	-0.4	-1.03	-0.86	-0.14	-0.14	-0.09	-0.15		0.24	-0.09	0.1	0.25	0.01	-0.92	0.01	-0.07	0.28	0.44	0.14	0.04	-0.07	0.07	0.36	0.8	0.14	-0.15	0.21	-0.01	-0.14	-0.23	-0.32	1.6	1.32	1.59	0.53	0.79	-0.09	-0.06	-0.97	1.78	0.98	-0.22	-0.23	-0.32	-0.17	0.03	-0.29	-0.36	-0.42	-0.3	-0.64	-0.4	0.18	-1.03	-0.89	-0.06	-0.3	0.21	-0.18	-0.56	0.72	0.11
+YOR368W	"RAD17  CELL CYCLE, CHECKPOINT   3'->5' EXONUCLEASE (PUTATIVE)"	-0.6	-0.67	-0.34	-0.45	-0.67	-0.6	-0.64	-0.74	-0.71	-0.17	-0.86	-0.49	-0.42	-0.69	-1.18	-0.47	-0.54		-1.09	-0.64	0.15	-0.49	-0.1	-0.1	0.1	-0.51	-0.4	-0.43	0.69	-0.4	-1.29	-0.42	0.24	0.45	0.29	0.66	-0.22	0.1	0.2	0.07		-0.17	-0.25	-0.23	-0.15	0.01	0.12	-0.2	1.3	0.98	1.14	0.12	0.29	-0.01	-0.49	0.19	1.57	1.1	-0.2	-0.23	0.04	-0.6	-0.49	-0.1	-0.03	-0.4	-0.04	-0.22	-0.49	0.01	-0.64	-0.69	-0.18	-0.18	0.32	-0.04	-0.74	0.29	-0.86
+YGL065C	ALG2   PROTEIN GLYCOSYLATION    GLYCOSYLTRANSFERASE	-0.4	-0.06	0.28	0.25	0.54	0.3	-0.03	0.37	0.34	-0.3	0.49	-0.07	1.47	0.15	0.45	0.57	-0.3	-0.36	-0.15	-0.79		0.12	-0.14	-0.23	-0.34	0.03	-0.27	-0.14	-0.03	-0.32	-0.42	-0.29	-0.62	-0.56	0.04	0.1	-0.15	-0.36	-0.6	-0.12	0.15	-0.04	-0.17	-0.25	-0.49	-0.45	-0.25	-0.03	0.82	0.8	0.44	0.23	0.18	0.08	-0.29	-0.89	1.26	1.48	-0.03	-0.04	-0.09	0.07	-0.14	-0.09	-0.18	-0.32	0.01	-0.1	-0.22	0.03	-0.23	-0.09	0.08	0.19	0.29	-0.42	-0.42	-0.09	-0.23
+YHR172W	SPC97  CYTOSKELETON        SPINDLE POLE BODY COMPONENT		-0.12	-0.32		0.62	0.36	-0.15	-0.3	-0.17	0.14	-0.15		0.32		0.04	0.12	-0.15	-0.25	-0.27	-0.69	-0.03	0.01	0.03	0.3	0.29	0.54	0.21	-0.06	-0.09	0.06	-0.97	-0.29	-0.38	-0.25	-0.3	0.24	-0.45	-0.71	-0.74	0.5	0.01	-1.36	-1.43	0.44	-0.74	-0.71	-1.64	-0.49	0.53		1.52	0.24	1.99	-0.71	0.01	-0.89	2.86	2.46	0.03	-0.15	-0.03	-0.14	-0.12	0.03	-0.36	-0.64	-0.86	-0.4	-0.14	0.3	-0.38	-0.42	-0.03	-0.3	0.42	0.2	-0.18	-0.54	-0.45
+YHR129C	ARP1   CYTOSKELETON        ACTIN-RELATED PROTEIN	-0.22	-0.71	-0.09	-0.03	0.11	-0.14	0.11	0.16	-0.1	-0.42	-0.3	-0.01	-0.01	-0.3	-0.4	-0.25	0.08	-0.29	-0.03	-0.54	-0.36	-0.3	0.04	0.03	-0.32	-0.1	-0.25	-0.38	0.07	-0.3	-0.49	-0.14	-0.62	-0.45	0.12	-0.56	-0.47	-0.38	-0.51	-0.25	-0.1	-0.58	-0.62	-0.92	-0.76	-0.64	-0.71	-0.64	0.44	0.49	0.65	-0.06	-0.01	-0.06	-0.45	-0.92	0.84	0.95	-0.07	-0.79	-0.25	0.64	-0.03	0.08	-0.04	-0.4	-0.45	-0.42	-0.38	0.34	-0.17	-0.34	-0.29	-0.12	0.04	-0.34	-0.42 [...]
+YKL015W	PUT3   TRANSCRIPTION       POSITIVE REGULATOR OF PUT GENES	-0.36	-0.45	-1.06	-0.49	-0.36	-0.23	-0.32	-0.12		-0.15	-0.3	-0.25	-0.27	-0.38	-0.34	-0.06		-0.22	-0.27	2.43	-0.4	0.2	-0.18	-0.22	0.14	0.29	0.14	0.39	-0.12	0.38	-0.2	0.23	-0.12	-0.18	-0.25	-0.14	-0.4	-0.09	-0.34	-0.45	0.11	0.21	-0.2	0.69	-0.12	-0.34	-0.45	-0.17	1.04	1.28	0.98	0.43	0.58	-0.6	-0.81	-1.64	2.19	2.61	-0.47	-0.47	-0.17	0.06	-0.2	-0.92	-0.49	-0.45	-0.2	-0.69	0.04	-0.07	-0.51	0.04	0.08	-0.09	-0.29	-0.3	-0.4	-0.4	-1.12
+YLR319C	"BUD6   BUD SITE SELECTION, BIPO ACTIN-INTERACTING PROTEIN"	-0.27	-0.67	-0.22	-0.49	-0.01	-0.18	-0.22	-0.43	-0.14	-0.18	0.58	0.25	-0.01	-0.14	0.04	0.19	-0.64	-0.29	-0.4	-0.23	-0.36	-0.17	-0.15	-0.12	-0.07	0.01		-0.01	-0.2	0.14	0.19	-0.07	0.07	0.06	0.04	-0.04	0.07	0.06	0.01	-0.09	0.15	0.12	-0.25	0.74	0.24	-0.2	-0.2	-0.42	0.55		0.33	0.23	0.1	-0.43	-0.56	-1.22	1.17	1.34	-0.09	0.12	-0.07	0.1	-0.14	-0.36	-0.18	-0.62	-0.36	-0.04	0.07	0.11	-0.12	0.12	0.18	0.3	0.18	0.01	-0.22	0.37	-0.45
+YML102W	CAC2   CHROMATIN STRUCTURE    CHROMATIN ASSEMBLY FACTOR I SUBUNIT	-1	-0.49	-0.18	-0.01	-0.32	-0.34	-0.49	-0.81	-0.56	-0.12	-0.27	-0.01	-0.1	-0.42	-0.67	-0.45	-0.45	-0.38	-1.03	0.11	-0.49	0.01	-0.06	0.08	0.01	0.44	0.07	0.28	-0.09	0.01	-0.01	0.28		0.64	0.62	-0.43	-0.64	-0.69	0.5	0.7	0.12	-0.45	-0.43	0.32		-0.32	-0.29	-0.22	0.75	0.77	1.03	0.28	0.51	-0.07	0.06	-0.84	2.53	2	-0.03	0.14	0.07	-0.03	0.12	-0.4	-0.6	-0.69	-0.27	-0.58	0.31	0.46	-0.64	-0.47	-1.18	-0.27	0.59	-0.14	-0.4	0.67	0.16
+YGL201C	MCM6   DNA REPLICATION     MCM INITIATOR COMPLEX	-0.15	-0.1	0.2	0.1	-0.23	-0.01	-0.4	0.23	0.43	0.01	0.98	0.36	-0.09	-0.12	0.04	0.31	-0.27	0.15	-0.43	-0.23	-0.27	0.15	0.15	0.06	0.16	0.08	0.07	0.25		0.25	0.19	-0.01	-0.03	-0.15	-1.29	-0.89	-0.47	0.06	-0.14	-0.4	-0.23	-0.58	-0.34	-0.01	-0.34	-0.69	-0.6	-0.3	1.7	1.44	0.95	0.34	0.46	-0.22	-0.56	-1.12	2.17	1.58	0.04	-0.03	-0.22	0.99	-0.14	0.32	-0.27	-0.27	-0.43	-0.69	-0.25	-0.45	-0.03	0.07	0.07	0.31	-0.04	-0.22	-0.43	-1.09	-0.42
+YDL102W	CDC2   DNA REPLICATION     DNA POLYMERASE DELTA CATALYTIC 125 KD SUBUNIT	-0.6	-0.42	0.11	0.56	-0.1		-0.47	-0.36	0.08	0.1	0.77	0.42	0.18		-0.29	0.18	-0.38	-0.14	-1.47	-0.34	0.14	0.14	0.25	0.56	0.43	0.32	0.21	0.37	0.28	-0.06	-0.09	0.25	-0.18	0.51	0.32	-0.62	-0.92	-0.47	0.3	0.16	0.71	-0.3	-0.79	0.46	-0.42	-1.09	-0.71	0.01	0.46	0.25	0.19	0.12	0.1	-0.09	-0.42	-0.71	1.43	1.29	-0.18	-0.42	-0.14	0.37	-0.04	-1.03	-0.38	-0.6	-0.01	-0.38	-0.42	0.33	-0.01	-0.6	-0.04	0.74	-0.1	-0.25	-0.45	-0. [...]
+YNL290W	RFC3   DNA REPLICATION     REPLICATION FACTOR C 40 KD SUBUNIT	-0.42	-0.94	0.14	0.25	0.39	-0.17	0.2	-0.3	-0.22	-0.38	-0.01	-0.09	0.08	-0.43	-0.17	-0.42	-0.62	-0.18	-0.51	-0.49	-0.58	-0.1	0.04	0.04	0.1	0.23	-0.09	-0.1	-0.09	-0.04	-0.43	-0.22	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.47	0.91	0.56	0.36	-0.17	-0.36	0.19	-0.1	-0.58	0.83	0.64	-0.3	-0.51	-0.29	-0.12	-0.27	0.08	-0.09	-0.12	-0.34	-0.01	-0.18	0.4	0.26	-0.01	-0.01	0.26	0.48	-0.07	0. [...]
+YNL102W	POL1   DNA REPLICATION     POLYMERASE ALPHA 180 KD SUBUNIT	-0.62	2.13	0.19	0.99	0.62	-0.17	-0.22	-0.2	-0.09	-0.64	0.28	0.73	0.71	0.08	0.2	-0.54	-0.69	-0.47	-0.47	-0.79	-0.06	-0.07	0.25		0.23	-0.2	-0.15	0.15	-0.56	-0.47	-1.18	-0.38	-0.84	-0.49	-0.6	0.49	-0.07	0.07	0.11	0.16	0.11	-0.49	-0.22	-1.22	-0.29	0.07	-0.12	-0.38	1.8	1.61	1	0.12	-0.14		-0.84	-1.89	2.66	2.2	0.03	-0.81	0.9	0.31		0.95	-0.56	-0.6	-0.94	-0.81	0.4	0.58	1.09	0.16	0.03		0.29	-0.1	-0.15	-0.29	-0.71
+YIR008C	PRI1   DNA REPLICATION     DNA PRIMASE SUBUNIT	-0.04	-0.15	0.33	0.2	0.15	-0.32	0.08	-0.04	-0.18	-0.42	-0.18	0.03	0.15	-0.36	-0.09	-0.34	-0.49	-0.3	-0.1	-0.12	-0.43	-0.42	0.14	-0.43	-0.03	0.04	-0.15	-0.64	0.1	-0.07	0.08	-0.12	0.08	0.28	0.39	-0.01	-0.09	-0.2	0.33	0.36	0.04	-0.12	-0.32	-0.36	0.18	-0.14	0.16	-0.38	0.94	0.57	0.14	-0.42	-0.4	0.54	-0.84	-1.12	1.36	1.15		-0.23	0.29	-0.03	0.03	0.38	0.19	0.03	-0.34	-0.42	0.7	0.31	0.07	0.01	-0.04	-0.03	0.14	-0.32	-0.32	0.1	-0.25
+YML104C	MDM1   CYTOSKELETAL ORGANIZATIO INTERMEDIATE FILAMENT PROTEIN	-0.14	-0.06	-0.07	0.14	0.08	0.29	0.18		0.21	0.53	0.01	0.14	0.11	0.1	0.18	0.48	0.21	0.11	-0.81		-0.1	-0.07	-0.25	-0.09	0.18	0.14	-0.12	0.25	0.16	-0.06	-0.38	-0.14	-0.22	-0.69	-0.23	-0.15	-2.18	-0.36	-0.81	-0.69	-0.04	-0.3	-0.1	0.33	-0.71	-0.54	-0.56	-0.09	0.8	0.92	1.03	0.92	0.69	-0.15	-0.17	-0.81	1.66	0.99	-0.34	-0.23	-0.18	-0.27	0.33	-0.47	-0.84	-0.54	-0.51	-0.42	-0.01	0.36	-0.92	-1	-0.01	0.11	0.1	0.07	-0.1	-0.34	-0.45
+YJL134W	LCB3   SPHINGOLIPID METABOLISM  SPHINGOID BASE-PHOSPHATE PHOSPHATASE	-0.74	-0.51	-0.62	-0.2	-0.34	0.04	-0.14	-0.3	-0.2	-0.07	-0.42	-0.56	-0.29	-0.49	-0.09	-0.07	-0.42	-0.45	-0.3	0.07	-0.23	-0.22	-0.03	0.03	-0.04	0.24	-0.03	0.06	0.16	-0.12	-0.49	-0.09	-0.43	-0.81	-0.18	0.57	0.5	0.16	-0.27	0.16	0.51	0.37	0.07	-0.22	-0.43	-0.42	-0.2	-0.17	0.62	0.32	0.34	-0.06	-0.03	0.1	-0.32	-0.74	0.73	0.59	0.14	-0.32	0.01		0.21	-0.27	-0.17	-0.76	-0.17	-0.42	-0.09	0.07	-0.67	-1.25	-0.09	-0.36		-0.18 [...]
+YLR378C	SEC61  SECRETION        ER PROTEIN TRANSLOCATION COMPLEX SUBUNIT	-0.45	-0.71	-0.32	-0.47	0.12	-0.27	0.33	-0.54	-0.17	-0.4	-0.23	-0.34	-0.09	-0.27	0.07	-0.32	-0.3	-0.47	-0.97	-0.71	-0.74	-0.36	-0.22	0.33	0.1	0.7	0.54	0.48	-0.07	0.16	0.36	0.15	-0.86	-1.03	-0.64	-0.09	-0.14	-0.58	-0.47	-0.3	-0.25	-0.2	-0.1	-1.56	-0.58	-0.58	-0.47	-0.34	0.2	0.18	0.03	-1	-0.67	-0.27	-0.69	-1.22	0.67	0.7	-0.23	-0.22	-0.51	-0.14	-0.01	-0.76	0.14	-0.43	0.74	0.37	-0.56	-1	-0.86	-0.4	0.11	0.19	0.33	-0.17	0 [...]
+YLR088W	GAA1   PROTEIN PROCESSING    GPI:PROTEIN TRANSAMIDASE COMPONENT	-0.6	-0.54	-0.43	-0.94	0.16	-0.27	0.1	-0.54	-0.27	-0.3	-0.34	0.03	0.03	-0.27	-0.23	-0.32	-0.27	-0.43	-0.81	-0.6	-0.74	-0.6	-0.56	-0.29	-0.3	0.14	0.21	0.03	-0.15	0.14	0.01	-0.01	-0.56	-0.56	-0.07	-0.07	-0.12	-0.2	-0.3	0.01	-0.09	-0.22	-0.2	-1.74	-0.45	-0.45	-0.49	-0.51	0.19	0.44	0.28	-0.3	-0.22	-0.12	-0.71	-1.15	1.06	0.75	-0.34	-0.04	0.1	-0.42	0.03	-0.3	-0.14	-0.64	-0.1	-0.43	-0.32	-0.3	-0.64	-0.6	0.07	-0.07	0.19		-0. [...]
+YOR085W	OST3   PROTEIN GLYCOSYLATION    OLIGOSACCHARYLTRANSFERASE COMPLEX SUBUNIT	-0.34	-0.74	-0.1	-0.17	-0.01	0.24	0.4	-0.27	-0.1	-0.4	-0.01	-0.54	-0.07	-0.45	0.18	-0.34	0.1	-0.42	0.12	-0.43	-0.54	-0.54	-0.36	-0.56	-0.06	-0.07	-0.18	-0.3	-0.51	-0.01	-0.25	-0.27	-0.43	-0.67	-0.36	0.32	0.46	0.08	-0.01	0.28	0.06	-0.01	0.21	-0.84	-0.15	-0.22	-0.2	-0.49	0.36	0.42	0.64	0.1	-0.12	0.11	-0.36	-0.94	0.91	0.76	-0.06	-0.12	-0.3	-0.79	0.01	-0.58	0.03	-0.45	-0.07		-0.1	-0.6	-0.69	-1	0.08	0.01	0.7	-0. [...]
+YJL002C	OST1   PROTEIN GLYCOSYLATION    OLIGOSACCHARYLTRANSFERASE COMPLEX SUBUNIT	-0.22	-0.62	-0.14		0.29	-0.06	0.43	-0.03	-0.07	-0.49	-0.15	-0.18	0.08	-0.29	0.31	-0.12	0.25	-0.34	-0.15	-0.07	-0.2	-0.42	-0.12	-0.03	0.15	0.16		-0.12	0.14	0.01	-0.25	-0.14	-0.74	-0.71	-0.32	0.11	0.2	-0.27	0.06	0.2	0.1	0.1	-0.03	-0.49	-0.2	-0.22	-0.17	-0.43	0.38	0.42	0.29	-0.07	-0.29	-0.1	-0.49	-0.84	1.09	1.11		-0.47	-0.51	-0.51	-0.18	-0.22	0.16	-0.54	0.06	-0.07	0.11	-0.64	-0.36	-0.22	0.32	0.4	0.64	0.31	0.34 [...]
+YGR199W	PMT6   PROTEIN GLYCOSYLATION    PUTATIVE O-MANNOSYLTRANSFERASE	-0.17	-0.56	0.03	-0.06	0.15	-0.2	0.08	-0.47	-0.32	-0.29	-0.12	-0.07	0.03	-0.34	-0.17	-0.2	-0.14	-0.15	-0.94	-0.54	-0.76	-0.32	-0.3	-0.49	-0.36	0.14	0.15	0.12	-0.3	0.08	-0.22	0.04	-0.74	-0.6	-0.2	-0.09	0.04	-0.18	0.04	0.2	0.11	-0.34	-0.14	-0.51	0.11	-0.12	-0.07	-0.23	0.39	0.37	0.23	-0.4		-0.12	-0.76	-0.89	0.9	0.52	-0.36	0.52	0.01	-0.1	0.5	-0.89	-0.54	-0.62	-0.27	-0.43	-0.12	-0.03	-1.22	-1.36	0.07	0.14	0.62	0.26	0.28	-0 [...]
+YBR243C	ALG7   PROTEIN GLYCOSYLATION    UDP-N-ACETYL-GLUCOSAMINE-1-P TRANSFERASE (GPT)	-1.29	-1.69	-0.86	-0.56	0.11	-0.23	0.42	0.4	-0.07	0.29	-0.54	0.03	-0.14	-0.06	-0.06	0.2	-0.29	0.29	-1.15	-0.86	-1	-0.76	-0.67	-0.29	-0.06	0.8	0.48	0.49	-0.34	0.31	0.08	-0.06	-0.45	-0.69	0.11	0.6	0.64	-0.01	-0.54	0.03	0.12	0.19	0.04	-0.36	-0.71	-0.76	-0.47	-0.43		0.51	1.47	1.06	0.86	0.58	-0.01	-0.3	2.08	1.12	-0.07	-0.14	-0.34	-0.36	0.25	-0.79	0.03	-0.36	0.23	0.08	-0.51	-0.49	-1.47	-1.64		-0.15	0.3	0.07	 [...]
+YFL037W	TUB2   CYTOSKELETON        BETA-TUBULIN	-0.67	-1.12	-0.79	-0.4	0.01	-0.1	0.49		0.14	-0.27	-0.25	-0.38	-0.1	-0.34	0.1	0.11	0.07	-0.15	-1.69	-1.36	-1.32	-0.94	-0.4	-0.25	0.11	0.51	0.77	0.68		0.5	0.11	-0.32	-0.69	-0.97	-0.27	0.45	0.57	-0.36	-0.81	-0.27	0.08	0.44	0.41	-0.18	-0.6	-0.45	-0.43		0.9	1.89	1.97	1.18	0.77	-0.62	0.29	-1.09	1.88	1.87	-0.22	0.11	-0.36		0.49	-0.92	-0.03	-0.74	0.4	0.04	0.26	-0.1	-0.62	-1.29	0.3	0.55	0.54	-0.29	-0.25	-0.67	-1.25
+YMR270C	RRN9   TRANSCRIPTION       COMPONENT OF UPSTREAM ACTIVATION FACTOR COMPLEX (UAF)	-0.45	-0.51	-0.29	-0.01		0.12	0.25	0.04	-0.32	-0.29	-0.49	-0.42	-0.14	-0.23	0.04	-0.12	0.14	-0.18	-0.54	-1	-0.43	-0.71	-0.3	-0.2		-0.07	-0.14	-0.49	-0.45	-0.32	-0.42	-0.56		0.03	0.29	-0.1	0.01	-0.29	-0.23	0.14	0.18	0.01	-0.06	-0.42	-0.18	-0.18	-0.17	-0.38	0.99	0.93	0.7	0.7	0.23	0.08	-0.22	-0.71	0.69	0.33	-0.4	-0.38	-0.29	-0.27	0.04	1.02	-0.18	0.04	-0.23	-0.49	-0.36	-0.01	-0.3	-0.23	-0.03	-0.06	0.32	- [...]
+YKR010C	TOF2   DNA REPLICATION (PUTATIV INTERACTS WITH DNA	-0.79	-0.76	-0.45	-0.14	0.03	0.03	-0.09	-0.42	-0.3	-0.64	-0.6	-0.32	0.04	-0.12		0.03	-0.42	-0.32	-0.12	-0.23	-0.23	-0.38	-0.4	-0.15	0.1	0.03	0.03	0.08	0.18	0.08	-0.04	-0.3	-0.51	-0.42	0.1	0.4	-0.22	-0.79	-0.92	-0.51	0.1	0.03	-0.79	-0.25	-0.89	-0.81	-0.6	-0.18	0.58	1.07	1.04	0.38	-0.03	-0.47	0.01	-0.43	0.99	0.91	-0.32	-0.25	-0.38	-0.42	0.18	0.98	-0.36	-0.4	-0.32	-0.4	-0.42	0.15	-0.45	-0.06	0.26	0.11	0.54	0.19	0.12	-0.06	-0.62
+YLR233C	EST1   TELOMERE LENGTH REGULATI PUTATIVE END-BINDING PROTEIN	-0.23	-0.4	0.1	0.18	0.19	-0.18	0.03	-0.04	-0.42	-0.32	-0.15	0.04	-0.03	-0.51	0.03	-0.1	-0.01	-0.25	-0.76	-0.3	-0.42	-0.49	-0.3	-0.29	-0.43	-0.29	0.04	-0.32	-0.32	-0.27	-0.07	-0.32	0.1	0.32	0.39	-0.29	-0.45	-0.43	-0.25	-0.12	-0.43	-0.94	-0.76	-0.14	-0.38	-0.42	-0.47	-0.38	0.45	0.28	0.21	0.31	-0.17	0.07	-0.51	-0.6	1.03	0.84	-0.12	0.19	0.08	0.43	0.25	0.28	-0.38	-0.22	-0.23	-0.2	-0.07	0.07	-0.62	-0.34	-0.12	0.2	0.31	0.1	0.3 [...]
+YPR176C	BET2   PROTEIN PROCESSING    GERANYLGERANYLTRANSFERASE TYPE II BETA SUBUNIT	-0.12	-0.36	0.2	-0.1	0.14	-0.22	0.15	-0.15	-0.15	-0.3	-0.09	-0.25	0.03	-0.29	-0.03	-0.34			-0.34	-0.4	-0.43	-0.22	-0.12	0.1	-0.17	-0.23	-0.15	-0.09	-0.01	-0.27	-0.4	-0.17	-0.4	-0.29	-0.2	0.11	-0.4	-0.22	-0.2		0.3	-0.47	-0.3	-0.79	-0.56	-0.42	-0.3	-0.45	0.73	0.54	0.67	0.25	-0.27	-0.15	-0.32	-1.06	0.95	1.48	0.39	0.2	0.3	0.58	0.26	0.51	0.3	-0.43	-0.49	-0.14	0.3	0.49	-0.38	-0.18	0.1	0.37	0.87	-0.01	0.32	0.33	0.07
+YNL183C	NPR1   TRANSPORT        PROTEIN KINASE; REGULATES ACTIVITY OF NITROGEN SOURCE TRANSPORTERS	-0.6	0.04	-0.38	-0.15	-0.51	-0.27	-0.27	-0.45	-0.3	-0.22	-0.2	-0.09	-0.42	-0.58	-0.47	-0.58	-0.4	-0.42	0.54	0.07	0.06	-0.22	-0.42	-0.32	-0.43	0.07	-0.18	0.1	-0.23	0.11	-0.03	-0.01	-0.18	-0.43	-0.56	1.42	-0.79	-0.49	-0.42	0.33	1.06	-0.25	-0.58	0.25	-0.38	0.08	-0.14	-0.2	0.87	0.62	0.25	-0.12	-0.04	0.15	-1	-1.4	1.5	1.58	-0.18	0.66	0.25	-0.03	0.01	0.28	-0.38	-0.07	-0.27	-0.51	-0.45	0.26	0.3	0.6 [...]
+YDR004W	RAD57  DNA REPAIR AND RECOMBINA RECA HOMOLOG	-0.71	0.01	-0.06	-0.04	-0.74	-0.51	-0.81	-0.29	-0.34	0.01	-0.03	-0.15	-0.29	-0.45	-0.45	-0.06	-0.2	-0.17	0.45	0.15	0.25	0.2	-0.22	0.06	0.18	-0.14	-0.09	-0.15	0.03	-0.22	-0.22	0.03	0.46	0.32	0.08	-0.34	-0.22	-0.01	-0.27	0.23	0.95	-0.22	-0.18	0.37	-0.09	-0.15	-0.2	0.08		0.63	0.4	0.33	0.49	0.37	-0.74	-0.54	1.42	1.14		-0.01	-0.04	0.06	-0.1		-0.01	-0.01	-0.1	-0.2	-0.47	0.36	-0.15	0.56	-0.36	-0.12	0.38	-0.29	-0.51	0.66	0.06
+YIR017C	MET28  SULFUR AMINO ACID METBOL TRANSCRIPTIONAL ACTIVATOR 	-0.29	1.07		-0.03	-0.43	0.63	0.41		-0.2	0.19	-0.49	0.19	-0.12	-0.43	-0.36	0.03	-0.17	-0.03	0.42	0.88	-0.09	-0.18	-0.17	-0.25	-0.22	-0.23	-0.23	-0.23	0.01	-0.06	-0.43	0.01	-0.47	-0.22	0.8	0.52	-0.18	-0.54	-0.38	0.75	0.12	-0.22	-0.23	0.58	0.48	0.41	0.5	-0.23	1.31	0.57	0.8	-0.03	0.16	0.44	-0.47	-0.69	1.59	1.6	0.01	0.91	0.52	0.28	0.26	0.11	-0.92	-0.29	-0.92	-0.47	0.06	0.52	0.95	0.34	-0.64	-0.51	-0.22	-0.47	-0.51	0.6	-0.04
+YFL036W	RPO41  TRANSCRIPTION       MITOCHONDRIAL RNA POLYMERASE II	-0.06	-0.23	0.1	-0.03	-0.2	-0.34	0.01	-0.1	-0.06	0.39	0.12	0.06	-0.34	-0.22	-0.36	0.01	-0.04	-0.04	-0.49	-0.69	-0.45	-0.2	-0.23	0.01	-0.06	0.25	0.33	0.38	0.03	0.18	0.01	0.01	0.28	0.37	-0.15	-0.2	0.24	0.41	0.52	0.23	0.12	0.29	0.29	-0.22	0.66	0.48	0.3	-0.2	0.31	1.35	1.01	0.7	0.26	-1.43	-0.94	-1.6	0.89	2.03	0.1	0.82	0.03	0.56	0.18	-0.45	-0.97	-0.62	-0.49	-0.64	0.11	0.39	0.39	0.86	-0.2	-0.51	-0.51	0.18	-0.2	0.52	-0.3
+YGL203C	KEX1   SECRETION        CARBOXYPEPTIDASE (YSC-ALPHA)	-0.06	-0.18	-0.1	-0.07	-0.06	0.16	-0.01	0.31	0.3	-0.45	0.1	-0.03	-0.2	-0.2	-0.14	0.39	-0.15	-0.14	-0.45	-0.22	-0.14	-0.07	-0.12	-0.03	0.24	-0.15	-0.34	-0.18	-0.04	-0.14	-0.25	-0.07	0.42	-0.06	-0.23	0.16	0.1	-0.15	-0.32	-0.43	-0.07	-0.06	-0.18	-0.06	-0.29	-0.45	-0.29	0.07	0.5	0.76	0.86	0.73	0.16	-0.69	-0.36	-0.97	1.36		0.06	0.14	0.46	0.32	0.34	0.34	-0.23	-0.97	0.08	0.04	0.25	0.38	0.08	0.18	0.25	0.14	0.38	-0.06	0.12	0.11	0.14
+YJL219W	HXT9   TRANSPORT        HEXOSE PERMEASE	0.65	0.42	0.78	0.26	0.6	0.28	0.31	-0.2	-0.2	0.07	0.44	0.2	0.32	0.03	0.15	-0.34		-0.18	-0.04	-0.43	-0.56	-0.6	-0.32	-0.84	-0.67	-0.42	-0.38	-0.47	-0.49	-0.36	-0.27	-0.27	0.04	1.12	0.21	-0.03	-1	0.06	0.6	-0.03	-0.04	0.03	-0.01	0.46	0.49	0.28	0.42	-0.45	0.56	1.24	1.34	1.2	1	-0.71	0.18	-0.51	1.32	1.06	0.12	0.84	0.25	0.1	0.25	-0.32	0.1	-0.4	0.04	-0.1	-0.3	0.89	0.6	-0.27	-0.01	-0.1	-0.06	-0.06	-0.1	0.72	0.28
+YOL156W	HXT11  TRANSPORT        HEXOSE PERMEASE	0.5	0.26	0.44	0.04	0.25	-0.2	0.12	-0.49	-0.29	-0.1	0.23	0.24	0.24		-0.06	-0.64	-0.4	0.65	-0.36	-0.32	-0.58	-0.84	-0.51	-0.58	-0.38	-0.25	-0.23	-0.18	-0.34	-0.14	-0.71	-0.22	-0.09	0.92	0.19	0.61	-0.2	-0.64	0.29	-0.27	-0.4	-0.14	-0.32	-0.29	0.16	0.25	0.04	-0.38	0.39	1.19	1.33	1.18	0.97	-0.43	0.04	-0.27	1.11	1.46	0.14	1.07	0.03	-0.06	-0.04	0.1	-0.54	-0.27	0.14	-0.18	0.16	0.39	0.97	-0.25	-0.06	0.06	0.37	0.23	-0.32	0.5	
+YDL170W	UGA3   TRANSCRIPTION       ACTIVATOR OF GABA CATABOLIC GENES	-0.4	0.07	-0.25	-0.56	-0.22	0.07	-0.22	-0.03	-0.04	0.14	0.23	-0.01	-0.09	-0.04	-0.58	0.12	-0.38	0.03		0.03	-0.03	-0.49	-0.27	0.07	-0.4	-0.43	-0.42	-0.15	-0.47	-0.74	-0.36	0.21	-0.64	-0.94	-0.49	-0.56	-0.71	-0.71	-0.29	-0.47	-0.25	-0.2	-0.12	0.39	0.24	0.06	0.3	0.11	1.66	0.86	1.56	1.93	1.74	0.68	0.11	0.5	1.94	1.66	0.12	-0.09	0.15	-0.07	0.08	0.03	-0.32	-0.81	-0.62	-0.36	-0.29	0.31	0.38	0.01	-0.32	0.52	-0.3	-0.6	-0.69	0.38	-0.01
+YDR256C	CTA1   OXIDATIVE STRESS RESPONS CATALASE A	-0.67		-0.2	-0.15	-0.43	-0.07	-0.58	-0.4	-0.15	0.21	0.18	-0.27	-0.07	-0.54	-0.69	-0.23	-0.38	-0.27	-0.12	0.33	0.58	-0.49	-0.94	-1.51	-0.54	0.39	0.59	0.18	0.07	0.87	1.3	0.63	-0.18	0.11	-0.15	-0.45	-0.54	-0.29	-0.25	-0.06	0.28	-0.14	-0.06	0.62	-0.4	-0.6	-0.47	0.23	1.58	1.33	0.9	1.71	2.54	0.7	-0.6	0.85	2.16	1.93	-0.06	-0.29	-0.38	-0.29	-0.07	0.21	-0.49	-0.6	-0.84	-0.29	-0.29	0.39	-0.07	0.41	-0.64	-0.18	0.2	-0.47	-1.03	0.67	0.94
+YBR001C	"NTH2   TREHALOSE METABOLISM     ALPHA,ALPHA-TREHALASE"	-0.6	0.11	0.73	0.32	0.11	0.16	-0.29	0.41	-0.12	0.01	0.37	0.62	-0.14	-0.18	0.25	0.16	-0.23	0.01	0.41	-0.06	-0.1	0.01	-0.17	-0.62	-0.36	-0.09	-0.23	-0.36	-0.67	0.12	-0.03	0.08		-0.32	-0.09	-0.81	-1.06	-0.47	-0.06	-0.04	-0.14		-0.38	0.25	-0.76	-0.2	-1	0.07	1.17	2.07	1.64	1.68	1.74	-0.71	-0.27	-0.76	2.24	3.04	0.31	2.14	1.83	1.01	1.07	1.29	-0.4	-0.47	-0.06	-0.06	0.87	0.4	-0.25	-0.34	0.06	-0.06	0.51	0.62	-0.18	1.06	1.59
+YHL016C	DUR3   TRANSPORT        UREA PERMEASE		-0.17	0.14	-0.27	-0.06	-0.06	0.16	-0.12	-0.22	-0.42	-0.42	-0.49	-0.29	-0.2	-0.18	-0.12	-0.01		-0.29	-0.47	-0.36	-0.45	-0.38	-0.62	-0.34	-0.34	-0.45	-0.45	-0.74	-0.4	-0.79	-0.25	-0.42	-0.04	-0.42	-0.49	-0.34	-0.18	-0.45	0.14	0.01	-0.79	-0.38	0.19	-1.15	-0.12	-0.6	-0.56	0.73	0.43	0.9	0.45	0.16	-0.03	-0.43	0.29	1.56	1.39	-0.09	0.2	-0.04	0.26	0.25	0.64	-0.36	-0.32	-0.45	-0.4	0.23	0.51	0.34	0.38	-0.36	-0.09	0.21	-0.79	-0.62	0.57	0.45
+YML091C	"RPM2   TRNA PROCESSING, MITOCHO RNASE P SUBUNIT"	-0.67	0.14	0.28	-0.14	-0.1	-0.14	-0.25	0.08	-0.49	0.16	-0.2	-0.17	-0.29	-0.43	-0.3	-0.42	0.08	-0.27	-0.3	-0.71	-0.4	-0.17	0.03		-0.25	-0.2	-0.09	-0.15	-0.42	-0.3	-0.22	-0.6	-1.18	-0.38	-0.2	0.36	0.44	0.68	0.37	-0.22	0.18	-0.22	0.25	-0.1	0.1	-0.03	0.16	-0.38	1.1	1.77	2.12	1.82	1.9	-0.56	0.12	-0.18	1.11	1.79	-0.09	1.82		-0.04	-0.01	-0.18	-0.4		-0.4	-0.79	0.37	0.37	-0.03	-0.1	-0.12	-0.36	-0.64	-0.12	0.43	0.98	1.4
+YMR056C	AAC1   TRANSPORT        MITOCHONDRIAL ADP/ATP TRANSLOCATOR	-0.18	-0.58	-0.09	-0.43		-0.14	0.14	-0.3	-0.15		-0.51	-0.74	-0.2	-0.47	-0.12	-0.42	-0.04	-0.56	-0.15	-1.22	-0.71	-0.17	-0.62	-0.84	-0.62	-0.29	-0.12	-0.4	-0.71	0.08	0.38	-0.09	-0.09	0.03	0.06	0.45	0.28	-0.36	0.12	0.12	-0.4	-0.15	0.11	-0.03	-0.49	-0.4	-0.38	-0.4	1.01	1.89	1.97	1.51	1.14	-0.79	-0.29	-0.86	1.94	1.96	0.04	0.59	0.11	0.49	0.45	-0.1	-0.6	-0.58	-0.64	-0.49	0.04	0.46	-0.56	-0.47	-0.2	-0.2	0.28	0.28	0.7	1.29	2.21
+YKR009C	FOX2   FATTY ACID METABOLISM    PEROXISOMAL BETA-OXIDATION PROTEIN	-0.32	-0.12	-0.17	-0.29	-0.17	0.1	-0.04	-0.22	0.03	-0.17	-0.23	-0.29	-0.25	-0.43	-0.32	0.04	-0.18	-0.34	0.39	-0.03	-0.14	0.04	-0.74	-0.45	-0.32	0.33	0.32	0.26	0.11	0.61	0.93	0.75	-0.43	-0.18	-0.36	0.3	-0.3	-0.38	-0.38	0.04	-0.42	-0.29	-0.27	0.01	-0.54	-0.45	-0.45	0.19	1.38	1.42	0.82	0.77	1.44	0.01	-0.56		1.37	1.52	0.01	0.74	0.25	-0.15	0.3	-0.09	-0.27	-0.47	-0.17	-0.6	-0.4	0.32	-0.56	-0.3	-0.12	-0.2	0.24	0.19	0.16	 [...]
+YPL122C	TFB2   TRANSCRIPTION       TFIIH 55 KD SUBUNIT	-0.04	-0.34			0.04	-0.32	0.03	-0.15	-0.23	-0.22	-0.18	-0.12	-0.06	-0.23	-0.14	-0.34	-0.42	0.21	0.07	-0.58	-0.14	-0.06	0.23	0.16	-0.03	-0.17	-0.34	-0.27	-0.06	-0.58	-1.36	-0.27	0.23	0.39	0.31	-0.14	-0.1	-0.1	0.21	0.14	-0.1	-0.06	-0.49	-1.09	-0.2	-0.17	-0.25	-0.51	0.93	1.73	1.84	1.61	1.28	-1.25	-0.34	-1.12	0.87	2.12	0.18	-1.06	0.26	0.1	-0.71		-0.2	-0.27	-0.81	-0.43	0.45	0.55			-0.22	0.11	0.03	-0.3	-0.51	0.1	-0.51
+YHR154W	ESC4   SILENCING        UNKNOWN	0.12		0.03	-0.2	0.03	-0.04	0.01	0.03	-0.04	0.12	-0.29	-0.47	0.11	-0.29	-0.23	-0.22	-0.12	-0.1	0.07	-0.32	-0.2	0.11	-0.32	-0.54	-0.34	-0.15	0.12	-0.09	-0.06	-0.42	-1.29	-0.47	-0.67	-0.38	-0.27	0.15	-0.67	-0.64	-0.56	-0.23	0.31	-0.45	-0.6	-0.15	-0.84	-0.67	-0.79	-0.47	1.07	1.14	1.38	0.48	0.18	-0.22	-0.54	-1.56	2.51	1.51	0.54	-0.1	0.1	0.57	-0.45	0.87	-0.92	-0.15	-0.56	-1.15	0.26	0.82	1.05	0.54	-0.01	-0.09	0.15	-0.01	-0.36	-0.17	0.38
+YBR294W	SUL1   TRANSPORT        SULFATE PERMEASE	0.2	0.12	-0.03	-0.25	0.03	-0.03	0.15	0.1	0.08	0.06	-0.14	-0.07	-0.07	0.06	-0.17	-0.03	-0.07	-0.04	-0.07	0.1	-0.38	-0.36	-0.18	-0.18	-0.27	-0.4	-0.3	-0.32	-0.47	-0.29	-0.3	-0.38	0.33	0.53	0.19	0.19	0.31	0.24	0.03	0.31	-0.18	0.01	-0.12	0.2	0.04	-0.07	-0.43	-0.1	1.07	1.04	0.87	0.73	0.25	0.03	-0.29	-0.6	1.44	1.63	0.18	-0.1	0.19	0.34	0.34	0.3	-0.64	-0.38	-0.76	-0.06	0.26	0.51	0.21	0.56	0.03	0.1	0.34	-0.3	-0.4	-0.03	0.2
+YIL170W	HXT12  TRANSPORT        HEXOSE PERMEASE	0.37	0.43	0.12	0.01	-0.17	0.11	-0.15	-0.22	-0.12	0.08	-0.03	0.21	0.07	-0.27	-0.25	-0.23	-0.4	-0.17	-0.32	-0.2	0.16	-0.29	-0.1	-0.36	-0.36	0.01	-0.15	-0.22	-0.12	-0.06	-0.45	0.07	-0.18	0.66	0.07	-0.23	-0.34	-0.17	-0.38	-0.56	-0.22	-0.17	-0.38	0.21	-0.29	-0.1	0.06	-0.18	0.4	1.14	1.4	1.23	1.08	-0.38	0.14	-0.29	1.28	1.37	0.37	0.45	0.11	-0.04	0.3	0.14	-0.18	-0.36	0.15	0.07	0.12	0.5	0.57	-0.04	-0.79	-0.56	0.12	-0.58	-0.69	0.41	0.32
+YPL120W	VPS30  VACUOLAR PROTEIN TARGETI UNKNOWN?	-0.3	-0.01	-0.01	-0.14	-0.15	-0.18	0.1	-0.09	-0.07	-0.34	-0.36	-0.22	-0.3	-0.49	-0.22	-0.3	-0.07	0.6	0.08	-0.81	-0.34	0.06	-0.06	-0.3	-0.23	-0.54	-0.56	-0.67	-0.45	-0.62	-0.79	-0.54	-0.29	-0.47	-0.32	-0.42	-0.42	-0.38	-0.45	-0.15	-0.38	-0.71	-0.97	-1.03	-0.09	-0.12	-0.18	-0.45	1.4	1.96	1.84	1.4	1.1	-0.51	-0.3	-1.06	1.83	2.32	0.24	0.41	0.5	0.51	-0.25		-0.03	-0.29		-1.06	0.28	1.12		0.07	-0.07	-0.09	0.25	0.1	0.04	0.7	0.16
+YPL119C	DBP1   MRNA PROCESSING     RNA HELICASE	0.46	-0.01	0.03	-0.06	-0.07	-0.17	0.01	-0.27	-0.15	-0.47	-0.04	-0.14	0.08	-0.43	-0.04	-0.17	-0.47	-0.18	0.19	0.1	-0.01	-0.14	-0.27	-0.32	-0.2	-0.32	0.03	-0.07	-0.4	0.06	-0.2	0.04	-0.12	0.23	-0.17	-1.36	-0.45	0.01	0.01	-0.03	0.11	-0.01	-0.18	-0.34	0.04	0.06	0.06	-0.17	1.37	2.2	1.49	1.55	1.77	-0.89	-0.29	-0.29	2.5	2.61		1.06	0.28	0.3	0.1	0.24	-0.47	-0.43	-0.42	-0.86	0.01	0.2	0.39	0.56	-0.4	-0.3	0.1	-0.36	-0.54	0.86	1.69
+YGL180W	APG1   AUTOPHAGY        PROTEIN KINASE	-0.22	0.12	-0.06	-0.14	-0.51	-0.14	-0.27		-0.09	0.34	0.12	0.15	-0.25	-0.34	-0.25	-0.01	-0.42	-0.07	-0.07	0.43	0.34	0.19	-0.56	-0.22	0.01	-0.06	0.07	0.08	0.42	0.11	0.29	0.04	-0.79	-0.22	-0.64	-0.84	-0.92	-0.17	-0.89	-0.29	0.73	-0.29	-0.67	0.57	-0.62	-0.3	-0.94	0.04	1.19	1.86	2.65	2.77	3.22	-0.94	0.54	0.6	2.15	3.29	0.04	0.96	0.43	0.77	0.54	0.33	-0.67	-0.22	-0.12	-0.32	-0.14	0.49	0.14	1.06	-0.09	-0.12	-0.06	-0.25	-0.54	0.74	0.87
+YDL154W	MSH5   DNA REPAIR       MUTS HOMOLOG; ALSO RECOMBINATION	-0.69	0.19	-0.23	-0.3	-0.56	-0.04	-0.51	-0.25	-0.27	-0.38	-0.04	-0.36	-0.1	-0.17	-0.42	-0.12	-0.47	-0.2	0.11	0.04	0.31	-0.47		-0.29	-0.06	-0.43	-0.49	-0.42	-0.1	-1	-0.51	-0.25	-0.6	-0.76	-0.76	-0.71	-0.79	-0.69	-0.09	0.72	0.21	-0.94	-0.38	0.21	-0.4	0.49	0.38	-0.14	1.7			3.41		-1.79	-0.18	-1.12	2.68	3.39	0.3	-0.36	0.11	0.11	0.42	0.01	-0.47	-0.15	-0.56	-1.09	-0.01	0.64	0.53	-0.23	-0.76	0.18	-0.36	-0.34	-0.54	0.95	0.81
+YDR173C	ARG82  ARGININE METABOLISM    TRANSCRIPTION FACTOR	-0.25	0.23	-0.07	-0.06	-0.07	-0.12	-0.38	0.03	0.15	-0.23	0.28	-0.15	0.03	-0.17		0.2	-0.2	0.08	-0.01	-0.1	0.2	0.19	-0.17	-0.12	-0.15	-0.3	-0.17	-0.32	-0.15	-0.22	-0.94	-0.1	-0.4	-0.14	-0.09	-0.36	-0.45	-0.25	-0.51	-0.01	-0.01	-0.38	-0.2	0.88	-0.12	-0.3	0.03	-0.17		1.13	1.29	0.97	0.97	-0.94	0.26	-0.45	0.82	1.52	0.06	-0.36	0.12	0.04	0.15	0.01	-0.38	-0.06	-0.12	-0.3	-0.1	0.39	0.56	0.2	-0.2	0.18	0.2	-0.01	-0.15	0.65	0.81
+YGL192W	IME4   MEIOSIS        TRANSCRIPTION FACTOR	1.66	0.82	-0.69	-0.64	-0.3	-0.18	-0.03	-0.6	-0.42	-0.4	-0.51	-0.27	-0.14	-0.54	-0.3	-0.4		-0.38	0.37	-0.47	-0.38	-0.38	-0.51	-0.22	-0.45	-0.22	-0.22	-0.18	-0.03	-0.27	-0.79	-0.64	-0.23	-0.3	-0.23	0.12	-0.04	-0.04	-0.43	0.01	0.31	0.14	-0.14	-0.67	-0.51	-0.42	-0.42	-0.56	0.71	1.53	1.86	1.17	1.07	-0.81	-0.4	-1.15	1.83	2.67	-0.09	0.54	0.12	-0.2	0.41	0.12	-0.56	-0.42	-0.29	-0.14	-0.2	-0.12	0.53	0.19	-0.09	0.2	0.61	0.11	-0.09	0.87	1.13
+YDR439W	LRS4   TRANSCRIPTION/RDNA SILEN UNKNOWN	0.14	-0.34	0.01	-0.42		-0.22	0.2	-0.07	0.03	-0.04	-0.06	-0.17	-0.06		-0.3	0.15	0.03	-0.07	0.04	-0.32	-0.45	-0.49	-0.34	-0.54	-0.58	-0.58	-0.43	-0.3	-0.38	-0.4	-0.56	-0.43	-0.14	0.04	-0.03	-0.43	-0.07	-0.09	-0.45	-0.47	-0.34	-0.18	-0.27	0.39	-0.25	-0.22	-0.34	-0.34	0.58	1.26	1.06	0.11	-0.18	-0.79	-0.49	-0.92	1.49	2.53	-0.04	-0.06	0.38	0.15	0.21	0.52	-0.42	-0.34	-0.1	-0.15	0.21	0.29	0.03	-0.18	-0.4	-0.12	0.07	-0.34	-0.36	0.32	-0.17
+YNL012W	SPO1   MEIOSIS (SPOR.)     TRANSCRIPTIONAL REGULATOR	-0.25	0.14	-0.06	0.08	-0.27	-0.43	-0.03	-0.09	-0.15	-0.23	-0.45	-0.32	0.11	-0.03	-0.23	-0.3	-0.38	-0.22	-0.32	-0.32	-0.22	-0.62	-0.64	-0.49	-0.25	-0.47	-0.45	-0.2	-0.25	-0.29	-0.54	-0.36	-0.29	-0.07	-0.43	-0.42	-0.54	-0.14	-0.38	-0.12	-0.14	-0.45	-0.22	0.19	-0.6	-0.32	-0.4	-0.47	0.65	1.46	1.25	0.51	0.19	-0.79	-0.22	-1.25	2.44	3.3	0.52	-0.04	0.54	0.01	0.44		-0.51	-0.34	-0.14	-0.81	0.03	0.12	0.44	0.15	-0.12	-0.25	-0.12	-0.2	-0.42 [...]
+YLR393W	ATP10  ATP SYNTHESIS       F1F0 ATPASE COMPLEX ASSEMBLY	-0.12	-0.29	0.06	-0.27	0.14	-0.32	0.16	-0.07	-0.14	-0.04	-0.36	-0.4	-0.06	-0.34	-0.01	-0.07	0.03	-0.1	-0.64	-0.38	-0.81	-0.6	-0.14	0.04	-0.17		0.28	0.28	0.06	0.23	0.11	-0.04	0.12	-0.09	0.04	-0.01	0.32	0.37	-0.22	-0.07	-0.42			0.14	0.11	-0.2	-0.18	-0.34	1.2	1.95	1.9	0.9	0.07	-0.79	-0.4	-1.56	2.87	2.98	-0.23	0.61	-0.07	0.8	0.26	0.68	-0.79	-0.69	-0.27	-0.49	0.2	0.32	0.58	-0.47	-0.03	-0.07	-0.34	-0.36	-0.25	-0.14	0.32
+YGL163C	RAD54  DNA REPAIR       DNA-DEPENDENT ATPASE	-0.38	-0.14	0.15	0.33	-0.03	0.04	-0.07	-0.1	-0.81	-0.6	-0.22	-0.03	-0.01	-0.18	-0.38	-0.49	-1.36	-0.45	0.63	0.34	0.3	0.23	-0.06	0.18	0.1	-0.06	-0.29	-0.18	-0.2	-0.29	-0.47	-0.17	-0.25	0.61	0.31	-0.07	-1.18	-0.49	-0.04	0.2	0.33	-0.32	-1.09	0.01	-0.07	-0.36	-0.36	-0.06	1.26	1.77	1.43	1.06	0.93	-0.54	-0.14	-0.81	1.69	2.05	-0.14	0.42	0.24	0.23	0.2	1.41	-0.29	-0.1	-0.43	-0.34	-0.3	0.3	0.77	1.1	-0.06	0.2	0.23	-0.32	-0.32	0.39	0.39
+YLR273C	PIG1   GLUCOSE REPRESSION    (PUTATIVE) GLC7P REGULATORY SUBUNIT	-0.03	0.38	0.84	0.39	0.12	-0.36	-0.6	-0.58	-0.3	-0.27	0.66	0.37	-0.09	-0.71	-0.47	-0.74	-0.07	0.18	-0.32	-0.23	-0.47	-0.42	-0.54	-0.47	-0.45	-0.79	-0.42	-0.36	-0.81	0.14	0.46	-0.2	0.1	0.58	-0.32	-0.3	-0.79	-0.2	0.21	0.77	-0.36	-0.69	-0.23	-0.12	0.18	-0.14	-0.23	-0.29	-0.45		2.53	2.01	1.37	-0.62	-0.29	-1.06	2.49	2.2	0.15	0.58	0.45	0.29	0.38	0.55	-0.74	0.08	-0.23	-1	0.34	0.64	-0.06	-0.34	-0.17	-0.04	-0.01	-0.36	-0.18	 [...]
+YFL053W	DAK2   CARBOHYDRATE METABOLISM; DIHYDROXYACETONE KINASE	0.04	0.11	-0.07	0.29	-0.15	-0.17	-0.34	-0.25	-0.4	0.07	-0.36	-0.09	0.19	-0.34	-0.47	-0.18	-0.23	-0.27	-0.32	-0.49	-0.2	-0.56	-0.54	-0.38	-0.29	-0.47	-0.29	-0.32	-0.15	-0.23	-1.25	-0.17	-0.23	-0.6	-0.23	-1.09	-0.92	-1.18	-0.47	-0.38	-0.32	-0.76	-0.84	0.04	-0.69	-0.47	-0.79	-0.2	0.62	1.45	1.79	1.1	0.36	-0.62	0.07	-0.84	1.68	1.58	0.03	1.44	0.21	0.72	0.19	0.37	-0.92	-0.58	-1	-1.22	0.04	0.48	0.98	0.46	-0.94	-0.43	-0.23	-0.34	-0.4 [...]
+YBR186W	"PCH2   MEIOSIS, CHECKPOINT    UNKNOWN"	-0.34	-0.04	-0.1	-0.22	0.31	-0.27	-0.32	0.3	-0.2	-0.04	-0.03	0.11	-0.51	-0.42	-0.2	0.42	-0.38	0.38	-0.49	-0.58	-0.38	-0.34	-0.2	-0.74	-0.86	-0.58	-0.58	-0.6	-0.6	-0.86	-0.62	-0.62	-0.2	-0.22	-0.17	-0.51	-0.94	-0.84	-1.56	-0.17	-0.22	-0.29	-0.56	0.04	-1	-0.79	-0.74	0.03	1.51	2.34	2.09	1.49	1.34	-0.97	-0.92	-1.89	3.32	3.34	1.4	-0.51	0.01	-0.58	-0.1	0.42	-0.45	-0.32	-1.22	-0.94	-0.06	0.07	-0.15	0.31	-0.18	0.86	0.23	-0.54	-1	-1	-1
+YHL030W	ECM29  CELL WALL BIOGENESIS     UNKNOWN	0.42	0.04	0.45	-0.04	0.31	-0.06	-0.09	0.1	0.21	0.14	0.77	0.03	-0.12	-0.27	0.62	0.41	-0.27	0.21	-0.3	-0.04	0.4	-0.03	-0.29	-0.34	-0.3	-0.01	-0.03	0.03	-0.49	-0.1	0.14	0.01	-0.6	-0.76	-0.92	0.08	-0.54	-0.27	-0.06	-0.12	-0.42	-0.3	-0.27	-0.89	-0.04	0.03	-0.62	-0.27	1.34	1.68	1.46	1.01	0.49	-0.74	-0.97	-2.06	2.29	2.56	-0.06	0.38	-0.1	0.36	-0.07	0.04	-0.43	-0.34	-0.67	-0.27	0.25	0.18	0.21	0.77	-0.03	0.16	-0.06	-0.12	-0.15	-0.34	-0.22
+YLR115W	CFT2   MRNA 3'-END PROCESSING   CLEAVAGE/POLYADENYLATION FACTOR CF II COMPONENT	-0.17	-0.81	-0.4	-0.2		0.52	0.15	0.07	-0.25		-0.38	-0.23	-0.29	-0.23	0.04	-0.22	-0.07	-0.23	0.04	-0.38	-0.47	-0.64	-0.42	-0.56	-0.45	-0.45	-0.22	-0.32	-0.58	-0.23	-0.1	-0.47	-0.25	-0.29	-0.25	-0.14	-0.23	-0.25	-0.22	0.39	-0.27	-0.01	-0.17	-0.23	-0.14	-0.29	-0.49	-0.45	0.75	1.95	1.38	0.92	0.21	-1.18	-0.58	-1.51	1.12	2.2	-0.25	-0.38	-0.67	0.36	-0.09	0.5	-0.81	-0.49	-0.56	-0.32	-0.1	0.11	-0.47	0.01	-0.01 [...]
+YGL240W	DOC1   CELL CYCLE       ANAPHASE-PROMOTING COMPLEX SUBUNIT	-0.09	-0.56	0.03	-0.06	0.04	-0.42	0.03	-0.29	-0.01	-0.22	-0.2	-0.2	0.1	-0.27	-0.32	-0.27	-0.14	-0.2	-0.6	-0.58	-0.49	-0.67	-0.47	-0.36	-0.42	-0.38	-0.12	-0.12	-0.17	-0.2	-0.54	0.11	-1.12	-0.09	-0.29	-0.15	-0.54	-1.6	-0.42	0.68	1.57	-1.25	-0.64		-0.81	-0.42	-0.79	-0.36	1.4	2.03	2.24	1.37	1.27	-1.12	-1.22	-2.18	2.14	2	-0.14	-0.17	-0.2	-0.01	0.03	1.54	-0.67	-0.34	-0.74	-0.38	-0.84	0.01	-0.36	-0.45	-0.74	0.36	-0.18	-0.69	-0.5 [...]
+YGR188C	"BUB1   CELL CYCLE, CHECKPOINT   PROTEIN KINASE"	-0.29	0.06	0.18	0.07	0.23	-0.06	-0.14	0.08	-0.12	-0.27	0.23	-0.36	0.31	-0.1	0.36	0.34	-0.38	-0.14	-0.4	-0.38	-0.38	0.67	0.01	0.23	0.06	-0.09	-0.36	-0.1	-0.42	-0.34	-0.43	-0.29	-0.67	-0.03	0.3	-0.04	-0.97	-1.4	-0.81	-0.2	0.2	-0.2	-0.86	-0.97	-0.84	-0.71	-0.43	-0.3	1.53	1.37	0.97	0.94	1.24	-0.32	-0.22	-0.42	2.01	1.86	-0.07	-0.42	0.04	0.15	-0.74	0.18	-0.67	-0.38	-1.25	-0.62	0.1	0.48	0.46	-0.23		-0.25	0.25	-0.23	-0.42	0.24	-0.04
+YPL253C	VIK1   NUCLEAR FUSION (PUTATIVE KAR3P INTERACTOR	-0.79	-0.47	-0.1	-0.14	0.37	0.28	-0.01	0.3	-0.03	-0.42	-0.76	-0.23	-0.18		0.28	0.24	0.23	-0.23	-0.38	-0.49	-0.01	0.14	0.1	-0.47	-0.14	-0.12	-0.2	-0.4	-0.12	-0.3	-0.67	-0.29	-0.4	-0.32	-0.12	0.01	-0.23	-0.49	-0.56	-0.18	-0.03	-0.1	-0.49	-0.4	-0.67	-0.67	-0.45	-0.32	0.18	0.96	1.45	1.25	0.72	-1.03	0.15	-0.54	1.81	1.82	-0.01	-0.12	0.06	-0.01	0.36	0.29	-0.22	-0.07	-0.25	0.15	-0.04	0.26	0.4	0.34	0.04	-0.09	0.07	-0.15	-0.15	-0.36	-0.71
+YPL194W	"DDC1   CELL CYCLE, CHECKPOINT   UNKNOWN"		-0.74		-0.14	-0.34	-0.6	-0.23	-0.01	-0.36	-0.07	-0.27	-0.22	-0.32	-0.56	-0.74	-0.62	-0.15	0.51	-0.38	-0.94	-0.74	-0.32	-0.38	0.01	-0.43	-0.1	-0.17	-0.2	-0.3	-0.23	-0.76	-0.1	-0.45	-0.4	-0.17	-0.49	-0.64	-0.38	-0.6	-0.84	-0.38	-1.03	-0.86	-0.29	-0.34	-0.4	-0.56	-0.45	0.92	0.84	1.08	0.57	0.43		-0.58	-1.25	1.49	1.92	0.01	-0.2	0.01	0.31	-0.06		-0.42	-0.71	0.14	0.15	-0.07	0.48	-0.03	-0.04		-0.17	0.31	-0.27	-0.47	0.15	-0.22
+YOR040W	GLO4   METHYLGLYOXAL RESISTANCE GLYOXALASE II	-0.34	-0.47	-0.45	-0.4	-0.25	-0.47	-0.27	-0.42	-0.49	-0.32	-0.64	-0.17	-0.43	-0.62	-0.54	-0.49	-0.23	0.21	0.16	-0.51	-1.03	-0.76	-0.6	-0.43	-0.71	-0.23	-0.2	-0.27	-0.22	-0.25	-0.3	-0.17	-0.09	0.03	-0.43	0.01	0.01	0.21	-0.06	0.49	0.56	-0.25	0.07	0.19	-0.06	0.56	0.06	-0.3	1.21	1.04	0.79	0.26	0.24	0.01	-0.62	-1.15	1.15	1.55	-0.27	0.07	-0.06	0.5	0.14	0.43	-0.62	-0.17	-0.76	-0.67	-0.49	0.29	0.58	-0.2	-0.34	0.11	0.4	0.01	0.07	0.84	0.4
+YPR193C	HPA2   CHROMATIN STRUCTURE    HISTONE ACETYLTRANSFERASE COMPLEX SUBUNIT	-0.4	-0.18	-0.17	-0.62	-0.54	-0.34	-0.4	-0.47	-0.36	-0.06	-0.4	0.04	-0.22	-0.54	-0.56	-0.06	-0.45	-0.36	-0.15	-0.18	0.04	-0.4	-0.74	-0.79	-0.81	-0.22	-0.22	-0.29	0.33	-0.23	-0.2	-0.27		0.18	0.23	-0.17	-0.04	0.11	-0.22	0.04	0.28	-0.17	-0.07	0.61	0.34	0.37	0.04	-0.32	1.2	1.21	0.66	0.55	0.12		-0.62	-1.18	0.86	0.7	0.11	0.29	0.08	0.45	0.3	-0.07		-0.42	-0.69	-0.76	-0.2	0.36	-0.09	-0.43		-0.32	-0.36	-0.17	-0.27	0.78	0.59
+YML042W	CAT2   FATTY ACID TRANSPORT     CARNITINE O-ACETYLTRANSFERASE	1.21	0.03	0.3	0.11	0.24	0.28	0.78	0.28	-0.06	-0.01	-0.06	0.25	-0.09	0.85	-0.47	0.03	0.4	0.15	-0.34	0.25	-0.29	-0.81	-1.43	-1	-0.32	0.15	0.66	0.43	0.26	1.1	1.08	0.56	0.25	0.5	0.36	0.24	0.39	0.52	0.32	0.28	0.59	0.15	0.42	0.34	0.39	0.34	0.45	-0.23	2.39	2.31	1.93	1.06	1.32	0.3	-0.71	-1.79	2.17	1.7	-0.12	0.58	0.31	0.25	-0.06	0.97	-0.64	-0.32	-0.64	-0.45	-0.15	0.72	0.04	0.4	-0.54	-0.3	0.3	-0.36	-0.64	1.59	2.12
+YJL089W	SIP4   GLUCOSE DEREPRESSION     TRANSCRIPTION FACTOR		-0.04	0.69	0.06	0.01	0.07		0.06	0.16	0.03	-0.3	-0.12	0.06	-0.4	-0.27	-0.12	-0.22	-0.14	-0.86	0.32	-0.1	-0.12	-1.25	-0.79	-0.54	-0.04	0.55	0.1	-0.06	0.41	0.56		-0.49	0.1	-0.43	-0.45	-0.3	-0.14	-0.43	-0.27	-0.79	-0.58	-0.94	0.2	-0.49	-0.67	-0.94	-0.12	1.42	1.75	1.2	0.86	0.9	-0.36	-0.62	-1.06	2.02	1.87	0.04	0.6	1.15	0.62	0.28	0.66	-0.67	-0.36	-0.64	-1.36	-0.18	0.97	0.5	0.25	-0.64	-0.34	-0.25	-0.18	-0.25	1.12	3.03
+YAL054C	ACS1   ACETYL-COA BIOSYNTHESIS  ACETYL-COA SYNTHETASE	-0.22	0.66	0.1	0.11	0.12	0.04	0.11	-0.23	-0.14	-0.51	-0.36	-0.47	0.01	-0.81	-0.07	-0.34	-0.42	0.11	-1.43	0.48	-0.43	-0.15	-1.29	-1.32	-0.32	0.74	1.17	0.83	-0.27	0.92	1.24	0.74	-0.54	-0.29	-0.38	-0.49	-0.92	-0.67	-0.6	-0.71	-1.22		-0.92	0.56	-0.76	-0.6	-0.84	0.51	1.9	1.7	1.35	-0.03	-0.23	0.55	-0.2	-1.6	2.74	2	0.42	0.49	0.15	0.44	-0.38	0.55	-0.94	-0.4	-0.4	-0.79	0.11	0.76	0.6	0.33	-0.67	-0.18		-0.18	-0.3	1.47	3.7
+YJL088W	ARG3   ARGININE BIOSYNTHESIS    ORNITHINE CARBAMOYLTRANSFERASE	-0.18	0.99	0.43	0.08	-0.15	0.01	-0.49	0.03	-0.09	-0.12	-0.25	-0.01	0.1	-0.23	-0.12	-0.03	0.03	0.07	-0.84	0.65	0.46	-0.07	-0.71	-0.49	-0.17	0.01	0.42	-0.01	0.19	0.11	0.38	0.32	-0.58	0.15	0.1	-0.22	-0.54	-0.36	-0.54	-0.32	0.39	-0.69	-0.23	1.05	0.53	0.76	1.6	-0.18	1.38	1.11	1.01	0.37	0.62	0.21	-0.3	-0.89	1.49	1.12	-0.3	0.28	0.45	0.7	0.99	0.42	-0.62	-0.51	-0.56	-0.84	-0.29	0.75	0.23	0.39	-0.32	-0.43	-0.4	-0.4	-0.51	-0.04	1.48
+YER125W	"RSP5   PROTEIN DEGRADATION, UBI UBIQUITIN-PROTEIN LIGASE (E3 ENZYME)"	0.2	0.14	0.2	0.3	0.08		0.12	-0.04	-0.15	-0.07	-0.27	-0.09	-0.09	-0.07	-0.09	0.11	0.08	0.08	0.29	0.1	0.04	-0.06	-0.09	0.28	-0.06	0.4	0.4	0.38	0.04	0.2	0.23	0.3	-0.56	-0.58	-0.49	-0.3	0.01	-0.18	-0.62	-0.4	-0.12	-0.1	-0.27	-0.06	-0.51	-0.43	-0.56	-0.23	0.75	0.82	0.43	0.75	0.36	-0.09	-0.67	-0.89	0.99	1.12	0.03	0.26		-0.06	-0.09	-0.03	-0.51	-0.64		-0.25	0.18	-0.1	0.52	0.99	0.11	-0.04	0.18	-0.17	-0.32	-0.07	-0.1
+YLR450W	HMG2   STEROL METABOLISM     3-HYDROXY-3-METHYLGLUTARYL-COENZYME A REDUCTASE	0.11	-0.03	-0.27	-0.23	-0.25	-0.32	-0.07	-0.56	-0.18	-0.1	-0.34	-0.25	-0.04	-0.4	-0.34	-0.2	0.08	0.11	0.63	0.24	-0.07	-0.56	-0.74	-0.36	-0.25			-0.34	0.07	-0.06	-0.36	-0.01	-0.36	-0.36	-0.29	-0.3	-0.22	-0.43	-0.36	-0.38	-0.34	-0.4	-0.42	-0.81	-0.51	-0.32	-0.45	-0.51	0.2	0.88	1.12	0.42	0.32	-1.09	-0.56	-0.92	1.67	1.96	0.14	-0.27	-0.03	-0.62	-0.23	0.3	-1.06	-1	-0.27	0.03	0.56	0.31	0.76	0.78	-0.14	-0.03	-0. [...]
+YDL087C	EXM2   CELL CYCLE       UNKNOWN	-0.23	-0.64	-0.2	0.32	-0.23	-0.4	-0.06	-0.12	-0.09		-0.22	-0.25		-0.18	-0.2	-0.25	-0.23	-0.34	0.2	0.1	0.1	-0.18	-0.22	-0.38	-0.25	-0.23	0.12	0.06	0.1	0.15	-0.07	0.23	-0.18	-0.25	-0.32	-0.47	-0.81	-0.09	-0.2	-0.29	-0.42	-0.2	-0.36	-0.25	-0.06	-0.2	-0.32	-0.45	0.29	0.33	0.41	0.55		-0.67	-0.04	-0.47	1.23	1.55	0.04	0.39	0.42	0.42	0.42	0.21	-0.58	-0.43	-0.36	-0.27	0.28	0.28	0.92	0.86	-0.22	-0.23	-0.15	0.03	-0.32	0.04	-0.17
+YPL152W	RRD2   DRUG RESISTANCE     UNKNOWN	-0.4	0.01	0.28		-0.17	-0.12	-0.12	-0.3	-0.38	-0.3	-0.3	-0.14	-0.23	-0.42	-0.25	-0.49	-0.97	0.45	0.26	-0.32	-0.45	-0.49	-0.06	0.04	-0.38	-0.23	-0.34	-0.36	-0.2	-0.32	-0.3	-0.32	-0.03	0.12	0.03	-0.07	-0.07	-0.23	-0.04	-0.03	-0.14	-0.17	-0.06	0.3	-0.45	-0.04	0.11	-0.43	0.46	0.63	1.2	0.85	0.23	-0.38	0.03	-0.64	1.19	1.57	0.32	0.7	0.72	0.6	-0.74	0.61	0.1	-0.29	-0.34	-0.03	-0.36	0.42	0.48	0.42	-0.01	0.15	0.11	-0.17	-0.25	0.46	-0.04
+YER095W	RAD51  DNA REPAIR AND RECOMBINA RECOMBINASE	-0.43	0.56	1.16	1.49	0.77	0.56	-0.27	-0.76	-0.6	-0.34	0.33	0.92	0.41	0.08	0.03		-0.74	-0.76	-1.4	-0.54	0.52	-0.29	0.12	0.64	0.58	0.78	0.31	0.31	0.3	-0.07	0.11	0.28	-0.47	0.69	1.16	0.5	-0.09	-0.76	0.91	1.76	0.93	0.36	-0.23	-0.56	0.48	0.59	0.6	0.07	1.77	1.71	1.94	1.01	1.16	0.01	0.01	-0.92	2.61	2.71	-0.27	0.93	0.53	0.26	0.23	0.07	-0.67	-0.84	-0.3	-0.01	-0.2	0.32	0.03	0.32	-0.84	0.36	0.46	-0.38	-0.54	0.25	0.58
+YER014W	HEM14  HEME BIOSYNTHESIS     PROTOPORPHYRINOGEN OXIDASE	-0.15	-0.38	0.4	0.96	0.34	0.01	0.37	0.2	-0.03	-0.07	-0.01	0.12	0.01	0.01	-0.07	-0.01	-0.79	-0.2	0.53	0.08	-0.3	-0.17	-0.25	-0.51	-0.27	0.07	-0.36	-0.32	-0.47	0.04	-0.49	0.07	0.14	0.28	0.83	-0.09	-0.2	-0.4	0.12	0.21	0.28	-0.03	-0.18	0.44	-1.22	0.39	0.41	-0.15	0.7	0.44	0.9	0.88	0.86	-0.3	0.04	0.33	1.39	1.55	-0.01	0.43	0.07	0.31	0.07	0.58	-0.18	-0.38	-0.15	-0.38	-0.18	0.36	-0.15	-0.09	-0.22	-0.25	0.31	-0.01	-0.14	0.86	0.54
+YPL111W	CAR1   ARGININE METABOLISM    ARGINASE	0.16	0.1	0.86	1.01	0.99	1.23	1.86	1.41	1.51	0.88	1.04	1.06	1.04	0.44	0.72	0.75	0.95	0.88	0.83	0.9	0.77	0.8	0.48	0.32	0.36	0.14	-0.2	-0.79	-0.17	-0.18	-0.22	-0.03	-0.56	-0.45	-0.22	0.24	0.84	0.82	0.23	0.28	0.19	0.1	0.03	-0.42	-0.69	-0.6	-0.58	-0.25	2.32	2.73	2.15	1.42	1.05	-0.54	-0.34	-1.84	3.4	3.74	0.51	0.98	1.84	0.21	-1.29	1.78	-0.67	-0.62	0.15	-0.09	0.77	0.44	1.53	0.42	0.15	-0.07	-0.43	-0.94	-0.79	0.33	0.42
+YLR288C	MEC3   DNA REPAIR; DNA DAMAGE C ACTIVATES EXONUCLEASE	-0.34	0.01	-0.22	-1.36	-1.25	-0.18	-0.29	-0.09	-0.6	-0.38	-1.03	-0.36	-0.22	-0.36	-0.69	-0.29	-0.45	-0.67	-0.04	0.18	0.24	-0.51	-0.06	-0.09	-0.64	-0.18	0.18	-0.3	-0.06	-0.43	-0.67	0.07	-1	-0.15	0.4	0.18	-0.1	-0.4	-0.62	-0.15	0.14	0.04	-0.3	-0.34	-0.14	-0.12	-0.09	-0.09	0.63	1.14	0.9	0.24	0.25	-0.36	-0.17	-0.79	1.26	2.15	-0.07	-0.27	0.31	0.15	-0.01	0.74	-0.09	0.12	-0.79	-0.04	-0.54	1.05	0.1	-0.03	-0.2	-0.36	0.21	-0.22	-0.27	0.3	-0.38
+YFL009W	CDC4   CELL CYCLE       SCF-CDC4P COMPLEX COMPONENT	-0.29	-0.14	-0.23	-0.18	-0.22	-0.32	-0.01	-0.45	-0.25	-0.2	-0.3	-0.1	0.08	-0.34	-0.1	-0.25	-0.01	-0.18	0.01	-0.04	-0.14	-0.07	-0.34	-0.3	-0.27	0.07	0.16	0.26	-0.14	0.33	-0.07	0.15	-0.6	-0.17	-0.29	-0.23	-0.15	-0.45	-0.54	0.25	-0.23	-0.51	-0.49	-0.45	-0.81	-0.47	-0.81	-0.27	0.55	0.4	0.65	0.31	0.32	-0.22	-0.36	-0.56	1.08	1.14	0.11	0.6	0.18	0.63	0.67	0.54	-0.27	-0.56	-0.3	-0.3	-0.54	-0.18	0.29	0.16	0.18	0.03	0.12	-0.2	-0.3	-0.18	-0.3
+YDR142C	PEX7   PEROXISOME BIOGENESIS    IMPORT RECEPTOR	-0.3	-0.15	-0.17	-0.15	-0.43	-0.43	-0.49	-0.18	0.07	0.12	0.01	-0.27	-0.09	-0.18	-0.43	-0.14	-0.25		0.48	-0.51	-0.29	-0.36	-0.3	-0.56	-0.09	-0.07	-0.01	-0.04	-0.12	-0.36	-0.38	-0.01	0.28	0.23	0.06	0.21	0.04	0.1	0.08	0.19	-0.27	0.14	-0.14	0.18	-0.25	-0.49	-0.47	-0.18	0.64	0.42	0.75	0.42	0.57	0.14	-0.06	-0.51	0.99	1.4	0.42	-0.1	-0.14	-0.62	-0.3	-0.23	-0.47	-0.67	-0.67	-0.23	-0.36	0.34	0.11	0.36	-0.6	-0.43	0.03	-0.67	-0.56	0.74	0.18
+YMR240C	CUS1   MRNA SPLICING       U2 SNRNP PROTEIN		-0.22	-0.07	-0.06	0.03	-0.01	0.26	0.08	0.06	-0.29		-0.2	-0.07	-0.38	0.1	-0.12	0.04	-0.12	-0.4	-0.34	-0.23	-0.22	-0.03	0.03	-0.32	-0.01		-0.29	-0.56	-0.22	-0.4	-0.12	-0.3	0.14	-0.67	-0.4	-0.49	-0.18	0.08	1.73	0.33	-1.29	-0.62	0.7	-0.97	0.32	-0.71	-0.3	0.78	0.86	0.6	0.26	-0.03	-0.1	-0.34	-0.74	0.77	1.52	-0.34	-0.27		0.63	0.26	0.56	-0.32	-0.09	-0.45	-0.45	-0.34	0.6	0.18	-0.15	-0.17	-0.2	-0.14	-0.14	-0.03	0.11	0.24
+YPR185W	APG13  AUTOPHAGY        UNKNOWN	-0.47			0.37		0.03	-0.17	-0.22	-0.42	0.04	-0.27	0.12	-0.09	-0.15		-0.23	-0.22	-0.22	-0.2	-0.1	-0.74	0.4	-0.15	0.14	0.01	0.31	0.16	0.07	0.15	0.21	0.2	0.18	-0.45	-0.27	0.03	-0.67	-0.64	-0.56	-0.25	0.1	0.14	-0.69	-0.49	-0.23	-0.03	-0.01		0.12	0.41	0.64	0.64	-0.12	-0.04	-0.01	-0.14	0.04	2.06	2.48	0.23		-0.03	0.51	0.1	0.78	-0.18	-0.27	-0.15	0.21	-0.29	0.36	0.01	0.34	0.03	-0.27	0.46	0.5	0.04	0.78	-0.06
+YDR092W	"UBC13  PROTEIN DEGRADATION, UBI E2 UB.-CONJUGATING ENZYME"	0.07	-0.49	0.01	-0.43	0.12	0.08	0.18	0.24	0.2	-0.2	-0.04	0.24	-0.07	0.19	-0.04	0.03	0.1	0.12	0.31	0.01	-0.38	0.15	-0.03	-0.36	-0.1	-0.07	-0.23	-0.29	-0.23	-0.29	-0.45	-0.38	-0.3	-0.17	0.11	-0.15	-0.22	-0.18	-0.04	0.19	0.48	-0.27		0.21	0.25	0.33	0.51	0.24	0.99	0.99	1.01	0.61	0.28	0.04	-0.1	-1.06	1.26	2.24	-0.67	-0.89	-0.32	-0.62	-0.71	0.33	0.01	0.12	-1.18	-0.56	-0.32	0.31	-0.18	-0.4	-0.1	-0.18	0.21	0.01	-0.23	0.51	0.01
+YOL123W	"HRP1   MRNA PROCESSING     POLY(A)+ RNA-BINDING PROTEIN, PUTATIVE"	-0.27	0.03	0.03	0.4	0.07	-0.01	-0.17	-0.3	-0.3	-0.27	-0.18	0.04	0.21	0.21	0.53	0.43	0.15	0.1	-1.03	0.41	-0.36	-0.06	-0.15	0.1	0.3	0.26	0.14	0.06	-0.12	0.4	0.29	-0.27	-0.29	0.32	0.44	0.04	-0.4	-0.49	-0.15	-0.25	-0.14	-0.25	-0.36	-0.07	-0.12	-0.3	-0.25	-0.12	1.85	1.69	1.55	1.26	1.1	0.37	-0.42	-0.89	1.5	2.14	-0.15	-1.32	-1.25	-0.94	-0.29	0.1	-0.09	0.01	-0.43	-0.6	0.25	0.04	0.59	1	0.41	0.34	0.32	-0.12	-0.4	-0.42	-0.27
+YJL071W	ARG2   ARGININE BIOSYNTHESIS    ACETYLGLUTAMATE SYNTHASE	-0.09	0.12	0.39	0.36	0.11	0.03	-0.12	0.08	0.14	-0.17	0.57	-0.07	0.04	0.03	0.03	0.21	-0.2	-0.1	-0.81	-0.74	-0.54	-0.18	-0.17	-0.18	-0.43	-0.18	-0.34	-0.3	-0.18	-0.45	-0.6	-0.27	0.19	-0.03	-0.06	-0.34	-0.2	0.01	0.15	-0.25	-0.06	-0.12		-0.04	0.21	0.1	0.18	-0.32	0.63	0.7	0.23	0.28	0.87	-0.2	-0.51	-0.12	0.61	0.97	-0.07	-0.17	-0.09	-0.09	0.01	0.29	-0.18	-0.32	-0.56	-0.45	-0.18	0.58	0.12	-0.22	0.15	0.19	0.1	-0.45	-0.67	-0.18	-0.2
+YGR091W	"PRP31  MRNA SPLICING       U4/U6, U5 SNRNP PROTEIN"	-0.14	0.63	0.04	0.39	-0.18	0.76	0.03	0.43	0.37	0.54	0.12	0.33	0.03	0.14	0.1	0.42	0.25		0.06	0.19	0.06	-0.14	-0.03	0.04	-0.07	-0.23	-0.45	-0.3	0.1	-0.45	-0.54	0.07	-0.25	0.14	-0.09	0.03	-0.14	-0.09	-0.38	-0.25	-0.15	-0.18	-0.4	0.37	-0.17	-0.71	-0.27	0.16	0.43	0.74	0.76	0.51	0.3	-0.27	-0.17	-0.97	0.52	1.66	-0.4	-0.43	-0.34	-0.12	-0.07	-0.18	-0.22	-0.04	-0.17	-0.17	-0.27	0.18	-0.32	0.33	0.06	-0.12	0.39	-0.25	-0.32	-0.14	-0.81
+YCR094W	CDC50  CELL CYCLE       UNKNOWN	-0.04	0.15	0.07	0.16	0.18	0.53	0.01	0.48	0.42	-0.18	-0.01	0.24	0.12	0.07	0.04	0.5	0.07	0.25	0.38	-0.06	0.23	0.24	0.1	0.07	0.31	-0.01	-0.42	-0.06	0.04	-0.04	-0.6	-0.01	-0.51	-0.51		-0.04	-0.25	-0.32	-0.43	-0.29	-0.06	0.04	-0.29	0.03	-0.14	-0.25		0.01	0.37	0.32	0.29	0.16	0.1	-0.03	-0.2	-0.74	0.63	1.23	-0.12	-0.45	-0.15	-0.25	-0.09	0.37	-0.06	-0.71	0.12	-0.47	-0.03	0.14	-0.81	0.03	0.06	0.04	0.24	-0.03	-0.51	-0.07	-0.4
+YGL229C	SAP4   CELL CYCLE       SIT4P-ASSOCIATED PROTEIN	-0.51	-0.2	0.18	-0.1	-0.1	-0.3	-0.58	-0.34	-0.2	-0.01		-0.09	-0.03	-0.29	0.1	0.15	-0.34	-0.36	-0.45	-0.29	-0.4	-0.27	-0.6	-0.84	-0.4	-0.2	-0.3	-0.43	-0.2	0.1	0.19	0.04	-0.56	-0.2	-0.07	-0.03	-0.64	-0.18	-0.3	0.43	0.1	-0.54	-0.12	0.49	-1.18		-0.22	-0.12	0.69		0.77	0.41	0.54	-0.69	0.01	-0.49	1.58	2.25	-0.25	0.7	0.46	-0.09	0.2	-0.79	-0.14	0.06	0.25		-0.36	0.37	-0.62	-0.86	0.04	0.12	0.33	0.37	-0.1	0.46	0.46
+YMR231W	PEP5   VACUOLE BIOGENESIS    UNKNOWN; VACUOLAR PERIPHERAL MEMBRANE PROTEIN	-0.38	-0.1	-0.34	-0.14	-0.22	-0.14	-0.23	-0.15	-0.14	-0.06	-0.36	0.04	-0.22	-0.54	-0.47	-0.2	-0.15	-0.01	-0.6	-0.17	-0.2	-0.09	-0.1	0.04	-0.22	-0.04	-0.09	-0.03	0.29	-0.14	-0.09	-0.01	0.28	0.19	-0.58	-0.54	-0.62	-0.07	-0.1	1.24	0.81	-0.92	-0.94	-0.18	-1.09	-0.12	-0.6	-0.4	0.34	0.46	0.58	-0.25	0.01	-0.49	-0.4	-1.29	0.88	0.7	-0.18	-0.01	-0.22	0.23	0.06	0.12	-0.32	-0.38	-0.01	-0.03	-0.64	-0.38	-0.62	-0.97	-0. [...]
+YGL094C	PAN2   MRNA PROCESSING     PAB1P-DEPENDENT POLY(A) RIBONUCLEASE SUBUNIT	-0.34	-0.67	-0.09	0.14	0.29	-0.15	-0.03	-0.34	-0.42	-0.15	-0.18	0.21	-0.07	0.01	0.06	-0.06	-0.01	-0.29	-0.58	-0.18	-0.4	-0.4	-0.36	-0.03	-0.06	0.28	0.03	0.18	-0.17	-0.12	-0.23		-0.58	-0.2	0.14	-0.69	-0.38	2.3	-0.06	1.29	0.64	-0.76	-0.1	0.03	-1.36	0.16	-1	-0.43	0.62	0.67	0.33	-0.06	0.31	-0.45	-0.94	-1.03	1.2	0.8	-0.18	0.11	-0.36	-0.22	0.2	-0.04	-0.62	-0.76	-0.15	-0.47	-0.3	-0.25	-0.43	-0.2	-0.07	-0.06	0.01	-0. [...]
+YKR001C	"VPS1   VACUOLAR PROTEIN TARGETI GTPASE, DYNAMIN FAMILY"	-0.67	-0.15	-0.32	0.07	0.18	0.01	0.15	-0.23	0.21			-0.17	-0.03	-0.04	0.33	0.26	-0.23	-0.29	-0.03	0.55	0.58	-0.15	-0.42	-0.18	0.04	0.55	0.37	0.39	-0.01	0.39	0.52	0.31	-0.64	-0.64	-0.36	0.1	-0.27	-0.56	-0.4	-0.32	0.12	-0.1	-0.36	0.3	-0.12	-0.3	-0.17	0.04	0.34	0.69	0.45	-0.36	-0.58	-0.14	-0.2	-1.29	0.73	1.29	-0.2	0.08	-0.1		-0.29	-0.22	0.12	-0.38	0.26	0.16	0.29	0.04	-0.86	-0.67	0.18	-0.12	-0.15	-0.04	-0.17	-0.32	-1.4
+YER023W	PRO3   PROLINE BIOSYNTHESIS     DELTA 1-PYRROLINE-5-CARBOXYLATE REDUCTASE	0.01	-0.1	0.1	0.19	0.25	0.23	-0.34	0.49	0.45	0.01	0.43	0.11	0.01	0.04	0.28	0.44	0.06	-0.15	0.14	-0.43	-0.03	0.2	0.15	-0.04	0.04	0.38	0.18	0.14	0.07	0.21	-0.29	0.44	-0.47	-0.51	-0.38	0.68	0.1	0.01	-0.04	0.12	-0.03	0.04	0.08	-0.18		-0.07	0.03	0.3	0.82	0.94	0.53	-0.2	-0.69		-0.2	-1.69	1.1	1.24	0.03	0.06	-0.3	-0.2	-0.01	-0.12	0.65	-0.89	0.34	0.25	0.3	0.16	-0.45	-0.32	0.36	0.19	0.53	0.11	0.16	0.31	-0.62
+YIL075C	RPN2   TRNA PROCESSING     26S PROTEASOME SUBUNIT)	-0.12	-0.12	-0.23	0.14	-0.27	-0.07	-0.1	-0.2	0.07	0.2	0.21	-0.1	-0.14	-0.32	-0.27	-0.06	-0.51	-0.22	0.33	0.26	-0.51	-0.42	-0.6	-0.34	-0.14	0.21	0.21	0.2	-0.09	0.28	0.29	0.23	-0.34	-0.49	-0.58	-0.15	0.06	0.1	0.1	0.04	-0.03	0.16	0.07	-0.47	0.34	0.1	0.24	-0.12	0.1	0.76	0.57	0.08	-0.09	-0.74	-0.3	-1.69	0.7	1.87	-0.2	0.28	0.39	0.49	-0.04	-0.17	-0.29	-0.03	0.43	0.06	-0.25	-0.81	-0.67	-0.67	0.12	-0.09	0.07	0.01	-0.03	0.08	-0.43
+YCL057W	PRD1   PROTEIN DEGRADATION    PROTEINASE YSCD		0.12	0.38	0.21	0.41	0.23	-0.17	0.19	0.57	0.11	0.93	0.33	-0.01		0.2	0.62	0.04	0.23	-0.42	-0.1	-0.4	-0.15	-0.54	-0.42	-0.25	0.37	0.06	0.26	-0.03	0.16	0.08	0.2	-0.64	-1.18	-0.92	-0.42	-0.81	-0.23	-0.15	-0.18	-0.18	-0.1	0.45	0.21	0.43	0.2	0.39	0.19	1.31	1.42	0.89	0.31	-0.1	0.03	-0.74	-1.79	2.14	2.58	0.21	0.51	0.15	0.87	0.44	0.44	-0.23	-0.47	0.64	0.19	-0.17	-0.84	-0.84	-0.6	0.45	0.21	0.2	-0.36	-0.62	-0.12	-0.3
+YJL053W	PEP8   VACUOLAR PROTEIN TARGETI VACUOLAR PERIPHERAL MEMEBRANE PROTEIN	0.2	0.12	0.36	-0.06	0.19	-0.29	0.24	-0.03		-0.07	-0.06	-0.17	-0.32	-0.45	-0.01	-0.25	0.18	-0.18	0.9	0.1		-0.38	-0.18	-0.49	-0.38	-0.34	-0.2	-0.62	-0.25	-0.17	0.03	-0.25	-0.22	-0.1	-0.03	-0.2	-0.18	-0.01	0.26	0.2	-0.12	-0.14	-0.17	0.14	0.39	0.32	0.5	-0.25	0.41	0.41	0.11	-0.29	-0.18	0.07	-0.4	-1.15	0.31	0.69	-0.18	0.58	0.41	0.06	-0.17	-0.32	0.23	0.21	0.25	0.32	-0.14	0.31	0.12	-0.36	0.01	0.03	0.58	0.08	-0.03	0.72	0.5
+YJR117W	STE24  PROTEIN PROCESSING    ZINC METALLOPROTEASE; A-FACTOR PRECURSOR PROCESSING	-0.04	-0.34	0.21	0.1	0.34	-0.27	0.28	-0.2	-0.17	-0.54	-0.22	-0.32	0.01	-0.43	-0.03	-0.49	0.03	-0.47	0.07	-0.14	-0.38	-0.79	-0.84	-0.43	0.04	-0.23	-0.15	-0.49	-0.09	0.06	-0.06	-0.27		-0.04	0.06	-0.06	0.3	0.04	0.12	0.88	-0.07	0.01		0.46	0.65	0.89	1.06	-0.29	0.61	0.8	0.52	-0.43	-0.62	0.26	-0.74	-1.4	1.14	1.82	-0.06	1.01	0.38	-0.49	0.26	-0.23	0.24	-0.32	0.31	-0.07	-0.07	-0.3	-0.3	-0.79	0.21	0.39	0.59		-0 [...]
+YDL007W	RPT2   PROTEIN DEGRADATION    26S PROTEASOME SUBUNIT	-0.06		0.32	-0.12	0.08	0.04	-0.2	0.06	0.53	0.07	0.67	0.31	-0.09	-0.15	-0.12	0.4	-0.18	0.06	0.42	0.24	-0.56	0.12	-0.4	-0.27	-0.04	0.37	-0.01	0.03	-0.18	0.3	0.29	0.3		0.67	0.08	-0.76	-0.62	-0.58	-0.12	0.9	-0.14	-1.22	-0.29	0.18	-0.69	-0.14	-0.45	0.18	1	1.33	1.04	0.45	0.36	0.21	-0.25	-0.81	1.32	2.15	-0.29	-0.04	0.21	0.19	-0.42	-0.29	0.54	0.71	0.59	0.38	-0.3	-0.25	0.77	0.16	0.46	0.23	0.31	-0.06	-0.36	1.03	0.18
+YER094C	PUP3   PROTEIN DEGRADATION    20S PROTEASOME SUBUNIT (BETA3	0.01	0.08	0.21	0.26	-0.03	0.25	-0.06	0.18	0.16	-0.32	0.37	0.16	0.1	-0.1	0.04	0.08		-0.14	0.55	0.3	0.32	0.04	-0.01	0.11	0.18	0.14	0.07	0.14	0.3	0.3	0.21	0.31	-0.32	-0.22	-0.03	0.53	-0.27	-0.25	0.11	0.37	0.19	0.06	0.16	0.34	0.37	0.49	0.53	-0.04	0.54	0.57	0.56	0.36	0.3	-0.23	0.03	-0.42	0.82	1.58	0.33	-0.2	-0.18	-0.49	-0.45	-0.64	0.29	0.46	0.26	-0.17	-0.09	0.12	0.07	0.48	0.14	0.11	0.44	-0.01	-0.15	0.53	0.33
+YFR004W	RPN11  TRANSCRIPTION       PUTATIVE GLOBAL REGULATOR	-0.25	-0.01	-0.15	0.08	-0.74	-0.04	-0.34	-0.06	0.03	0.29	0.04	-0.15	-0.1	-0.58	-0.43	-0.12	-0.29	-0.3	1.25	0.52	0.03	-0.04	-0.34	0.14	0.26	0.24	0.1	0.07	0.42	0.25	0.31	0.26	-0.34	-0.03	-0.22	-0.09	-0.25	-0.34	-0.04	-0.25		0.03	-0.29	0.85	0.58	0.21	0.52	0.01	0.41	0.62	0.59	0.14	-0.12	-0.07	-0.06	-0.64	0.79	1.74	0.04	0.03	0.08	-0.56	-0.29	-0.51	0.24	0.49	0.34	0.44	-0.09	0.01	-0.29	0.59	-0.15	-0.2	0.36	-0.2	-0.38	0.78	-0.04
+YGR048W	"UFD1   PROTEIN DEGRADATION, UBI UNKNOWN; UBIQUITIN FUSION DEGRADATION"	0.11		-0.09	-0.32	-0.25	-0.23	0.01	-0.15	-0.22	-0.1	-0.2	-0.2	-0.22	-0.56	-0.51	-0.45	-0.79	-0.27	0.65	0.18	-0.74	-0.76	-0.54	-0.94	-0.71	-0.34	-0.2	-0.49	-0.23	0.03	-0.1	-0.29	-0.06	0.25	-0.32	-0.49	-0.4	-0.23	0.16	0.23	-0.1	0.04	0.06	0.59	0.63	0.23	0.58	-0.34	0.48	1.04	0.45	-0.15	-0.79	-0.51	-0.56	-1.56	1.11	2.4	-0.04	0.14	0.2	-0.62	-0.25	-0.51	-0.2	0.29	0.06	-0.29	-0.18	0.38	0.28		0.04	-0.03	0.07	-0.27	-0. [...]
+YDR427W	RPN9   PROTEIN DEGRADATION    26S PROTEASOME REGULATORY SUBUNIT	-0.04	-0.03	-0.03		-0.17	0.14	-0.23	0.4	0.31	-0.14	0.38		0.01	-0.29	-0.1	0.25	-0.27	-0.04	0.68	0.21	0.01	-0.18	-0.32	-0.38	-0.14	-0.14	-0.09	-0.18	0.03	-0.17	0.01	-0.03	-0.38	-0.38	-0.34	-0.07	-0.17	-0.17	-0.04		-0.09	0.07	0.18	-0.09	0.37	0.15	0.28	-0.17	0.3	0.53	0.41	-0.23	-0.62	-0.29	-0.32	-1.22	1.01	1.83	-0.06	-0.03	0.08	-0.42	-0.4	-0.17	0.16	0.32	0.31	0.06	-0.1	-0.2	-0.2	0.2	0.38	0.21	0.11	-0.51	-0.34	-0.06	-0.69
+YKL145W	"RPT1   PROTEIN DEGRADATION, UBI 26S PROTEASOME SUBUNIT"	0.06	0.04	-0.03	-0.12	0.14	-0.09	0.3	-0.01	0.11	0.03	0.04	0.01	-0.06	-0.45	-0.12	-0.1	0.11	-0.27	0.58	0.59	-0.25	-0.32	-0.58	-0.34	-0.34	0.11	0.21	-0.12	-0.3	0.58	0.34	0.28	-0.89	-0.74	-0.64	-0.69	-0.56	-0.69	-0.29	-0.32	-0.45	-0.2	-0.12	0.11	0.72	0.56	0.67	-0.09		1.2	0.74	-0.03	-0.42	-0.2	-0.56	-1.74	1.41	2.27	-0.27	-0.32	-0.2	0.18	-0.27	-0.42	0.25	0.06	0.42		-0.32	-0.97	-0.14	-0.51	0.12	0.5	0.42		-0.01	0.82	0.14
+YGL048C	RPT6   PROTEIN DEGRADATION    26S PROTEASOME REGULATORY SUBUNIT	0.24	-0.23	0.04	0.08	0.18	-0.22	0.31	-0.2	0.12	0.03	-0.01	-0.09	-0.01	-0.42	-0.1	-0.1	0.01	-0.17	0.45	0.32	-0.3	-0.32	-0.45	-0.2	-0.27	0.15	0.16	0.14	-0.09	0.29	0.32	0.38	-0.43	-0.45	-0.34	-0.12	-0.14	-0.34	-0.07	-0.12	-0.1	0.12	0.12	-0.56	0.57	0.33	0.51	-0.14	0.85	0.84	0.77	-0.23	-0.32	0.11	-0.45	-1.29	0.75	1.58	-0.22	-0.14	0.01	0.04	-0.3	-0.3	0.36	0.44	0.12	0.1	-0.67	-0.47		-0.14	0.29	0.2	0.24	0.04	0.1	0.89	0.21
+YFR050C	"PRE4   PROTEIN DEGRADATION    PROTEASOME SUBUNIT, B TYPE"	0.34	0.1	0.16	0.24	-0.18	-0.04	-0.23	0.07	0.21	-0.32	0.4	0.14	-0.1	-0.36	-0.18	-0.01	-0.45	-0.14	0.76	0.12	-0.04	-0.23	-0.43	-0.4	-0.27	0.06	-0.04	-0.12	-0.03	0.29	0.1	-0.07	-0.43	-0.32	-0.4	-0.25	-0.4	-0.2	0.06	0.15	0.03	-0.07	0.23	0.46	0.1	0.41	0.64	-0.14	0.41	0.63	0.56	0.1	-0.14	-0.2	-0.34	-1.25	1.18	1.79	-0.01	-0.14	-0.06	-0.12	-0.62	-0.43	0.33	0.44	0.51	0.19	-0.14	0.01	-0.07	-0.15	0.24	0.15	-0.1	-0.47	-0.49	0.73	-0.06
+YDL097C	RPN6   PROTEIN DEGRADATION    26S PROTEASOME REGULATORY SUBUNIT	0.26	0.01	0.21	0.08	0.14	-0.14	0.14		0.32	-0.03	0.23	0.2	0.11	-0.1	-0.2	-0.12	-0.2	-0.07	1.19	0.56	0.08	0.15	-0.06	-0.1	0.04	0.25	0.2	-0.04	0.1	0.46	0.15	0.34	-0.51	-0.47	-0.45	-0.64	-1.09	-0.47	0.1	-0.09	-0.15	0.04	0.12	0.39	0.81	0.63	0.65	-0.09	0.38	0.67	0.23	-0.34	-0.58	-0.23	-0.4	-1	1.12	1.85	-0.47	-0.25	0.29	-0.23	-0.34	-0.64	0.58	0.34	0.7	0.34	-0.32	-0.27	-0.25	0.01	-0.03	-0.17	-0.1	-0.43	-0.27	1.04	0.29
+YOR259C	RPT4   PROTEIN DEGRADATION    26S PROTEASOME REGULATORY SUBUNIT	-0.15	-0.49	0.12	-0.03	0.07	0.21	0.07	-0.04	0.08	-0.07	0.2	-0.01	-0.2	-0.6	-0.22	-0.3	-0.2	-0.22	1.08	0.38	0.03		-0.1	-0.3	-0.1	0.12	0.08	-0.07	-0.07	0.25	0.1	0.18	-0.29	-0.01	0.2	0.32	0.54	0.4	0.38	0.3	0.36	0.03	0.4	0.03	0.14	0.07	0.2		0.37	0.8	0.3	-0.45	-0.69	-0.27	-0.47	-1.43	1	2.15	-0.29	-0.1	0.33	-0.34	-0.12	-0.47	0.44	0.1	0.32	0.44	-0.06	-0.06	-0.47	0.54	0.12	-0.06	0.11	-0.25	0.1	0.91	0.46
+YPR108W	RPN7   PROTEIN DEGRADATION    26S PROTEASOME REGULATORY SUBUNIT	-0.07	-0.23	0.33	0.29	-0.23	0.44	0.14	0.16	0.21	0.07	0.2	-0.07	-0.2	-0.49	-0.14	-0.18	0.3	0.01	0.7	0.45	-0.15	-0.18	-0.43	-0.64	-0.36	-0.3	-0.17	-0.3	-0.1	-0.03	-0.15	-0.36	-0.51	-0.43	-0.36	-0.51	-0.36	-0.42	-0.12	-0.22	-0.32	-0.25	-0.49		0.58	0.26	0.53	-0.15	0.7	1.13	0.89	-0.01	-0.32	-0.38	-0.32	-1.56	1.26	2.32	-0.27	-0.01	0.59	-0.49	-0.25	-0.71	0.2	0.21	0.24	0.24	0.03	-0.1	0.21	0.53	0.24	0.29	0.58	0.12	0.21	0.67	-0.01
+YER021W	RPN3   PROTEIN DEGRADATION    26S PROTEASOME REGULATORY SUBUNIT	0.06	0.04	0.21	-0.01			-0.32	0.23	0.37	-0.01		0.07	-0.17	-0.25	0.01	0.06	-0.23	-0.25	1.28	0.21	-0.34	0.04	-0.1	-0.27	-0.17	-0.06	-0.34	-0.36	0.03	-0.18	-0.27	-0.15	-0.42	-0.4	-0.45	0.62	-0.18	-0.2	0.04	-0.15	-0.15	0.07	-0.01	0.23	0.59	0.29	0.4	0.24	0.9	1.18	0.66	-0.06	-0.4	-0.4	-0.58	-1.51	1.72	2.79	-0.3	-0.12	0.42	-0.4	-0.47	-0.49	0.44	0.25	0.55	0.34	0.18	0.34	0.03	0.71	0.39	0.12	0.04	-0.07	-0.2	0.9	0.31
+YGR253C	PUP2   PROTEIN DEGRADATION    20S PROTEASOME SUBUNIT(ALPHA5)	-0.22	0.69	-0.3	-0.1	-0.54	0.04	-0.1	-0.1	0.03	0.16	0.03	-0.2	-0.22	-0.54	-0.32	-0.3	-0.4	-0.2	1.06	0.59	0.24	-0.36	-0.43	-0.12	-0.18	0.23	0.14	-0.03	0.37	0.06	0.19	0.08	-0.51	-0.29	-0.23	-0.07	-0.22	-0.38	-0.23	-0.07	0.06	-0.03	0.25	0.5	0.42	0.03	0.52	0.14	0.68	0.86	0.56	-0.1	-0.54	0.1	-0.43	-1.74	0.75	1.67	-0.23	-0.07		-0.18	-0.3	-0.62	0.42	0.1	0.55	0.33	-0.51	0.11	-0.62	0.03	0.15	0.23	0.32	-0.17	-0.07	1.15	0.31
+YGL011C	SCL1   PROTEIN DEGRADATION    20S PROTEASOME SUBUNIT YC7ALPHA/Y8	0.04	-0.06	0.16	0.16	0.01	0.23		0.28	0.46	-0.27	0.38		0.04	-0.14		0.14	-0.07	-0.15	0.75	0.16	0.04	-0.01	-0.1	0.03	0.18	0.24	0.12	-0.07	0.14	0.23	-0.03	0.23	-0.34	-0.42	-0.36	-0.04	-0.12	-0.1	0.14	0.21	0.18	0.24	0.29	0.11	0.79	0.48	0.71	0.11	0.38	0.42	0.06	-0.3	-0.34	0.1	-0.29	-1.12	0.96	1.91	0.28	-0.14	0.18	-0.23	-0.49	-0.29	0.56	0.06	0.61	0.14	-0.03	0.01	-0.03	-0.15	0.12	0.38	0.34	0.08	-0.22	0.9	-0.34
+YMR314W	PRE5   PROTEIN DEGRADATION    20S PROTEASOME SUBUNIT(ALPHA6)	-0.09	-0.2	-0.17	-0.17	-0.36	-0.12		-0.42	-0.12	-0.36	-0.29	-0.36	-0.12	0.45	-0.42	-0.45	-0.4	-0.42	0.41	0.48	-0.3	-0.18	-0.29	-0.25	-0.09	0.21	0.31	-0.64	0.29	0.46	0.55	0.38	-0.29	-0.14	-0.17	-0.22	-0.2	-0.2	0.08	0.16	0.07	0.04	0.04	0.16	0.7	0.39	0.76	-0.01	0.48	0.81	0.23	-0.22	-0.43	-0.23	-0.38	-1.36	0.96	1.61	-0.54	-0.38	-0.34	-0.64	-0.64	-0.81	0.57	0.49	0.65	0.31	-0.62	-0.12	-0.81	-0.56	0.11	-0.09	-0.03	0.21	-0.14	0 [...]
+YGR135W	PRE9   PROTEIN DEGRADATION    20S PROTEASOME SUBUNIT Y13 (ALPHA3)	-0.01	-0.04	-0.1	0.24	-0.38	0.14	-0.07	-0.03	0.18	0.2	0.23	-0.07	-0.06	-0.32	-0.17	-0.09	-0.23	-0.06	0.75	0.43	0.19	-0.32	-0.36	-0.25	-0.34	0.08	-0.07	0.12	0.12	0.26	0.1	0.23	0.08	0.11	-0.14	-0.25	-0.34	-0.17	0.06	0.19	0.1	0.26	0.28	0.87	0.58	0.41	0.64	0.11	1	1.1	0.98	0.1	-0.18	-0.27	-0.43	-1.69	1.11	2.02	-0.38	-0.6	-0.3	-0.86	-0.79	-0.71	0.34	0.57	0.41	0.1	-0.79	-0.32	-0.86	-0.45	0.07	-0.06	0.46	0.2	-0.01	0.57	-0.15
+YER012W	PRE1   PROTEIN DEGRADATION    20S PROTEASOME SUBUNIT C11(BETA4)	0.21	0.19	0.26	0.2	0.01	-0.15	0.38	0.24	0.29	-0.14	0.26	-0.12	-0.01	-0.14	0.11	-0.27	0.33	-0.36	1.07	0.36	-0.18	-0.43	-0.22	-0.32	-0.09	-0.1	-0.18	-0.51	0.03	-0.12	-0.22	-0.29	-0.22	-0.23	-0.15	-0.27	-0.18	-0.27	0.12	0.12	0.04	0.16	-0.09	0.3	0.96	0.67	0.96	-0.32	0.58	0.73	0.58	-0.04	-0.58	-0.64	-0.27	-1.32	1.3	2.08	-0.25	-0.34	-0.29	-1	-0.71	-1.09	0.31	1.16	0.51	0.06	-0.47	-0.25	-0.71	-0.4	0.11	-0.29	0.29	-0.27	-0.15 [...]
+YPR103W	PRE2   PROTEIN DEGRADATION    20S PROTEASOME SUBUNIT (BETA5)	-0.01	-0.2	0.07	-0.17	-0.09	-0.22	0.21	-0.06	0.03	-0.1	-0.15	-0.36	-0.1	-0.69	-0.04	-0.58	0.24	0.43	0.64	0.1	-0.34	-0.22	-0.2	-0.09	-0.12	0.5	0.44	0.18	-0.09	0.31	0.2	0.34	-0.47	-0.51	-0.25	-0.18	-0.03	-0.07	0.12	0.1	0.14	0.18	0.34	-0.45	0.84	0.63	0.89	-0.34	0.49	0.55	0.61	-0.29	-0.51	-0.18	-0.38	-1.47	0.63	1.9	-0.36	-0.22	-0.18	-0.71	-0.45	-0.43	0.64	0.24	0.48	0.42	-0.42	0.07	-0.47	-0.03	0.01	-0.04	-0.14	-0.51	-0.2	-0. [...]
+YJL001W	PRE3   PROTEIN DEGRADATION    20S PROTEASOME SUBUNIT (BETA1)	0.06	0.01	-0.04	-0.22	-0.12	-0.4	-0.01	-0.42	-0.25	-0.18	-0.14	-0.3	-0.1	-0.67	-0.3	-0.56	-0.15	-0.4	0.68	-0.12	-0.42	-0.92	-0.56	-0.54	-0.62	0.03	0.01	-0.12	0.03	0.41	0.25	0.28	-0.64	-0.76	-0.62	-0.38	-0.43	-0.56	-0.07	0.11	-0.03	-0.01	0.15	-0.79	0.53	0.48	0.62	-0.23	0.73	0.91	0.89	-0.2	-0.58	0.1	-0.36	-1.36	0.7	1.61	-0.2	-0.09	0.14	-0.47	-0.3	-0.58	0.39	0.33	0.32	-0.06	-0.32	-0.03	-0.58	-0.51	0.06	0.01	0.06	-0.32	-0.2 [...]
+YOR362C	PRE10  PROTEIN DEGRADATION    20S PROTEASOME SUBUNIT C1 (ALPHA7)	-0.17	0.25	-0.12	0.12	-0.18	-0.2	0.08	-0.17	0.06	0.24	-0.04	0.04	-0.09	-0.67	-0.25	-0.56	-0.25	-0.18	0.65	0.52	-0.06	-0.23	-0.22	-0.12	0.07	0.51	0.4	0.49	0.37	0.54	0.57	0.5	-0.94	0.12	0.46	-0.32	-0.3	-0.01	-0.17		0.24	-0.15	-0.34	-0.4	-0.32	-0.18	-0.2	-0.2	0.7	0.76	0.33	-0.27	-0.62	0.04	-0.58	-1.03	1.23	1.85	-0.23	-0.2	0.03	-0.22	-0.54	-0.47	0.2	0.45	0.4	0.33	-0.6	-0.03	-0.6	-0.12	0.12	-0.12	0.16	0.08	-0.18	0.51	-0.62
+YOR157C	PUP1   PROTEIN DEGRADATION    20S PROTEASOME SUBUNIT (BETA2)	-0.12	-0.32	0.01	-0.15	-0.01	-0.38	0.21	-0.23		-0.25	-0.03	-0.32	-0.12	-0.67	-0.1	-0.3	0.01	-0.29	0.43	0.3	-0.17	0.12	-0.03	-0.09	0.07	0.18	0.21	0.12	-0.12	0.39	0.37	0.14	-0.69	-0.56	-0.36	-0.29	-0.07	-0.01	0.1	-0.01	-0.14	-0.04	0.24	-0.43	0.6	0.19	0.58	-0.36	1.08	1.21	0.89	-0.1	-0.51	0.03	-0.62	-1.94	1.46	2.44	-0.07	0.14	0.53	0.1	-0.07	0.23	0.26		0.23	0.14	0.1	-0.2	0.11	-0.76	0.15	0.19	0.14	-0.15	-0.09	0.45	-0.43
+YOL038W	PRE6   PROTEIN DEGRADATION    20S PROTEASOME SUBUNIT (ALPHA4)	-0.3	-0.67	-0.23	-0.32	-0.4	-0.15	0.01	-0.22	-0.27	-0.62	-0.27	-0.49	-0.58	-1.06	-0.3	-0.64	-0.34	-0.42	0.64	0.54	-0.38	-0.47	-0.4	-0.49	-0.71	-0.09	-0.15	-0.36	-0.01	-0.09	-0.06	-0.4	-0.54	-0.49	-0.54	-0.43	-0.34	-0.45	-2.18	-0.23	-0.27	-0.27	0.15	0.23	0.46	0.25	0.48	-0.34	0.92	1.19	0.79	-0.34	-0.74	-0.34	-0.54	-2.4	0.97	1.96	-0.42	-0.06	0.16	-0.43	-0.17	-0.18	0.45	0.03	0.12	0.03	-0.12	0.1	-0.03	0.31	0.15	0.16	0.4	-0. [...]
+YBL041W	PRE7   PROTEIN DEGRADATION    20S PROTEASOME SUBUNIT	-0.09	-0.3	-0.32	-0.4	-0.36	-0.54	0.07	0.45	-0.09	0.29	-0.3	0.04	-0.22	-0.38	-0.38	-0.09	-0.36	0.06	0.07	0.11	-1.47	-0.01	-0.4	-0.47	-0.54	0.37	0.29	0.19	-0.2	0.26	0.56	0.32	-0.1	-0.22		0.11	-0.29	-0.17	0.11	0.14	0.1		0.38	1.35	0.7	0.54	0.82	0.5	0.65	0.61	0.45	-0.03	-0.58	0.16	-0.01	-1.09	0.82	1.76	-0.3	-0.12	0.07	-0.36	-0.4	-0.6	0.5	0.45	0.53	0.14	-0.27	0.15	-0.69	0.12	-0.01	0.04	0.42	0.16	-0.43	0.62	-0.1
+YHR200W	RPN10  PROTEIN DEGRADATION    26S PROTEASOME SUBUNIT	-0.34	-0.32	-0.25	-0.4	-0.17	-0.34	0.2	-0.25	-0.1	0.21	-0.3	-0.23	-0.36	-0.49	-0.23	-0.18	0.06	-0.3	0.42	0.06		-0.4	-0.15	-0.12	-0.12	0.48	0.44	0.29	0.11	0.32	0.42	0.4	-0.43	-0.38	-0.29	-0.18	-0.04	-0.38	-0.14	-0.18	-0.03	-0.07	0.12	-0.74	0.4	0.29	0.43	-0.29	0.45	0.44	0.34	-0.51	-0.79	-0.01	0.19	-0.86	1.01	1.53	-0.27	-0.06	0.01	-0.12	-0.06	-0.38	0.2	-0.15	0.24	-0.03	-0.36	-0.01	0.16	-0.04	0.01	-0.27		-0.17	-0.2	0.31	-0.51
+YDR394W	RPT3   PROTEIN DEGRADATION    26S PROTEASOME SUBUNIT	0.03	-0.29	-0.07	-0.22	-0.18	-0.49	-0.01	-0.43	-0.07	-0.22	-0.06	-0.15	-0.14	-0.58	-0.45	-0.32	-0.36	-0.36	0.59	0.06	-0.29	-0.71	-0.51	-0.56	-0.54	0.21	0.18	0.23	0.06	0.21	0.65	0.37	-0.49	-0.4	-0.45	-0.47	-0.27	-0.38	0.01	-0.15	-0.14	0.15	0.19	-0.32	0.74	0.56	0.69	-0.06	0.41	0.53	0.23	-0.71	-0.79	-0.27	-0.64	-1.79	0.89	1.52	-0.15	-0.03	0.21	-0.09	-0.32	-0.29	0.34	0.3	0.37	0.29	-0.07	0.16	1.29	0.92	-0.15	0.51	0.08	-0.03	-0.38	0.33	
+YOR117W	RPT5   PROTEIN DEGRADATION    26S PROTEASOME REGULATORY SUBUNIT	0.07	-0.29	0.4	0.07	0.28	-0.43	0.08	0.16	0.2	-0.03	0.31	-0.06	-0.09	-0.62	0.12	-0.23	0.06	0.03	0.18	-0.1	-0.58	-0.6	-0.42	-0.86	-0.58	-0.15	-0.2	-0.23	-0.71	-0.09	-0.1	-0.36	-0.29	-0.25	-0.22	-0.32	-0.23	-0.27	0.11	0.04		-0.06	0.11	0.39	0.56	0.26	0.38	-0.17	0.85	0.71	0.55	-0.25	-0.49	0.04	-0.54	-1.25	0.94	1.33	-0.14	-0.03	0.04	-0.42	-0.38	-0.2	0.46	0.25	0.37	0.44	0.07	-0.1	0.6	0.61	0.07	0.32	0.38	-0.15	-0.04	0.82	-0.18
+YFR052W	RPN12  PROTEIN DEGRADATION    26S PROTEASOME REGULATORY SUBUNIT	0.44	0.55	0.57	0.56	0.19	0.25	-0.14	0.36	0.29	-0.14	0.34	0.14	0.08	-0.25	-0.18	0.11	-0.03	0.1	0.91	0.53	0.07	-0.2	-0.29	-0.29	-0.12	0.1	-0.07	-0.2	0.12	0.12	0.15	0.25	-0.45	-0.43	-0.45	-0.15	-0.09	0.07	0.32	0.24	0.06	0.39	0.53	0.44	0.84	0.57	0.85	-0.09	0.66		0.33	-0.09	-0.3	-0.06	-0.56	-1.25	1.28	1.8	0.25	0.36	0.57	0.33	0.01	0.19	0.23	0.3	0.7	0.49	-0.1	-0.01	0.07	0.58	0.43	0.34	0.11	-0.18	-0.27	0.94	0.11
+YDL147W	RPN5   PROTEIN DEGRADATION    26S PROTEASOME SUBUNIT	0.19	-0.18		0.04	-0.06	-0.32	0.12	-0.07	0.12	-0.17	0.01	-0.12	-0.09	-0.58	-0.2	-0.09	-0.12	-0.18	1.21	0.19	-0.25	-0.2	-0.6	-0.54	-0.32	-0.42	-0.25	-0.22	-0.06	0.14	-0.06	-0.27	-0.51	0.23	-0.56	-0.09	-0.74	-0.23	-0.38	0.55	-1.29	-1.51	-0.34	0.26	-1.22	-0.15	-0.67	0.15	0.72	1.31	0.71	0.12	-0.1	-0.42	-0.23	-1.29	1.05	1.92	-0.69	-0.29	-0.15	-1.09	-0.79	-1.18	0.23	0.64	0.37	0.32	-0.64	-0.32	-0.54	0.24	0.28	0.31	0.49	0.23	-0.34	0.9	0.48
+YOR261C	RPN8   PROTEIN DEGRADATION    26S PROTEASOME REGULATORY SUBUNIT	-0.1	-0.56	-0.1		-0.04	0.21	-0.14	-0.25	0.03	-0.15	0.19	-0.27	-0.27	-0.71	-0.27	-0.51	-0.1	-0.43	1.01	-0.25	-0.51	-0.43	-0.79	-0.76	-0.58	-0.51	-0.51	-0.74	-0.51	-0.32	-0.32	-0.58	0.2	0.34	0.31	0.03	0.06	-0.09		-0.27	-0.42	-0.14	-0.06	-0.54	-0.32	-0.6	-0.67	-0.09	1.44	1.92	1.87	1.21	0.8	-0.32	-0.18	-1	1.5	2.54	-0.71	-0.74	-0.32	-1.22	-0.64	-1.43	0.46	0.91	0.15	0.01	-0.49	-0.94	-0.47	-0.84	0.26	0.01	0.4	-0.15	0.15	1.41	0.86
+YBR119W	MUD1   MRNA SPLICING       U1 SNRNP A PROTEIN	-0.01	-0.17	-0.01	-0.03		-0.09	-0.12	0.14	-0.23	0.12	-0.29	0.31	-0.18	-0.36	-0.36	0.52		0.26	1.06	-0.23	-0.15	-0.17	-0.07	-0.42	-0.42	-0.56	-0.51	-0.81	-0.32	-0.54	-0.43	-0.51		0.14	-0.09	-0.27	-0.97	0.11	-0.23	0.59	-0.34	-0.71	-0.4	0.75	-1.56	-0.2	-1	0.01	0.94	0.99	0.7	0.55	0.26	-0.17	-0.27	-1.06	0.59	1.32	-0.12	-0.64	-0.14	-0.4	-0.64	-0.15	0.06	0.42	-0.01	-0.42	-0.22	0.5	-0.38	0.07	-0.04	-0.09	0.68	0.07	-0.38	0.6	0.66
+YMR234W	RNH1   DNA REPLICATION (PUTATIV RIBONUCLEASE H	-0.06	0.08	-0.15	0.06		0.11	-0.15	0.11	0.08	-0.17	-0.04	-0.15	-0.07	-0.22	-0.01	0.04	-0.01	-0.06	-0.1	-0.22	-0.1	0.11	0.12	0.1	0.11	-0.06	-0.29	-0.15	-0.01	-0.18	-0.43	-0.09	-0.56	0.31	-0.45	-0.54	-0.58	-0.25	-0.03	1.28	-0.2	-1.4	-0.76	0.53	-1.4	-0.29	-0.92	-0.14	0.75	1.08	0.7	0.11	-0.4	-0.4	-0.29	-1.51	0.83	1.39	-0.15	-0.47	-0.29	-1.03	-0.69	-0.22	0.11	0.29			-0.25	0.57	-0.01	0.24		-0.3	0.39	0.03	-0.27	0.26	-0.3
+YBR278W	DPB3   DNA REPLICATION     POLYMERASE EPSILON C SUBUNIT	0.07	-0.09	0.34	0.19	0.2	-0.03	0.11	-0.01	0.01	-0.06	-0.03	0.21	0.23	-0.01	-0.17	0.04	-0.2	-0.2	-0.47	0.89	-0.27	0.1	-0.15	-0.04	-0.04	-0.29	-0.36	-0.54	-0.3	-0.43	-0.18	-0.27	-0.1	0.16	-0.32	-0.43	-0.76	-0.32	-0.18	0.44	-0.51	-1.29	-0.43	0.6	-0.86	0.25	-0.69	-0.15	0.97	0.83	0.77	0.21	-0.36	0.31	-0.2	-0.69	1.5	1.09	0.04	-0.34	-0.22	-0.32	-0.42	-0.23	-0.22	0.51	-0.51	-0.47	-0.27	0.57	-0.2	-0.17	-0.2		0.15	-0.27	-0.03	0.32	0.25
+YMR100W	MUB1   BUD SITE SELECTION    UNKNOWN	-0.47	-0.3	-0.94	-0.6	-0.54	-0.15	-0.23	-0.18	-0.36	-0.45	-0.45	-0.29	-0.36	-0.62	-0.86	-0.22	-0.25	-0.23	0.48	0.29	-0.29	-0.38	-0.45	-0.32	-0.36	-0.18	-0.36	-0.25	0.1	-0.23	-0.14	-0.32	-0.1	0.07	-0.32	-0.22	-0.67	-0.15	-0.49	0.3	-0.22	-0.71	-0.18	0.19	-0.69	0.03	-0.86	-0.22	1.14	1.44	1.09	0.63	0.7	-0.29	-0.49	-1.25	1.68	1.87	-0.32	-0.14	-0.27	-0.94	-0.58	-0.71	-0.3	-0.49	-0.1	-0.18	-0.32	0.43	-0.1	1.12	-0.23	-0.29	0.43	-0.18	-0.62	0.72	-0.25
+YDR510W	SMT3   PROTEIN DEGRADATION    UBIQUITIN-LIKE PROTEIN	-0.45	-0.62	-0.01	-0.03	0.26	-0.1	0.41	0.07	0.3	0.3	-0.15	-0.06	-0.2		0.01	-0.17	0.21	-0.23	-0.04	-0.4	-0.25	-0.42	-0.07	-0.01	-0.1	0.56	0.49	0.42	0.16	0.34	0.6	0.21	-0.51	-0.71	-0.14	0.16	0.38	0.11	-0.2	0.12	0.12	0.16	0.32	0.39	-0.04	-0.12	0.52	-0.09	0.75	0.96	0.96	0.44	0.24	0.53	-0.25	-0.89	1.24	1.52	-0.22	-0.47	-0.51	-0.92	-0.29	-0.29	0.51	0.25	0.5	0.39	-0.58	-0.25	-0.27	-0.84	0.24	0.11	-0.18	-0.01	0.21	0.46	-0.51
+YBR173C	"UMP1   PROTEIN DEGRADATION, UBI 20S PROTEASOME MATURATION FACTOR"	-0.22	-0.3	-0.1		-0.29	-0.36	-0.04	0.32	-0.07	0.29	-0.3	0.23	-0.2	-0.07	-0.14	0.48	0.01	0.67	0.58	-0.29	-0.3	-0.56	-0.58	-0.2	-0.18	-0.14	0.15	0.06	-0.07	0.21	0.25	0.04	-0.18	-0.14	0.03	0.01	0.08		0.06	0.14	-0.27	0.03	0.3	-0.03	0.55	0.46	0.62	-0.14	0.3	0.67	0.32	-0.23	-0.64	-0.2	-0.43	-1.47	0.69	1.38	-0.04	0.39	0.15	-0.32	-0.14	-0.27	-0.17	-0.06	0.12	0.31	-0.36	0.24	-0.29	-0.03	-0.15	-0.15	-0.49	-0.67	-0.42	0.24	-1
+YMR022W	"QRI8   PROTEIN DEGRADATION, UBI E2 UB.-CONJUGATING ENZYME"	-0.38	0.15	-0.25	0.16	-0.45	-0.29	-0.25	-0.34	-0.17	-0.1	-0.25	-0.15	-0.07	-0.6	-0.32	-0.45	-0.14	-0.47	0.66	-0.29	-0.17	-0.6	-0.23	-0.12	0.12	0.06	-0.06	-0.01	0.41	0.14	-0.1	-0.01	0.19	0.26	0.34	0.3	0.01		0.51	0.88	0.36	-0.03	-0.04	0.2	0.24	0.18	0.23	0.03	0.11	0.16	0.34		-0.4	0.38	-0.06	-0.94	1.07	1.33		0.49	-0.1	-0.34	0.03	-0.23	0.18	0.52	0.59	0.51	-0.71	-0.23	-0.51	-0.58	-0.06	-0.2	-0.15	0.07	0.1	0.83	-0.58
+YOR176W	HEM15  HEME BIOSYNTHESIS     FERROCHELATASE (PROTOHEME FERROLYASE)	-0.38	0.16	-0.03	0.44	0.16	0.25	-0.22	-0.27	-0.67	-0.3	-0.67	-0.27	0.01	-0.2	-0.27	-0.58	-0.29	-0.49	0.64	-0.06	-0.09	-0.07	-0.01		0.14	0.19	0.12	0.24	0.21	0.19	0.34	0.43	-0.69	-0.4	-0.18	-0.18	-0.49	-0.94	-0.42	0.7	0.1	-0.25	-0.47	-0.54	-0.2	-0.04	-0.04	-0.2	0.26	0.6	0.82	0.48	-0.01	-0.49	-0.4	-1.12	1.12	0.85	0.18	0.36	0.25	-0.25	-0.29	0.2	-0.01	-0.43	0.41	-0.3	-0.27	0.11	0.42	-0.29	0.01	0.04	0.9	0.01	0.01	0.64	0.03
+YER059W	PCL6   CELL CYCLE       CYCLIN (PHO85P)	-0.4	0.04	-0.29	-0.3	-0.25	-0.45	-0.09	-0.23	-0.34	2.17	-0.38	-0.27	-0.25	-0.43	-0.29	-0.49	-0.04	-0.12	0.55	-0.22	-0.2	-0.43	-0.49	-0.54	-0.6	-0.58	-0.22	-0.14	-0.09	-0.01		-0.25	-0.17	-0.09	-0.17	-0.2	0.08	-0.01	0.34	0.58	0.11	-0.23	-0.27	-0.06	-0.14	0.15	-0.01	-0.18	0.55	0.86	0.43	-0.1	-0.43	0.25	-0.47	-0.79	1.23	1.4	-0.25	0.16	0.07	-0.67	-0.17	-0.23	-0.14	0.21	-0.27	-0.56	-0.14	0.53	-0.04	-0.6	-0.42	-0.29	0.34	-0.07	-0.01	0.68	0.33
+YDR054C	"CDC34  PROTEIN DEGRADATION, UBI E2 UB.-CONJUGATING ENZYME"	0.03	0.03	-0.04	-0.06	-0.04	-0.29	0.11	-0.23	0.03	-0.1	-0.12	-0.3	-0.14	-0.34	-0.15	-0.27	-0.07	-0.06	0.65	-0.3	-0.1	-0.71	-0.45	-0.27	-0.69	-0.14	-0.14	-0.3	-0.15	-0.2	0.18	-0.15	0.59	0.31	-0.12	0.06	-0.04		0.32	-0.14	-0.38	0.1	0.23	-1.51	0.25	-0.06		-0.22	0.25	0.54	0.76	0.3	0.32	-0.49	-0.06	-0.79	0.38	0.83	-0.29	0.6	0.29	-0.45	-0.32	-0.47	-0.25	-0.1	-0.23	-0.29	-0.25	-0.03	0.54	0.83	-0.22	-0.23	-0.27	-0.54	-0.09	0.59	-0.29
+YGR049W	SCM4   CELL CYCLE       SUPPRESSES CDC4 MUTATION	-0.23	0.03	-0.12	0.04	-0.01	0.21	0.29	-0.18	-0.43	-0.4	-0.54	-0.12	-0.1	-0.2	-0.27	-0.43	-0.67	-0.4	-0.34	-0.14	-0.09	0.2		-0.03	-0.62	-0.12	-0.27	-0.23	0.12	-0.45	-0.17	-0.07	0.96	0.59	0.2	0.85	0.69	0.68	0.89	0.75	0.33	0.5	0.41	-0.23	0.1	-0.07	0.16	-0.32	0.58	0.75	1.16	0.92	0.3	-0.67	0.24	-0.62	1.24	0.8	-0.09	0.57	0.26	-0.27	0.16	0.19	-0.67	-0.64	-0.32	0.03	-0.18	0.3	0.65	0.33	-0.14	-0.38		0.06	-0.36	0.31	-0.43
+YGR197C	SNG1   NITROSOGUANIDINE RESISTA UNKNOWN	-0.17	-0.23	0.06	-0.12	0.04	-0.18	0.14	-0.27	-0.2	-0.15	-0.4	-0.12	-0.2	-0.32	-0.14	-0.12	0.06	-0.09	-0.04	-0.56	-0.15	-0.34	-0.23		-0.4	0.2	0.01	-0.04		-0.01	0.04	0.19	-0.54	-0.32	-0.64	-0.34	-0.14	-0.15	-0.4	-0.18	-0.86	-0.38	-0.38	0.08	-0.74	0.4	-0.79	-0.34	0.3	0.32	0.84	0.57	0.41	0.07	0.16	0.03	0.6	0.78	-0.12	0.66	0.37	0.08	0.44	-0.3	-0.38	-0.62	-0.06	-0.42	-0.47	0.2	0.59	0.4		-0.03	0.15	-0.23	-0.3	0.3	-0.09
+YPL024W	NCE4   CELL SEPARATION     NEGATIVE REGULATOR OF CTS1 EXPRESSION	-0.2	0.18	0.36	0.07	-0.03	0.06	0.1	-0.04	-0.1	-0.14	-0.09		0.04	-0.29	-0.2	-0.43	0.18	0.2	-0.34	-0.27	-0.32	0.08	0.32	0.21	0.1	0.18	0.16	-0.06	0.06		-0.04	0.01	0.37	0.06	-0.36		0.06	-0.01	-0.56	-1.25	-0.6	-0.22	-0.14	-0.89	-0.49	-0.76	-0.84	-0.67	1.12	0.18	1.4	1.02	0.64	0.15	-0.18	-0.89	0.57	0.99	0.03	0.44	0.08	0.06	0.24		-0.4	-0.64	-0.43	-0.12	-0.34	0.51	0.52	0.68	-0.27	-0.36	-0.51	-0.4	-0.56	-0.67	0.06
+YBL080C	PET112 PROTEIN SYNTHESIS     COX2 MRNA TRANSLATION (MITOCHONDRIA)	-0.17	-0.36	-0.04	-0.15	-0.09	0.19	0.3	0.41	0.15	-0.09	-0.34	-0.06	-0.14	-0.1	0.06	0.31	0.23	-0.22	-0.18	-1.18	-0.56	-0.47	-0.38	-0.42	-0.49	-0.51	-0.01	-0.15	-0.34	-0.01	-0.17	-0.32	-0.15	-0.17	0.33	0.06	-0.58	0.25	0.14	0.74	-0.18	-0.92	0.81	0.21	-0.89	0.31	-0.56		0.33	0.26	0.01	0.1		0.1	-0.23	0.21	0.58	0.55	0.01	0.37	-0.14	0.42	0.34	0.29	-0.38	-0.18	-0.38	-0.64	-0.03	0.69	0.72	-0.1	-0.64	-0.03	0.12	-0.17	0.03	0.49	0.51
+YJL214W	HXT8   TRANSPORT        HEXOSE PERMEASE	-0.32	-0.18	-0.18	-0.23	-0.17		-0.38	-0.34	-0.36		-0.17	-0.29	0.23	-0.17	-0.43	-0.43	-0.43	-0.4	0.14	0.03	0.12	-0.32	-0.14	-0.4	-0.25	-0.25	-0.51	-0.09	0.19	-0.07	0.16	-0.23	-0.17	1.03	0.39	-0.04	-0.1	0.11	0.58	0.3	0.23	0.03	-0.38	1.24	0.06	-0.01	-0.15	-0.29	-0.01	0.2	0.38	-0.01	0.49	-0.92	-0.01	-0.64	0.06	0.58	0.62	0.34	0.45	-0.09	-0.12	0.77	-1	-0.67	-0.94	-0.6	-0.14	0.77	0.64	0.03	0.01	0.14	0.31	0.5		0.34	0.19
+YPR178W	PRP4   MRNA SPLICING       U4/U6 SNRNP PROTEIN	-0.2	1.26	-0.38	-0.62	-0.32	-0.56	-0.07	-0.18	-0.17	-0.32	-0.34	-0.45	-0.15	-0.54	-0.18	-0.4	-0.2			-0.62	-0.6	-0.27	-0.27	-0.32	-0.58	-0.09	-0.06	-0.09	-0.22	-0.29	-0.2	-0.25	-0.38	0.08	-0.06	-0.34	-0.22	-0.07	-0.12	-0.04	-0.23	-0.64	-0.42	-0.45		-0.23	0.1	-0.43	0.12	0.4	0.78	0.54	0.3	-0.74	0.08	-0.6	0.25	0.71	0.58	0.1	0.25	0.7	0.08	0.89	-0.22	-0.1	-0.86	-0.14	0.14	0.55	0.55	0.14	-0.18	0.04	0.49	-0.2	-0.22	0.49	0.46
+YDL017W	CDC7   CELL CYCLE       S PHASE PROTEIN KINASE	0.31		0.49	0.03	0.36	0.08	0.18	-0.06	-0.18	-0.17		-0.17	0.11	0.04	-0.17	-0.14	-0.22		-0.47	-0.4	-0.47	0.03	0.04	-0.06	0.04	-0.36	-0.54	-0.86	-0.14	-0.79	-0.76	-0.6	0.44	0.69	0.72	0.56	-0.18		0.31	0.28	0.24	-0.03	-0.32	-0.12	-0.12	-0.17	0.19	-0.22	0.16	0.68	0.66	0.33	0.03	-0.49	-0.15	-0.76	0.9	1.53	0.25	0.07	0.71	0.12	0.04	1.13	-0.34	-0.25	-0.67	-0.32	0.36	0.66	0.7	0.44	0.16	0.32	0.56	0.15	0.32	0.23	-0.25
+YKL188C	"PXA2   TRANSPORT        PEROXISOMAL FATTY ACID TRANSPORTER, ABC FAMILY"	-0.51	-0.15	0.06	-0.49	-0.74	-0.43	-0.43	-0.42	-0.51	-0.36	-0.51	-0.56	-0.29	-0.09	-1.18	-0.45	-0.79	-0.22	-0.34	0.01	-0.29	-0.3	-0.74	-0.62	-0.45	-0.22	-0.09	-0.2	-0.22	-0.06	-0.04	-0.07	-0.62	-0.06	-0.64	0.29	-0.6	-0.29	-0.64	-0.3	1.51	-0.4	-0.18	0.7	-0.56	-0.29	-0.86	0.04	0.25	0.58	0.06	0.07	0.69	0.03	-0.69	-0.58	1.11	1.63	-0.36	0.66	-0.06	0.32	-0.01	-0.17	-0.45	-0.38	-0.43	-0.54	-0.69	0.52	-0.49	-0.34	0. [...]
+YKL134C	NONE   PROTEIN PROCESSING    MITOCHONDRIAL INTERMEDIATE PEPTIDASE	-0.18		-0.29	-0.36	-0.14	-0.23	-0.17	-0.14	-0.3	0.1	-0.25	-0.07	-0.09	-0.2	0.01	-0.01	-0.17	-0.06	0.04	-0.43	-0.17	0.14	0.12	-0.01	-0.12	0.03	0.04	-0.1	-0.01	-0.07	-0.43	0.12	-0.49	-0.32	0.1	0.23	-0.94	-0.22	-0.27	0.23	0.46	0.11	-0.14	0.03	-0.22	-0.49	-0.03	0.03	-0.06	0.14	0.19	-0.03	-0.04	-0.58	-0.51	-0.79	0.88	1.09	-0.34	-0.03	-0.17	-0.27	0.18	0.39	-0.27	-0.42	-0.43	-0.1	-0.42	0.68	0.07	0.26	-0.27	-0.29		0.14	-0. [...]
+YDL194W	SNF3   TRANSPORT        GLUCOSE PERMEASE	-0.36	0.08	-0.17	-0.22	-0.71	-0.15	-0.64	0.08	0.21	0.23	0.2	0.21	0.21	-0.42	-0.56	-0.04	-0.25	-0.43	0.76	0.53	-0.43	-0.49	-0.3	0.07	0.21	0.15	-0.06	0.08	0.06	0.1	0.04	0.36	-0.45	-0.12	-0.45	-0.32	-0.43	-0.32	-0.03	-0.36	-0.27	-0.09		0.71	0.18	0.1	0.19	0.52	0.03	0.15	-0.07	-0.47	-0.4	-0.42	-0.67	-1.18	0.64	0.77	1.49	1.29	0.33	0.6	0.24	0.38	-0.67	-0.38	-0.54	-0.58	-0.22	0.7	0.86	-0.62	-0.23	0.23	0.18	-0.23	-0.47	0.43	0.93
+YPL147W	"PXA1   TRANSPORT        LONG-CHAIN FATTY ACID TRANSPORTER, ABC FAMILY"	-0.14	-0.22	-0.01	-0.43	-0.64	0.15	-0.09	-0.17	-0.29	-0.58	-0.38	-0.32	-0.18	-0.3	0.1	-0.58	0.18	-0.4	0.84	0.08	-0.07	-0.47	-0.84	-0.92	-0.64	-0.32	-0.32	-0.62	-0.27	0.03	0.33	-0.36	-0.06	0.11		0.1	0.01	-0.2	0.29	-0.2	-0.22	0.07	0.1	0.08	0.03	0.12	-0.03	-0.3	0.95	0.77	0.73	0.34	0.07	0.18	-0.04	-0.64	1.11	0.86		0.7	0.24	0.33	-0.27	0.64	-0.58	-0.38	-0.76	-0.34	-0.01	0.77	1.28	0.65	0.23	0.14	0.62	-0.04	0.5	0.58	1.04
+YPR026W	ATH1   TREHALOSE METABOLISM     VACUOLAR ACID TREHALASE	-0.17	1.14	0.3	0.5		-0.23	-0.03	-0.29	-0.04	-0.15	0.01	-0.23		-0.32	0.2	-0.03	-0.4	-0.2	-0.03	-0.29	-0.2	0.21	-0.6	-0.64	-0.58	-0.76	0.23	-0.01	-0.64	-0.04	-0.18	0.03	-0.06	-0.1	-0.06	0.08	-0.07	-0.14	-0.07	-0.49	-0.15	-0.36	-0.01	-0.29	-0.34	0.23	-0.01	-0.38		0.06	-0.17	-0.06	0.08	-0.04	-0.43	-0.12	0.41	0.87	0.26	0.99	0.79	0.92	0.26	0.03	-0.64	-0.25	-0.62	-0.56	0.54	0.46	0.77	0.31	-0.06	-0.04	0.11	0.2	0.2	0.6	1.54
+YJL102W	"MEF2   PROTEIN SYNTHESIS     TRANSLATION ELONGATION FACTOR, MITOCHONDRIAL"	-0.22	0.01	0.03	-0.12	0.23	0.08	0.23	0.19	0.12	0.24	-0.07	-0.09	0.03	-0.56	-0.04	-0.18	0.2	-0.18	-0.06	-0.64	-0.15	-0.42	-0.49	0.03	-0.4	0.28	0.29	0.25	-0.22	-0.4	-0.12	-0.34	-0.58	-0.86	-0.36	-0.32	-0.01	0.5	-0.07	-0.62	0.55	-0.07	-0.01	0.98	0.21	0.1	0.49	-0.34	0.33	0.92	0.58	0.06	-0.51	-0.76	-0.4	-1.51	1.3	1.55	0.06	1.03	0.16	0.3	0.19	0.88	-0.58	-0.17	-0.18	-0.45	-0.32	0.26	-0.06	-0.1	-0.4	-0.38	-0.04	0 [...]
+YKL200C	MNN4   PROTEIN GLYCOSYLATION    PHOSPHATIDYLINOSITOL KINASE HOMOLG	-0.23	0.03	0.03	-0.32	-0.2	-0.2	0.14	-0.15	-0.27	-0.3	-0.51	-0.58	-0.25	-0.67	-0.22	-0.27	0.11	-0.25	-0.12	0.11	-0.12	-0.15	0.25	-0.09	-0.12	-0.34	-0.15	-0.32	0.03	-0.76	-0.49	-0.38	-0.45	-0.25	-0.64	1.66	-0.71	0.12	-0.29	-0.12	0.54	-0.4	-0.47	-0.18	-0.51	-0.01	-0.92	-0.3	0.26	0.93	0.9	0.37	0.29	-0.36	-0.54	-0.89	0.9	1.1	-0.14	1.59	0.52	0.71	0.56	0.61	-1.18	-0.14	0.03	0.01	-0.54	0.5	0.6	0.43	-0.1	0.01	-0.01	-0.04	 [...]
+YCR011C	ADP1   TRANSPORT        (PUTATIVE) ATP-DEPENDENT PERMEASE	-0.58	-0.51	0.03	-0.14	0.04	-0.09	0.11	-0.03	-0.09	0.07	-0.07	0.06	-0.42	-0.62	-0.23	-0.23	-0.04	-0.22	-0.25	-0.04	-0.22	-0.27	-0.42	-0.45	-0.38	0.1	0.29	0.11	-0.18	0.34	0.25	0.3	-1.03	-1.15	-0.97	-0.07	-0.04	-0.03	-0.07	-0.34	-0.17	0.07	0.03	-1.6	0.01	-0.27	-0.17	0.04		-0.01	-0.49	-0.62	-0.34	0.86	-1.06	-1.06	0.96	0.6	0.12	1.74	1.12	0.75	0.76	0.89	-0.23	-0.71	0.42	0.34	-0.34	-0.43	-0.12	-0.47	0.01	0.28	0.18	0.43	0.41	0.73	0.58
+YOR317W	FAA1   FATTY ACID METABOLISM    LONG CHAIN FATTY ACYL:COA SYNTHETASE	-0.23	-0.04	0.3	0.52	-0.15	-0.4	-0.36	-0.56	-0.56	-0.58	-0.38	-0.06	-0.04	-0.51	-0.25	-0.34	-0.38	-0.43	0.07	-0.23	-0.09	-0.03	-0.43	-0.15	0.04	0.06	0.39	0.16	-0.15	0.52	0.45	0.49	0.04	-0.15	-0.18	-0.74	-0.42	-0.32	-0.25	-0.47	-0.04	-0.79	-0.6	-0.58	-0.36	-0.54	-0.49	-0.18	0.6	1.04	0.43	-0.32	-0.36	-0.32	-0.62	-1.4	0.79	1.94	0.25	1.95	1.74	0.36	0.8	1.22	-0.22	-0.64	0.18	0.08	0.14	-0.17	0.56	0.07	0.26	0.52	0.45	0 [...]
+YCR075C	ERS1   SECRETION (PUTATIVE)     UNKNOWN; SUPPRESSES ERD1 MUTATION	-0.51	-0.14	-0.06	-0.2	0.16	-0.01	0.16	-0.14	-0.15	-0.45	-0.38	-0.25	0.03	-0.23	-0.04	-0.2	-0.14	-0.42	0.37	-0.22	-0.34	-0.2	-0.42	-0.23		-0.25	-0.1	-0.62	-0.15	-0.29	-0.29	-0.18	-0.67	-0.49		0.07	-0.22	-0.34	-0.45	0.44	-0.92	-0.18	-0.47	-0.18	-0.4	-0.4	-0.09	-0.42	0.3	0.11	-0.2	-0.09	0.07	0.44	-0.54	-0.47	0.8	0.12	0.08	0.58	0.52	0.5	0.63	0.8	-0.04	-0.38	-0.34	-0.74		0.7	0.75	0.2	-0.09	-0.14	0.21	0.01	0.32	0.56	0.28
+YGL125W	"MET13  METHIONINE METABOLISM    METHYLENETETRAHYDROFOLATE REDUCTASE, PUTATIVE"	-0.27	0.34	-0.06	-0.25	-0.07	-0.07	0.38	-0.22	-0.29	-0.2	-0.43	-0.25	-0.06	-0.38	0.04	-0.09	-0.12	-0.32	0.12	-0.1	-0.47	-0.38	-0.6	-0.92	-0.4	-0.22	0.12	-0.29	-0.22	0.25	0.23	-0.29	-0.97	-0.94	0.12	0.61	-0.09	-0.54	-0.29	0.18	0.2	-0.23	-0.34	-0.34	-0.09	0.03	0.07	-0.22	0.33	0.08	-0.22	-0.22	-0.54	0.01	-0.34	0.12	0.53	0.19	0.18	1.04	0.81	0.56	0.93	0.16	-0.27	-0.34	-0.27	-0.09	-0.04	0.41	0.81	0.56	-0.03 [...]
+YNR019W	ARE2   STEROL METABOLISM     ACYL-COA STEROL ACYLTRANSFERASE	-0.45	-0.64	0.03	-0.79	-0.15	-0.58	-0.18	-0.76	-0.34	-0.84	-0.04	-0.45	-0.74	-1	-0.67	-0.38	-0.76	-0.04	-0.09	-0.56	-0.6	-1.06	-0.74	-1.32	-1.36	-0.92	-0.43	-0.62	-1.06	-0.6	-0.84	-0.69	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.47	0.15	0.29	0.32	-0.23	-0.86	-0.54	-0.36	-0.84	1.08	1.63	0.48	1.32	0.82	0.76	0.82	-0.18	-1.15	-0.84	-0.81	-0.6	0.01	0.14	0.88	0.11	-0.42	-0.49	-0.3	-0. [...]
+YOR003W	YSP3   PROTEIN DEGRADATION    SUBTILISIN-LIKE PROTEASE III	-0.06	-0.01	0.19	0.29	0.1	0.37	0.08	0.19	0.07	-0.34	-0.54	-0.25	0.04	-0.3	-0.12	-0.22	0.11	-0.47	-0.6	1.1	-0.32	-0.54	-0.49	-0.42	-0.25	-0.25	0.06	-0.23	0.04	0.03	0.03	-0.07	-0.2	-0.1	0.03	-0.06	-0.38	0.21	-0.07	0.58	-0.29	-0.49	-0.15	-0.29	-0.06	-0.34	-0.27	-0.29	0.99	0.67	-0.06	-0.69	-1.43	0.41	-0.79	-2	1.95	1.7	0.32	0.82	0.86	0.55	0.46	0.5	-0.34	-0.69	-0.38	-0.34	-0.1	0.52	0.68	0.99	-0.06	-0.01	0.32	-0.32	-0.32	0.61	0.68
+YBR170C	NPL4   NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.32	0.04	0.29	0.21	0.04	0.24	0.04	-0.38	0.19	0.41	0.58	-0.03	-0.03	-0.34	0.43	0.32	-0.09	0.19	-0.49	0.16	-0.3	-0.23	-0.23	-0.76	-0.38	0.01		-0.23	-0.45	0.01	-0.15	0.03	-0.51	-0.14	-0.29	-0.36	-0.4	-0.42	-0.01	-0.04	-0.2	-0.18	-0.17	-0.56	-0.42	0.26	0.28	0.08	0.21	0.52	0.16	-0.25	-0.2	-0.15	-0.6	-1.15	0.95	2.02	0.52	0.73	0.67	0.72	0.23	0.25	-0.04	-0.18	0.23	-0.17	-0.09	0.08	-0.03	0.46	-0.23	-0.09	0.39	-0.14	-0.89	0.46	0.19
+YGL073W	HSF1   HEAT SHOCK       TRANSCRIPTION FACTOR	-0.12	-0.29	0.19	-0.07	0.16	0.21	0.21	-0.07	0.15	-0.03	0.65	-0.01	-0.15	-0.18	0.16	-0.01	-0.01	-0.43	0.14	-0.12	-0.04	-0.4	-0.42	-0.6	-0.36	-0.12	-0.06	-0.38	-0.42	0.08	-0.25	-0.25	-0.54	-0.15	-0.27	-0.07	0.01	0.01	-0.01	-0.2		-0.06	-0.04	-0.4	-0.07	-0.1	0.06	-0.54	0.03	0.06	-0.43	-0.58	-0.89	-0.36	-0.36	-0.56	0.73	1.28	-0.27	0.66	0.31	0.44	0.3	-0.25	-0.27	-0.45	0.11	0.03	-0.04	0.49	0.12	0.23	-0.1	-0.14	0.03	-0.34	-0.17	0.01	0.06
+YDL132W	CDC53  CELL CYCLE       G1 CYCLIN DEGRADATION	0.12	-0.06	-0.04	-0.2	-0.32	-0.36	0.06	-0.03	0.08	-0.06	-0.25	-0.17	-0.14	-0.71	-0.22	-0.32	0.08	-0.12	0.01	-0.29	-0.34	-0.4	-0.38	-0.49	-0.71	-0.01	-0.2	-0.17	-0.32	0.11	0.08	-0.15	-0.54	-0.58	-0.67	-0.54	-0.69	-0.54	-0.23	-0.38	-0.01	-0.23	-0.18	1.01	0.23	0.01	0.11	0.04	0.24	0.3	0.21	-0.06	-0.3	-0.14	-0.36	-0.67	0.85	1.43	-0.03	0.81	0.49	0.52	0.48	0.4	-0.29	-0.42	0.25	-0.17	0.65	0.14	0.58	0.51	-0.06	0.25	-0.12	0.01	-0.34	-0.42	-0.47
+YNL106C	INP52  ENDOCYTOSIS (PUTATIVE)   INOSITOL POLYPHOSPHATE	0.36	-0.32	-0.38	-0.23	-0.3	-0.36	-0.29	-0.49	-0.38	-0.07	0.06	-0.07	-0.4	-0.25	-0.34	-0.2	-0.23	-0.38	-0.49	0.11	-0.97	0.32	-0.22	-0.07	-0.06	0.25	0.12	0.26	-0.29	0.24	-0.22	0.14	-0.12	0.31	-1.06	0.82	-0.06	0.66	-0.17	0.2	0.78	-0.45	0.44	0.28	-0.69	0.65	0.19	-0.1	0.37	0.58	-0.03	-0.27	-0.3	-0.38	-0.6	-0.97	0.79	0.85	0.03	0.25	0.49	0.25	0.01	1.08	-0.27	-0.51	-0.23	-0.12	0.04	0.51	0.48	0.48	-0.01	-0.01	-0.06	0.03	-0.06	0.25	0.26
+YJR131W	MNS1   PROTEIN GLYCOSYLATION    SPECIFIC ALPHA-MANNOSIDASE	-0.12	-0.36			0.01	0.11	-0.12	-0.01	0.01		-0.01		-0.1	-0.18	-0.03	0.04	-0.29	-0.25	-0.18	0.06	0.25	0.33	0.07	-0.12	0.12	0.12	-0.14	-0.22	0.03	0.15	-0.2	0.21	0.1	0.1	0.15	-0.27	-0.23	-0.1	-0.17	-0.29	-0.34	-0.4	-0.12	-0.22	-0.42	-0.18	-0.56	0.04	0.21	0.12	-0.09	-0.1	0.04	-0.27	-0.42	-0.34	0.1	0.62	-0.34	0.3	0.57	0.73	0.32	0.43	-0.71	-1.12	-0.23	-0.34	-0.03	0.36	0.25	0.42	0.16	0.28	0.43	0.08	-0.18	0.67	0.37
+YLR234W	TOP3   DNA REPLICATION     DNA TOPOISOMERASE III	-0.54	-0.43	0.01	-0.06	0.1	-0.38	-0.04	-0.34	-0.12	-0.1	-0.1	0.26	-0.12	-0.3	-0.47	-0.4	-0.14	-0.23	-0.23	-0.71	-0.47	-0.29	0.1	0.5	0.1	0.34	0.23	0.23	-0.22	0.08	-0.51	-0.09	-0.06	0.33	0.69	0.19	-0.51	-0.81	0.04	0.31	0.2	-0.15	-0.69	-1.36	-0.4	-0.42	-0.79	-0.27		-0.1	0.26	-0.03	-0.18	-0.09	-0.32	-0.3	1.09	0.7	0.29	0.67	0.21	0.34	0.41	0.43	-0.69	-0.45	-0.62	-0.47	-0.07	0.41	0.25	0.21	-0.79	0.31	-0.32	-0.4	-0.36	1.1	0.58
+YDL190C	"UFD2   PROTEIN DEGRADATION, UBI UNKNOWN; MAY INFLUENCE MULTI-UB CHAIN TOPOLOGY"	0.06	-0.2	0.15	0.15	-0.17	0.1	0.1	-0.04	-0.06	-0.12	-0.1	-0.04	-0.07	-0.14	-0.17	-0.07	0.12	0.1	-0.04	-0.14	-0.12	-0.4	-0.42	-0.23	-0.62	-0.17	-0.09	0.11	0.5	0.07	-0.25	-0.01	-1.69	-0.15	-0.25	-0.51	-0.69	-2.18	-0.43	1.13	-0.3	-0.97	-0.81		-1.18	0.12	-0.92	-0.2	-0.12	0.26	0.21	-0.2	-0.32	-0.17	-0.27	-0.67	0.16	0.57	-0.2	0.34	0.36	-0.07	0.24	-0.09	-0.56	-0.03	-0.43	-0.79	-0.01	0.07	-0.01	-0.17	0.12	0. [...]
+YPL003W	"ULA1   PROTEIN DEGRADATION, RUB RUB1P ACTIVATING PROTEIN"	-0.14	-0.23	0.19	-0.2	-0.17	-0.04	-0.29	-0.6	-0.43	-0.32	-0.32	-0.74	-0.38	-0.58	-0.42	-0.49		-0.2	0.12	-0.29	-0.42	-0.29	-0.67	-0.51	-0.56	-0.32	-0.3	-0.69	-0.67	-0.04	-0.42	-0.49	-0.23	0.08	-0.2	-0.47	-0.89	-0.2	-0.36	-0.07	-0.81	-0.86	-0.43	0.12	-0.79	-0.79	-0.94	-0.4	0.34	-0.12	0.15	-0.03	-0.3	0.15	-0.1	-0.51	0.19	0.73	-0.2	1.1	0.28		0.29	0.04	-0.34		-0.23	-0.51	0.01	0.6	0.23	-0.56	-0.01	0.21	0.32	-0.15	0.24	0.45	0.48
+YBR272C	NONE   MISMATCH REPAIR (PUTATIV UNKNOWN	0.33	-0.22	0.12	-0.38	0.06	-0.2	0.16	-0.1	0.07	0.08	0.21	0.07	0.07	-0.2	-0.25	-0.06	-0.23	-0.15	0.4	-0.36	-0.32	-0.22	-0.22	-0.27	-0.54	-0.45	-0.34	-0.74	-0.17	-0.49	-0.34	-0.49	-1.15	0.3	-0.6	-0.38	-0.71	-0.58	-0.17	0.65	-0.64	-1.29	0.18	0.18	-0.67	-0.42	-0.86	-0.06	0.41	0.54	0.59	0.37	0.11	-0.18	-0.17	-0.4	0.5	1.2	-0.12	0.28	0.53	-0.09	0.12	0.08	-0.12	-0.27	-0.38	-0.49	-0.12	0.49	-0.18	-0.36	-0.1	-0.01	0.42	-0.2		0.69	0.56
+YLL006W	MMM1   MITOCHONDRIAL BIOGENESIS (PUTATIVE) COMPONENT OF ACTIN BINDING PROTEIN COMPLEX	-0.3	-0.38	0.07	-0.4	0.01	-0.17	0.12	-0.27		-0.15	-0.29	-0.32	-0.29	-0.45	-0.09	-0.27	0.04	-0.36	0.59	0.06	-0.18	-0.18	-0.62	-0.51	-0.45	-0.64	-0.45	-0.64	-0.45	-0.25	-0.07	-0.3	-0.81	-0.71	-0.71	-0.47	-0.38	-0.14	-0.49	0.67	-0.22	-0.43	-0.4	-0.12	-0.4	-0.34	-0.51	-0.43	-0.22	-0.1	0.33	-0.15	-0.22	-0.76	-0.25	-0.56	-0.18	0.36	-0.07	0.74		-0.17	0.61	0.28	-0.86	-0.92	-0.23	-0.47	-0.15	0.08	-0.6	-0 [...]
+YGL142C	GPI10  PHOSPHOLIPID METABOLISM  GLYCOSYL PHOSPHATIDYL INOSITOL (GPI) SYNTHESIS	0.07	-0.04	0.18	-0.06	-0.06	-0.36		-0.43	-0.01	-0.17	-0.22	0.01	0.03	-0.4	-0.22	-0.38	-0.1	-0.22	-0.04	-0.23	-0.17	-0.15	-0.42	-0.09	-0.62	-0.04	-0.51	0.01	0.25	-0.12	-0.07	0.01	-0.29	-0.32	-0.38	-0.56		0.44	0.04	0.16	-0.27	-0.84	-0.2	-0.81	-0.32	-0.2	-0.15	-0.43	0.1	-0.04	-0.22	-0.4	-0.56	-0.25	-0.58	-0.69	0.78	1.04	-0.29	0.14	0.24	-0.3	-0.06	-0.15	-0.34	-0.38	-0.12	-0.62	0.03	0.15	0.2	0.01	0.06	0.06	 [...]
+YER101C	AST2   PLASMA MEMBRANE PROTEIN  TARGETS PLASMA MEMBRANE ATPASE	0.01	0.03	-0.06	-0.17	-0.03	-0.09	0.01	-0.01		-0.06	-0.23	-0.14	-0.07	-0.25	-0.18		-0.14	-0.18	0.55	-0.2	-0.07	-0.09	-0.01	-0.2	-0.38	-0.01	-0.1	-0.15	0.01	-0.2	-0.23	0.18	0.24	0.23	0.31	0.23	0.31	0.24	0.14	0.03	0.1	0.03	0.18	-0.29	0.5	0.36	0.43	0.11	0.18	0.51	0.04	0.04	0.23	-0.1	-0.64	-0.58	0.77	0.8	-0.29	0.07	0.15	0.21	0.11	0.3	-0.67	-0.47	-0.54	-0.84	-0.27	0.55	0.4	0.07	-0.56	0.2	0.11	-0.34	-0.45	0.52	0.34
+YDR085C	"AFR1   MATING         CYTOSKELETAL PROTEIN, SIMILAR TO ARRESTINS"	2.46	0.42	0.79	0.57	0.4	-0.03	0.11	-0.18	0.15	0.06	0.48	0.46	0.14	-0.23	-0.09	-0.2	0.16	-0.25	0.52	-0.09	-0.04	-0.32	-0.18	-0.54	-0.25	-0.3	-0.15	-0.32	-0.29	0.2	0.16	0.12	1.22	0.55	0.1	-0.4	-0.25	0.16	0.58	0.42	-0.18	-0.32	-0.76	0.53	0.89	0.52	0.64	-0.34	-0.22	0.34	0.2	-0.03	-0.58	-0.56	-0.04	-0.89	0.43	1.05	0.29	1.13	0.58	0.44	0.25	2.36	-0.56	-0.56	0.11	-0.18	0.46	0.81	0.78	-0.36	-0.43	-0.04	0.57	-0.06	0.16	1.32	1.32
+YER142C	MAG1   DNA REPAIR       3-METHYLADENINE DNA GLYCOSYLASE	0.37	0.4	0.38	0.08	0.11	0.38	-0.17	0.3	0.16	-0.12	0.28	0.14	0.01	-0.01	-0.2	0.04	-0.12	0.03	0.83	0.33	-0.06	-0.47	-0.27	-0.47	-0.36	-0.27	-0.54	-0.58	-0.14	-0.38	-0.25	-0.25	-0.45	-0.4	-0.47	-0.56	-0.64	-0.3	-0.27	-0.43	-0.23	-0.04	-0.04	0.59	-0.27	0.41	0.79	-0.06	0.31	-0.14	-0.6	-0.69	-0.47	0.52	-0.49	-0.67	0.42	0.83	-0.06	0.38	0.68	0.07	-0.2	2.03	-0.56	0.25	0.08	-0.38	-0.4	0.73	0.43	0.58	-0.32	-0.09	0.32	-0.01	-0.54	1.14	1.01
+YNL277W	MET2   METHIONINE BIOSYNTHESIS  HOMOSERINE O-ACETYLTRANSFERASE	-0.49	0.54	-0.2	-0.4	-0.38	0.46	0.39	0.04	-0.25	-0.07	-0.84	-0.51	-0.38	-0.29	-0.94	-0.23	-0.2	-0.3	-0.4	0.4	-0.03	0.23	0.26	-0.2	-0.14	-0.07	-0.14	0.07	-0.15	-0.22	-0.38	-0.01	-0.47	-0.56	0.76	-0.18	-0.34	-0.34	-0.43	0.04	-0.1	-1.32	-0.43	0.08	-0.32	-0.17	-0.42	-0.18	0.66	0.11	0.99	0.06	0.83	0.12	0.04	0.59	0.9	0.67	0.23	0.46		0.49	0.77	0.83	-0.54	-0.2	-0.38	-0.69	-0.4	0.29	0.12	-0.14	-0.27	-0.43	0.25	-0.3	-0.76	0.36	0.14
+YCR038C	BUD5   BUD SITE SELECTION    GDP/GTP EXCHANGE FACTOR FOR RSR1P/BUD1P	-0.4	0.1	-0.17	-0.42	-0.76	-0.25	-0.43	0.07	-0.07	0.03	-0.09		-0.15	-0.36	-0.45	0.21	0.14	-0.15	0.07	0.14	0.07	-0.2	-0.25	-0.51	-0.2	-0.15	-0.07	-0.38	-0.18	-0.18	-0.12	0.1	-0.76	-0.3	-0.34	-0.04	0.12	-0.06	-0.18	-0.06	-0.15	-0.2	-0.3	0.31	-0.12	-0.23	-0.12	0.1	0.07	-0.12	0.7	0.53	0.49	-0.69	0.04	0.07	0.76	1.28	0.56	0.37	0.03	0.1	0.48	0.15	-0.49	-0.58	-0.36	-0.51	-0.1	0.07		-0.6	-0.42	0.25	-0.09	-0.45	-0.38	0.36	0.32
+YDR192C	NUP42  NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.23	-0.03	-0.25	0.1	-0.09	-0.18	-0.4	-0.3	0.25	0.2	0.46	-0.27	-0.06	-0.27	-0.22	0.14	-0.23	-0.03	-0.3	0.18	-0.01	0.23	0.1	0.03	0.11	0.54	0.4	0.4	-0.01	0.36	0.86	0.44	0.21	0.37	0.11	-0.43	-0.45	0.01	0.03	0.15	-0.22	-0.22	-0.1	0.37	-0.42	-0.4	-0.29	-0.29	0.5	0.3	0.43	0.28	0.49	-0.47	-0.29	-0.42	1.11	1.58	0.14	0.39	0.15	0.3	0.28		0.03	-0.81	-0.01	-0.1	-0.07	-0.32	-0.34	-0.6	-0.42	0.11	-0.2	-0.67	-0.42	0.18	-0.34
+YLR438W	CAR2   ARGININE METABOLISM    ORNITHINE AMINOTRANSFERASE	-1.94	-1.18	-1	-0.81	-0.45	0.11	0.82	0.45	0.76	0.46	0.1	-0.25	-0.47	-1.09	-0.76	-0.32	-0.56	-0.47	-0.07	1.04	-0.38	0.79	0.45	0.19	0.03	0.6	0.44	0.4	-0.1	0.2	0.23	-0.03	0.75	-0.36	-0.92	0.3	0.53	-0.14	-0.42	-0.22	-1.56	0.42	0.58	0.54	-0.6	-0.22	-0.49	-0.07	2.58	2.56	2.44	1.63	1.74	0.37	-0.69	-1.22	3.26	1.88	0.54	2.89	2.63	2.13	0.96	0.56	-0.38	-2.18	1.16	0.86	0.18	0.23	-0.58	-1.43	-0.64	-0.49	-0.29	-0.67	-0.38	1.07	-0.06
+YDL059C	RAD59  DNA REPAIR AND RECOMBINA UNKNOWN		-0.25	-0.06	-0.07	-0.25		-0.03	0.34	0.25	-0.22	0.26	-0.1	-0.14	-0.07	0.08	0.33	-0.29	0.03	-0.62	0.08	-0.23	-0.25	-0.3	-0.25	-0.18	-0.1	-0.3	-0.3	-0.18	-0.34	-0.43	-0.29	-0.38	-0.23	0.1	-0.29	-0.54	-0.27	-0.3	0.08	-0.12	-0.01	0.01	0.26	0.08	-0.04	0.28	-0.38	0.08	0.12	0.07	-0.12	-0.07	-0.03	-0.3	-0.51	0.78	1.82	-0.2	-0.01	-0.04	-0.47	-0.62	0.18	-0.49	-0.09	-0.32	-0.45	-0.25	0.9	-0.42	0.58	-0.22	0.82	-0.18	-0.38	-0.38	0.04	-0.04
+YER170W	"ADK2   PURINE METABOLISM     ADENYLATE KINASE,"	-0.71	-0.07	0.4	0.32	0.14	0.23	-0.43	-0.12	-0.04	-0.25	0.01	0.04	0.18	-0.06	-0.36	-0.01	-0.38	-0.22	-0.6	-0.81	-0.38	-0.18	-0.1	-0.18	0.24	0.7	0.11	0.14	0.45		-0.09	-0.17	-0.56	-0.18	0.12	-0.09	-0.92	-0.2	-0.45	0.77	0.25	-0.49	-0.54	0.06	0.14	-0.42	0.19	0.03	0.55		0.24	-0.04	-0.43	0.61	-0.09	-0.94	1.09	0.51	0.14	-0.32	0.08	-0.14	-0.51	0.26	-0.03	-0.06	-0.1	-0.09	-0.09	0.64	0.32	0.1	-0.14	0.03		-0.12	-0.36	0.15	0.15
+YMR179W	SPT21  TRANSCRIPTION       TRANSCRIPTIONAL REGULATOR	-1.43	-0.06	0.85	0.99		0.06	-0.71	-0.76	-1.03	-0.04	0.41	1.31	0.29	-0.09	-0.54	-0.6	-0.25	-0.74	-1.09	-0.89	0.33	-0.17	0.23	0.38	0.16	0.28	-0.29	0.21	0.16	-0.47	-1.25	-0.09	-0.49	1.54	0.43	-0.3	-1.51	-0.62	0.83	0.96	1.69	-0.17	-0.29	0.11	-0.09	-0.27	-0.36	-0.2	0.19	0.03		-0.09	-0.43	0.38	-0.18	-0.43	1.04	0.77	-0.34	-0.58	-0.4	-0.1	-0.42	1.12	0.01	-0.42	-0.86	-0.29	-0.4	0.77	-0.15	0.01	-0.03	-0.22	-0.01	-0.45	-0.49	0.24	-0.54
+YKL113C	RAD27  DNA REPAIR       SSDNA ENDONUCLEASE	-1.12	-0.45	0.29	0.79	0.3	-0.04	-0.56	-0.79	-0.86	-0.71	0.24	0.55	0.5	-0.27	-0.18	-0.25	-0.89	-0.56	-1.51	-1	-0.64	-0.29	0.42	0.44	0.29	0.03	-0.07	-0.1	-0.15	-0.3	-0.43	-0.32	0.1	-0.17	-0.42	-0.25	-0.47	0.42	-0.03	0.55	0.33	-1.32	-0.23	0.06	-1.32	-0.64	-0.89	-0.27	1.23	0.89	0.26	-0.01	0.07	0.5	-0.64	-0.58	1.62	0.66	-0.6	-0.49	-0.69	-0.69	-0.76	1.57	-0.18	-0.07	-0.49	-0.81	-0.56	-0.23	-0.67	-1	0.26	0.14	0.16	-0.29	-0.6	0.39	-1.06
+YDL164C	CDC9   DNA REPLICATION     DNA LIGASE; ALSO DNA REPAIR	-0.62	-0.54	0.55	0.93	0.57	-0.06	-0.1	-0.84	-0.84	-0.4	0.11	0.73	0.6	-0.2	-0.25	-0.6	-0.56	-0.6	-1.32	-0.71	-0.27	-0.43	0.18	0.38	0.03	0.36	0.07	0.28	0.2	-0.07	-0.54	0.25	0.1	0.19	0.21	-0.06	-0.38	-0.67	0.03	0.3	0.93	-1.29	-0.89		-1	-0.04	-0.86	-0.27	0.34	-0.18	-0.32	-0.23	-0.6	0.54	-0.67	-0.71	1.08	0.37	-0.32		-0.34	-0.14	-0.17	-0.3	-0.32	-0.36	-0.18	0.03	-0.15	0.32	-0.14	-0.45	-0.4	0.06	-0.03	-0.47	-0.64	-0.04	
+YBL082C	RHK1   PROTEIN GLYCOSYLATION    PUTATIVE DOL-P-MAN DEPENDENT ALPHA(1-3) MANNOSYLTRANSFERASE	-0.6	-0.86	-0.4	-0.47	0.1	0.58	0.52	0.32	0.28	-0.06	-0.01	-0.25	-0.07	0.1	0.49		0.25	-0.01	-1.36	-0.76	-0.79	-0.2	-0.2	-0.38	-0.43	-0.03	-0.03	0.03	-0.47	0.03	-0.23	-0.17	-0.14	-0.62	-0.43	0.23	0.38	0.23	-0.2	-0.17	-0.3		0.06	-0.45	-0.81	-0.69	-0.74	-0.17	0.77	0.7	0.08	-0.15	-0.79	0.03	-0.03	0.19	0.59	1.1	0.07	-0.97	-0.81	0.04	0.37	0.21	-0.15	-0.92	-0.45	-0.64	0.01	-0.17	-0.42	-0.32	-0.23	 [...]
+YHL038C	"CBP2   MRNA SPLICING, COB MRNA  PRE-MRNA BINDING PROTEIN"	-0.07	-0.4	0.11	-0.3	0.15	0.11	0.2	-0.4	0.21	-0.03	0.15	-0.14	0.01	-0.15	-0.15	-0.32	0.11	-0.01	-0.79	-0.49	-0.36	-0.32	0.03	-0.25	-0.38	-0.3	-0.43	-0.2	-0.29	-0.25	-0.42	-0.49		0.29	-0.12	-0.22	-0.07	0.15	0.11	0.19	-0.12	-0.12	-0.1	0.24	-0.09	-0.54	0.08	-0.45	0.23	0.76	0.03	-0.14	-0.58	-0.4	-1.15	0.15	0.89	0.86	-0.43	-0.51	-0.1	0.32	-0.36	-0.07	-0.27	-0.67	-0.62	-0.62	-0.06	0.19	0.12	-0.27	-0.43	-0.17	0.24	-0.09	-0.3	0.58	0.2
+YNL072W	RNH35  DNA REPLICATION (PUTATIV RIBONUCLEASE H	-1.29	-1.15	0.11	0.42	0.25	0.1	0.03	-0.58	-0.49	-0.29	-0.01	0.18	0.18	-0.6	-0.27	-0.56	-0.3	-0.86	-0.74	-1	-0.79	-0.6	-0.27	0.28	0.07	0.15	0.11		-0.17	-0.01	-0.47	-0.34	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42		-0.94	0.21	-0.38	-0.56	0.78	-0.07	-0.29	-1.03	-0.86	0.59	-0.67	0.38	1.72	0.82	-0.1	-0.79	-0.4	1.04	-0.12	0.14	-0.34	-0.81	-2	-0.3		0.33	-0.32	-0.62	-0.27	-0.36	-0.27	-0.32	-0.38	0.18	0.25
+YDR167W	TAF25  TRANSCRIPTION       TFIID 23 KD SUBUNIT	-0.3		-0.15	1.36	-0.34	-0.18	-0.32	0.16	0.42	-0.27	0.42	-0.17	0.03	-0.3	0.12	0.34	-0.12	0.08	-0.3	-0.3	-0.18	-0.04	-0.22	-0.25	-0.12	0.1	-0.06	-0.06	-0.22	0.14	0.26	-0.03	0.07	0.3	0.36	-0.12	-0.09	0.14	0.15	-0.09	0.19	0.14	0.03	0.8	0.6	0.29	0.61	-0.1	0.56	0.7	0.32	0.29	0.41	-0.34	-0.03	-0.18	0.37	0.96	-0.29	-0.69	-0.64	-0.6	-0.89	-0.6	0.04	-0.03	-0.25	-0.43	-0.36	0.53	-0.58	-0.29	-0.1	0.41	0.37	-0.18	-0.04	0.24	0.07
+YDR079W	PET100 RESPIRATION      CYTOCHROME-C OXIDASE ASSEMBLY	0.07		-0.04		0.03	0.07		0.03	-0.12	-0.27	-0.25	-0.42	-0.25		-0.27	-0.27	0.11	-0.38	0.11	-0.58	-0.22	-0.56	-0.43	-0.29	-0.34	-0.34	-0.27	-0.54	0.1	-0.18	-0.1	-0.3	1.24	0.29	0.18	-0.43	0.25	0.03	0.52	0.45	-0.01	0.32	0.38	0.57	0.63	0.63	1.16	-0.67	0.51	0.65	0.41	0.31	-0.23	-0.17	-0.51	-0.6	0.3	0.56	-0.04	-0.38	-0.69	0.2	-0.4	-0.14	-0.74	0.14	-0.22	-1.47	-0.36	0.04	-0.81	-1.32	-0.09	-0.17	0.49	-0.03	0.2	0.83	0.6
+YDR375C	BCS1   RESPIRATION      CYT. C IRON-SULFUR SUBUNIT EXPRESSION	-0.42	-0.03	0.1	-0.12	-0.09	-0.25	0.03	-0.4	-0.15	-0.4	0.03	-0.15	-0.07	-0.32	-0.04	-0.27	-0.49	0.74	-0.84	-0.81	-0.94	-0.25	-0.43	-0.47	-0.09	0.41	0.32	0.29	-0.45	0.08	0.21	0.03	0.3	0.04	0.11	0.01	0.37	0.72	1.01	0.9	0.83	0.54	0.66	0.83	1.1	0.86	1.1	-0.47	0.24	0.64	0.83	0.78	0.15	-0.79	-0.27	-0.54	0.44	0.75	0.04	-0.45	-0.15	0.15	-0.58	0.04	-0.45	0.01	-0.34	-0.86	-0.14	0.18	-0.45	-0.03	-0.07	-0.06	0.19	-0.04	-0.01	0.48	0.01
+YDR034C	LYS14  LYSINE BIOSYNTHESIS    TRANSCRIPTION FACTOR	-0.14	-0.4	-0.27	-0.23	-0.32	-0.49	-0.12	-0.42	-0.12	-0.12	-0.06	-0.14	0.01	-0.43	-0.29	-0.29	-0.34	-0.27	-0.14	-0.3	-0.3	-0.32	-0.27	-0.22	-0.49	0.03	-0.01	0.04	-0.32	-0.14	-0.04	-0.18	0.38	0.16	-0.03	0.99	0.44	0.33	0.33	0.57	0.62	-0.56	1.08	0.46	0.67	0.82	0.64	-0.15	0.86	0.55	0.44	0.24		0.01	-0.54	-0.03	0.46	0.46	0.01	-0.14	-0.22	0.11	-0.34	-0.18	-0.29	-0.42	-0.62	-0.81	0.14	0.07	0.1	-0.14	-0.1	0.06	0.18	0.06	-0.25	0.73	0.11
+YJR058C	APS2   SECRETION        AP-1 COMPLEX SUBUNIT	0.06	0.37	-0.04	0.07	-0.22		-0.17	-0.25	-0.3	-0.3	-0.09	-0.38	-0.04	-0.47	-0.2	-0.3	-0.43	-0.25	0.12	-0.06	-0.01	-0.1	-0.43	-0.09	-0.27	-0.12	-0.14	-0.3	0.01	0.03	-0.17	-0.04	0.19	0.41	0.62	0.41	-0.01	-0.29	0.15	0.39	0.54	0.11	-0.03	-0.12	0.45	0.14	0.48	-0.45	0.25	0.1	0.38	-0.22	-0.09	-0.14	0.08	-0.64	0.5	0.6	-0.17	-0.09	-0.27	-0.34	-0.09	0.2	-0.17	-0.23	-0.25	-0.45	-0.22	0.32	-0.27	0.37	-0.23	-0.2	0.24	-0.03	-0.1	0.29	-0.03
+YMR065W	KAR5   MATING; NUCLEAR FUSION   COILED-COIL MEMBRANE PROTEIN	1.86	0.38	-0.43	-0.67	-0.36	-0.92	-0.12	-0.03	-0.12	-0.12	-0.43	-0.49	-0.62	-0.94	-0.56	-0.36		-0.17	-0.62	-0.69	-0.64	-0.47	-0.3	-0.47	-0.43	-0.51	0.08	-0.07	-0.62	-0.32	-1.36	-0.3	-0.03	0.07	-0.18	-0.1	0.39	0.19		-0.32	0.03	0.11	0.18	0.12	0.82	0.77	0.81	-0.42	0.34	0.23	0.63	0.15	0.2	0.12	-0.6	-0.81	0.67	0.86	-0.12	-0.29	-0.22	0.19	-0.25	-1	-0.42	-0.29	-0.67	-0.4	0.25	0.49	-0.58	-1.06	-0.18	-0.45	-0.12	-0.3	-0.4	-0.06	
+YCL055W	KAR4   KARYOGAMY        TRANSCRIPTION FACTOR	3.2	0.7	-0.15	-0.42	-0.34	-0.14	-0.51	-0.32	-0.22	-0.14	0.65	0.61	0.46	0.38	0.16	0.45	-0.07	0.16	-0.07	-0.49		0.25	0.1	0.21	-0.04	0.06	-0.42	-0.3	-0.34	-0.74	-0.47	-0.36	0.41	0.68	-0.07	-0.23	-0.94	0.06	0.85	0.23	-0.04	-0.25	0.33	1.1	2.37	1.91	2.31	0.31	0.95	1.1	0.85	0.44	0.08	0.06	-0.4	-1.4	1.58	2.25	0.69	-0.89	-0.2	0.03	-0.32	0.24	-0.01	0.21	-0.2	-0.25	-0.51	0.29	-0.4	-0.22	0.08	0.15	0.31	-0.27	-0.51	0.26	-0.36
+YKL048C	ELM1   PSEUDOHYPHAL GROWTH    PROTEIN KINASE	-0.1	-0.76	-0.25	-0.29	0.3	0.3	0.24	-0.22	-0.12	-0.14	0.28	-0.36	-0.2	-0.2	0.11	0.21	0.08	-0.32	-0.71	-0.89	-0.69	-0.76	-0.27	-0.79	-0.6	-0.36	-0.1	-0.34	-0.25	-0.34	-0.51	-0.67	-0.38		0.54	0.66	0.28	-0.2	-0.14	0.3	0.33	0.63	0.1	-0.84	-0.07	-0.14	0.01	-0.76	0.33	0.7	0.36	0.24	-0.54	-0.69	-0.3	-0.56	0.53	0.58	-0.64	-0.3	-0.38	-0.34	-0.29	-0.12	-0.51	-0.38	-0.15	-0.14	-0.29	0.1	-0.1	-0.29	-0.15	-0.1	-0.06	-0.58	-0.09	-0.23	-0.18
+YDR349C	YPS7   PROTEIN DEGRADATION    GPI-ANCHORED ASPARTIC PROTEASE	0.29	-0.23	-0.2	-0.29		-0.25	0.55	0.08	0.03	-0.06	-0.29	-0.38	0.06	-0.32	-0.01	-0.03	-0.22	-0.06	-0.62	-0.54	-0.62	-0.23	-0.14	-0.67	-0.25	-0.45	-0.06	0.19	-0.32	0.16	0.03		0.34	0.21	0.43	0.26	0.11	0.21	0.14	1.03	0.7	-0.34	-0.12	-0.62	-0.36	-0.06	-0.12	-0.38	0.1	0.65	0.39	0.4	0.28	-0.36	-0.36	-0.49	0.19	1.11	-0.15	-0.51	-0.32	-0.15	0.19	-0.04	-0.14	-0.86	-0.22	-0.2	0.04	0.14	0.12	0.01	0.12	-0.01	0.58	-0.42	-0.32	-1.12	0.25
+YKL101W	HSL1   CELL CYCLE       NEGATIVE REGULATOR OF SWE1 KINASE	-0.51	-0.67	-0.25	0.15	0.57	-0.25	-0.06	-0.4	-0.81	-0.67	-0.45	0.3	0.45	-0.15	-0.18	-0.38	-0.34	-0.51	-0.62	-0.54	-0.69	-0.47	-0.47	-0.76	-0.38	-0.49	0.12	-0.22	-0.47	0.03	-0.34	-0.42	-0.4	0.32	0.94	0.4	-0.51	-1.09	0.12	0.77	0.85	-0.22	-0.58	-0.27	-0.12	-0.2	-0.2	-0.49	0.4	-0.04	-0.06	-0.15	-0.27	-0.01	-0.27	-0.74	0.7	0.57	-0.38	0.01	0.04	0.69	0.08	-0.38	-0.4	-0.6	-0.2	-0.29	0.15	-0.15	-0.22	-0.32	-0.3	-0.34	-0.2	-0.06	-0. [...]
+YHR164C	DNA2   DNA REPLICATION     DNA HELICASE	-0.22	-0.23	-0.56	-0.29	-0.23	-0.17	-0.14	-0.22	-0.01	-0.25	0.04	-0.23	-0.14	-0.29	-0.25	-0.01	-0.49	-0.18	0.01	-0.25	0.74	0.07	-0.14	-0.12	0.06	0.11	0.31	0.41	0.15	0.21	0.5	0.1	-0.14	-0.42	-0.49	-2	-2.18	-1.56	-0.03	1.72	-0.1	-1.15	-0.32	-0.03	-1.74	-0.12	-1.06	-0.1		0.5	0.84	0.15	0.55	-0.62	-0.09	-1.06	0.62	1.23	0.2	0.01	0.29	0.31		-0.43	-0.18	-0.47	-0.18	-0.43	0.4	0.33	0.37	0.15	-0.18	-0.32	0.28	-0.36	-0.27	-0.14	-0.69
+YDL224C	WHI4   CELL SIZE        PUTATIVE RNA BINDING PROTEIN	-0.74	-0.22	-0.42	-0.34	-0.3	-0.25	-0.54	-0.15	0.01	0.14	0.36	-0.34	-0.36	-0.25	-0.17	0.16	-0.07	-0.18	0.32	0.69	0.06	0.07	-0.17	0.24	0.14	0.58	0.03	0.37	-0.09	0.33	0.42	0.43	-0.18	0.01	-0.07	-0.18	-0.07	-0.4	-0.17	-0.06	1.74	0.03	-0.03	0.34	-0.69	-0.6	-0.47	0.07	0.32	0.24	0.61	0.66	0.61	-0.18	0.06	-0.06	1.1	1.3	-0.23	0.53	0.16	0.11	0.2	0.46	-0.03	-0.97	-0.15	-0.22	-0.23	-0.04	-0.15	0.73	-0.06	-0.14	0.28	-0.4	-0.47	-0.03	-0.29
+YPL072W	"UBP16  PROTEIN DEGRADATION, UBI PUTATIVE DEUBIQUITINATING ENZYME"	-0.07	-0.01	0.06	0.16	0.04	0.52	0.42	0.39	0.01	-0.15	-0.42	-0.14	0.01	-0.25	0.1	-0.04	0.36	0.39	-0.06	-0.6	-0.43	-0.3	-0.1	-0.14	-0.54	-0.22	-0.3	-0.25	-0.1	-0.27	-0.56	-0.32	-0.15	-0.38	-0.06	-0.15	0.08	-0.23	-0.64	-0.62	0.28		-0.74	-0.62	-0.17	-0.12	-0.06	-0.74	-0.23	-0.1	0.63	0.79	0.45	-0.3	0.18	-0.1	1.29	0.9	-0.2	-0.3	0.16	-0.36	-0.27	0.63	-0.64	-0.04	-0.56	-0.97	0.2	0.45	0.3	0.06	-0.54	-0.27	0.2	0.19	-0.06	0. [...]
+YPL053C	KTR6   PROTEIN GLYCOSYLATION    MANNOSYLPHOSPHATE TRANSFERASE	-0.1	-0.23	0.16	-0.03	0.29	0.53	0.44		-0.15	-0.12	-0.43	-0.47	-0.27	-0.4	0.07	0.07	-0.06	-0.58	0.24	-0.06	-0.27	-0.17	0.08	-0.07	0.3	0.08	-0.17	-0.22	0.01	-0.15	-0.43	-0.3	0.07	0.34	-0.69	-0.14	-0.67	-0.74	-0.81	0.65	-0.67	-1.43	-0.22	0.14	-0.86	-0.18	-0.74		0.89	0.62	1.01	0.85	1.02	0.24	-0.03	0.01	0.72	0.32	0.08	-0.43	0.54	-0.34	0.01	0.74	-0.23	-0.69	-0.56	-0.18	0.74	0.54	1.21	0.9	0.04	0.32		0.1	0.33	0.72	0.18
+YML064C	"TEM1   CELL CYCLE       GTP-BINDING PROTEIN, RAS SUPERFAMILY"	-0.22	-0.89	-0.1	-0.38	0.08	-0.38	0.24	0.25	0.34	-0.2	-0.2	-0.54	-0.18	-0.4	0.1	-0.03	0.44	-0.2	-0.97	-0.76	-0.42	-0.64	-0.14	-0.76	-0.14	-0.07	-0.12	-0.22	-0.32	-0.18	-0.25	-0.32	-0.18	-0.76	-0.47	-0.06	0.34	1.04	0.03	-0.81	-0.38	-0.15	0.64	0.4	-0.47	-0.23	0.03	-0.38	0.4	0.21	0.66	0.24	0.06	0.01	-0.03	-0.45	0.76	0.61	-0.14	-0.29	-0.38	0.06	-0.04	-0.36	-0.1	-0.29	-0.56	-0.04	-0.29	0.24	-0.22	-0.6	-0.03	0.14	-0.04	-0.2 [...]
+YPL127C	HHO1   CHROMATIN STRUCTURE    HISTONE H1	-2.12	-2	-0.45	0.43	0.78	0.86	0.72	0.19	-0.3	-0.76	-0.89	-0.09	0.32	0.45	0.29	0.32	0.16	-0.32	-0.92	-1.32	-1.25	-0.92	0.2	0.77	0.94	1.12	0.82	0.55	0.58	0.42	0.12	-0.3	-1.47	-0.86	0.82	1.2	0.55	-1.18	-0.79	0.8	0.83	1.18	0.49	-1.29	-0.32	0.12	0.45	-0.47	0.53	-0.03	0.96	0.6	0.06	-0.06	0.14	-0.29	1.6	0.82	-0.17	-0.29	-0.14	-0.97	-0.4	0.91	0.23	-0.89	-0.2	-0.3	-0.22	0.43	0.21	0.01	-0.2	-0.04	-0.14	-0.18	-0.36	-0.69	-0.69
+YNL283C	"WSC2   CELL WALL BIOGENESIS     ALPHA-1,4-GLUCAN-GLUCOSIDASE"	0.39	-0.36	-0.22	0.06	0.66	0.46	0.72	-0.09	-0.49	-0.69	-0.62	-0.09	0.51	0.24	0.46	-0.1	0.08	0.07	-1.32	-1.25	-0.92	-0.94	0.03	0.4	0.58	0.86	0.61	0.67	0.38	0.33	-0.27	0.04	-1	-0.62	0.6	1.01	0.64	-0.69	-0.56	0.57	0.73	0.53	-0.12	-2.12	-0.56	-0.43	-0.25	-0.49	0.74	0.82	1.18	0.68	0.36	-0.32	-0.03	-0.29	0.96	0.6	-0.17	-0.17	-0.42	-0.25	0.1	0.69	0.08	-0.64	0.38	0.16	-0.32	-0.29	0.19	0.34	0.03	0.36	0.63	0.01		0.24	-0.56
+YJL179W	PFD1   PROTEIN FOLDING     PREFOLDIN SUBUNIT 1		-0.3	-0.25	-0.17	-0.06	-0.17	0.23	0.1	0.11	-0.17	-0.06	-0.25	-0.06	-0.43	0.23	-0.27	0.19	-0.15	-0.03	0.01	-0.47	-0.15	0.03	-0.12	-0.06	-0.25	-0.29	-0.45	-0.07	-0.4	-0.64	-0.51	0.12	0.26	0.31	-0.1	-0.03	0.26	0.25	0.04	0.21	-0.1	0.23	0.29	0.32	0.19	0.43	-0.58	0.06	0.25	0.58	0.12	-0.18	-0.12	-0.14	-0.71	0.11	0.86	0.08	-1.4	-0.09	1.07	-0.64	-0.01	-0.2	0.41	-0.6	-0.12	-0.3	0.63	0.06	-0.06	-0.07	0.04	0.15	-0.18	-0.22	0.03	-0.27
+YJL006C	CTK2   CELL CYCLE       CYCLIN-LIKE	-0.18	-0.25	-0.29	-0.43	0.14	-0.12	0.2	-0.1	-0.38	-0.3	-0.51	-0.32	-0.22	-0.23	-0.1	-0.32	0.2	-0.22	0.58	-0.25	-0.32	-0.42	-0.07	-0.14	-0.15	-0.54	-0.45	-0.47	-0.23	-0.45	-0.4	-0.49	0.66	0.52	0.63	0.46	0.26	0.24	-0.32	0.62	0.2	0.23	0.36	0.03	-0.12	0.03	-0.04	-0.69	-0.04	0.01	0.71	0.77	0.55	-0.1	0.45	0.23	0.44	0.77	-0.06	-0.79	-0.3	0.23	-0.23	-0.06	-0.4	0.08	-0.15	-0.06	-0.15	0.4	-0.09	-0.23	-0.1	-0.32	-0.4	-0.42	-0.3	-0.04	-0.69
+YFL029C	CAK1   CELL CYCLE       PROTEIN KINASE	-0.15	-0.3	0.29	-0.34	-0.15	-0.32	-0.14	0.07	0.1	-0.23	-0.18	-0.34	-0.29	-0.2	-0.06	-0.32	0.12	0.12	-0.06	-0.62	-0.54	-0.3	-0.43	-0.84	-0.64	-0.4	-0.2	-0.58	-0.58	-0.4	-0.6	-0.43	-0.42	-0.27	0.08	-0.1	-0.09	0.14	0.34	-0.09	-0.29	-0.04	0.11	-0.34	0.53	0.39	0.29	-0.38	-0.23	0.32	0.93	0.82	0.14	-0.79	0.5	-0.27	-0.29	0.34	0.06	0.21	0.08	0.26	0.06	-0.09	-0.06	-0.14	-0.22	0.1	0.08	0.37	0.03	-0.25	-0.07	0.06		0.03	-0.17	0.04	0.12
+YGR143W	SKN1   CELL WALL BIOGENESIS     (1->6)-BETA-GLUCAN SYNTHASE SUBUNIT	0.49	-0.18	0.08	-0.34	-0.3	-0.47	0.1	-0.12	0.29	0.1	0.04	0.01	-0.01	-0.34	-0.23	-0.03	0.32	0.2	0.42	0.04	-0.18	-0.2	-0.4	-0.54	-0.81	-0.27	0.07	-0.2	-0.32	0.34	0.08	0.37	1.08	-0.17	-0.76	0.24	1.14	1.54	-0.64	-0.32	-0.22	0.76	0.85	0.61	0.78	0.46	0.37	-0.22	0.25	0.4	0.38	0.37	0.83	-0.45	-0.71	-0.51	0.89	1.03	-0.29	0.38	-0.18	-0.14	0.08	0.3	-0.23	-0.58	-0.49	-0.4	-0.34	-0.22	0.19	0.37	0.06	0.03	0.24	-0.04	0.12	0.32	0.11
+YBL043W	ECM13  CELL WALL BIOGENESIS     UNKNOWN	0.14	0.26	0.33	-0.34	-0.36	-0.15	0.15	0.11	-0.12	0.3	-0.1	0.04	-0.03	-0.29	0.04	0.38	-0.56	0.08	-1.84	-0.17	0.15	0.51	0.08	0.08	-0.1	0.45	0.5	0.5	-0.23	0.55	0.11	0.29	-0.71	0.58	-0.3	0.59	-0.84	-0.62	-0.49	0.95	0.7		-0.38	-0.23	-1.29		-0.86	0.12		1.13	1.65	1.16	0.82	1.3	0.36	-0.76	0.53	0.72	2.18	-0.22	-0.23	-0.03	-0.58	0.06	-0.62	-0.67	-0.56	-0.54	0.52		0.08	-0.03	-0.51	0.07		-0.22	-0.54	1.95	2.33
+YPR001W	CIT3   TCA CYCLE        CITRATE SYNTHASE	-0.3	-0.12	-0.25	-0.3		0.07	-0.42	-0.25	-0.01	0.15	-0.74	-0.58	-0.3	-0.34	-0.81	-0.18	-0.62	-0.22	-0.36	-0.47	-0.2	-0.56	-0.62	-0.64	-0.36	0.18	0.4	0.46	0.58	0.57	0.12	0.52	-0.43	0.14	-0.2	-0.47	-0.56		-0.18	0.49	0.11	-1.09	-0.49	-0.3	-1.12	-0.32	-0.76	-0.23	1.31	1.04	0.76	-0.17	-0.45	0.25	-0.54	-2.06	1.15	-0.69	0.44	-0.1	0.36	0.45	-0.2	0.54	-0.67	-0.23	-0.81	-0.58	0.06	0.81	0.18	-0.32	-0.22	-0.22	-0.22	-0.38	-0.32	0.26	0.49
+YPL177C	CUP9   CU2+ ION HOMEOSTASIS     PUTATIVE DNA BINDING PROTEIN	0.58	-0.14	-0.34	-0.49	-0.09	0.11	0.01	-0.51	0.03	-0.18	-0.01	-0.4	-0.03	-0.27	-0.1	-0.36	0.23	0.07	0.41	0.55	0.32	0.21	-0.14	-0.42	-0.25	0.03	-0.04	-0.15	-0.38	0.07	-0.38	-0.03	0.45	-0.01	0.24	-0.22	-0.94	-0.47	-0.58	0.42	-0.14	-0.89	-0.36	0.18	-0.62	-0.67	-0.1	-0.38	0.68	0.54	0.32	0.12	-0.15	-0.1	-0.49	-1.03	0.12	-0.01	0.48	-0.03	0.25	0.11	0.16	0.43	0.39	-0.42	-0.3	0.14	-0.03	0.41	0.7	-0.79	-0.07	-0.32	-0.47	-0.71	-0. [...]
+YGR121C	MEP1   TRANSPORT        AMMONIA PERMEASE	0.18	0.06	0.07	-0.17	0.06	-0.18	0.18	-0.23	-0.04	-0.1	-0.2	-0.23	0.11	-0.32	-0.06	-0.09	-0.03	-0.29	0.08	0.04	-0.22	-0.17	-0.36	-0.27	-0.51	-0.17	-0.03	-0.15	-0.47	-0.17	-0.27	0.06	-0.67	-0.97	-0.38	0.53	0.38	0.74	-0.45	0.31	0.19	0.57	0.36	-0.58	0.06	0.25	0.29	-0.38	1.18	0.69	0.39	-0.34	-0.2	0.37	-0.17	-0.58	1.33	-0.92	0.12	0.78	-0.01	0.72	0.43	-0.36	0.1	-0.51	-0.25	-0.51	-0.45	-0.29	0.07	-0.64	-0.29	-0.1	-0.07	-0.64	-0.56	-0.29	-0.38
+YNL142W	MEP2   TRANSPORT        AMMONIA PERMEASE	-0.56	-0.6	-0.22	-0.36	0.14	0.16	0.06	-0.23	-0.29	-0.25	-0.34	-0.71	-0.29	-0.6	-0.15	-0.49		-0.62	-0.69	-0.64	-0.64	-0.64	-0.25	-0.67	-0.62	-0.54	-0.42	-0.51	-1.03	-0.43	-0.2	-0.27	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42		-0.94	0.21	-0.38	-0.56	4.02	1.39	-0.67	-0.64	-0.76	4.14	-1.64	-1.03	4.88	-1.43	0.1	0.19	-0.14	0.18	0.64	0.24	-0.43	-0.71	-0.62	-0.76	-0.56	2.43	0.69	0.53	-0.2	-0.12	0.07	-0.04	0.24	0.36	0.68
+YIR032C	DAL3   PURINE METABOLISM     UREIDOGLYCOLATE HYDROLASE	0.01	-0.14	-0.25	-0.76	-0.81	-0.56	-0.64	-0.14	-0.56	-0.09	-0.03		-0.12	-0.17	-0.18	-0.1	-0.81	-0.49	-0.79	-0.67	-0.36	-0.4	-0.15	-0.43	-0.47	-0.01	-0.27	-0.4	-0.47	-0.12	-0.45	-0.14	-0.58	-0.42	-0.64	-0.1	0.32	0.31	0.11	0.15	0.71	0.41	0.33	0.48	0.38	0.61	0.53	-0.49	1.51	-0.15	-0.12	-0.42	-0.54	2.2	-0.4	-0.45	1.91	-0.54	-0.1	0.34	-0.51	0.11	0.07	0.69	-0.45	-0.54	-1	-0.43	-0.2	0.61	0.41	0.37	0.03	-0.17	0.25	0.03	-0.07	0.77	0.28
+YIR027C	DAL1   ALLANTOIN UTILIZATION    ALLANTOINASE	0.06	0.29	0.14	-0.18	-0.04	-0.17	0.19	0.1	0.11	0.21	-0.15	-0.03	-0.1	-0.27	-0.12	-0.01	-0.03	-0.22	-0.27	-0.67	-0.43	-0.34	-0.3	-0.34	-0.34	-0.42	-0.45	-0.76	-0.34	-0.47	-1.15	-0.51	0.3	0.14	0.12	0.07	0.52	0.42	0.19	0.25	0.29	0.01	0.06	-0.06	-0.36	-0.47	-0.17	-0.4	1.67	-0.74	0.58	-0.17	-0.6	2.2	-0.09	-0.3	1.22	-0.43	0.23	0.6	0.18	0.49	1.1	0.54	-0.67	-0.42	-0.92	-0.51	0.25	0.92	0.21	0.25	-0.76	-0.36	-0.2	-0.6	-0.67	0.31	0.08
+YIR029W	DAL2   ALLANTOIN UTILIZATION    ALLANTOICASE	-0.1	-0.04	-0.1	-0.6	0.06	-0.12	-0.15	-0.17	-0.27	0.23	-0.32	0.04	-0.17	-0.51	-0.1	-0.15	-0.49	-0.3	-0.1	-0.45	0.06	-0.38	-0.18	-0.07	-0.25	-0.22	-0.36	-0.14	-0.36	-0.25	-0.76	0.18	-1.43	-0.01	0.34	0.49	0.34	0.32	0.01	0.29	0.19	0.37	0.23	-0.32	0.11	-0.04	0.24	-0.38	2.68	0.4	0.79	0.36	-0.1	2.89	-0.23	-0.29	1.73	-0.49	0.12	0.3	0.26	-0.03	0.34	0.71	-0.71	-0.34	-0.56	-0.56	-0.07	0.7	0.58	0.31	-1.03	0.08	-0.29	-0.64	-0.51	0.33	0.11
+YKR034W	DAL80  NITROGEN CATABOLISM    TRANSCRIPTION FACTOR	-0.2	-0.06	-0.07	-0.36	-0.17	-0.01	-0.2	-0.03	-0.03	-0.2	-0.42	0.14	-0.1	0.01	-0.3	0.14	-0.15	-0.32	-0.38	-0.74	-0.25	-0.62	-0.42	-0.62	-0.2	-0.27	-0.56	-0.71	-0.38	-0.42	-0.74	-0.17	-0.71	-0.34	-0.17	0.28	0.38	0.52	0.12	1.08	1.07	1.52	0.53	0.16	1.03	1.49	1.49	-0.22	2.94	1.36	1.65	1.12	1.82	1.91	0.4	0.2	3.59	0.96	0.36	-0.25	0.19	0.29	-0.15	0.36	-0.64	-0.64	-0.67	-0.97	0.04	0.38	0.49	0.1	-0.07	-0.1	0.46	-0.17	-0.6	0.19	-0.22
+YJR152W	DAL5   ALLANTOIN UTILIZATION    ALLANTOATE PERMEASE	-0.38	0.39	-0.23	-0.14	-0.04	-0.15	-0.38	-0.12		0.34	-0.06	-0.18	0.24	-0.25	0.1	0.11	-0.25	-0.18	-0.49	-0.49	-0.04	-0.22	-0.3	-0.51	-0.36	0.03	-0.23	-0.23	-0.12	-0.09	-1.43			-0.3	-0.17	-0.36	-0.34	-0.4	-0.12	0.29	1.18	0.07	0.03	0.4	0.06	-0.03	0.11	-0.09	3.33	0.23	1.16	0.86	1.34	3.53	0.43	0.21	3.49	-0.36	0.78	-0.25	0.25	0.41	-0.17	0.9	-0.4	-0.38	-0.1	-0.84	-0.06	0.36	0.26	-0.25	-0.15	-0.18		-0.29	-0.36	0.5	0.15
+YIR028W	DAL4   ALLANTOIN UTILIZATION    ALLANTOIN PERMEASE	-0.07	-0.18	0.11	-0.29	0.08	-0.23	-0.01	-0.06	-0.25	-0.45	-0.36	-0.34	-0.03	-0.3	-0.47	-0.43	-0.17	-0.3	-0.07	-0.43	-0.34	-0.22	-0.36	-0.51	-0.45	-0.27	-0.36	-0.6	-0.43	-0.49	-0.67	-0.42	0.2	0.18	0.52	0.01	-0.01	0.04	-0.01	-0.29	-0.06	-0.15	-0.29	-0.17	-0.22	-0.25	-0.22	-0.54	1.69	-0.01	1.47	1.14	0.87	1.83	0.99	0.41	3.11	0.53	-0.04	0.1	0.03	0.81	0.48	0.38	-0.62	-0.62	-0.43	-0.6	-0.09	0.86	0.51	0.29	-0.12	-0.17	0.18	-0.3	-0.4	0.55	0.39
+YIL050W	PCL7   CELL CYCLE       CYCLIN	-0.47	-0.47	-0.62	-0.25	-0.27	0.06	-0.17	0.08	0.06	-0.38	-0.38	-0.42	-0.14	-0.3	-0.23	0.07	-0.32	-0.32	0.51	-0.27	0.08	-0.09	-0.22	-0.29	-0.18	-0.07	-0.14	-0.14	0.08	-0.06	-0.27	-0.09	-0.81	-0.69	0.24	0.77	0.86	1.03	0.25	0.42	0.7	0.66	0.46	0.54	0.31	0.11	0.66	0.03	0.91	0.39	0.31	0.18	0.36	0.85	0.15	-0.49	0.51	0.14	0.36	0.18	0.63	-0.45	-0.18	-0.03	-0.54	-0.84	-0.47	-0.47	-0.18	1.06	-0.06	-0.38		-0.01	-0.03	-0.18	-0.29	0.51	0.38
+YER069W	"ARG5,6 ARGININE BIOSYNTHESIS    ACETYLGLUTAMATE KINASE AND ACETYLGLUTAMYL-PHOSPHATE REDUCTASE"	0.01	0.39	0.1	0.03	-0.2	0.03	-0.22	0.08	0.24	-0.2	0.37	0.19	0.26	0.46	0.4	0.62		0.53	-0.51	-0.27	-0.1	0.07	-0.51	-0.3	-0.25	-0.1	-0.07	-0.07	0.07	0.08	0.55	0.26	-0.18	0.14	-0.27	-0.6	-0.79	-0.2	-0.14	0.26	-0.06	-1.15	-0.86	0.19	-0.94	-0.17	-0.86	-0.17	1.14	0.42	0.69	1.24	1.1	0.93	0.1	0.28	0.91	-0.67	0.1	0.07	0.3	0.95	1.13	0.43	-0.56	-0.71	-0.71	-0.62	0.04	0.34	0.37	-0.22	0.14	0.28	0.28 [...]
+YAL062W	GDH3   GLUTAMATE BIOSYNTHESIS   NADP-GLUTAMATE DEHYDROGENASE	0.14	0.11	0.14	0.19	0.01	-0.18	0.18	0.14	-0.15	0.29	-0.01	0.41	0.24	-0.15	0.14	0.74	0.29	0.1	1.12	0.34		0.59	0.03	-0.17	0.11	-0.17	-0.01	0.01	-0.67	-0.03		0.01	-0.04	-0.3	0.08	0.08	-0.15	0.08	0.03	-0.03	0.08		0.04	0.69	0.06	-0.18	-0.94	0.3	3	1.44	0.31	0.34	1.36	2.19	-0.89	0.06	1.71	-2.94	0.21	0.66	-0.01	-0.2	-0.12	-0.27	-0.34	-0.23	-0.06	-0.2	0.1	-0.04	-0.47	-0.45	0.32	0.32	-0.22	-0.29	-0.04	-0.71	-0.3
+YOR375C	GDH1   GLUTAMATE BIOSYNTHESIS   GLUTAMATE DEHYDROGENASE	0.14	0.28	0.41	0.34	0.23	0.16	0.25	-0.18	-0.23	-0.25	-0.01	0.01	0.37	-0.01	0.26	0.03	0.07	0.1	-0.12	-0.18	-0.27	0.56	0.59	0.68	0.19	0.42	0.1		0.15	0.11	-0.49	0.06	0.25	0.46	0.14		-0.06	-0.1	0.12		-0.18	-0.14	-0.12	0.18	0.33	-0.14	-0.51	-0.2	3.62		0.62	-0.54	-0.2	1.95	-1.4	-2.4	2.02	-2.47	-0.01	0.01	-0.54	-1.69	-1.03	-1.09	-0.1	0.65	0.15	0.04	0.21	-0.43	-0.09	-1.47	0.24	0.14	0.07	-0.49	0.41	-0.79	-0.79
+YDR481C	PHO8   PHOSPHATE METABOLISM     VACUOLAR ALKALINE PHOSPHATASE	-0.89	-0.47	0.23	0.04	0.4	-0.14	-0.47	-0.09	0.21	0.23		0.95	0.82	0.29	0.16	0.01	-0.97	-1	-0.29	-0.3	0.12	-0.03	-0.3	-0.06		0.2	-0.2	-0.09	-0.04	0.1	0.04	0.26	-0.18	0.54	0.49	0.25	-0.25	0.06	0.48	1.08	0.81	0.06	0.16	0.37	0.19	0.12	-0.15	-0.04	0.77	0.43	0.01	-0.12	0.11	0.28	-0.4	-0.32	1.12	0.44	-0.01	0.26	0.55	0.79	0.3	-0.42	0.18	-1.06	0.46	0.56	-0.15	0.33	-0.36	0.6	0.14	0.3	0.11	-0.64	-0.58	0.21	0.52
+YFL021W	GAT1   NITROGEN CATABOLISM    TRANSCRIPTION FACTOR	-0.69	-0.34	-0.3	-0.42	-0.2	-0.36	-0.81	-0.3	-0.38	-0.51	1	0.2	-0.01	-0.07	-0.06	0.32	-0.69	-0.23	-0.29	-0.43	0.19	0.1	-0.14	-0.42	-0.62	-0.12	-0.4	-0.25	-0.18	-0.15	0.08	0.24	-0.79	-0.12	-0.18	-0.27	-0.23	-0.2	0.44	0.59	0.23	-0.18	-0.14	0.4	-0.04	0.16	0.03	-0.1	0.88	0.04	-0.32	-0.54	-0.47	0.58	-0.43	-0.69	1.29	0.16	-0.06	0.08	0.18	0.43	0.43	-0.49	-0.25	-0.27	-0.04	-0.14	-0.1	0.36	-0.22	-0.15	0.01	0.31	0.26	-0.42	-0.49	0.46	0.56
+YCR005C	CIT2   GLYOXYLATE CYCLE    PEROXISOMAL CITRATE SYNTHASE	0.34	1.46	1.23	1.23	1.06	0.5	0.64	0.54	0.49	0.52	0.01	0.2		0.03	-0.09	-0.18	0.08	-0.04	-0.01	-0.22	-0.81	-0.51	-0.56	-0.34	0.11	0.72	0.91	0.52	0.38	0.69	0.6	-0.03	-1.79	-1.94	-0.25	1.17	1.41	0.45	0.43	0.62	-0.17	1.06	0.04	-1.74	0.81	0.98	0.88	-0.07	1.82	1.7	1.55	0.75	1.2	0.3	-0.49	-1.03	1.17	-4.06	0.54	1.87	1.84	0.39	-0.22	0.01	-0.09	0.58	0.55	0.38	-0.09	0.84	1.87	1.01	-0.49	-0.14	0.1	-0.38	-0.84	1.06	2.28
+YHR018C	ARG4   ARGININE BIOSYNTHESIS    ARGININOSUCCINATE LYASE	0.94	1.29	1	0.15	-0.03	-0.45	0.12	-0.4	-0.01	0.07	0.45	0.32	0.4	-0.1	0.31	0.08	0.37	0.25	-0.74	-0.27	-0.3	-0.49	-0.27	-0.62	-0.71	-0.23		0.03	-0.09	0.48	0.2	0.12	-0.89	-0.79	-0.79	-0.09	-0.36	-0.34	0.08	0.19	0.2	-0.09	-0.15	0.1	0.9	1.01	1.24	-0.32	1.23	0.23	0.82	0.74	0.24	1.14	0.33	-0.45	0.65	-1.94	-0.23	0.72	0.49	0.12	0.29	-0.32	0.11	-0.23	-0.07	0.03	-0.1	0.01	0.83	0.12	0.23	0.37	0.14	0.07	0.19	0.55	0.18
+YGR133W	"PEX4   PROTEIN DEGRADATION, UBI E2 UB.-CONJUGATING ENZYME"	-0.15	0.04	-0.06	-0.09	-0.22	0.04	0.14	0.37	0.1	0.08	-0.06	-0.15		-0.1	-0.32	-0.12	-0.14	-0.03	0.04	0.06	-0.04	-0.12	0.01	0.11	0.07	-0.01	-0.22	-0.22	-0.07	-0.38	-0.23	0.15	-0.09	-0.27	0.3	1.3	-0.62	-0.09	-0.14	0.07	0.07	-0.56	0.19	-0.54	-0.36	0.64	-0.12	0.06	0.29	-0.27	-0.2	0.34	0.44	0.08	-0.25	-0.17	0.28	0.15	-0.42	-0.1	0.01	0.08	-0.14	0.52	0.16	-0.36	-0.01	0.07	-0.43	0.54	0.01	-0.07	-0.12	-0.34		-0.03	-0.42	0.07	0.15
+YDL198C	YHM1   TRANSPORT        MITOCHONDRIAL CARRIER FAMILY	-0.17	0.36	0.43	0.6	-0.12	0.45	0.11	0.26	0.25	0.12	0.32	-0.18	-0.07	-0.06	0.07	0.32	0.24	0.41	-1.4	-0.34	0.32	-0.92	-0.1	0.39	0.7	0.73	0.42	0.54	0.5	0.41	0.06	0.14	-0.54	-0.76	-0.71	0.03	-0.94	-0.69	-0.09	0.28	-0.2	-1.12	-1.56	0.48	0.69	0.36	0.58	0.16	0.48	0.18	0.56	0.43	0.18	0.1	-0.03	-0.6	0.12	0.16	-0.06	-0.38	-0.29	-0.4	-0.36	-0.32	0.37	-0.45	-0.12	-0.42	-0.47	-0.17	-0.84	-0.22	0.06	0.25	0.4	0.07	-0.29	0.07	-0.84
+YIR022W	SEC11  SECRETION        SIGNAL PEPTIDASE SUBUNIT	-0.07	-0.17		0.03	0.07	-0.01	0.34	0.08	-0.06	-0.43	-0.17	-0.27	0.07	-0.34	0.08	-0.36	0.34	-0.23	0.2	-0.17	-0.22	-0.6	-0.34	-0.6	-0.14	0.24	-0.07	-0.43	0.04	0.37	0.16	0.2	-0.2	-0.3	-0.22	0.03	0.28	0.16	0.23	0.2		-0.01	0.11	-1.22	-0.23	-0.15	-0.03	-0.54	0.52	0.06	0.24	-0.23	-0.56	0.4	-0.06	-0.71	0.37	-0.01	0.16	0.03	0.34	-0.06	-0.1	0.12	0.63	0.03	-0.12		-0.23	-0.1	0.1	-0.22	0.19	0.19	0.36	0.11	0.3	0.55	-0.2
+YDL229W	SSB1   TRANSLATION      CYTOSOLIC HSP70	-0.38		-0.04	0.11	-0.3	-0.14	-0.49	-0.17	0.16	-0.22	0.53		-0.06	0.04	0.04	0.39	-0.18	0.21	-0.43	0.03		0.41	-0.22	0.03	0.08	0.5	0.21	0.21	-0.17	0.25	0.42	0.24	-0.15	-0.32	-0.14	-0.03	-0.14	-0.09	-0.07	0.45	-0.01	-0.79	-0.36	0.33	-0.27	-0.32	-0.45	0.07	0.9	0.28	-0.17	-0.69	-0.38	0.95	-0.47	-0.51	0.43	-0.54	0.11	0.07	-0.47	-0.3	-0.06	-0.51	0.06	-0.3	-0.18	-0.42	-0.4	0.25	-1.06	-0.49	0.06	0.23	0.12	-0.06	0.29	0.23	0.64
+YBR085W	AAC3   TRANSPORT        MITOCHONDRIAL ADP/ATP TRANSLOCATOR	-0.01	-0.42	0.07	0.08	0.4	-0.1	0.42	-0.71	0.21	0.26	-0.09	0.03	0.01	-0.01	0.01	-0.17	0.01	-0.14	-1.32	-0.74	-0.29	-0.32	-0.2	-0.1	-0.3	0.2	0.63	0.26	-0.27	0.28	0.53	0.1	-0.47	-0.47	-0.29	0.06	-0.14	-0.18	0.15	-0.07	-0.04	-0.17	-0.07	0.34	-0.29	-0.3	-0.27	0.19	0.68	0.12	-0.17	-0.42	-0.92	0.78	-0.51	-1.18	-0.81		0.19	0.31	0.51	-0.01	-0.06	-0.36	-0.2	-1.12	-0.22	-0.67	-0.25	-0.17	-0.38	-0.22	-0.36	-0.18	0.59	0.04	-0.54	0.38	0.89
+YFL018C	LPD1   TCA CYCLE        DIHYDROLIPOAMIDE DEHYDROGENASE	-0.49	-0.17	-0.14	0.03	-0.06	0.01	-0.09	-0.04	0.32	0.01	0.31	-0.06	-0.01	-0.22	-0.04	0.2	-0.3		-0.2	-0.07	0.12	0.1	-0.32	0.03	0.07	0.63	0.68	0.59	0.12	0.59	0.69	0.59	-0.12	-0.29	-0.04	0.25	0.15	0.14	0.15	0.12	0.19	0.14	0.26	1.38	0.4	0.28	0.51	0.08	0.16	0.11	-0.12	-0.54	-0.49	0.18	-0.12	-1.03	-0.07	-0.22	-0.14	0.36	0.26	-0.03	-0.03	-1	-0.18	-0.4	0.43	0.38	-0.29	-0.27	-0.2	-0.49	0.03	0.18	0.44	0.39	0.53	0.71	0.8
+YBR221C	PDB1   GLYCOLYSIS       PYRUVATE DEHYDROGENASE	-0.12	-0.71	0.16	-0.2	0.24	-0.45	0.16	0.2		0.3	0.06		-0.03	-0.64	-0.06	0.24	-0.27	0.06	-0.6	-0.62	-0.51	-0.47	-0.45	-0.12	-0.07	0.69	0.59	0.57	-0.27	0.4	0.79	0.38	-0.49	-0.67	-0.43	-0.12	0.07	0.04	0.07	0.14	-0.06	0.12	0.3	-0.54	0.08	0.03	0.12	-0.14	0.19	0.24	-0.03	-0.76	-0.67	-0.01	-0.42	-1.22	-0.32	-0.06	0.24	0.21	-0.23	-0.15	-0.06	0.12	0.43	-0.76	0.26	-0.56	-0.23	-0.58	-0.2	-0.58	0.18	0.08	0.59	0.58	0.62	0.1	-0.03
+YER178W	PDA1   GLYCOLYSIS       PYRUVATE DEHYDROGENASE	0.29	-0.15	0.18	-0.04	0.1	-0.18	0.3	0.08	0.2	-0.12	0.25	0.04	0.06	0.03	0.33	0.01	0.31	-0.27	0.25	0.39	0.19	0.58	0.21	-0.04	0.31	0.59	0.38	0.14	-0.15	0.58	0.39	0.43	-0.22	-0.43	-0.29	-0.06	0.18	0.07	0.03	0.1	-0.09		0.2	-0.18	-0.04	0.03	0.07	-0.07	0.08	-0.04	-0.25	-0.79	-0.71	0.6	-0.43	-0.84	0.11	0.06	0.31	0.33	-0.17	0.24	0.14	0.21	0.26	-0.79	0.21	0.2	-0.09	-0.45	-0.36	-0.74	0.34	0.53	0.86	0.3	0.33	-0.07	0.58
+YBR035C	PDX3   STEROL UPTAKE (PUTATIVE) PYRIDOXINE (PYRIDOXAMINE) PHOSPHATE OXIDASE	-0.36	-0.51	0.04	-0.34	0.11	-0.2	0.11	0.32	-0.17	-0.07	-0.23	-0.22	-0.09	-0.18	0.01	-0.23	-0.09	0.19	-0.03	-0.62	-0.47	-0.74	-0.64	-0.47	-0.92	-0.03	0.46	0.01	-0.51	0.44	0.25	0.12	0.12	0.28	-0.15	-0.54	-0.34	-0.18	0.42	-0.03	-0.47	-1.18	-0.22	0.11	-0.43	-0.1	-0.43	-0.03	0.65	-0.04	-0.43	-0.81	-0.6	0.69	-0.38	-0.69	0.03	-0.56	-0.17	0.43	-0.14	-0.25	-0.25	0.07	0.26	0.42	0.16	-0.81	-0.06	0.19	-0.06	-0.49	0.1 [...]
+YMR264W	"CUE1   PROTEIN DEGRADATION, UBI RECRUITS ENZYME UBC7P TO MEMBRANE"	-0.17	-0.09	0.01	0.08	-0.07	0.07	0.03	0.07	0.08	-0.43	-0.04	-0.38	-0.07	-0.32	-0.1	-0.36	-0.36	-0.51	0.2	0.08	0.14	-0.1	0.12	-0.03	0.14	0.08	-0.18	-0.22	-0.12	-0.1	-0.17	-0.01	0.33	-0.01	0.01	0.18	-0.07	0.07	0.16	0.25	-0.1	-0.2	0.23	-0.64	-0.03	-0.12	0.04	-0.2	0.7	0.28	0.04	-0.32	-0.43	0.3	-0.62	-1.09	0.34	-0.01	0.01	-0.09	0.34	-0.34	0.19	0.4	0.07	-0.3	0.03	-0.04	0.1	0.29	-1.4	-0.79	-0.1	0.23	0.53	-0.06	0.07	0.59	0.28
+YDR188W	CCT6   PROTEIN FOLDING     CYTOPLASMIC CHAPERONIN COMPLEX	-0.56	-0.62	-0.6	-0.43	-0.38	-0.27	-0.45	-0.32	0.28	0.11	0.31	-0.22	-0.25	-0.43	-0.23	0.07	-0.3	-0.22	-0.12	0.79	0.16	0.34	0.25	0.65	0.58	0.86	0.67	0.93	0.36	0.45	0.86	0.67	0.3	0.18	0.07	0.1	-0.12	0.1	-0.09	-0.12	-0.25	0.12	0.14	-0.01		-0.22		-0.12	0.08	-0.12	-0.51	-0.92	-0.69	0.25	-0.43	-0.6	0.49	0.28	-0.17	-0.38	-0.03	0.2	0.12	0.66	0.01	-0.67	0.46	0.18	0.14	-0.32	-0.42	0.23	-0.12	0.12	0.75	-0.27	-0.54	-0.03	-0.29
+YKR048C	NAP1   CHROMATIN STRUCTURE    NUCLEOSOME ASSEMBLY PROTEIN	0.07	-0.42	-0.09	-0.25		-0.34	0.34	-0.07	0.2	-0.04	-0.03	-0.29	-0.22	-0.62	-0.12	-0.18	0.1	-0.15	0.48	0.28	-0.29	-0.15	-0.18	-0.06	-0.15	0.21	0.54	-0.06	0.19	0.39	0.33	0.16	0.24	-0.01	0.11	0.11	0.25	0.19	-0.03	-0.12	-0.15	-0.03	0.14	-0.43	0.32	-0.07	0.16	0.24	0.39	-0.23		-0.4	-0.51	0.94	-0.42	-0.07	0.18	-0.07	0.06	0.06	0.01	0.51	0.51	0.67	0.3	-0.76	0.03	0.14	-0.1	-0.29	0.04	-0.12	-0.47	-0.12	0.43	-0.2	-0.14	0.43	0.34
+YDR498C	SEC20  SECRETION        UNKNOWN; ER MEMBRANE PROTEIN	-0.54	-0.27	-0.23	-0.36	-0.17	0.08	-0.4	-0.34		0.16	-0.07	0.01	-0.09	-0.12	-0.25	-0.01		-0.14	0.23	0.06	0.04	0.06	-0.09	-0.09	0.2	0.08	0.12	0.11	0.04	-0.54	-0.38	-0.04	-0.81	0.31	-0.32	-0.01	-0.22	0.23	0.56	0.7	1.07	-0.03	0.29	0.87	0.14	-0.01	0.48	0.12	0.01	-0.22	-0.47	-0.56	-0.54	0.21	-0.36	0.8	0.25	0.89	-0.22	-0.18	-0.06	-0.1	-0.22	0.23	0.01	-0.42	-0.1	-0.29	-0.42	0.32	-0.2	-0.42	-0.23	-0.27	0.26	-0.32	-0.43	0.62	-0.17
+YPR167C	MET16  SULFATE ASSIMILATION     3'-PHOSPHOADENYLYLSULFATE REDUCTASE	0.1	0.4	0.03	-0.06		0.12	0.29	0.11	0.3	-0.38	0.06	-0.07	-0.23	-0.45		-0.06	0.04	-0.18	-0.56	-0.18	-0.2	-0.23	0.14	-0.42	-0.17	-0.01	-0.17	-0.25	-0.03	-0.12	-0.42	-0.56	-0.71	-0.27	0.3	0.3	-0.14	-0.18	-0.01	0.33	0.32	-0.03	-0.36	0.39	0.41	0.4	0.74	-0.18	0.18	-0.09	-0.03	-0.25	-0.43	0.25	0.03	0.12	0.43	0.96	-0.09	0.04	0.11	-0.3	-0.4	0.28	-0.36	-0.06	0.04	0.11	-0.42	0.26	0.18	0.6	-0.09	-0.45	-0.06	-0.03	-0.4	0.46	-0.43
+YPR129W	SCD6   SECRETION (PUTATIVE)     SUPPRESSOR OF CLATHRIN DEFICIENCY	-0.29	-0.54	-0.14	-0.23	0.03	-0.34	0.15	-0.22	0.24	-0.42	-0.2	-0.36	-0.17	-0.34	0.11	-0.12	-0.01	0.4	0.11	-0.23	-0.47	0.11	-0.32	-0.2	0.12	-0.06	0.21	0.15	-0.4	-0.09	-0.09	-0.09	-0.18	-0.22	-0.04	-0.03	0.12	0.03	-0.49	-0.23	-0.12	-0.03		0.29	0.07	-0.09	0.2	-0.2	0.55	0.01	-0.23	-0.56	-0.32	0.44	-0.14	-0.58	0.31	0.84	-0.12	-0.36	0.52	0.15	-0.47	-0.27	0.03	-0.15	0.21	-0.34	-0.18	0.69	0.82	0.06	0.11	0.07	0.04	-0.29	-0. [...]
+YBR041W	FAT1   TRANSPORT        LONG-CHAIN FATTY ACID TRANSPORTER	-0.18	-0.34	0.48	0.29	0.46	0.06	0.11	0.19	-0.32	-0.25	-0.34	0.14	0.14	0.24	0.03	-0.03	-0.07	-0.03	-0.54	-0.64	-0.58	-0.97	-0.32		-0.42	-0.27	0.08	0.03	-0.38	0.11	-0.15	-0.36	-0.84	-0.14	0.12	0.19	0.29	-0.09	0.21	0.44	0.33	0.18	-0.1	-0.62	0.12	-0.04	-0.09	-0.09	0.21	-0.01	0.06	-0.34	-0.4	0.53	-0.34	-0.29	0.71	0.89	-0.18	0.28	0.01	-0.51	-0.29	-0.76	-0.1	-0.43	-0.09	-0.29	0.15	-0.18	-0.47	-0.27	0.25	0.16	0.28	0.29	0.26	0.04	0.1
+YML007W	YAP1   OXIDATIVE STRESS    TRANSCRIPTIONAL ACTIVATOR	-0.23	-0.18	-0.01	-0.27	-0.12	-0.12	0.21	-0.18	-0.09	-0.01	-0.01	-0.01	-0.14	-0.25	-0.25	-0.17	0.06	-0.03	0.1	0.12	-0.49	-0.32	-0.17	0.08	-0.32	-0.1	0.08	0.06	0.01	0.29	0.06	0.33	-0.09	-0.06	-0.25		0.01	-0.04	0.07	-0.25	-0.04	0.39	0.26	-0.34	0.65	0.38	0.44	-0.06	0.46	0.04	-0.3	-0.22	0.04	0.79	-0.56	-0.14	0.62	0.74	-0.32	0.11	-0.07	-0.07	-0.04	-0.62	0.51	0.1	0.29	-0.12	-0.38		-0.07	0.39	0.14	-0.06	-0.06	-0.09	-0.25	0.04	0.01
+YDR284C	DPP1   PHOSPHOLIPID METABOLISM  DIACYLGLYCEROL PYROPHOSPHATE PHOSPHATASE	-0.47	-0.22	-0.17	0.18	-0.27	0.14	-0.34	-0.09	-0.09	0.06	0.07	-0.38	-0.07	-0.4	-0.36	-0.25	-0.2	-0.18	0.11	0.12	0.49	-0.86	-0.32	-0.15	0.07	0.08	0.01	-0.06	0.12	0.11	0.04	0.15	-0.34	-0.42	-0.4	0.45	0.03	0.08	0.03	0.48	0.8	0.16	0.14	0.55	-0.07	0.32	0.04	0.01	0.7	-0.36	-0.25	-0.1	-0.04	0.69	-0.34	-0.27	1.29		-0.2	-0.15	0.3	-0.27	-0.32	-0.06	0.38	-0.23	0.19	0.12	-0.27	0.46	-0.17	-0.01	-0.09	-0.14	0.75	0.2	-0.03 [...]
+YDR182W	CDC1   MN2+ ION HOMEOSTASIS     UNKNOWN	-0.23	-0.34	-0.22	-0.29	0.03	-0.29	-0.03	-0.54	-0.23	0.01	-0.22	-0.32	-0.32	-0.58	-0.29	-0.25	-0.29	-0.36	-0.09	-0.43	-0.3	-0.62	-0.58	-0.22	-0.29	0.32	0.18	0.28	-0.01	0.31	0.19	0.14	-0.18	-0.12	0.14	0.32	0.26	-0.04	-0.14	0.07	0.28	0.32	0.14	-0.06	0.07	0.06	-0.07	-0.17	0.12	-0.14	0.04	-0.38	-0.4	0.04	-0.43	-0.67	0.78	0.86	-0.67	0.25	0.14	-0.3	-0.07	-0.36	-0.18	-0.56	0.01	-0.06	-0.3	0.03	0.18	-0.06	-0.25	0.01	0.32	-0.14	-0.45	0.66	0.04
+YGR252W	GCN5   CHROMATIN STRUCTURE    HISTONE ACETYLTRANSFERASE	-0.32	0.2	-0.27	-0.14	-0.18		-0.1	0.26	0.06	-0.43	-0.09	-0.34	-0.14	-0.09	0.21	0.19	-0.29	-0.03	0.26	-0.3	-0.09	-0.07	-0.29	-0.07	-0.15	0.03	-0.07	-0.2	-0.29	-0.01	-0.18		-0.29	-0.1	-0.03	0.16	-0.14	-0.27	-0.22	-0.12	0.54	-0.03	-0.17	0.31	-0.4	-0.34	-0.45	0.1	0.34	-0.03	-0.04	-0.06		0.29	-0.29	-0.06	0.77	0.62	0.06	-0.38	-0.38	-0.29	-0.42	-0.2	-0.1	-0.29	-0.12	-0.51	-0.27	0.18	0.08	-0.22	0.01	0.18	0.44	0.06	0.16	0.14	0.04
+YML069W	POB3   DNA REPLICATION (PUTATIV BINDS DNA POLYMERASE DELTA	-0.32	-0.49	0.21	0.19	0.5	0.04	-0.27	-0.18	-0.04	-0.17	0.77	0.14	0.1	-0.04	0.12	0.28	-0.23	-0.34	-0.56	-0.4	-0.34	0.21	0.1	0.01	0.3	0.39	-0.01	-0.06	-0.23	-0.03	-0.32		-1.36	-0.14	0.32	0.67	-0.3	-0.32	0.12	0.8	2.3	-1.09	1.16	0.32	-0.97	0.14	-0.2	-0.04	0.48	0.32	-0.06	-0.32	-0.15	0.08	-0.29	-0.18	1.15	1.03	-0.14	-0.38	0.04	-0.3	-0.47		0.28	-0.1	0.34		0.04	0.28	0.36	0.52	0.33	0.29	0.04	-0.04	-0.07	-0.03	-0.74
+YDL126C	CDC48  UBIQUITIN MEDIATED DEGRE MICROSOMAL AAA ATPASE FAMILY	-0.06	1.41	-0.22	-0.29	-0.22	-0.47	0.06	-0.2	0.04	-0.18	-0.1	-0.01	0.03	-0.56	-0.22	-0.38	-0.56	-0.32	0.51	0.43	0.45	-0.25	-0.49	-0.64	-0.25	-0.06	0.42	0.54	-0.34	0.64	0.52	0.45	-0.6	-0.69	-0.6	-0.54	-0.67	-0.84	-0.2	-0.49	-0.34	-0.04	-0.1	1.02	0.55	0.21	0.3	0.3	0.63	0.63	0.14	-0.6	-0.71	0.03	-0.67	-1.4	0.58	1.35	-0.45	0.33	0.36	0.61	0.1	-0.74	-1.4	-0.49	0.31	0.07	0.69	0.39	-0.15	0.95	0.24	0.44	0.51	0.45	0.28	0.55	
+YOR124C	"UBP2   PROTEIN DEGRADATION, UBI UBIQUITIN-SPECIFIC PROTEASE"	-0.04	-0.2	0.34	0.14	0.16	-0.03	-0.07	-0.14	-0.07	-0.18	-0.17	-0.06	-0.12	-0.25	-0.01	-0.23	0.04	-0.01	0.68	-0.07	-0.22	0.07	-0.74	-0.23	-0.4	-0.47	-0.36	-0.36	-0.32	-0.14	-0.27	-0.06	-0.47	-0.56	-0.34	-0.32	-0.18	-0.32	-0.14	-0.56	-0.79	-0.29	-0.27	-0.74	0.36	0.18	0.11	-0.04	-0.22	0.23	0.19	-0.38	-0.4	-0.15	-0.07	-0.89	0.14	0.44	-0.56	0.88	0.59	0.25	0.37	-0.84	-0.32	-0.07	-0.14	-0.1	-0.51	0.21	0.08	0.39	-0.1	0.04	0.11 [...]
+YLR166C	SEC10  SECRETION        EXOCYST COMPLEX SUBUNIT	-0.38	1.83	-0.56	-0.36	-0.43	-0.22	-0.04	-0.2	0.15	-0.38	-0.36	-0.3	-1.6	-0.51	-0.42		-0.49	-0.07	-0.56	-0.09	-0.06	-0.09	-0.18	-0.3	-0.36	-0.34	0.28	0.1	0.06	-0.06	-0.45	-0.04	-0.43	-0.34	-0.09	-0.06	-0.42	-0.22	-0.2	-0.25	-2.32	-0.06	-0.01	0.76	-0.17	-0.17	-0.09	-0.14	0.38	-0.22	-0.67	-0.67	-0.92	0.48	-0.92	-1.25	0.64	0.26	0.01	-0.07	0.37	-0.25	0.01	-0.89	-0.2	0.07	0.1	-0.22	0.28	0.53	-0.71	-0.23	0.03		0.2	0.12	-0.12	0.61	0.12
+YJR035W	RAD26  DNA REPAIR       PUTATIVE HELICASE	-0.38	0.3	-0.09	-0.22	-0.38	0.06	-0.51	-0.3	-0.12	0.39	-0.12	0.11	-0.42	-0.45	-0.3		-0.14	-0.06	0.18	0.69	0.14	0.33	-0.18	-0.38	-0.22	0.01	0.01	0.04	-0.4	-0.07	0.01	0.16	-0.18	-0.27	-0.27	-0.23	-0.34	-0.06	-0.56	-0.04	-0.43	-0.74	-0.47	0.21	-0.15	1.65	-0.29	-0.12	-0.36			-0.51		-0.15		-0.15			-0.12	0.33	0.33	0.56	0.12	0.06	-0.32	-0.2	-0.12	-0.18	-0.36	0.61	0.21	0.01	-0.04	-0.14	0.14	-0.09	-0.07	0.3	-0.29
+YDR268W	MSW1   PROTEIN SYNTHESIS     MITOCHONDRIAL TRP-TRNA SYNTHETASE	-0.15	0.33	0.14	0.01	-0.06	-0.06	-0.17	0.04	0.46	0.03	0.42	0.11	0.28	-0.32	0.18	0.23	-0.25	-0.15	-0.94	-0.64	-0.67	-0.2	-0.29	-0.43	-0.1	-0.06	-0.25	0.06	0.03	0.12	-0.29	-0.06	0.06	-0.4		-0.04	0.43	-0.18	-0.43	-0.4	-0.25	-0.1	-0.56	0.08	0.39	0.07	0.16	0.23	-0.32	-0.23	-0.27	-0.23	-0.43	-0.42	-0.27	-0.54	0.1	0.6	-0.25	-0.34	-0.3	0.19	-0.14	0.07	-0.23	-0.03	-0.15	-0.23	-0.36	0.31	0.16	-0.06	-0.3	0.03	0.32	-0.01	-0.42	0. [...]
+YPR173C	VPS4   VACUOLAR PROTEIN TARGETI AAA ATPASE FAMILY	-0.32	-0.58	0.11	0.03	-0.18	-0.69	-0.29		-0.22	-0.12	-0.03	0.04	-0.23	-0.56	-0.22	-0.15	-0.15	0.01	-0.32	-0.69	-0.6	-0.32	0.01	-0.09	-0.32	0.18	0.12	0.03	-0.54	-0.12	0.14	-0.38	-0.1	0.06	-0.17	-0.51	-0.15	-0.18	0.07	-0.22	-0.38	-0.07	-0.04	-0.97	0.5	0.03	0.2	-0.43	-0.34	-0.03	-0.32	-0.89	-0.89	-0.43	-0.54	-1.25	0.04	0.6	-0.84	0.18	-0.49	-0.49	-0.34	0.06		-0.29	-0.15	-0.38	-0.69	-0.67	0.95	-0.74		-0.1	-0.1	-0.04	0.07	0.1	-0.86
+YPL002C	SNF8   GLUCOSE DEREPRESSION     UNKNOWN	-0.09	0.07	0.08	0.3	0.07	0.01	0.1	-0.1	-0.1	-0.03	-0.2	-0.04	-0.17	-0.38	-0.1	-0.36	-0.43	0.1	0.03	-0.3	-0.06	-0.23	0.21	0.04	-0.06		-0.1	-0.15	0.1	-0.15	-0.12	0.01	-0.14	-0.03	0.15	0.01	0.16	0.15	0.19	-0.12	-0.18	-0.03	0.08	-0.12	0.49	0.33	0.66	-0.34	0.14	-0.1	0.31			0.1		-0.54	0.04	0.77	-0.23	0.26	-0.12	-0.09	0.26	0.38	0.16	-0.34	-0.23	-0.43	-0.22	-0.09	0.34	-0.27	0.06	-0.29	0.06	-0.09	-0.07	-0.2	-0.69
+YJR025C	BNA1   NICOTINIC ACID BIOSYNTHE 3-HYDROXYANTHRANILIC ACID DIOXYGENASE	0.43	0.46	0.69	0.66	0.45	0.06	0.26	-0.2	0.01	-0.43	-0.1	-0.1	0.1	-0.47	-0.03	-0.32	-0.14	-0.36	0.34	-0.34	-0.07	-0.38	-0.45	-0.49	-0.51	-0.43	-0.27	-0.25	-0.1	0.11	0.16	0.24	-0.1	-0.12	-0.32	-0.47	-0.43	-0.54	0.18	0.36	0.15	-0.01	0.16	0.07	0.78	0.87	1.32	-0.62	-0.34	-0.15	0.55	0.04	-0.6	-0.18	0.18	-1.03	-0.27	0.31	-0.12	0.34	0.07	0.01	0.34	-0.04	-0.29	0.01	-0.27		-0.34	0.19	-0.42	-1.03	0.15	0.14	-0.07	-0.23		-0 [...]
+YCR024C	NONE   PROTEIN SYNTHESIS     MITOCHONDRIAL ASPARAGINYL-TRNA SYNTHETASE	0.08	0.33	0.01	-0.1	-0.1	0.03	0.1	-0.06	-0.03	0.07	-0.45	-0.09	-0.23	-0.45	-0.17	-0.04	-0.1	0.03	-0.43	-0.69	-0.58	-0.51	-0.32	-0.54	-0.47	-0.18	0.03	0.03	-0.03	-0.15	-0.32	-0.04	0.46	-0.36	-0.62	0.4	0.39	0.74	0.52	0.23	0.4	0.7	0.99	-0.69	1.04	0.75	0.69	0.04		-0.43	-0.07	-0.27	-0.51	-0.06	-0.42	-0.97	0.21	0.97		0.28	0.08	0.08	0.42	-0.18	-0.6	-0.18	-0.18	0.31	-0.29	0.2	-0.34	-0.56	-0.71	-0.38	-0.27	-0.42	-0.69	 [...]
+YGR080W	TWF1   CYTOSKELETON        TWIFILIN; ACTIN MONOMER SEQUESTERING PROTEIN	0.1	0.03	0.16	-0.27	-0.34	-0.4	0.14	-0.09		-0.23	-0.09	-0.1	-0.1	-0.42	-0.1	-0.25	-1.51	-0.29	0.46	-0.12	-0.14	-0.12	-0.3	-0.3	-0.43	-0.25	-0.25	-0.36	-0.1	0.08	-0.1	0.11	-0.2	-0.18	-0.14	-0.15	0.04	0.18	0.31	0.23	0.03	0.06	0.07	0.48	0.46	0.42	0.65	-0.32	-0.23	-0.3	-0.3	-0.84	-1.18	-0.27	-0.09	-0.81	-0.09	0.4	0.1	0.03	0.51	-0.23		0.16	0.23	0.15	0.29	0.4	0.14	0.21	0.07	-0.54	-0.18	-0.43	-0.3	-0.45	-0.06	0.62	-0.25
+YDR189W	SLY1   SECRETION        SNARE DOCKING COMPLEX SUBUNIT	-0.3	-0.42	-0.07	0.12	0.08	-0.07	-0.3	-0.2	0.04	-0.15	0.29	0.15	0.12	0.06	0.14	0.3	-0.32	0.06	0.01	-0.14	-0.3	-0.09	-0.47	-0.06	-0.01	0.08	0.21	0.44	-0.04	0.4	0.12	0.11	-0.14	-0.15	-0.01	-0.18	-0.54	-0.56	-0.34	-0.18	-0.06	-0.34	-0.49	0.04	0.06	-0.4	-0.17	0.06	-0.12	-0.25	-0.04	-0.01	0.14	0.04	0.11	0.19	0.32	-0.49	-0.06	-0.12	-0.17	0.07	0.2	-0.22	0.32	-0.27	0.45	0.33	-0.17	0.04	-0.04	0.2	0.19	0.21	0.08	-0.45	-0.38	-0.69	-0.22
+YBR080C	SEC18  SECRETION        NSF; VESICLE FUSION	-0.12	-0.54	0.07	-0.04	-0.07	-0.2	0.01	0.11		0.03	-0.09	0.08	-0.12	-0.2	-0.09	-0.09	-0.17	0.01	0.12	0.01	-0.14	-0.04	-0.15	-0.29	-0.03	0.16	0.1	0.19	-0.34	0.33	0.25	0.12	-0.14	0.18	0.1	0.03	-0.29	-0.17	-0.06	-0.15	0.42	-0.1	-2.47	-0.23	-0.12	-0.09	-0.1	-0.06	-0.09	-0.04	0.18	-0.14	-0.56	0.28	-0.04	-0.74	0.36	0.92	-0.07	0.24	0.01	-0.29	0.03	-0.69	-0.07	-0.34	0.34	0.15	-0.18	-0.14	-0.38	-0.18	0.19	0.11	-0.03	-0.09	-0.17	0.04	-0.56
+YOR321W	PMT3   PROTEIN GLYCOSYLATION    DOLICHYL PHOSPHATE-D-MANNOSE:PROTEIN O-D-MANNOSYLTRANSFERASE	-0.49	-0.42	0.06	0.74	0.45	0.29	0.28	-0.27	-0.42	-0.62	-0.22	0.16	0.34	-0.04	0.04	-0.14	-0.23	-0.62	-0.6	-0.2	-0.18	-0.25	-0.14	-0.03	-0.03	0.21	0.14	0.34	-0.01	0.26	0.19	-0.09	0.06	0.44	-0.01	-0.14	0.01	0.21	0.3	0.18	0.12	0.07	-0.12	-0.47	0.29	-0.04	-0.03	-0.22	0.56	0.68	0.31	-0.03	-0.34	-0.22	-0.58	-0.84	1	1.49	0.11	-0.06	-0.17	-0.04	-0.14	0.67	0.28	-0.2	0.83	0.34	0.04	-0.25	-0.34	-0.36 [...]
+YPL028W	ERG10  STEROL METABOLISM     ACETOACETYL COA THIOLASE	0.06	-0.07	0.42	0.21	0.32	-0.01	0.3	0.07	0.1	-0.01	0.07	-0.04	0.24	-0.14	0.3	-0.23	0.19	-0.14	-0.25	0.06	-0.06	0.48	0.34	0.24	-0.2	0.5	0.53	0.23	0.01	0.4	0.31	0.58	0.04	-0.03	0.04	-0.04	-0.06	-0.03	-0.14	-0.42	-0.12	-0.17	-0.34	-0.76	-0.17	-0.3	-0.4	-0.32	0.42	0.11	0.04	-0.54	-0.51	0.46	-0.27	-0.69	0.21	0.64	0.21	0.01	-0.34	-0.17	-0.09	-0.01	0.4	-0.67	0.64	0.78	0.61	0.07	-0.18	-0.22	0.12	0.58	0.71	0.07	0.1	-0.79	-1.03
+YMR149W	SWP1   PROTEIN GLYCOSYLATION    OLIGOSACCHARYLTRANSFERASE COMPLEX SUBUNIT	-0.58	-0.29	-0.47	-0.43	-0.25	0.1	0.15	-0.32	-0.07	-0.2	-0.22	-0.23	-0.12	-0.32	0.03	-0.3	-0.17	-0.34	-0.23	-0.01	-0.34	-0.32	-0.25	-0.01	-0.14	0.59	0.26	0.37	0.25	0.11	0.24	0.36	-0.36	-0.58	-0.71	-0.29	-0.17	-0.32	-0.32	0.07	-0.01	-0.81	-0.12	-0.25	-1.06	-0.6	-0.64	-0.42	0.07	-0.27	-0.43	-0.34	-0.69	0.25	-0.14	-0.43	0.29	0.36	1.13	0.07	-0.4	-0.54	-0.3	-0.62	0.7	-0.34	0.92	0.56	0.57	0.03	-0.58	0.1	0.15	0.06 [...]
+YDL052C	SLC1   PHOSPHOLIPID METABOLISM  FATTY ACYLTRANSFERASE	-0.6	-0.25	-0.29	-0.04	-0.01	0.31	-0.34	0.01	-0.01	-0.03	-0.04	-0.36	-0.1	-0.18	-0.09	0.15	0.19	-0.14	-0.42	0.37	0.79	-0.42	-0.27	0.25	0.29	0.72	0.34	0.64	0.45	0.32	0.34	0.38	-0.81	-1.06	-0.58	-0.3	-0.43	-0.54	-0.71	-0.38	-0.2	0.1	-0.15	0.19	-0.64	-0.49	-0.42	0.06	0.12	0.1	-0.4	-0.42	-0.49	0.04	-0.1	-0.81	0.55	0.64	0.04	0.16	0.08	0.21	0.7	0.7	0.57	-0.71	0.63	-0.17	-0.22	0.08	-0.97	-0.69	-0.04	0.52	-0.09	-0.29	-0.56	-1.43	-1.47
+YAL023C	PMT2   PROTEIN GLYCOSYLATION    DOLICHYL PHOSPHATE-D-MANNOSE:PROTEIN O-D-MANNOSYLTRANSFERASE	-0.67	-1.22	-0.3		0.54	0.31	0.25	-0.4	-0.3	-0.4	-0.2	0.04	0.01	0.16	0.3	0.08	0.04	-0.36	-1.47	-1.15	-1.09	-0.64	-0.15	-0.15	0.16	0.31	0.2	0.25	-0.36	0.16	-0.29	-0.36	0.12	-0.81	-0.51	-0.42	-0.49	-0.89	-0.69	-0.32	-0.4	-0.64	-0.76	-0.6	-0.89	-0.2	-1.03	-0.23	0.33	0.25	-0.38	-0.92	-1.15	0.03	-0.47	-0.79	0.88	0.15	0.32	-0.42	-0.09	0.23	0.4	0.42	0.45	-0.6	0.86	0.65	0.51	-0.2	0.06	-0.3	0.12	0. [...]
+YDL095W	PMT1   PROTEIN GLYCOSYLATION    DOLICHYL PHOSPHATE-D-MANNOSE:PROTEIN O-D-MANNOSYLTRANSFERASE	-0.42	-0.79	-0.22	-0.06	0.44	0.18	0.4	-0.3	-0.2	-0.49	-0.36	0.03	0.18	0.1	0.11	0.01	-0.47	-0.43	-0.94	-0.3	-0.43	-0.43	-0.04	0.28	0.62	0.3	0.28	0.11	0.29	0.41	-0.32	-0.07	-0.45	-0.74	-0.32	-0.23	-1.25	-0.97	-0.47	-0.18	-0.17	-0.58	-0.76	-1.09	-0.71	-0.71	-0.81	-0.27	0.34	0.24	-0.01	-0.71	-0.89	-0.27	-0.62	-0.79	1.15	0.32	0.26	0.01	0.06	0.44	0.68	0.16	-0.17	0.11	1.07	0.18	0.33	-0.42		-0.54 [...]
+YGL027C	"CWH41  CELL WALL BIOGENESIS     BETA-1,6-GLUCAN ASSEMBLY PROTEIN"	-0.06	-0.4	0.29	0.24	0.81	0.41	0.66	0.03		-0.14	0.25	0.26	0.34	0.12	0.5	0.21	0.21	-0.38	-1.12	-0.69	-0.74	-0.38	-0.23	0.01	0.12	0.08	0.14	-0.1	-0.04	0.07	-0.22	-0.27	-0.62	-0.47	0.1	-0.09	-0.43	-0.67	-0.12	0.14	0.16	-0.29	-0.71	-0.89	-0.09	-0.14	-0.12	-0.25	0.5	0.03	-0.36	-0.76	-0.49	0.2	-0.92	-1.03	0.78	0.38	-0.12	-0.23	-0.22	0.4	0.1	0.49	-0.34	-0.76	0.25	-0.15	-0.04	-0.43	0.07	-1.22	-0.04	0.24	0.37	0.23	0.33	-0. [...]
+YGL200C	EMP24  SECRETION        VESICLE COAT COMPONENT	-0.71	-0.23	-0.03	0.37	0.29	0.55	0.4	0.06	-0.12	0.04	-0.14	-0.06	0.29	0.06	0.15	-0.1	-0.12	-0.15	-0.32	-0.27	-0.01	0.33	0.2	0.43	0.59	0.69	0.16	0.38	0.54	0.31	0.1	0.25	-0.14	-0.2	0.23	0.36	-0.01	-0.43	-0.14	0.61	0.43	-0.09	-0.09	-0.56	-0.25	-0.23	-0.1	0.2	1.06	0.33	0.77		-0.23	0.62	0.19	-1.15	0.99	-0.32	0.16	0.01	-0.23	-0.34	0.01		0.79	0.16	0.77	0.83	0.08	0.33	-0.81	-0.69	0.12	0.15	0.7	0.16	0.2	0.3	-0.79
+YOR099W	KTR1   PROTEIN GLYCOSYLATION    MANNOSYLTRANSFERASE	-0.4	-0.54		0.25	0.24	0.31	0.1	0.06	-0.14	-0.62		-0.32	0.11	-0.14	0.33		-0.01	-0.71	-0.47	-0.34	-0.27	0.15	0.36	0.16	0.57	0.11	0.04	-0.07	0.07	0.01	-0.14	-0.23	-0.6	-0.45	0.03	0.24	0.23	-0.42	-0.1	0.69	0.3	-0.1	-0.54	-0.67	-0.38	-0.32	-0.42	0.03	0.37	0.33	0.9	0.73	0.6	-0.01	0.44	0.08	0.84	0.15	0.04	-0.42	-0.38	-0.51	-0.06	-0.01	0.87	0.19	1.11	1.49	0.3	-0.15		-0.12	0.29	0.24	1.03	0.34	0.52	-0.67	-0.42
+YKL073W	LHS1   SECRETION        CHAPERONE; ER PROTEIN TRANSLOCATION	0.11	-0.06	0.32	0.07	0.38	0.14	0.37	-0.23	-0.07	0.07	-0.07	0.16	-0.1	-0.03	-0.03	-0.03	0.1	-0.34	-0.71	-0.76	-0.62	-0.38	-0.32	0.16	0.06	0.26	-0.03	0.32	0.18	-0.25	-0.22	-0.22	-1.03	-1.25	-1.03	-1	-0.89	-0.92	-1	-0.89	-0.76	-0.69	-0.92	-0.86	-0.71	-1.03	-0.79	-0.43	-0.4	0.1	0.19	-0.25	-0.45	-0.29	-0.12	-0.79	0.15	0.24	-0.34	-0.38	-0.58	-0.4	0.01	-0.14	1.06	0.93	1.29	1.1	0.1	-0.6	-0.62	-0.47	-0.2	-0.29	-0.06	0.1	0.04	-0.8 [...]
+YDR518W	EUG1   PROTEIN FOLDING     PROTEIN DISULFIDE ISOMERASE	-0.06	-0.18	0.36	0.48	0.48	0.21	0.52	-0.27	-0.18	0.11	-0.25	0.06	0.12	0.06	0.06	-0.3	-0.34	-0.43	-0.94	-0.71	-0.64	-0.81	-0.51	-0.25	-0.29	0.07	0.06	-0.04	-0.12	-0.15	-0.15	0.08	-0.45	-0.58	-0.29	-0.38	-0.69	-0.89	-0.45	0.19	0.01	-0.4	-0.81	-1.09	-0.58	-0.17	-0.47	-0.2	0.7	0.42	0.86	0.28	0.33	0.04	-0.32	-0.62	1.41	0.89	-0.18	0.07	-0.58	-0.74	0.18	-1.06	0.86	0.58	1.66	1.42	-0.47	-0.38	-0.86	-0.84	-0.17	0.1	0.16	-0.38	-0.07	0.03	-0.2
+YJL073W	JEM1   MATING; NUCLEAR FUSION   DNAJ-LIKE PROTEIN	-0.03	-0.2	0.77	0.96	0.25		-0.17	-0.42	-0.47	-0.23	-0.18	0.24	0.03	-0.2	-0.3	-0.38	-0.56	-0.3	-1.43	-0.74	-0.12	-0.32	0.3	0.11	0.33	0.21	-0.07	0.07	0.07	-0.27	-0.67	-0.07	-0.36	-0.27	-0.23	-0.6	-0.71	-0.71	-0.27	-0.17	-0.18	-0.71	-0.74	-0.4	-0.45	-0.42	-0.42	0.06	0.31	0.42	0.34	0.23	0.16		-0.27	-0.49	1.13	1.12	-0.15	0.28	0.15	0.26	-0.04	0.56	0.86	0.66	0.96	0.93	-0.36	0.3	0.28	0.33	0.03	-0.01	-0.03	-0.47	-0.42	-0.67	-0.62
+YDR503C	LPP1   PHOSPHOLIPID METABOLISM  LIPID PHOSPHATE PHOSPHATASE	-0.27	0.4	0.28	0.75	-0.06	0.12	-0.43	-0.3	-0.2	-0.4	-0.03	0.2	0.26	-0.2	-0.25	-0.22	-0.34	-0.4	-0.81	-0.36	-0.15	-0.25	-0.34	-0.17	-0.09	0.07	-0.18	-0.07	-0.2	-0.2	-0.27	-0.14	-0.2	0.08	0.11	-0.51	-1.15	-1.03	-0.01	0.51	0.14	-0.71	-0.71	-0.56	0.12	0.15	0.19	0.1	0.64	0.16	0.39	0.16	0.39	0.59	0.19	-0.22	1.23	0.73	-0.01	0.62	0.43	0.23	0.12	-0.22	-0.32	0.24	0.77	0.41	-0.2	0.54	-0.38	-0.58	0.1	0.06	0.56	0.08	0.2	0.23	0.34
+YER136W	GDI1   SECRETION        REGULATORY; GDP DISSOCIATION INHIBITOR	0.46	0.44	0.53	0.7	0.36	0.39		0.39	0.29	-0.2	0.42	0.29	0.07	0.1	0.25	0.37		0.14	0.46	0.4	0.29	0.16	-0.03	0.11	0.07	-0.09	-0.12	-0.29	0.16	-0.14	-0.01	0.01	-1.03	-0.92	-0.51	-0.25	-0.45	-0.34	-0.23	-0.25	0.04	-0.27	-0.18	0.95	0.01	-0.09	0.03	-0.2	0.07	-0.49	-0.94	-1.32	-1.51	0.4	-0.64	-1.06	0.48	0.51	-0.03	0.16	-0.25	-0.54	-0.34	-0.34	0.44	0.11	0.58	0.65	0.06	-0.32	0.1	0.53	0.31	0.18	0.15	-0.27	-0.51	-0.15	-0.43
+YKL184W	SPE1   POLYAMINE BIOSYNTHESIS   ORNITHINE DECARBOXYLASE	0.08	-0.14	0.12	0.2	0.21	0.04	0.15	0.19	0.31	0.15	0.01	-0.12	-0.07	-0.12	-0.04	0.01	-0.29	0.21	-0.45	0.04	0.18	-0.06	0.23	0.26	-0.07	0.07	0.06	0.1	0.07	0.1	-0.22	0.07	-0.64	-0.69	-0.62	0.34	-0.27	0.1	-0.4	-0.36	0.5	-0.15	-0.07	0.66	-0.64	-0.56	-0.62	0.03	0.07	0.12	-0.27	-0.54	-0.71	-0.18	-0.71	-1.43	-0.07	-0.18		0.21	-0.29	-0.22		0.03	0.21	-0.84	0.01	-0.22		-0.25	-0.15	0.28	0.15	0.12	-0.3	-0.76	-0.64	-0.3	-0.54
+YOR103C	OST2   PROTEIN GLYCOSYLATION    OLIGOSACCHARYLTRANSFERASE COMPLEX SUBUNIT	-0.03	0.4	0.11	0.29	0.25	0.21	0.04	0.16	-0.06	-0.43	-0.32	-0.29	0.1	0.01	0.21		0.06	-0.45	0.26	-0.45	-0.12	0.31	0.43	-0.25	0.2	-0.01	-0.25	-0.47	0.12	-0.4	-0.54	-0.36	-0.2	-0.25	-0.14	0.11	-0.01	-0.51	-0.15	-0.38	0.01	0.26	-0.06	-0.76	-0.29	-0.32	-0.07	-0.32	-0.14	-0.3	-0.23	-0.4	-0.36	0.06	-0.1	-0.42	-0.06	-0.14	0.41	-0.34	-0.36	-0.64	-0.3	0.19	0.16	-0.09	0.26	0.08	0.2	0.04	0.15	0.11	0.18	0.19	0.62	0.04	-0 [...]
+YGR040W	KSS1   PHEROMONE SIGNAL TRANSDU PROTEIN KINASE	0.1		0.01	-0.1	-0.15	-0.07	-0.29	-0.1	-0.07	-0.34	0.14	0.21	0.16	0.38	0.08	0.11	-0.1	0.01	-0.94	-0.45	0.08	0.26	0.24	0.18	0.15	0.07	-0.54	0.01	0.34	0.01	0.11	0.29	0.44	0.26	0.21	-0.06	-0.29	-0.1		0.06	0.04	-0.74	-0.43	0.4	-0.07	-0.17	-1.09	-0.09	-0.43	0.11	-0.67	-0.86	-0.36	-0.1	-0.74	-0.74	-0.23	-0.12	0.23	-0.86	0.04		-0.1	0.4	0.28	-0.38	0.21	0.51	-0.01	0.77	0.93	0.86	-0.12	0.11	0.55	-0.12	-0.38	0.19	-0.04
+YDR047W	HEM12  HEME BIOSYNTHESIS     UROPORPHYRINOGEN DECARBOXYLASE	-0.1	-0.04	-0.17	-0.12	0.04	-0.22	-0.32	-0.17	0.36	-0.34	0.48	0.07	0.16	-0.01	0.12	0.34	-0.3	-0.15	-0.47	-0.1	0.04	0.15	-0.04	0.16	0.29	0.38	-1.25	0.28	0.04	0.63	0.43	0.28	0.14	0.18	-1.15	-0.18	-0.43	-0.23	-0.09	0.26	0.26	-0.15	-0.3	0.15		-0.2	-0.03	0.15	0.03	-0.36	-0.45	-0.2	-0.22	0.2	-0.07	0.08	0.04	-0.22	0.24	-0.29	-0.25	-0.56	-0.43	0.26	0.57	-0.1	0.39	0.18	0.24	0.33	0.21	0.87	0.19	0.21	0.55	0.04	-0.56	0.26	-0.54
+YKL114C	APN1   DNA REPAIR       APURINIC/APYRIMIDINIC ENDONUCLEASE	-0.15		-0.12	0.2	-0.34	0.33	-0.07	0.19	-0.06	0.3	0.08	0.24	-0.03	-0.3	-0.17	-0.25			-0.14	0.04	-0.25	0.01	0.54	0.3	0.21	0.04	-0.23	0.04	0.38	-0.1	-0.38	-0.04	0.25	0.42	0.29	0.07	-0.01	-0.04	0.15	0.25	0.12	-0.34	-0.06	0.03	0.2	-0.12	0.06	0.1	0.15	-0.12	0.29	-0.1	-0.07	0.44	0.03	-0.29	0.03	0.57	-0.12	-0.54	-0.14	-0.25	-0.36	0.16	0.33	0.07	0.21	0.48	-0.3	0.37	0.03	0.55	0.04		0.36	-0.14	-0.12	0.23	-0.3
+YHR183W	"GND1   PENTOSE PHOSPHATE CYCLE  6-PHOSPHOGLUCONATE DEHYDROGENASE, DECARBOXYLATING"	0.31	-0.1	0.15	0.08	0.32	-0.14	0.37	-0.09	0.07	-0.29	-0.14	-0.2		-0.38	0.18	-0.12	-0.18	-0.29	-0.97	1.42	-0.4	-0.25	-0.01	0.11	-0.07	0.03	0.3	-2	-0.01	0.28	-0.12	-0.29	-1.18	-1.36	-0.84	-0.25	0.15	-0.03	-0.49	-0.58	-0.62	-0.4	-0.14	-1.25	-0.64	-0.71	-0.45	-0.54	-0.25		0.03	0.01		-0.17	0.01	-0.36	-0.29	-0.23	0.15	0.11	-0.23	-0.2	0.45	-0.12	0.4	-0.4	0.2	0.2	0.43	-0.01	-0.03	-0.54	-0.09	0.06	0.04	-0. [...]
+YBR097W	VPS15  VACUOLAR PROTEIN TARGETI SER/THR PROTEIN KINASE	-0.04	-0.29	0.08	0.04	0.25	-0.22	-0.01	0.23		0.51	-0.15	-0.25	-0.1	-0.12	-0.06	0.19	-0.15	1.46	0.32	0.34	-0.03		-0.36	-0.81	-0.58	-0.23	-0.45	0.2	-0.54	0.29	0.46	0.3	-0.15	-0.15	-0.36	0.52		-0.03	-0.1	-0.54	0.37	-0.06	-0.36	-0.12	-0.25	-0.45	-0.38	-0.01	-0.06	-0.09	0.03	-0.17	0.1	-0.12	-0.14	-0.04	0.07	-0.22		0.43	0.4	-0.18	-0.42	-0.92	-0.23	-0.86	-0.2	-0.22	0.12	-0.3	-0.36	-0.36	-0.06	0.24	0.06	-0.22	-0.47	0.19	-0.14
+YPL227C	ALG5   PROTEIN GLYCOSYLATION    UDP-GLUCOSE:DOLICHYL-PHOSPHATE GLUCOSYLTRANSFERASE	-0.6	-0.94	-0.04	-0.09	0.42	0.42	0.52	0.24	0.28	0.06	-0.01	-0.07	0.07	0.34	0.19	0.24	0.19	0.1	-0.79	-0.67	-0.71	-0.4	-0.14	-0.22	0.24		-0.18	-0.45	-0.09	-0.34	-0.76	-0.67	-0.18	-0.25	0.23	-0.42	-0.25	-0.36	-0.42	-0.18	0.19	-0.4	-0.4	-0.25	-0.45	-0.47	-0.51	-0.17	0.07				-0.25	0.26	0.25	-0.1	0.39	-0.32	-0.17	-1.29	-0.01	-0.51	-0.2	-0.17	0.1	-0.18	-0.81	-0.23	2.14	0.34	-0.47	-0.56	0.14	0.23	0.56	0.03 [...]
+YPR124W	CTR1   TRANSPORT        COPPER TRANSPORTER	-0.64	-0.79	-0.23	-0.06	0.37	0.48	0.91	0.71	0.76	0.65	1.12	0.16	0.29	0.38	0.94	0.61	0.45	0.03	-0.64	-0.92	-0.54	-0.25	-0.49	-0.69	-0.58	-0.38	-0.4	-0.38	-0.1	-0.14	-0.38	0.3	-0.92	-1.51	-1.89	-1.03	-0.92	-0.42	-0.38	-0.51	-0.29	0.33	0.34	0.31	0.54	0.21	0.57	-0.17		-0.74	-1.36	-1	-1.25	-0.12	-0.62	-0.67	-0.86	-1.56	-0.22	0.39	0.96	0.31	0.62	0.18	0.86	1.26	1.01	0.2	-0.04	-0.04	-0.58	-0.92	-0.03	-0.23	-0.67	-0.69	-0.74	-0.23	-0.04
+YCL050C	APA1   PURINE METABOLISM     ATP ADENYLYLTRANSFERASE I	-0.03		0.2	0.4	0.07	0.45	0.08	0.25	0.16	0.21	0.3	-0.06	-0.06	-0.09	-0.04	0.19	-0.03	0.04	0.48	0.38	0.31	0.01	0.16	0.29	0.41	0.26	0.26	0.08	0.3	0.25	0.15	0.38	-0.89	-0.64	-0.54	-0.62	-0.49	-0.67	-0.45	-0.45	-0.43	-0.12	-0.09	-1	0.28	0.04	0.15	0.31	-0.27	-0.42	-0.09	-0.62	-0.34	0.19	0.29	0.08	-0.25	1.01	-0.3	0.77	0.82	-0.32	-0.34	-0.43	0.41	0.14	0.11	-0.23	-0.12	0.1	-0.38	0.15	0.12	-0.09	-0.42	-0.45	-0.81	-0.92	-1.94
+YLL039C	"UBI4   PROTEIN DEGRADATION, UBI UBIQUITIN"	0.3	0.39	-0.06	-0.01	-0.12	-0.34	0.1	-0.04	0.18	0.23	0.07	-0.23	0.06	-0.1	0.23	0.53	-0.03	0.16	1.12	0.26	-0.6	0.59	0.25	-0.03	0.07	0.36	0.29	0.21	0.19	0.26	0.42	0.4	-0.1	-0.4	-0.15	-0.07	-0.3	-0.36		0.19	0.1	0.24	0.29	0.55	0.71	0.94	1.28	-0.14	-0.6	-0.69	-0.12	0.08	-0.25	0.1	0.41	0.41	0.19	-0.09	-0.04	1.83	0.44	-0.27	0.26	-0.17	0.59	0.45	0.54	-0.06	-0.29	0.1	-0.27	-0.23	0.01	-0.23	0.08	-0.01	-0.07	-0.06	-1.06
+YOR014W	RTS1   STRESS RESPONSE     PROTEIN PHOSPHATASE 2A B-TYPE REGULATORY SUBUNIT	0.3	0.06	0.48	0.15	0.03	-0.23	0.01	-0.14	-0.17	0.04	-0.23	0.11	-0.1	-0.04	-0.04	0.01	-0.15	0.21	0.99	0.1	0.2	0.19	-0.17	0.15	0.24	0.08	0.11	-0.09	0.1		0.07	0.15	-0.1	-0.54	-0.14	-0.01	0.1	-0.1		-0.3	-0.04	-0.04	-0.29	-0.76	0.07	-0.12	-0.23	-0.45	-0.56	-0.58	-0.49	-0.74	-0.54	-0.32	-0.29	-0.3	-0.43	-0.32	-0.01	0.57	-0.1	-0.1	-0.15	-0.2	0.04	-0.1	-0.17	-0.49	-0.27	-0.62	-0.81	0.64	0.06	0.03	-0.27	-0.38	-0.3 [...]
+YGR254W	ENO1   GLYCOLYSIS       ENOLASE I	0.19	-0.51	0.36	0.19	0.12	-0.22	0.21	-0.49	0.04	-0.27	-0.15	-0.03	-0.03	-0.15	-0.06	-0.09	0.15	-0.27	0.51	0.1	0.34	0.37	0.25	0.19	-0.09	0.15	0.12	0.15	-0.64	0.16	0.58	0.21	-1	-1.36	-1.25	-0.36	0.23	0.26	0.39	0.36	0.07	0.52	0.68	-0.62	0.33	0.25	0.14	-0.38	-0.15	-0.29	-0.23	-0.22	-0.23	0.24	-0.03	-0.14	-0.45	-0.58	0.25	0.93	-0.04	-1	-0.36	-0.69	0.73	-0.43	0.56	0.19	-0.07	-0.4	-0.86	-0.15	-0.01	0.08	0.06	-0.03	-0.38	0.18	-0.25
+YNR030W	ECM39  CELL WALL BIOGENESIS     UNKNOWN	-0.38	-0.12	-0.47	-0.06	-0.23	-0.12	-0.22	-0.54	-0.4	-0.43	-0.47	-0.18	-0.17	-0.4	-0.42	-0.84	-0.3	-0.56	-0.47	-0.27	-0.2		-0.25	-0.22	-0.15	0.19	-0.23	-0.22	-0.03	-0.22	-0.17	0.04	0.1	-0.4	-0.58	-0.23	-0.43	0.03	0.14	0.21	0.03	-0.32	-0.01	0.01	-0.3	-0.15	-0.2	-0.18	-0.38	-0.67	-1.09	-0.1	0.01	0.08	-0.56	0.07	0.04	-0.15	-0.03	0.39	0.43	-0.1	0.32	-0.04	0.26	-0.1	0.56	0.44	-0.22	0.31	-1.06	-0.12	0.03	-0.01	0.45	0.14	0.38	0.16	-1.25
+YOR201C	"PET56  RRNA PROCESSING, MITOCHO RIBOSE METHYLTRANSFERASE"	-0.1	0.39	-0.07	-0.29	-0.04	-0.18	0.19		-0.07	-0.15	-0.15	-0.29	0.01	-0.3	-0.18	0.01	-0.14	-0.25	-1.18	-0.6	-0.54	-0.07	-0.09	-0.15	0.08	0.12	0.11	0.12	-0.06	0.26	0.1	-0.1	0.4	0.06	0.15	0.12	0.29	0.41	0.37	0.33	0.37	0.5	0.43	0.68	0.64	0.46	0.71	-0.43	0.04	-0.06	-0.25	-0.15	-0.18	-0.23	-0.84	0.29	-1	-1.06	-0.01	-0.42	-0.18	0.19	-0.15	0.91	0.01	-0.51	-0.36	-0.6	0.03	0.3	-0.17	0.28	-0.03	0.07	0.53	0.26	-0.36	0.32	-0.06
+YML121W	GTR1   PHOSPHATE TRANSPORT    GTP-BINDING PROTEIN	0.06	-0.01	-0.18	-0.3	-0.3	-0.14	0.08	0.01	-0.07	-0.3	-0.32	-0.64	-0.27	-0.69	-0.22	-0.56	-0.14	-0.34	-0.29		0.04	0.15	-0.14	-0.14	-0.03	0.07	-0.09	0.07	0.11	0.01		-0.06	0.57	0.04	-0.29	0.19	0.07	0.18		-0.03	0.16		0.07	0.36	0.36	0.11	0.42	0.01	0.37	0.14	-0.4	-0.4	-0.04	-0.22	-0.84	0.06	-0.25	-0.42	-0.1	-0.36	-0.06	-0.15	0.04	0.28	-0.04	-0.47	-0.29	-0.56	-0.17	-0.15	-0.12	-0.1	0.23	0.31	0.55	0.04	-0.07	0.65	0.33
+YPL082C	MOT1   TRANSCRIPTION       PUTATIVE HELICASE	0.67	0.63	0.67	0.5	0.73	0.07	0.61	0.15	0.65	0.36	0.46	0.32	0.44	0.2	0.74	0.21	0.23	0.56	0.76	-0.76	-0.6	-0.15	-0.12	-0.74	-0.34	-0.62	-0.04	-0.29	-0.67	-0.36	-0.76	-0.42	0.11	0.06	-0.2	-0.03	2.7	-0.06	-0.12	-0.36	-0.09	-0.43	-0.01	-0.25	-0.6	-0.32	-0.94	-0.47	-0.2	-0.27	-0.04	-0.32	-0.32	0.07	0.01	-0.62	-0.2	-0.03	-0.67	-0.03	-0.32	-0.32	0.15	-1.15	-0.67	-0.62	-0.36	-0.47	0.38	-0.34	-0.34	-0.34	-0.1	-0.15	-0.04	-0.25	-0.29	-0.71	-0.79
+YLR256W	HAP1   TRANSCRIPTION       HEME-DEPENDENT TRANSCRIPTION FACTOR	0.75	0.99	0.55	0.8	0.14	0.88	0.55	0.82	0.49	0.84	0.37	0.7	0.3	0.64	0.36	0.5	0.66	0.85	0.71	0.52	-0.01	0.23	0.45	0.21	0.28	-0.23	-0.18	-0.03	0.08	0.15	-0.29	0.26	-0.12	-0.07	-0.09	0.07	-0.03	-0.12	0.07	-0.34	0.12	-0.15	-0.07	-0.32	-0.23	-0.2	-0.22	-0.34	-0.38	-0.3	-0.45	-0.27	-0.23	0.25	0.11	0.04	0.16	0.1	-0.03	0.12		-0.29	0.06	0.14	-0.71	-0.6	-0.42	-0.14	0.38	-0.15	0.12	0.24	0.07	-0.04	-0.18	-0.23	-0.47	-0.89	-0.81
+YBL005W	PDR3   TRANSPORT        TRANSCRIPTION FACTOR	1.21	0.82	1.23	1.34	1.14	1.14	0.99	0.3	1.24	1.23	0.72	1.06	0.64	1.09	0.91	1.12	0.89	1.22	0.3	-0.2	0.32	0.07	0.08	0.03	-0.04	-0.04		0.04	-0.42	-0.03	-0.04	0.11	-0.09	0.12	-0.22	0.23	0.16	0.15	0.28		0.19	-0.07	-0.3	-0.17	-0.2	-0.07	-0.15	0.03	-0.23	-0.54	-0.51		-0.94	0.46	-0.18	-0.84	-0.36	-0.18	-0.1	-0.06	-0.6	-0.51	0.08	1.08	-3.06	-0.43	-0.84	-0.71	0.16	-1.25	0.26	-0.06	0.12	0.24	0.03	-0.04	-0.04	-0.74	-1.22
+YJR028W	NONE   TRANSCRIPTION       TFIIE 66 KD SUBUNIT	1.34	1.28	1.29	0.77	1.59	1.1	1.04	1.46	1.22	1.2	1.79	1	0.63	1.37	0.88	0.96	0.38	0.86	0.87	0.18	0.18	0.16	0.41	-0.38	-0.12	-0.43	-0.12	-0.34	-0.38	-0.07	-0.42	-0.12	0.1	0.12	0.01	0.32	0.04	0.5	0.37	0.31	0.14	0.15	0.06	0.18	-0.04	0.32	0.07	-0.38	-0.27	-0.74	-0.64	-0.86	-1.09	0.57	-0.17	-0.54	-0.17	-0.32	-0.09	0.07	-0.84	-0.4	0.1		-2.94	-0.43	-0.6	-0.43	0.03	-1.4	0.44	-0.27	0.04	0.1	-0.09	-0.36		-0.1	-0.64
+YER172C	BRR2   MRNA SPLICING       RNA HELICASE	0.84	0.61	0.64	0.88	0.72	0.73	0.74	0.55	0.48	0.81	0.43	0.73	0.3	0.6	0.53	0.77	0.62	0.59	0.2	-0.06		-0.17	-0.3	-0.32	-0.47	0.06	-0.06	0.19	-0.4	0.14	-0.3	0.29	-0.14	-0.09	-0.3		0.06	0.06	0.08	-0.1	0.33		-0.22	-0.22	-0.23	0.14	-0.07	-0.22	-0.4	-0.45	-0.09	-0.23	-0.32	-0.12	0.16	0.01	-0.07	-0.17	-0.23	0.1	-0.69	0.16	0.01	-0.43	-0.84	-0.81	-0.38	-0.6	-0.12	-1.03	-0.34	-0.42	0.06	0.01	-0.03	-0.29	-0.14	-0.2	-0.2
+YGR112W	SHY1   RESPIRATION      MITOCHONDRIAL PROTEIN	1.23	1.02	1.01	1.19	1.04	1.21	0.7	1.32	0.82	0.57	1.43	0.93	0.53	0.89	1	1.24	0.69	0.84	0.57	-0.25	0.14	0.04	0.01	-0.14	0.01	-0.12	0.04	-0.17	-0.27	-0.06	-0.2	0.16	0.41	0.14	0.12	0.23	-0.01	0.44	0.55	0.58	0.39	0.32	0.18	1.12	1.08	0.77	1.1	-0.12	-0.25	-0.47	-0.84	-0.62	-0.79	0.1	-0.32	-0.23	-0.79	-0.42	-0.3	-0.17	-0.81	-0.27	-0.32	-0.42	-0.74	-0.34	-2.4	-0.12	-0.42	-1.36	-0.36	-0.27	0.26	0.15	0.5		-0.64	0.53	0.2
+YKL074C	MUD2   MRNA SPLICING       COMMITMENT COMPLEX COMPONENT	0.66	0.03	0.38	0.4	0.43	0.14	0.46	0.15	0.15	0.15	0.2	0.29	0.3	0.1	0.25	0.08	0.3	0.19	0.2	0.08	-0.07	-0.3	-0.14	-0.32	-0.2	-0.47	-0.07	0.04	-0.34	-0.04	-0.22	-0.29	0.65	0.49	0.19	0.18	0.18	0.26	0.43	0.04	-0.06	0.36	0.18	-1.06	0.37	0.06	0.18	-0.42	-0.36	-0.43	-0.69	-0.97	-1.09	-0.32	-0.42	-0.74	0.06	0.15	-0.64	-0.32	-0.56	-0.64	-0.04	-0.42	-0.36	-0.32	-0.4	-0.47	-0.36	-1.32	-0.64	-1.12	0.16	0.11	-0.07	-0.27	-0.3	-0.62	-0.74
+YBL066C	SEF1   TRANSCRIPTION       (PUTATIVE) TRANSCRIPTION FACTOR	0.51	0.29	0.32	0.31	0.07	0.56	0.23	0.08	0.25	-0.23	-0.04	0.41	0.01	-0.22	0.24	0.26	0.24	0.26	0.29	-0.27	0.2	-0.45	-0.09	0.1	-0.81		-0.03	-0.06	-0.2	-0.04	-0.07	-0.12	-0.42	-0.22	-0.29	0.11	0.15	0.04	0.07	-0.2	-0.15	-0.27	-0.12	-0.89	-0.38	-0.3	-0.38	0.11	-0.25	0.01	-0.4	-0.79	-0.42	-0.43	-0.74	-0.56	0.07	0.07	-0.56	-0.1	-0.45	-0.89	-0.15	-0.14	-0.71	-0.43	-0.76	-0.94	-0.47	-0.64	-0.3	-0.27	0.04	0.51	-0.43	-0.54	-0.56	0.28	1.03
+YGL237C	HAP2   RESPIRATION      TRANSCRIPTION FACTOR	0.12	-0.47	-0.3	-0.18	0.21	0.29	0.01	0.03	-0.17	-0.18	-0.03	-0.12	-0.12	0.19	0.18	0.07	0.25	0.11	0.44	0.07	-0.14	-0.47	-0.32	-0.43	-0.2	-0.17	0.14	-0.27	-0.36	-0.09	0.08	-0.32	-0.03	-0.12	0.03	-0.01	0.04	-0.09	-0.07	-0.25	-0.17	0.31	-0.3	-0.27	0.16	0.14	0.06	-0.14	-0.29	-0.25	-0.34	-0.51	-0.32	-0.1	-0.25	-0.3	0.44	0.25	-0.27	0.5	0.01	-0.47	0.07	-0.47	-0.25	-0.47	-0.25	-0.38	-0.09	0.14	-0.01	-0.32	-0.15	0.03	-0.12	-0.32	-0.23	-0.04	0.51
+YLR148W	PEP3   VACUOLE BIOGENESIS    VACUOLAR MEMBRANE PROTEIN	0.07	0.32		0.06	-0.15	0.19	0.15	0.15	0.12	0.19	-0.1	0.16	0.03	-0.09	-0.14	0.29	-0.15	0.33	-0.18	-0.06	-0.09		-0.18	-0.17	-0.29	-0.36	-1.22	-0.03	-0.23	0.01		-0.03	-0.04	-0.42	-0.3	-0.22	-0.17	-0.1	-1.36	-0.36	-0.06	-0.29	-0.25	0.07	0.07	-0.3	-0.2	-0.18	-0.18	-0.14	-0.74	-0.6	-0.64	-0.09	-0.86	-0.86	0.38	0.99	-0.4		-0.29	0.15	0.04	-0.84	-0.58	-0.29	-0.38	-0.51	0.08	-0.58	-0.84	0.01	-0.14	-0.25	-0.06	-0.01	-0.18	0.06	-0.15
+YGL044C	RNA15  MRNA 3'-END PROCESSING   CLEAVAGE/POLYADENYLATION FACTOR CF I COMPONENT	0.06	-0.2	-0.25	-0.03	-0.03	-0.18	0.06	0.04	-0.09	-0.2	-0.34	-0.12		-0.27	-0.12	-0.3	0.12	-0.04	0.15	-0.18	-0.29	-0.18	-0.14	-0.09	-0.42	-0.1	-0.17	-0.25	0.04	-0.2	-0.29	-0.03	-0.86	0.59	0.3	0.04	-0.15	-0.06	0.19		-0.1	0.25	0.01	-0.64	0.41	0.23	0.28	-0.25	0.21	-0.25	-0.49	-0.51	-0.49	0.34	-0.62	-0.74	0.72		-0.06	-0.56	-0.25	0.24	-0.43	-0.79	0.01		-1.06	-0.67	0.46	0.1	0.2	0.79	-0.04	-0.17	-0.06	-0.32	-0 [...]
+YFR037C	RSC8   CHROMATIN STRUCTURE    CHROMATIN REMODELING COMPLEX SUBUNIT	0.24	0.16	0.06	0.69	0.29	0.37	0.58	-0.04	0.16	0.45	0.06	0.41	0.33	0.1	0.2	0.3	0.37	0.14	0.28	-0.22	-0.04	-0.01	0.18	0.3	-0.29	0.28	0.19	0.19	0.12	0.15	0.23	0.24	0.1	-0.07	0.07	-0.1	0.04	-0.2	-0.07	-0.17	-0.18	0.01	-0.22	-0.89	0.3	-0.09	0.21		-0.01	-0.01	-0.27	-0.86	-0.94	-0.29	-1.06	-1.15	0.71	0.23	-0.42	-0.45	-0.43	-0.23	0.06	-0.22	0.01	-0.38	-0.25	-0.23	-0.2	-0.34	0.25	0.6	-0.69	-0.47	0.24	-0.07	-0.36	0.48	-0.74
+YMR043W	MCM1   TRANSCRIPTION       MULTIFUNCTIONAL REGULATOR	-0.25	0.76	-0.47		-0.34	0.82	-0.3	-0.27	-0.22	0.18	0.77		0.42	-0.34	-0.49				-0.04	-0.09	0.11	0.26	0.25	0.15	0.21	0.51	0.28	0.38	0.46	0.31	0.54	0.3	0.95	0.74	0.41	0.3	0.31	0.21	0.36	-0.03	0.2	0.37	-0.07	0.88	0.12	-0.1	-0.1	0.11	-0.34	-0.2	-0.71	-0.58	-0.62	-0.01	-0.04	-0.51	-0.01	-0.51	-0.1	-0.29	-0.2	0.3	-0.36	-0.6	-0.07	-0.4	-0.04	-0.25	0.21	-0.71	-0.64	-0.54	-0.03	-0.29	-0.27	-0.23	-0.3	-0.29	-0.71
+YNL280C	ERG24  STEROL METABOLISM     C-14 STEROL REDUCTASE	1.18	0.54	0.21	-0.03	0.03	-0.07	0.07	-0.1	-0.06	-0.4	-0.22	-0.43	-0.18	-0.4	-0.12	-0.3	-0.34	-0.47	-0.54	0.08	0.16	0.23	0.23	-0.23	0.03	-0.3	-0.49	-0.4	-0.2	-0.23	-0.27	-0.09	-0.1	-0.49	-0.38	0.19	0.21	0.25	-0.12	0.29	-0.01	-0.04	0.04	-0.74	-0.17	-0.36	-0.42	-0.32	-0.1	-0.92	-1.29	-0.45	0.06	0.24	-0.69	0.79	-0.43	-1	0.15	-0.22	0.06	0.03	0.15	-0.04	0.01	-1.12	-0.12	-0.18	0.07	0.11	-0.29	-0.17	0.41	0.49	0.69	0.15	-0.03	-0.3	-0.54
+YOL147C	PEX11  PEROXISOME BIOGENESIS    PERIPHERAL MEMBRANE PROTEIN	-0.29	-0.23	0.15	0.52	0.31	-0.03	0.28	-0.3	-0.14	-0.49	-0.23	-0.06	0.4	-0.22	-0.04	-0.34	-0.3	-0.6	-0.97	0.06	-0.07	-0.03	0.25	-0.01	0.2	0.06	0.06	0.07	-0.14	0.01	-0.18	0.2	-0.92	-0.56	-0.1	0.03	-0.43	-0.09	-0.14	1.42	0.06	-0.56	-0.76	-0.67	-0.54	-0.29	-0.51	-0.23	0.82	-0.32	-0.86	-0.45	0.51	0.88	-0.69	0.46	0.11	-0.84	0.16	-0.56	-0.07		-0.07	0.36	-0.4	-0.74	-0.43	-0.62	-0.15	0.16	-0.4	-0.6	0.07		0.59	-0.22	-0.45	0.12	0.46
+YGR009C	SEC9   SECRETION        PLASMA MEMBRANE T-SNARE	-0.81	-0.58	-0.45	-0.36	-0.45	0.14	-0.45	-0.06	-0.14	0.06	-0.03	-0.07	-0.32	-0.34	-0.34	0.12	-0.12	-0.09	0.73		-0.2	0.2	-0.01	-0.06	0.01	0.18		0.07	0.16	0.11	0.1	0.12	-0.09	-0.18	-0.32	-0.2	-0.76	-0.38	-0.47	-0.42	0.21	-0.42	-0.25	0.41	-0.18	-0.06	-0.38	-0.06	-0.64	-0.49	-0.74	-0.3	-0.29	-0.15	-0.25	0.06	-0.47	-0.42	0.15	0.85	-0.01	0.15	0.29	0.15	0.25	0.34	0.4	0.58	-0.2	0.32	-0.06	-0.1	-0.06	0.31	0.01	-0.1	-0.29	0.64	-0.09
+YHL031C	GOS1   SECRETION        GOLGI SNARE	-0.22	-0.14	-0.04	-0.09	-0.29	0.18	-0.14	-0.01	-0.27	-0.29	-0.07	-0.34	-0.15	-0.47	-0.79	-0.2	0.1	-0.25	0.87	0.14	-0.01	-0.3	0.12	0.01	0.1	-0.09	-0.1	-0.45	0.19	0.07	0.06	0.29	-0.15	0.15	0.12	0.04	-0.3	-0.09	-0.04	0.43	0.72	-0.1	-0.22	0.93	0.29	0.18	0.29	-0.18	-0.51	-0.54	-0.69	0.14	-0.12	0.19	-0.03	0.37	-0.22	-0.42	-0.01	0.56	0.25	-0.42	-0.36	0.58	0.07	0.46	0.1	-0.1	-0.38	0.39	-0.36	-0.49	-0.15	0.41	0.2	-0.17	-0.36	0.6	0.03
+YGL038C	OCH1   PROTEIN GLYCOSYLATION    MEMBRANE-BOUND MANNOSYLTRANSFERASE	-0.86	-0.22	0.5	0.57	-0.36	0.06	-0.69	-0.43	-0.42	0.2	0.32	0.63	0.31	0.14	-0.1	-0.12	-0.45	-0.32	0.2	0.41	0.03	0.1	0.06	0.37	0.42	0.31	0.14	0.14	0.3	0.06	0.18	0.26	0.03	1.18	0.56	-0.01	-0.43	-0.32	0.54	0.91	0.77	-0.07	-0.15	0.9	0.29	0.2	0.31	-0.07	-0.6	-1.32	-1.69	-1.29	-0.79	0.54	-0.2	0.74	0.23	0.07	-0.03	-0.01	-0.18	0.06	0.04	0.43	0.3	0.11	0.63	0.46	-0.23	0.38	0.23	-0.32	-0.06	0.2	0.39	-0.06	-0.36	0.33	0.16
+YFL045C	SEC53  PROTEIN GLYCOSYLATION    PHOSPHOMANNOMUTASE	-0.4	-0.71	-0.22	0.55	0.73	0.72	0.43	0.59	0.56	-0.18	0.34	0.19	0.46	0.5	0.4	0.51	0.14	0.11	-0.69	-0.6	-0.17	0.28	0.52	0.75	0.72	0.42	0.12	0.1	0.38	-0.04	-0.45	-0.43	-0.51	-0.4	0.12	0.36	-0.03	-0.51	-0.45	0.18	0.33	0.14	0.03	0.03	-0.56	-0.47	-0.34	0.12	-0.01	-0.45	-0.58	-0.6	-0.38	0.2	-0.15	-0.2	-0.51	-0.42	0.01	-0.94	-1.69	-1.4	-0.32	-1.12	0.97	0.15	1.12	0.99	-0.07	0.87	-1.32	-1.03	0.43	0.49	1.02	0.21	-0.2	-0.69	-1.29
+YEL002C	WBP1   PROTEIN GLYCOSYLATION    OLIGOSACCHARYLTRANSFERASE COMPLEX SUBUNIT		-0.45	0.06	-0.12	0.01	0.03	-0.14	-0.2	0.08	-0.38	0.21	-0.07	0.11	0.06	0.14	0.19	-0.34	-0.17	-0.2	-0.14		-0.32	0.1	-0.1	-0.06	-0.07	0.06	0.14	0.08		-0.01		-0.32	-0.42	-0.32	0.04	-0.36	-0.3	-0.12	0.07	-0.09	-0.17	-0.22	-0.6	-0.23	-0.36	-0.12	0.03	0.12	-0.45	-0.58	-0.62	-0.29	0.37	-0.32	-0.2	0.16	-0.79	0.03	-0.06	-0.54	-0.6	-0.23	-1.03	-0.07	-0.34	0.18	0.14	-0.15	-0.2	-0.6	-0.4	0.28	0.54	1.06	0.18	-0.22	0.18	-0.17
+YDL078C	MDH3   TCA CYCLE        MALATE DEHYDROGENASE	-0.32	0.16	-0.04	0.16	-0.4	-0.18	-0.67	-0.38	-0.22	-0.1	0.1	-0.14	-0.07	-0.38	-0.18	0.06	0.03	-0.07	0.66	0.77	-0.1	0.04	-0.29	-0.09	0.03	0.66	0.58	0.33	0.24	0.61	1.01	1	-0.01	0.06	0.03	0.2	0.03	-0.1	-0.03	0.4	0.42	0.56	0.32	0.9	0.75	0.62	0.9	0.12	0.38	-0.09	-0.51	-0.17	0.26	0.5	-0.27	0.42	-0.12	-0.18	-0.17	0.11	0.07	-0.71	-0.6	-0.74	0.3	0.15	0.54	0.2	-0.38	-0.1	-0.86	-0.79	-0.12	0.68	-0.01	-0.03	-0.18	0.71	0.49
+YHR190W	ERG9   STEROL METABLOISM     SQUALENE SYNTHETASE	-0.6	-0.2	-0.14	-0.03	-0.09	0.07	-0.23	-0.22		0.21	0.06	0.08		-0.29	-0.12	-0.04	-0.34	-0.1	0.33	0.31	0.16	-0.01	-0.32	-0.18	-0.17	0.31	0.23	0.32	-0.06	0.26	0.43	0.5	-0.92	-0.79	-0.49	0.11	0.33	0.3	0.43	0.57	0.33	0.3	0.33	0.4	0.23	0.16	0.29	0.25	-0.27	-1.36	-1.03	-0.67	-0.42	1.17	0.69	1.41	-0.42	-1.32	-0.17	0.15	0.48	-0.22	-0.32	-1.03	0.29	-0.45	0.67	0.39	0.07	0.01	-0.58	-0.36	0.18	0.24	0.37	-0.15	-0.45	0.92	0.04
+YFL048C	EMP47  SECRETION        UNKNOWN; ER/GOLGI MEMBRANE PROTEIN	-0.22	-0.2	-0.22	-0.27	-0.25	-0.07	-0.42	-0.32	0.01	0.16	-0.04	-0.18	-0.17	-0.45	-0.18	-0.09	-0.22	-0.14	-0.45	0.14	-0.94	-0.03	-0.29	-0.04	-0.15	0.25	0.12	0.23	0.18	0.15	0.31	0.33		-0.06		-0.1	-0.18	-0.07	-0.04	0.04	-0.23	-0.22	-0.09	0.58	0.21	-0.09	0.18	-0.06	-0.6	-0.97	-0.67	-0.42	-0.09	0.48	0.31	0.5	-0.64	-0.45	-0.29	0.1	0.41	-0.17	0.01	-0.25	-0.01	-0.22	0.32	0.33	-0.43	-0.12	-0.86	-0.76	-0.32	-0.03	0.21	0.04	-0.17	0. [...]
+YHR001W	QCR10  OXIDATIVE PHOSPHORYLATIO UBIQUNOL-CYTOCHROME C OXIDOREDUCTASE COMPLEX SUBUNIT	-0.54	-0.06	-0.15	-0.22	-0.34	-0.14	-0.27	-0.4	0.01	0.08	0.03	-0.1	-0.3	-0.45	-0.15	-0.14	-0.27	-0.36	0.15	0.53	0.07	0.06	-0.04	0.06	-0.06	0.7	0.19	0.14	-0.22	0.28	0.58	0.4	-0.58	-0.45	-0.34	0.08	-0.25	-0.27	-0.34	-0.22	-0.03	-0.07	-0.12	0.45	0.04	-0.07	0.29	0.07	-0.22	-0.69	-0.03	-0.18	-0.67	0.36	0.5	0.57	0.1	0.21	-0.47	0.26	0.07	0.06	0.01	-0.07	0.12	-0.36	0.08		-0.51	-0.04	-0.43	-0.69	-0.27	-0. [...]
+YBL091C	MAP2   PROTEIN PROCESSING    METHIONINE AMINOPEPTIDASE 2	-0.12	-0.4	-0.64	-0.51	-0.36	-0.49	-0.04	0.11	-0.14	0.26	-0.45	0.18	-0.22	-0.1	-0.47	0.25	-0.01	0.12	0.16	0.29	-0.3	0.28	-0.1	-0.15	0.14	-0.01	0.21	0.33		0.48	0.16	0.51	-0.49	-0.62	-0.23	-0.36	-0.34	-0.42	-0.29	-0.42	-0.32		-0.04	0.6	0.1	-0.03	0.26	-0.06	-0.74	-0.67	-0.43		-0.62		0.37	0.94	0.38		0.45	-0.09	-0.09	-0.6	-0.45	-0.62	0.54	0.33	0.45	0.11	-0.34	-0.23	-0.51	-0.58	-0.79	0.21	0.7	0.06	-0.49	0.51	-0.34
+YMR236W	TAF17  TRANSCRIPTION       TFIID 17 KD SUBUNIT	0.06	-0.04	-0.2	-0.17	-0.15	-0.29	-0.27	-0.2	-0.17	-0.47	-0.12	-0.43	-0.29	-0.54	-0.2	-0.23	-0.14	-0.4	0.23		0.29	0.11	0.26	0.04	0.28	0.19	0.1	-0.18	0.04	0.06	0.28	0.15	0.03	-0.03	0.04	-0.1	0.1	0.3	-0.42	0.57	-0.03	-0.04	0.15	0.16	0.52	0.29	0.59	-0.18	0.03	-0.32	-0.43	-0.79	-0.64	0.23	-0.29	-0.25	-0.18	-0.12	-0.06	-0.03	0.1	-0.32	-0.29	0.16	0.11	-0.04	0.04	0.26	-0.23	0.4	0.04	-0.29	0.24	0.08	0.34	0.08	-0.1	0.56	-0.07
+YOR288C	MPD1   PROTEIN FOLDING (PUTATIV RELATED TO PROTEIN DISULFIDE ISOMERASES	-0.09	-0.47	-0.15		0.12	-0.23	-0.14	-0.76	-0.47	-0.18	-0.45	-0.17	0.26	-0.49	-0.69	-0.22	-0.69	-0.49	-0.62	-0.23	-0.25	-0.23	-0.14	-0.3	-0.09	-0.32	0.01	0.25	-0.43	0.07	-0.34	-0.25	0.34	0.86	0.56	0.24	-0.07	0.15	0.28	0.3	0.31	0.23	0.31	0.82	0.28	-0.03	0.45	-0.32	-0.22	-0.74	-1.15	-0.69	-1.09	0.79	-0.42	-0.42	0.58	-1.18	-0.04	0.56	0.77	0.01	0.12	-0.23	1.24	1.37	0.95	0.86	0.2	0.58	-0.64	-0.76	-0.17	-0.14	0.1	-0 [...]
+YJR104C	SOD1   OXIDATIVE STRESS RESPONS COPPER-ZINC SUPEROXIDE DISMUTASE	-0.25	0.14	-0.14	0.03	-0.23		-0.23	-0.18	-0.01	0.31	0.14	0.03	0.24	-0.14	0.55	0.15	0.14	0.03	0.77	1.55	0.41	0.52	0.55	0.16	0.18	0.51	0.54	0.34	0.34	0.63	0.89	0.79	-0.15	-0.1	-0.1	0.08	-0.07	-0.1	0.08	0.12	0.14	0.06	0.1	0.06	0.33	0.26	0.34	0.06	0.18	-0.67	-1.06	-0.47	0.6	1.44	-0.27	1.09	-0.79	-1.43	-0.2	0.45	0.4		-0.1	-0.38	1.66	1.66	1.24	-0.03	-0.47	-0.29	-0.94	-1.47	0.14	0.01	0.39	0.51	0.26	1.58	0.6
+YML028W	TSA1   OXIDATIVE STRESS RESPONS THIOL-SPECIFIC	-0.04	-0.32	-0.18	-0.42	-0.1	-0.6	-0.09	-0.4	-0.06	-0.1	0.1	-0.2	0.2	-0.14	0.33	-0.12	0.42	-0.12	0.18	-0.09	0.31	-0.1	-0.03	0.1	-0.12	0.3	0.69	0.46	0.2	0.7	0.67	0.64	-0.58	-1.32	-1.25	-0.58	-0.06	-0.03	-0.04	0.12	-0.09	0.03	0.29	-0.86	0.06	0.14	0.28	-0.27	-0.23	-0.89	-1.4	-1.22	-0.76	0.96	-0.89	-0.12	-0.43	-0.92	-0.1	0.53	-0.2	-0.18	0.08	-0.71	2.03	1.72	1.94	1.43	-0.6	-0.69	-1.15	-2.47	0.06	0.14	0.59	0.18	0.19	0.46	
+YGR209C	TRX2   DNA REPLICATION     THIOREDOXIN II	-0.43	0.04	-0.17	0.07	-0.23	0.1	-0.14	-0.14	0.08	0.26	0.24	0.03	0.19	-0.06	0.31	0.11	0.12	0.04	1.07	1.18	0.57	0.5	0.04	-0.09	-0.23	0.11	0.07	0.23	0.11	0.21	0.43	0.55	0.12	-0.36	-0.34	-0.18	-0.36	-0.32	-0.54	0.06	0.41	0.16	0.25	0.1	0.25	0.36	0.9	-0.38	-0.3	-1.03	-1.47	-1.25	-0.81	0.89	-0.56	-0.23	-0.3	-0.94	-0.03	0.43	0.23	0.24	-0.09	-0.67	1.98	2.44	1.58	0.9	-0.09	0.16	-0.94	-1.09	0.18	0.04	0.83	0.37	0.46	1.2	0.25
+YHR008C	SOD2   OXIDATIVE STRESS RESPONS MANGANESE SUPEROXIDE DISMUTASE	-0.2	-0.22	0.1	0.04	-0.1	-0.42	-0.27	-0.62	-0.29	-0.64	-0.32	-0.2	-0.2	-0.47	-0.18	-0.32	-0.14	-0.25	0.8	-0.03	0.44	0.38	-0.04	0.11	0.04	0.31	0.37	0.03	0.1	0.31	0.72	0.18	0.6	0.12	-0.3	0.1	0.23	0.2	0.68	0.54	0.48	0.01	0.58	0.1	0.14	0.83	1.04	-0.27	-0.17	-0.07	-0.07		-0.2	0.11	-0.09	0.21	-0.4	-0.56	0.06	1.1	0.73	-0.03	-0.15	-0.12	1.61	1.02	0.32	0.26	-0.38	-0.04	-0.76	-0.81	-0.15	0.55	-0.1	-0.34	-0.4	0.06	0.19
+YBR171W	SEC66  SECRETION        ER PROTEIN TRANSLOCATION SUBCOMPLEX SUBUNIT	-0.1	-0.56	-0.04	-0.03	0.18	-0.18	0.1	0.28	-0.06	0.2	-0.27	0.21	0.01	-0.86	0.11	-0.14	0.16	0.08	0.63	-0.89	-0.43	-0.38	0.19	0.29	-0.01	-0.03	-0.14	-0.2	0.11	-0.3	-0.38	-0.22		0.12	0.08	-0.06	-0.03	-0.07	-1.36	0.11	-0.01		0.04	-0.54	0.04	-0.1	0.12	-0.09	-0.25	-0.36	-0.67	-0.29	-0.97	0.67	-0.32	-0.94	-0.15	0.03	-0.2	-0.56	-0.43	-0.58	-0.34	-0.62	0.54	0.41	0.46	0.08	-0.27	0.34	-0.32	-0.2	-0.15		-0.03	-0.4	-0.23	-0.2 [...]
+YPL094C	SEC62  SECRETION        ER PROTEIN TRANSLOCATION SUBCOMPLEX SUBUNIT	-0.14	-0.6	-0.69	-0.34		-0.51	-0.06	-0.56	-0.34	-0.17	-0.14	-0.29	-0.18	-0.42	-0.18	-0.47	-0.69	-0.42	-0.62	-0.51	-0.17	-0.04	-0.17	0.15	-0.06	0.45	0.32	0.55	-0.47	0.08	-0.17	0.1	-0.2	-0.76	-0.76	-0.47	-0.22	-0.25	-0.34	-0.42	-0.67	-0.38	-0.34	-0.42	-0.51	-0.64	-0.6	-0.42	-0.36	-0.97	-1.6	-1.15	-1.18	-0.03	-0.79	-0.81	-0.76	-0.74	-0.36	0.16	-0.62	-0.03	0.06	-0.62	0.81	-0.06	0.43	0.41	0.11	0.2	-0.47	-0.42	0.16	-0. [...]
+YLR418C	CDC73  TRANSCRIPTION       RNA POLYMERASE II ACCESSORY PROTEIN	-0.12	-0.27	-0.3	-0.76	-0.3	-0.54		-0.42	-0.15	-0.23	-0.25	-0.29	-0.32	-0.42	-0.38	-0.36	-0.01	-0.23	0.24	-0.42	-0.12	-0.42	0.11	0.04	-0.27	-0.1	-0.22	-0.14	0.06	-0.04	-0.2	-0.09	0.01		0.08	-0.14	-0.03	-0.09	-0.1	-0.1	0.04	-0.09	-0.07	-0.64	0.42	0.16	0.31	-0.32	-0.18	-0.56	-0.69	-0.84	-0.56	0.34	-0.49	-0.51	-0.06	0.2	-0.04	-0.36	-0.27	-0.54	-0.32	-0.15	0.21	-0.27	-0.03	0.08	-0.32	0.1	-0.17	-0.27	-0.1	0.26	0.39	0.07	-0 [...]
+YGL100W	SEH1   NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.1	-0.27	-0.2	-0.09	-0.06	-0.06	0.15	0.01	-0.01	0.26	-0.12	-0.03	-0.15	-0.4	-0.09	-0.17	0.16	-0.15	-0.01	-0.45	0.03	-0.07	0.14	0.21	0.14	0.42	0.29	0.21	0.37	0.03	-0.04	0.14	-0.01	0.04	0.26	0.18	0.32	0.2	0.06	-0.06		0.1	0.19	-0.69	0.12	-0.12	0.24	0.07	0.15	-0.29	-0.74	-0.49	-0.97	0.7	-0.76	-0.6	0.21	0.26	-0.03	-0.54	-0.2	-0.25	-0.14	-0.07	0.42	-0.22	0.16	-0.01	-0.36	0.08	0.1	-0.4	-0.14	0.18	0.31	-0.17	-0.29	0.28	-0.69
+YOR332W	VMA4   VACUOLAR ACIDIFICATION   VACUOLAR H+-ATPASE V1 DOMAIN 27 KD SUBUNIT	-0.15	-0.47	-0.14	-0.34	-0.15	-0.49	0.08	-0.43	-0.14	-0.17	-0.3	-0.3	-0.22	-0.51	-0.2	-0.4	-0.23	-0.18	0.41	0.08	-0.23	-0.06		0.51	0.23	0.55	0.57	0.34	-0.04	0.29	0.61	0.39	-1	-1.15	-0.42	-0.09	-0.01	-0.47	-1.03	-0.86	-0.56	-0.4	-0.34	-2.12	-0.71	-0.94	-0.49	-0.04	0.01	-0.86	-0.94	-1.18	-1.06	0.77	-0.25	-0.58	-0.27	-0.74	-0.42	-0.09	-0.86	-1.15	-0.45	-0.56	0.7	-0.2	0.31	-0.09	-0.58	-0.58		-0.97	-0.07	-0.18	 [...]
+YML012W	ERV25  SECRETION        VESICLE COAT COMPONENT	-0.56	-0.43	-0.23	0.29	0.08	0.12	0.34	-0.32	-0.17	-0.36	-0.34	-0.34	0.18	-0.4	0.19	-0.27	-0.36	-0.43	-0.67	-0.38	0.28	-0.32	-0.14	0.15	-0.22	0.53	0.33	0.23	0.33	0.29	0.28	0.18	-0.79	-0.09	0.28	0.3	0.01	-0.51	-0.2	0.36	0.41	-0.09	-0.23	-0.71	-0.04	-0.09	0.01	0.01	0.32	-0.23	-0.76	-1.06	-0.97	0.6	-0.81	-1.09	0.58	-0.18	-0.43	-0.15	-0.22	-0.84	-0.14	-0.29	0.6	0.2	0.7	0.62	-0.69	-0.4	-1.43	-2.06	0.06		0.36	0.28	0.5	0.31	-0.81
+YPL218W	SAR1   SECRETION        GTP-BINDING PROTEIN OF THE ARF FAMILY	-0.3	-0.4	-0.01	-0.06	0.2	-0.09	0.29	-0.14	-0.07	-0.47	-0.27	-0.51	0.16	-0.3	0.18	-0.54	0.19	-0.22	-0.22	-0.36	-0.38	-0.17	0.18	0.23	-0.22	0.11	0.06	0.14	0.14	-0.03	-0.23	-0.12	-0.81	-0.84	-0.4	-0.1	0.08	-0.25	-0.27	0.04	-0.07	-0.18	0.06	-1.36	-0.54	-0.54	-0.4	-0.43	0.3	-0.22	-0.15	-0.58	-0.45	0.46	-0.36	-0.86	-0.04	-0.22			-0.71	-0.92	-0.22	-0.58	0.5	-0.12	0.37	0.4	-0.12	-0.03	-1.09	-1.51	-0.2	-0.38	0.26	0.21	0.11	-0. [...]
+YDR304C	CYP5   PROTEIN FOLDING     PEPTIDYL-PROLYL CIS-TRANS ISOMERASE	0.44	-0.18		0.11		-0.18	0.32	-0.34		-0.22	-0.27	-0.27	0.11	-0.54	0.04	-0.34	0.16	-0.38	-0.12	-0.04	0.14	-0.27	-0.4	-0.34	-0.42	0.21	0.41	0.24	0.14	0.49	0.36	0.53	-0.18	-0.42	-0.2	-0.14	0.01	-0.04	0.04	0.18	0.14	-0.07	0.18	-1.56	0.08	0.12	0.32	-0.3	0.03	-0.6	-0.62	-0.94	-0.89	0.54	-0.38	-0.94	-0.18	-0.42	0.07	0.39	0.24	0.01	0.1	0.23	0.31	-0.29	0.16	0.23	-0.49	-0.34	-0.51	-1.29	0.04	-0.03	0.04	-0.25	0.03	0.61	-0.51
+YPR183W	DPM1   PROTEIN GLYCOSYLATION    DOLICHOL PHOSPHATE MANNOSE SYNTHASE	-0.17	-0.51	0.14	0.21	0.06	-0.25	0.21	-0.62	-0.32	-0.69	-0.3	-0.25		-0.51		-0.62	-0.32	-0.43	-0.1	-0.71	-0.22	-0.15	0.18	0.31	0.42	0.55	0.44	0.28	0.01	0.19	0.2		0.11	0.06	0.14	-0.04	-0.17	-0.38	0.08	0.31	-0.09	-0.27	-0.07	-2	-0.25	-0.29	-0.18	-0.2	-0.42	-1.22	-1.18	-1.69	-1.25	0.63	-0.49	-0.81	-0.51	-1.64	0.11	0.46	-0.45	-0.86	0.1	-0.56	0.81	-0.29	0.69	0.99	-0.07	-0.12		-0.81	-0.15	0.21	0.65	-0.01	0.52	1.19	-0.23
+YMR039C	SUB1   TRANSCRIPTION       TRANSCRIPTIONAL COACTIVATOR	-0.07	0.23	-0.3	-0.49	-0.49	-0.29	-0.15	-0.27	-0.03	-0.15	-0.2	-0.29	-0.27	-0.76	-0.62	-0.4	-0.47	-0.18	0.48	-0.3	-0.17	-0.23	-0.29	-0.54	-0.6	-0.23	-0.3	-0.36	0.03	-0.12	0.15	-0.06	0.61	-1.29	0.5	-0.07	0.1	0.25	0.34	-0.01	0.18	0.46	0.14	1.34	0.42	0.32	0.49	-0.1	-1.43	-1.94	-2.18	-1.84	-1.69	0.41	-0.23	0.08	-1.56	-1.6	-0.27	-0.51	-0.43	-0.67	-0.94	-1.18	0.19	0.71	0.4	0.36	-1	0.07	-0.2	-0.29	-0.3	-0.54	-0.27	-0.29	-0.22	0.44	-0.62
+YBR279W	PAF1   TRANSCRIPTION       RNA POLYMERASE II-ASSOCIATED PROTEIN	-0.29	0.12	-0.32	-0.4	-0.69		-0.43	-0.07	-0.06	0.37	0.08		-0.2	-0.32	-0.47	0.26	-0.07	0.16	0.82	-0.04	0.1	-0.23	-0.38	-0.29	-0.45	-0.12		0.03	0.06	0.1	0.29	-0.03	-0.15	-0.07	-0.3	-0.74	-0.89	-0.92	-0.29	-0.6	-0.3	0.16	-0.22	0.85	0.16	-0.1	0.06	0.19	-1.06	-0.89	-1.47	-1.25	-1.06	-0.03	-0.49	-0.04	-0.84	-0.07	0.03	0.16	-0.09	-0.25	-0.38	-0.92	0.91	0.53	0.45	0.28	-0.47	0.16	-0.4	-0.47	-0.14	0.18	-0.2	-0.51	-0.6	0.38	-0.14
+YHR106W	TRR2   PYRIMIDINE BIOSYNTHESIS  THIOREDOXIN REDUCTASE	-0.03	-0.36	-0.01		-0.01	-0.25	0.06	-0.27	-0.29	-0.34	-0.17	-0.12	0.18	-0.03	0.21	-0.04	-0.1	-0.4	-0.14	-0.09	-0.18	-0.3	-0.15	-0.04	-0.12	0.04	0.18	-0.06	-0.18	0.15	0.2	0.04	0.07	0.2	0.21	-0.07	-1.36	-0.14	0.12	1.23	0.11	0.01	-0.14	-0.04	0.24	0.2	0.21	-0.38	-0.29	-0.97	-1.22	-0.84	-0.81	0.45	-0.54	-0.04	0.16	-0.07	-0.07	0.26	-0.22	-0.2	-0.06	-0.3	0.5	1.2	0.15	-0.04	-0.25	-0.25	-0.49	-0.64	0.18	0.11	0.1	-0.18	-0.18	0.37	-0.22
+YDR353W	TRR1   PYRIMIDINE BIOSYNTHESIS  THIOREDOXIN REDUCTASE	0.04	-0.34	-0.03			-0.2	0.06	-0.51	-0.22	-0.27	-0.04	0.03	0.45	-0.07	0.37	-0.09	-0.09	-0.36	-0.18	0.48	-0.18	-0.27	-0.04	-0.03	0.06	0.14	0.3	0.24	-0.07	0.55	0.52	0.2	-0.06	0.29	0.37	0.32	-0.2	-0.42	0.19	1.24	0.85	-0.18	-0.12	-0.45	0.38	0.28	0.21	-0.32	-0.58	-1.47	-2	-2	-1.51	1.14	-0.84	-0.45	-0.79	-1.4	-0.23	-0.09	-0.32	-0.47	-0.6	-1.22	2.33	2.02	0.6	-0.12	0.16	-0.12	-0.01	-0.54	0.15	0.06	-0.32	-0.64	-0.49	-0.15	-1.03
+YJL101C	GSH1   GLUTATHIONE BIOSYNTHESIS GAMMA-GLUTAMYLCYSTEINE SYNTHETASE	0.28	0.11	-0.1	-0.76	-0.23	-0.12	0.41	-0.1	0.03	0.07	0.16	-0.01	0.03	-0.15	0.03	-0.14	0.28	-0.04	-0.07	0.38	-0.09	-0.1	-0.38	-0.4	-0.2	-0.07	0.11	0.32	-0.06	0.31	-0.03	-0.12	-0.54	-0.38	-0.71	-0.03	-0.43	-0.25	0.01	-0.09	-0.1	-0.36	-0.25	-0.62	0.15	-0.14	-0.04	-0.64	-0.86	-1.47	-1.69	-1.12	-0.6	0.07	-0.84	0.33	-0.84	-1.6	-0.23	-0.3	-0.62	-0.64	-0.42	-0.69	0.58	0.74	-0.17	-0.47	0.08	0.18	-0.14	-0.6	0.08	0.58	-0.12	- [...]
+YPL010W	RET3   SECRETION        VESICLE COAT COMPONENT	-0.01	0.04	0.16	0.25	0.16	0.19	0.41	0.2	0.08	-0.14		-0.09	0.12	-0.12	0.16	-0.29	0.48	0.12	0.15	0.06	-0.18	0.04	0.01	0.25	0.21	0.24	0.03	-0.03	0.21	0.11	0.03	0.15	-0.29	-0.14	-0.27	-0.03	-0.29	-0.43	-0.29	-0.49	0.99	-0.62	-0.32	-0.49	-0.86	-0.32	-1	-0.43	-0.12	-0.38	-0.51	-0.97	-1.4	0.15	-0.38	-1.4	-0.4	-0.14	-0.01	-0.25	-0.3	-0.76	-0.27	-0.06	0.99	0.25	0.61	0.7	-0.42	-0.06	-0.27	-0.4	-0.03	0.03	-0.03	0.04	0.11	-0.09	-0.81
+YOR198C	BFR1   SECRETION        UNKNOWN	-0.04	0.92	-0.36	0.41	0.06	0.41	0.18	0.37	0.12	0.29	-0.14	0.14	-0.01	-0.07	-0.15	-0.2	0.18	0.11	-0.32	-0.34	-0.79	-0.3	0.2	0.19	0.15	0.12	-0.15	0.16	0.54	0.19	-0.12	-0.14	-0.23	-0.45	-0.34	-0.71	-0.71	-0.86	-0.74	-0.2	-0.45	-0.49	-0.58	-0.34	-0.32	-0.49	-0.34	0.14	-0.71	-0.94	-1.56	-2.12	-2.4	0.41	-0.51	-1.51	-0.15	0.04	0.16	-0.22	-0.17	-0.49	-0.12	0.78	0.65	0.51	1.33	1.34	-0.25	0.28	-0.62	-0.01	0.06	-0.12	0.25	-0.3	-0.3	0.23	-1
+YLR066W	SPC3   SECRETION        SIGNAL PEPTIDASE SUBUNIT	-0.01	0.32	0.41	-0.14	0.2	0.15	0.23		-0.04	-0.1	-0.17	-0.29	0.08	-0.4	-0.04	-0.56	0.31	-0.29	0.25	-0.34	-0.07	-0.01	0.25	0.18	0.21	0.14	-0.04	-0.17	0.28	-0.18	-0.27	0.03	0.18	0.04	0.14	0.14	0.25	0.16	0.31	0.28	0.3	0.14	0.32	-0.84	0.42	0.37	0.52	-0.56	-0.12	-0.54	-0.86	-1.06	-1.25	0.51	-0.42	-0.84		-0.25	-0.14	-0.58	-0.4	-0.79	-0.45	-0.17	0.29	0.3		0.25	-0.32	0.1	-0.62	-0.89	0.01	0.14	0.1	-0.06		0.12	-0.94
+YIL076W	SEC28  SECRETION        VESICLE COAT COMPONENT	0.07	-0.15	0.11	0.04	0.04	0.16	-0.09	0.08	0.08	-0.64	0.15	-0.23	-0.03	-0.18	0.03	0.19	-0.34	-0.36	0.31	-0.67	-0.54	-0.45	-0.27	-0.17	-0.14	-0.09	-0.23	-0.56	-0.2	-0.36	-0.47	-0.51	-0.04	0.1	0.33	-0.15	-0.62	-0.6	-0.22	0.01	0.36	-0.23	-0.25	0.04	0.26	0.08	0.56	-0.29	-0.62	-0.92	-1.18	-1.36	-1.79	0.21	-0.38	-0.97	-0.18	-0.15	-0.36	-0.58	-0.3	-1.12	-0.67	-0.43	0.7	1.16	0.33	0.59	-0.56	-0.07	-0.49	-0.4	0.01	-0.1	0.03	0.01	0.16	0.42	-0.86
+YGR207C	"NONE   ELECTRON TRANSPORT    ELECTRON-TRANSFERRING FLAVOPROTEIN, BETA CHAIN"	-0.43	-0.14	-0.14	-0.38	-0.58	-0.07	-0.25	-0.18	0.21	0.16	-0.06	-0.23	-0.27	-0.56	-0.3	0.08	-0.42	-0.17	0.04	0.31	-0.14	-0.17	-0.25	-0.07	-0.14	0.16	0.03	0.16	0.32	0.31	0.07	0.21	-0.29	0.28	0.12	-0.38	-0.23	0.3	0.24	0.54	0.58	0.25	0.31	1.21	1.04	0.52	0.94	0.03	-0.4	-0.64	-0.94	-1.06	-1.64	0.49	-0.54	-1.36	-0.58	-0.06	-0.29	-0.15	-0.01	-0.2	-0.29	-0.14	0.29	0.64	0.37	0.24	-0.6	0.34	-0.42	-0.36	0.04	-0.12 [...]
+YGR167W	CLC1   ENDOCYTOSIS AND SECRETIO CLATHRIN LIGHT CHAIN	0.11	-0.1	0.18	0.15	0.26	0.1	0.3	0.01	0.08	-0.14	-0.17	-0.14	-0.04	-0.34	0.12	-0.12	0.18	-0.17	0.9	-0.06	-0.09	-0.29	-0.42	-0.3	-0.18	0.04	0.21	0.11	0.14	0.48	0.36	0.29	-0.17	-0.17	-0.04	-0.04	0.12	-0.1	0.2	0.08	0.34	0.16	0.16	0.15	0.69	0.4	0.97	-0.04	-0.29	-0.58	-0.79	-1.12	-1.03	0.77	-0.34	-0.56	0.18	-0.09	-0.42	-0.29	-0.2	-0.67	-0.58	-0.42	0.56	0.56	0.54	0.46	-0.71	-0.23	-0.49	-1.03	0.11	0.08	0.06	0.23	0.34	0.88	0.44
+YNL079C	TPM1   CYTOSKELETON        TROPOMYOSIN	0.08	0.48	-0.07	0.29	-0.04	0.25	0.06	0.12	0.21	0.4	-0.01	0.14	0.07	-0.22	-0.03	-0.01	0.12	0.24	0.21	0.28	0.55	0.52	0.31	0.2	0.14	0.42	0.31	0.3	0.57	0.38	0.57	0.63	0.5	0.37	0.3	-0.1	-0.07	-0.1	0.15	-0.1	0.15	0.19	0.12	1.64	0.77	0.64	0.96	-0.27	-0.56	-1.47	-1.64	-1.74	-2.47	0.86	-0.1	-0.97	-0.62	-0.74	-0.45	-0.64	-0.89	-0.69	-0.86	-0.27	0.74	0.7	0.7	0.82	-1.03	-0.3	-1	-1.36	-0.01	-0.22	0.03	-0.17	0.01	0.89	-0.81
+YKL007W	CAP1   CYTOSKELETON        ACTIN CAPPING PROTEIN SUBUNIT	0.04	-0.38	0.28	-0.06	0.04			-0.51	-0.3	-0.23	-0.3	-0.27	0.18	-0.84	-0.18	-0.51	-0.09	-0.58	0.74	-0.01	-0.15	-0.23	-0.1	-0.43	-0.51	-0.15	0.08	-0.15	0.06	0.12	-0.15	-0.14	0.14	0.1	0.18	0.16	0.16	-0.03	0.48	0.26	0.26	0.15	0.11	-0.04	0.94	0.72	1.07	-0.43	-0.14	-0.38	-0.64	-0.86	-0.67	0.34	-0.49	-0.71	-0.12	0.14	-0.29	-0.15	-0.18	-0.79	-0.49	0.74	0.53	0.46	0.15	0.2	-0.74	-0.38	-0.54	-1.25		-0.01		0.23		0.66	-0.18
+YIL138C	TPM2   CYTOSKELETON        TROPOMYOSIN	-0.49	-0.18	-0.1	-0.06	-0.2	0.43	0.2	0.39	0.38		0.04	0.12	-0.06	-0.2	-0.01	0.31	0.25	0.39	0.69	-0.22	-0.51	0.38	0.18	0.07	-0.01	0.04	0.15	0.08	0.33	-0.01	-0.2	0.04	-0.23	-0.47	-0.18	-0.14	-0.09	-0.14	-0.47	-0.49	-0.22	0.23	0.08	0.12	0.24	0.11	0.45	0.45	-0.18	-0.17	-0.49	-0.97	-1.89	0.12	-0.27	-1.25	0.01	0.06	-0.29	-0.56	-0.06	-0.43	-0.62	0.07	-0.15	0.04	-0.03	0.55	-0.58	-0.09	-0.45	-0.4	0.18	-0.06	0.33	-0.06	-0.09	0.88	-0.54
+YKL019W	"RAM2   PROTEIN PROCESSING    PROTEIN FARNESYLTRANSFERASE, ALPHA SUBUNIT"	-0.17	0.14	-0.34	-0.27	-0.42	0.07	-0.34	-0.38	-0.34	-0.47	-0.36	-0.43	-0.2	-0.45	-0.25	-0.4		-0.32	0.45	0.28	0.01	-0.25	-0.04		-0.14	0.16	-0.1	-0.22	-0.06	0.07	0.1	0.25	-0.3	-0.6	-0.12	0.06		0.1	0.04	0.23	-0.1	-0.01	0.06	-0.12	-0.04	0.01	0.1	-0.1	-0.12	-0.29		-0.94	-0.49	-0.14	-0.56	-0.43	-0.15	0.12	-0.22	-0.09	-0.18	-0.58	-0.3	-0.43	0.11	-0.09	0.14	0.2	-0.45	-0.23	-0.76	-0.6	0.04	0.1		-0.15	-0.36	0.36	0.14
+YLR354C	TAL1   PENTOSE PHOSPHATE CYCLE  TRANSALDOLASE	0.08	-0.45	-0.17	-0.07	0.14	-0.22	0.29	-0.04	0.1	-0.3	-0.07	-0.32	0.12	-0.43	0.2	-0.2	-0.29	-0.34	-0.89	0.03	-0.58	-0.2	-0.17	-0.2	-0.22	0.07	0.48	0.12	0.07	0.74	0.53	0.36	-0.29	-0.62	-0.18	0.08	0.25	0.23	0.15	0.32	0.2	0.37	0.43	-1.22	0.24	0.14	0.36	-0.27	0.08	-0.97	-1.43	-1.84	-1.79	1.06	-0.74	-0.94	-1.25	-2	-0.15	-0.14	-0.27	0.49	0.07	-1.22	0.14	-0.15	0.82	0.57	0.06	-0.15	-0.34	-0.86	0.15	0.32	0.23	-0.25	0.1	-0.97	-1.64
+YHR043C	DOG2   2-DEOXYGLUCOSE RESISTANC 2-DEOXYGLUCOSE-6-PHOSPHATE PHOSPHATASE	0.33		0.53	0.08	0.19	-0.29	0.26	-0.32	-0.12		-0.3	-0.14	0.2	-0.36	-0.03	-0.42	-0.18	-0.38	-0.12	1.43	-0.43	-0.84	-0.47	-0.56	-0.23	-0.18	-0.36	-0.64	0.01	-0.06	-0.3	-0.38		0.15	0.06		-0.18	-0.1	0.24	0.11	-0.29	-0.04	-0.03	0.21	0.28	0.21	0.36	-0.94	-0.45	-1.03	-1.03	-1.56	-0.07	0.16	-0.79	-0.74	-1.06	-1.51	-0.06	0.21	-0.12	-0.92	-0.14	-0.42	0.57	1.24	0.83	0.94	-0.27	0.06	-0.18	-0.4	-0.15	0.08	0.42	-0.04	0.25	0. [...]
+YHR044C	DOG1   2-DEOXYGLUCOSE RESISTANC 2-DEOXYGLUCOSE-6-PHOSPHATE PHOSPHATASE	0.11	0.46	0.26	-0.06	0.23	-0.36	0.11	-0.18		-0.09	0.06	0.11	0.15	-0.18	-0.1	-0.22	0.11	0.04	-0.22	-0.54	-0.34	-0.14	-0.32	-0.23	-0.18	0.15	-0.17	-0.07	-0.36	-0.62	-0.79	-0.32	-0.01	0.03	-0.03	-0.1	-0.12	-0.2	0.19	0.19		-0.15	-0.06	-0.2	0.32	0.19	0.37	-0.38	-0.34	-0.86	-1.09	-1.06	-1	0.48	-0.62	-0.69	-0.54	-0.84	-0.27	0.28	0.07	-0.06	-0.07	-0.17	0.59	0.53	0.3	-0.07	0.18	0.61	0.14	0.04	-0.12	0.07	0.19	-0.03		0.6	-0.1
+YLR200W	YKE2   CYTOSKELETON        MICROTUBULE NUCLEATION	0.11	0.01	-0.09	-0.22	0.2	-0.23	0.04	-0.22	0.06	0.28	-0.07	-0.14	-0.22	-0.3	-0.1	-0.3	0.19	-0.09	0.07	-0.42	-0.4	-0.3	-0.15	-0.09	-0.2	0.03	-0.07	-0.2	-0.1	-0.54	-0.25	-0.43	-0.34	-0.27	0.04	-0.17	-0.09	0.11	-0.25	-0.43	-0.15	0.23	0.07	0.04	0.49	0.39	0.77	-0.32	-0.56	-0.56	-0.71	-0.54	-0.6	0.2	-0.2	-0.29	-0.29	-0.12	-0.15	-0.4	0.24	-0.34	-0.45	0.11	0.75	1.04	-0.04	-0.12	-0.23	0.42	-0.3	-0.67	-0.15	-0.15	-0.2	-0.67	-0.38	-0.18	-0.97
+YKL013C	ARC19  CYTOSKELETON        CORTICAL ACTIN PATCH INTEGRITY	-0.12	-0.01	-0.07	-0.12	-0.42	-0.14	-0.42	-0.23	-0.3	-0.2	-0.27	-0.4	-0.18	-0.45	-0.3	-0.38	-0.34	-0.32	1.11	0.07	-0.47	-0.25	-0.12	-0.15	-0.36	0.11	0.01	-0.03	0.12	0.4	0.18	0.23	-0.15	-0.25	0.06	0.29	0.16	0.16	0.2	0.54	0.4	0.33	0.4	0.58	-0.3	0.58	0.76	-0.01	-0.43	-0.67		-0.54	-0.45	0.52	0.45	0.26	-0.45	-1	-0.38	0.07	-0.23	-0.42	-0.6	-0.3	0.49	0.33	0.44	0.42	-0.51	0.04	-0.79	-0.84	0.01	-0.07	0.06	0.18	0.11	0.8	-0.4
+YLL050C	COF1   CYTOSKELETON        COFILIN	0.21	0.03	0.33	0.34	0.39	0.11	-0.14	0.11	0.18	-0.22	0.38	-0.45	0.01	-0.2	0.26	0.07	-0.17	-0.49	0.45	-0.23	-0.25	0.14	-0.18	-0.51	-0.47	-0.15	-0.34	-0.32	-0.04		-0.2	-0.12	-0.03	0.06		0.41	0.23	0.33	0.3	0.6	0.39	0.32	0.45	-0.2	0.37	-0.01	0.58	-0.07	0.04	-0.38	-0.01	-0.23	-0.25	0.12	0.49	0.18	-0.4	-0.69	-0.06	-0.04	-0.2	-0.58	-0.47	-0.74	0.5	0.45	0.2	0.43	-0.12	0.15	-0.71	-1.03	0.03	-0.1	-0.07	-0.12	0.07	0.04	-0.86
+YOR122C	PFY1   CYTOSKELETON        PROFILIN	0.04	0.3	0.01	0.33	0.03	0.08	0.11	-0.07	-0.14	0.04	-0.14	-0.23	-0.1	-0.18	-0.07	-0.4	-0.15	-0.4	1.41	0.32	0.24	0.04	-0.07	-0.12	-0.18	0.26	0.32	0.25	0.06	0.19	0.39	0.23	-0.09	-0.03		0.26	0.39	0.23	0.21	0.33	0.11	0.06	-0.79	0.25	0.14	0.03	0.33	-0.38	-0.14	-0.49	-0.84	-0.81	-0.58	0.5	-0.51	-0.64	-0.49	-0.71	0.08	0.18		-0.32	-0.38	0.63	0.2	-0.1	0.12	0.29	-0.03	0.08	-0.36	-0.54	-0.17	-0.15	0.19	0.07	0.21	-0.27	-0.51
+YDL029W	ARP2   CYTOSKELETON        ACTIN-RELATED PROTEIN	-0.03	0.33	0.56	0.32	0.24	0.15	-0.62	-0.17	0.03	-0.42	0.42	-0.04	-0.12	-0.23	-0.12	0.16	-0.1	-0.32	0.62	0.04		0.19	-0.3	-0.4	-0.36	0.23	-0.17	-0.14	-0.12	-0.06	0.1	-0.04	-0.71	-0.81	-0.56	-0.09	-0.2	-0.27	0.07	0.37	0.15	0.12	0.11	0.14	0.34	0.11	0.38	-0.17	-0.15	-0.34	-0.6	-0.89	-0.71	0.68	-0.27	-0.18		-0.32	-0.07	0.39	0.64	-0.36	-0.42	-0.14	0.43	0.3	0.76	0.1	0.14	0.29	-0.07	-0.04	0.1	0.03	0.07	0.01	-0.1	0.56	-0.14
+YLR250W	SSP120 SECRETION        UNKNOWN	0.46	0.52	0.62	-0.17	0.01	-0.27	0.28	-0.22	0.16	0.12	0.08	-0.12	-0.09	-0.47	-0.17	-0.27	-0.06	-0.06	0.08	-0.62	-0.6	-0.56	-0.47	-0.36	-0.42	0.32	0.32	0.23	-0.14	0.53	0.52	0.31	0.71	0.45	0.21	0.14	0.37	0.39	0.5	-0.14	0.07	0.1	0.28	-0.47	0.63	0.51	0.58	-0.12	-0.1	-0.51	-0.15	-0.29	-0.1	0.8	0.28	0.37	-0.1	0.16	-0.42	0.56	0.37	-0.74	-0.07	-0.47	0.28	0.08	0.51	0.42	-0.6	-0.17	-0.45	-1.03	0.07	0.15	0.32	0.46	0.68	1.32	0.38
+YIL062C	ARC15  CYTOSKELETON        CORTICAL ACTIN PATCH INTEGRITY	-0.04	-0.25	0.24	-0.03	-0.09	-0.38	0.06	-0.29	-0.14	-0.38	-0.2	-0.42	-0.17	-0.56	-0.09	-0.27	-0.09	-0.51	1.07	-0.14	-0.36	-0.43	-0.58	-0.36	-0.14	-0.03	0.07	-0.42	-0.22	0.03	0.03	-0.18	-0.17	-0.25	0.01	0.24	0.25	0.28	0.38	0.42	0.15	0.21	0.37	0.53	0.75	0.66	1.02	-0.27	-0.22	-0.51	-0.27	-0.58	-0.67	0.08	0.11	-0.51	0.01	0.1	-0.23	0.21		-0.56	-0.45	-0.71	0.39	0.64	0.51	0.34	-0.51	-0.51	0.8	-1.4	0.24		0.4	0.36	0.29	1.01	0.14
+YOR002W	ALG6   PROTEIN GLYCOSYLATION    GLUCOSYLTRANSFERASE	-0.18	-0.17	-0.42	-0.6	-0.4	-0.4	-0.12	-0.62	-0.22	-0.09	-0.38	-0.4	-0.18	-0.51	-0.42	-0.71	-0.54	-0.38	-0.22	-0.1	-0.06	-0.3	-0.23	-0.09	-0.04	0.1	-0.04	0.06	0.15	-0.17		0.36	-0.36	-0.43	-0.58	-0.49	-0.43	-0.4	-0.36	0.08	0.15	-0.4	-1.47	-0.07	-0.47	-0.42	-0.58	-0.12	0.01	-0.54	-0.4	-0.07	-0.3	0.18	0.04	-0.2	-0.17	-0.51	0.11	-0.2	-0.43	-0.32	-0.06	0.29	0.67	0.01	0.59	0.19	-0.76	-0.03	-0.84	-0.71	0.16	0.21	1.02	0.42	0.16	0.51	0.03
+YDL066W	IDP1   TCA CYCLE        ISOCITRATE DEHYDROGENASE (NADP+)	0.29	0.37	0.54	0.7	0.69	0.66	0.8	0.59	0.44	0.61	0.38	0.5	0.23	-0.1	0.29	0.16	0.24	0.3	-0.32		0.54	0.41	0.45	0.33	0.28	0.52	0.43	0.6	0.37	0.33	0.39	0.44	-0.49	-0.64	-0.42	0.18	0.38	0.33	0.33	0.24	0.16	0.15	0.26	-0.42	0.14	0.04	0.38	-0.12	0.08	-0.76	-1.12	-1	-1.06	1	-0.06	-0.2	-0.36	-1.32	-0.15	-0.54	-0.58	-0.23	-0.1	-0.3	-0.36	-0.32	0.03	0.06	-0.47	-0.56	-0.79	-1	0.01	-0.1	-0.3	-0.17	-0.04	0.54	0.59
+YCL030C	HIS4   HISTIDINE BIOSYNTHESIS   HISTIDINOL DEHYDROGENASE	-0.15	0.67	0.45	0.01	-0.67	-0.17	-0.2	0.23	0.31	0.7	0.77	0.44	-0.04	0.26	0.37	0.78	0.26	0.54	-0.32	0.54	-0.64	-0.51	-0.27	-0.3	0.04	0.18	0.01	0.03	0.14	0.25	0.24	0.44	-0.86	-0.69	-0.45		-0.29	-0.18	-0.2	0.07	0.66	0.45	0.25	0.95	0.55	0.86	1.29	0.26	-0.27	-1.03	-1	-0.62	-0.69	0.66	-0.17	0.38	-0.51	-1.15	0.29	0.12	-0.69	-0.23	-0.84	-0.25	-0.23	-1.84	-0.45	-0.64	0.15	-0.01	-0.81	-1.51	0.15	0.57	0.87	0.82	1.01	-0.12	-0.84
+YHR103W	SBE22  BUD GROWTH       UNKNOWN	-0.17	0.1	-0.54	-0.12	-0.15	0.19	-0.36	-0.14	-0.18	0.4	0.26	0.24	0.1	-0.06	-0.09	0.16	-0.38		-0.07	-0.12		-0.17	-0.2	0.07	0.07	0.23	0.23	0.24	0.1	0.23	0.28	0.12	-0.71	0.99	0.07	0.32	-0.15	-0.27	0.34	0.21	0.2	0.23	-0.23	0.21	0.5	-0.03	-0.25	0.01	-0.36	-0.54	-0.42	-0.14	-0.42	0.25	-0.14	-0.42	0.31	-0.38	-0.23	0.23	-0.22	-0.06	-0.45	0.31	-0.1	-0.54	-0.38	-0.29	-0.58	-0.12	-0.54	-0.58	-0.01	-0.12	0.52	0.26	0.01	0.25	-0.43
+YBL001C	ECM15  CELL WALL BIOGENESIS     UNKNOWN	-1.47	-0.15	-1.51	-0.06	0.03	0.04	0.16	0.52	-0.27	-0.04	-0.74	-0.3		0.06	0.08	0.1	-0.2	-0.22	-0.4	-0.42	-0.03	-0.54	-0.38	-0.17	-0.2	0.7	0.14	0.11	-0.22	0.23	0.15	0.16	0.26	0.08	0.99	-1.32	-0.38	-0.42	-0.23	0.67	0.48		0.19	0.31	-0.3	0.03	0.6	0.3	0.31	-0.97	-1.32	-0.86	-0.1	1.34	-0.29	0.7	-0.34	-1.47	-0.06	-0.1	-0.2	-0.76	-0.4	-0.12	-0.32	-0.32	-0.27	-0.56	-0.38	0.06	-1.22	-0.92	-0.04	0.49	0.46	0.32	-0.09	0.8	0.21
+YPR055W	SEC8   SECRETION        EXOCYST COMPLEX SUBUNIT	-0.74	-0.07	-0.2	-0.32	-0.06	-0.1	0.01	-0.07	-0.14	-0.34	-0.27	-0.3	-0.29	-0.54	-0.18	-0.04	-0.01	0.39	-0.06	-0.79	-0.49	-0.36	-0.23	-0.23	-0.29	-0.06	-0.29	0.06	0.07	-0.04	-0.22	-0.2	-0.54	-0.2	-0.09	1.19	-0.25	-0.1	-0.18	-0.62	0.42	-0.25	1.39	0.2	-0.38	0.31	-0.67	-0.27	-0.43	-0.64	-0.67	-0.86	-0.76	0.28	-0.3	-0.79	-0.18	0.1	-0.25	0.39	-0.29	-0.06	-0.2	0.3	-0.04	-0.27	-0.27	-0.14	-0.51	0.37	-0.2	0.07	0.15	0.15	0.18	0.1	0.07	0.08	0.07
+YOR329C	SCD5   SECRETION        SUPPRESSOR OF CLATHRIN DEFICIENCY	-0.09	-0.03	0.33	-0.25	0.07	-0.36	-0.01	-0.3	-0.14	-0.25	-0.12	-0.23	-0.32	-0.3	-0.17	-0.1		0.26	0.54	-0.42	-0.27	-0.15	-0.18	-0.47	-0.14	-0.09	0.28	0.19	-0.3	0.52	0.41	-0.04	0.15	0.16	0.12	-0.38	-0.38	-0.56	-0.17	0.18	-0.45	1.77	-0.47	0.25	-0.49	-0.76	-0.62	-0.32	-0.69	-0.76	-0.86	-0.92	-0.89	-0.42	-0.09	-0.2	-0.49	0.06	0.18	0.29	0.14	0.65	0.15	-0.03	-0.67	-0.45	0.07	-0.23	0.26	-0.18	0.08	-0.29	-0.12	0.07	0.69	-0.45	-0.18 [...]
+YBR021W	FUR4   TRANSPORT        URACIL PERMEASE	-0.22	0.34	0.52	0.12	0.36	-0.07	0.08	0.43	-0.14	0.12	0.04	0.24	0.23	-0.47	-0.3	0.26	-0.04		-0.69	-0.2		0.16	-0.09	-0.36	-0.14	-0.71	-0.79	-0.2	-0.4	-0.42	-1.15	-0.42		0.31	-0.09	-0.36	-0.89	-0.04	-0.12	0.82	0.59		-0.25	0.18	-1.36	-0.2	-1	-0.07	-0.29	-0.36	-1.15	-0.51	-0.1	0.06	-0.62	0.2	-2	-1.79	1.46	-0.89	-0.67	1.01	0.46	0.57	-0.69	-1.22	-0.64	-0.81	-0.42	0.25	-0.04	-0.36		-0.09	0.68	-0.06	-0.09	0.01	0.89
+YDL185W	TFP1   VACUOLAR ACIDIFICATION   VACUOLAR H+-ATPASE SUBUNIT	0.16	-0.47	0.03	-0.2	0.03	-0.07	0.01	0.01	0.06	-0.29	0.33	0.07	-0.25	0.03	0.21	0.32	-0.07	-0.18	-0.34		-0.23	-0.18	-0.18	-0.32	0.04	-0.15	0.21	-0.03	-0.3	-0.01	-0.04	-0.27	-0.04	0.32	-0.4	-0.6	-0.51	-1.74	-0.32	0.8	-0.14	-1.6	-0.56	0.71	-1.22	-0.18	-0.67	-0.06	0.07	-0.54	-1.03	-0.79	-0.74	0.41	-0.58	-0.54	-0.07	-0.67	0.34	0.3	-0.2	-0.06	0.4	0.74	-0.97	-1.22	-0.38	-0.43	0.1	-0.74	-0.18	-1.09	0.36	0.7	0.81	0.34	0.39	-0.2	-0.15
+YHR094C	HXT1   TRANSPORT        HEXOSE PERMEASE	0.01	0.06	-0.34	-0.34	-0.12	-0.23	-0.36	-0.25	-0.27	-0.58	0.42	-0.03	0.28	0.01	-0.06	-0.23	-0.6	-0.4	0.23	-0.09	-0.56	-0.47	-0.32	-1.09	-0.79	-0.15	0.04	0.11		0.37	0.23	-0.17	-0.38	0.7	-0.64	-0.51	-1.15	-0.34	-0.62	0.04	0.25	-1.43	-0.71	-0.71	-1.32	-0.86	-0.89	-0.17	-0.6	-0.47	-0.84	-0.32	-0.12	-0.09	-0.43	-0.17	-0.58	-1.51	0.44	-0.34	-0.51	-0.14	0.32	0.46	-1.15	-1.79	-0.4	-0.84	-0.15	0.46	1.34	-0.56	0.56	0.63	0.68	0.08	-0.2	0.21	-0.23
+YKL182W	"FAS1   FATTY ACID METABOLISM    FATTY-ACYL-COA SYNTHASE, BETA SUBUNIT"	0.03	-0.67	-0.51	-0.94	-0.94	-1.18	-1.06	-1.36	-1.12	-1	-0.56	-0.12	-0.17	-0.23	-0.14	-0.14	-0.84	-0.74	-1.29	0.4	-0.23	-0.86	-0.49	-0.3	-0.29	-0.38	0.1	0.12	-0.25	0.32	-0.51	-0.06	-0.58	-0.2	-0.27	-0.38	-1.03	-1.36	-1	-0.97	-0.89	-0.84	-1.15	-0.92	-0.67	-0.62	-0.81	-0.49	-0.42	-0.49	-0.97	-0.56	-0.6	0.04	-0.27	-0.62	-0.89	-1.32	0.2	-1.03	-1.4	-0.54	0.42	0.6	-1.18	-1.22	-0.2	0.01	0.95	-0.54	0.84	-0.3	0.15	0.1 [...]
+YPR005C	HAL1   SALT TOLERANCE      UNKNOWN	-0.01	0.99	0.1	0.36	-0.07	0.45	0.1		-0.15	-0.15	0.72	-0.2	0.29	-0.2	-0.14	0.32	0.04	0.42	-0.32	-0.89	-0.32	-0.14	-0.2	-0.17	-0.03	-0.14	-0.09			-0.03	-0.38	-0.22	-0.2	0.11	0.37	-0.2	-0.18	-0.14	0.23	0.4	-0.03	-0.15	-0.18	-0.56	0.6	0.58	0.44	-0.45	-0.29	-0.89	-0.94	-1.18	-1.12	0.23	-0.43	-0.86	-0.36		-0.18	0.92	-0.12	0.28	0.74	-0.04	-0.36	-0.36	-0.23	-1.4	0.08	0.73		-0.4	-0.36	-0.58	-0.38	-0.29	-0.09	0.51	0.03
+YBR083W	TEC1   PSEUDOHYPHAL GROWTH    TRANCRIPTIONAL ACTIVATOR	0.32	-0.14	-1	-0.45	-1	-1.4	-0.92	0.34	-0.6	-0.07	0.49	0.06	-0.32	-0.42	-0.1	-0.79	-0.3	-0.09	-1.03	-0.86	-0.22		-0.2	-0.62	-0.62	-0.56	0.08	-0.1	-0.47	0.31	0.11	-0.17	-0.58	0.73	-0.69	-1.32	-1.09	-0.2	0.75	-0.4	-0.86	-1.47	-0.25	1.42	1.22	0.85	0.71	-0.12	0.24	-0.76	-0.74	-0.81	-0.81	0.78	-0.29	-0.09	-0.03	-1.25	-0.06	0.36	0.64	0.32	-0.04	0.01	-0.62	-0.34	-0.58	-0.74	0.36	0.69	0.34	0.77	-0.17	-0.06	0.36	-0.38	-0.17	0.69	0.78
+YBR067C	TIP1   STRESS RESPONSE (PUTATIV CELL WALL MANNOPROTEIN	1.37	0.82	1.01	0.11	-0.04	-0.69	-1.22	0.04	-1	-0.38	-0.1	0.07	0.19	-0.25	-0.62	-0.04	-1.29	-0.29	-0.04	0.59	0.32	-0.27	-0.58	-0.89	-0.92	-0.56	-0.03	-0.32	-0.47	0.2	0.3	0.08		-0.2	-0.09	-2.18	-2.56	-1.84	-1.09	-1.47	-1.56	-1.06	-0.09	0.74	0.45	-0.2	-1	0.01	-0.97	-1.69	-1.69	-0.04	0.26	0.74	0.03	2.01	-2.25	-2.12	0.48	1	0.85	-0.17	-0.32	-0.54	-0.62	-1.06	-1.79	-1.84	0.07	0.41	0.3	0.29	0.11	0.14	0.31	0.12	0.06	1.65	1.84
+YBR117C	TKL2   PENTOSE PHOSPHATE CYCLE  TRANSKETOLASE	-0.01	-0.86	-0.03	-0.2	-0.2	-0.2	-0.01	0.29	-0.07	-0.36	-0.06	-0.07	-0.34	-0.06	-0.12	0.52	-0.23	-0.03	0.14	-0.17	0.57	0.81	-0.17	-0.67	-0.84	-0.62	-0.2	-0.84	-2	-0.22	0.85	0.9		0.04	-0.09	0.03	-0.79	-0.62	-0.45	-0.43	-0.71	-0.62	-0.47	-0.18	-0.92	-0.2	-1	0.32	-0.92	-1.32	-1.64	0.34	1.64	0.78	-0.27	2.09	-1.15	-3.18	0.31	0.9	1.08	-0.12	0.15	-0.01	-0.51	-0.43	-0.36	-0.45	0.28	0.03	-0.4	-0.01	0.36	0.63	0.7	0.04	-0.29	1.63	2.46
+YNL009W	IDP3   TCA CYCLE        ISOCITRATE DEHYDROGENASE	-0.36	-0.09	-0.27	-0.2	-0.45	-0.32	-0.09	-0.4	-0.15	-0.04	-0.49	-0.23	-0.49	-0.47	0.12	0.03	-0.15	-0.38	0.19	0.63	-0.06	0.25	-0.62	-0.56	-0.29	0.3	0.3	0.08	-0.3	0.12	0.33	0.33	-1.47	0.23	-0.2	-0.43	-0.54	-0.42	0.11	1.61	-0.14	-0.97	-0.43	0.21	-1.6	-0.3	-0.62	-0.01	-0.07	-1.06	-1.6	-0.6	0.29	0.97	-0.6	1.36	0.03	-0.92	-0.06	0.04		-0.1	-0.12	0.06	-0.47	-0.58	-0.23	-0.47	0.04	0.74	-0.49	-0.1	-0.06	-0.58	0.01	-0.14	-0.17	1.32	2.2
+YLR174W	IDP2   TCA CYCLE        ISOCITRATE DEHYDROGENASE	-0.36	0.04	-0.09	-0.17	-0.01	0.1	-0.23	-0.34	-0.15	0.41	-0.32	0.08	-0.34	-0.45	-0.29	0.04	-0.04	-0.3	-0.42	1.13	0.04	0.19	-0.62	-0.36	-0.25	0.77	0.7	0.58	-0.14	0.63	0.95	0.58		-0.04	-0.38	0.86	-2.12	-0.07	-0.07	0.07	0.15	0.01	-0.51	0.58	0.06	0.03	0.16	0.16	1.4	0.11	-0.64	-0.76	-0.2	1.84	-1	-0.79	-0.15	-1.89	-0.38	0.21	-0.06	-0.04	0.24	-0.69	-0.29	-0.3		-0.58	0.06	0.26	-0.69	-0.51	-0.12	-0.29	0.72	0.12	-0.14	1.3	3.27
+YJR095W	ACR1   TRANSPORT        MITOCHONDRIAL CARRIER	-0.07	-0.38	-0.25	-0.29	-0.04	-0.22	0.14	-0.15	-0.14	-0.09	-0.22	-0.29	-0.1	-0.09	-0.17	-0.09	-0.12	0.04	-1.32	-0.06	-0.62	-0.86	-1.12	-0.89	-0.1	0.18	0.67	-0.06	0.11	0.43	0.37	-0.58	-0.38	-0.47	-0.34	-0.74	-0.76	-0.29	-0.58	0.72	-0.45	-1.32	-0.18	0.07	-1.09	-0.43	-0.6	-0.03	0.63	-1.47	-1.94	-2.4	-2.18	2.59	-0.69	-0.97	-0.18	-1.64	0.1	-0.32	0.18	0.93	-0.25	0.34	-0.71	-0.4	-0.51	-0.79	-0.01	0.34	0.1	-0.29	-0.6	-0.47	1.08	-0.14	-0.17	1. [...]
+YNL117W	MLS1   GLYOXYLATE CYCLE    MALATE SYNTHASE	-0.14	-0.04	-0.06	-0.42	-0.18	-0.36	-0.04	-0.3	-0.27	-0.04	-0.43	-0.36	-0.09	-0.47	-0.43	-0.25	-0.1	-0.42	-0.86	0.58	-0.34	-0.07	-1.12	-0.92	-0.47	0.69	1.22	0.81	0.32	0.9	1.21	0.42	-0.6	-0.1	-0.07			-0.36		-0.17	0.25	-0.07	-0.36	0.18		-0.06	-0.15	-0.04	1.39	-0.89	-0.94	-2	-1.51	2.18	-0.45	-0.97	0.89	-2.74	0.1	0.82	0.15	0.58	0.44	-0.04	-0.49	-0.3	-0.54	-0.76	0.14	0.32	-0.01	-0.4	-0.3	-0.04	0.7	-0.3	-0.27	0.76	3.22
+YKL217W	JEN1   TRANSPORT        LACTATE TRANSPORTER		0.32	0.53	0.3	0.44	0.43	0.25	-0.03	-0.12	0.16	0.61	-0.17	-0.25	-0.14	0.28	0.15	0.39	0.06	0.12	0.15	0.1	-0.18	-0.4	-0.67	0.19	0.46	0.23	-0.51	-0.92	-0.1	-0.27	-0.51	-0.54	0.08	-0.56	-0.43	-0.6	0.21	-0.29	0.03	-0.27	-0.86	-0.49	0.11	-0.71	-0.47	-0.79	-0.47	-0.64	-1.09	-1.64	-2	-1.6	0.08	-1.06	-1.18	-0.84	-2.06	0.14	1.19	0.24	0.2	0.4	0.07	-0.29	-0.79	-0.64	-0.06	-0.51	0.52	0.15	-0.1	-0.49	-0.07	0.04	-0.34	0.12	3.53	3.81
+YNL052W	COX5A  OXIDATIVE PHOSPHORYLATIO CYTOCHROME-C OXIDASE SUBUNIT VA	-0.49	-0.42	-0.12	-0.51	-0.25	-0.32	-0.15	-0.42	-0.34	-0.42	-0.32	-0.64	-0.3	-0.71	-0.12	-0.49	-0.17	-0.45	0.67	0.11	0.14	0.08	-0.06	0.14	0.15	0.29	0.31	0.2	-0.22	0.39	0.18	-0.01	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42	0.98	-0.94	0.21	-0.38	-0.34	0.1	-0.09	-0.14	-0.45	-0.71	0.31	-0.03	-0.71	-1.4	-1.56	0.04	0.29	-0.27	-0.47	-0.27	-0.14	-0.36	-0.43	-0.6	-0.17	-0.09	-0.04	-0.32	-0.54	-0.23	-0.23	-0.0 [...]
+YKR097W	PCK1   TCA CYCLE        PHOSPHOENOLPYRUVATE CARBOXYKINASE	-0.38	-0.2	-1	-0.09	-0.79	-0.06	-0.4	-0.23	-0.51	0.01	-0.51	-0.23	-0.25	-0.64	-0.81	-0.27	-0.54	-0.17	0.75	1.06	0.33	-0.3	-0.97	-0.92	-0.6	0.42	0.73	0.68	0.28	0.63	0.7	0.26	-0.64	-0.23	-0.42	-0.23	-0.3	-0.15	-0.29	-0.2		-0.29	-0.3	0.14	-0.92	-0.62	-0.49	0.1	-2.84	-2.84	-2	-2.12	-1.12	-0.22	0.45	1.3	-1.74	-3.32	0.21	-0.09	0.01	0.23	0.14	-0.45	-0.32	-0.47	-0.43	-0.32	-0.04	0.25	-0.69	-0.89	-0.12	-0.18	0.43	-0.09	-0.25	0.41	3.88
+YLR377C	"FBP1   GLUCONEOGENESIS     FRUCTOSE-1,6-BISPHOSPHATASE"		-0.15	-0.14	-0.34	0.15	-0.23	0.19	-0.34	-0.27	-0.17	-0.14	-0.18	-0.03	-0.47	-0.01	-0.09	-0.17	-0.2	-0.71	0.29	-0.12	-0.27	-1.18	-1.12	-0.64	-0.04	0.64	0.53	-0.3	0.48	0.72	-0.18	-0.42	-0.12	-0.36	-0.49	-0.4	-0.15	-0.36	-0.25	-0.74	-0.56	-0.4	-0.18	-0.69	-0.6	-0.86	-0.17	-0.76	-3.32	-3.47	-2.84	-2.06	2.3	-0.49	0.86	-1.84	-4.32	-0.14	0.5	0.21	0.16	-0.07	0.38	-0.56	-0.58	-0.12	-0.67	0.4	1	0.52	0.28	-0.22	-0.03	0.24	-0.17	-0.12 [...]
+YNL104C	LEU4   LEUCINE BIOSYNTHESIS     2-ISOPROPYLMALALATE SYNTHASE	0.6	0.21	0.28	0.25	0.16	-0.09	0.1	-0.29	-0.25	-0.62	-0.03	-0.23	0.03	-0.03	0.21	-0.03	-0.27	-0.27	-0.54	-0.04	0.08	0.08	-0.1	-0.15	0.07	0.4	0.65	0.4		0.72	0.7	0.6	-0.27	-0.38	-0.17	0.07	-0.15	-0.27	-0.14	0.2	0.21	0.06	-0.09	-0.17	0.1	0.25	0.42		1.1	-0.27	-0.4	0.01	0.52	1.29	-0.2	0.58	-1.12	-2.94	0.03	0.21	0.33	0.61	0.12	-0.23	-0.1	-0.67	-0.07	-0.22	0.82		0.15	0.9	0.5	0.28	0.99	0.34	-0.04	0.1	1.28
+YER065C	ICL1   GLYOXYLATE CYCLE    ISOCITRATE LYASE	-0.76	-0.04	-0.2	-0.12	-0.12	-0.09	-0.42	0.03	0.04	-0.38	-0.3	-0.4	-0.22	-0.34	-0.07	0.16	-0.25	-0.09	-1.06	1.24	0.43	0.55	-0.76	-0.49	0.51	1.16	1.71	1.06	0.4	1.11	1.56	0.93	-0.01	-0.07	-0.1	-0.36	0.04	0.36	0.04	0.46	0.1	0.33	0.04	-0.04	0.44	0.53	0.1	0.36	0.7	-1.74	-0.49	-0.15	0.41	2.34	1.4	2.22	-0.47	-3.84	-0.06	0.37	0.59	0.58	-0.71	0.44	-0.49	-0.92	-0.54	-0.12	-0.38	0.43	0.5	0.9	0.12	0.16	0.55	0.08	-0.15	0.54	3.7
+YJL172W	CPS1   PROTEIN DEGRADATION    VACUOLAR CARBOXYPEPTIDASE YSCS	-0.49	-1	0.07	-0.54	0.28	-0.4	0.36	-0.74	-0.06	-0.94	-0.01	0.03	0.11	-0.92	-0.25	-0.22	-0.94	-0.58	-0.38	-0.84	-0.67	-0.92	-0.92	-0.69	-0.86	-0.2	0.21	0.2	-0.06	0.29	0.34	0.57	-0.42	-0.56	-1.12	-0.6	-0.62	-0.74	0.18	0.26	0.29	-0.84	-0.15	-1.25	-0.89	-0.45	-0.45	-0.64	-0.17	-2.12	-2.56	-1.6	-0.76	2.05	-0.6	1.06	-0.14	-2.18	0.15	0.92	0.66	0.5	0.98	0.03	-0.76	-0.76	-0.38	0.03	-0.47	-0.23	-0.38	-0.69	-0.25	-0.51	0.31	0.2	0. [...]
+YHR028C	DAP2   PROTEIN DEGRADATION    DIPEPTIDYL AMINOPEPTIDASE B	-0.14	-0.1	0.01	0.01	-0.01	-0.18	-0.29	-0.32	-0.03	-0.32	-0.12	-0.25	-0.14	-0.36	-0.18	-0.06	-0.6	-0.22	0.38	0.28	0.21	0.1	-0.54	-0.32	-0.07	0.01	0.01	0.12	-0.1	0.19	0.36	0.1	0.11	-0.04	-0.12	-0.45	-0.6	0.16	-0.25	0.4	-0.18	-0.92	-0.25	0.21	-1.18	-0.58	-0.81	0.1	0.64	-0.43	-1.12	-0.79	-0.07	0.96	-0.89	0.04	0.64	-0.81	0.04	0.99	1.14	0.65	0.16	-0.06	0.03	-0.47			-0.06	0.36	-0.09	0.26	0.11	0.48	0.77	0.51	0.18	1.06	0.99
+YDR462W	"MRPL28 PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L28"	-0.2	-0.09	-0.12		0.06	-0.23	0.08	-0.3	0.04	0.11	-0.18	-0.18	-0.86	-0.67	-0.25	-0.18	-0.29	-0.3	-0.1	0.08	-0.15	-0.12	-0.04	-0.01	-0.03	0.12	0.31	0.08	0.34	0.48	0.08	0.23	-1.25	0.89	-0.25	-0.47	-0.47	-0.07	-0.81	1.26	0.96	-0.43	-0.71	0.36	-1.22	0.12	-0.94	-0.15	-0.25	-0.67	-0.69	-0.89	-0.74	0.52	-0.38	-0.03	-0.67	-0.6	-0.18	0.3	0.46	0.23	-0.12	0.31	0.01	0.2	-0.14	-0.71	-0.27	0.86	0.12	-0.01	-0.25	-0.38	-0.04	-0.0 [...]
+YOL116W	MSN1   NUTRIENT SENSING    TRANSCRIPTIONAL ACTIVATOR	-0.34	-0.43	-0.32	-0.49	-0.42	-0.09	-0.14	-0.04	1.18	-0.36	-0.69	-0.01	-0.4	-0.22	-0.97	-0.29	-0.29	-0.04	1.09	-0.04	-0.07	0.07	0.07	-0.36	-0.06	-0.23	-0.15	-0.23	0.11	-0.2	-0.36	-0.3	-0.74	-0.54	-0.56	-0.25	-0.54	-0.34	-1	0.63	0.52	-0.94	-0.17	0.6	-0.51	-0.25	-0.47	-0.29	-0.22	-1	-0.84	-0.22	-0.58	0.71	0.03	0.04		-0.69	0.03	0.11	0.21	0.08	-0.29	0.51	0.01	-0.15	-0.15	0.07	-0.04	0.44	0.37	0.67	-0.34	-0.4	0.44	-0.1	-0.43	0.82	0.7
+YPL118W	"MRP51  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL SMALL SUBUNIT"	-0.3	-0.38	-0.6	-0.17	-0.56	-0.36	-0.09	-0.43	-0.29	0.12	-0.15	-0.07	-0.3	-0.62	-0.45	-0.32	-0.6	-0.34	0.04	-0.67	0.08	-0.04	-0.3	-0.29	-0.36	0.15	-0.07	0.14	-0.09	0.24	0.11		0.55	0.28	-0.06	-0.01	0.23	0.4	0.62	0.48	0.34	0.33	0.37	0.29	0.87	0.6	0.85	-0.15	-0.81	-0.97	-0.18	-0.32	-0.47	0.1	0.34	0.07	-1.32	-1.36	-0.34	0.16	-0.15	-0.38	-0.47	-0.47	-1	0.06	-0.34	-0.29	-0.71	0.08	-0.27	-0.25	-0.03	-0.14	0.45 [...]
+YOR327C	SNC2   SECRETION        POST-GOLGI V-SNARE	0.06	0.08	0.32	0.34	0.48	0.24	0.49	-0.06	-0.04	-0.43	-0.14	-0.34	0.25	-0.23	0.34	-0.15	-0.14	0.21	1.37	-0.04	-0.36	-0.14	-0.14		0.06	0.07	0.06	-0.12	-0.07	0.08	-0.14	-0.18	0.32	0.54	0.31	0.19	0.12	0.11	0.24	-0.04	0.06		0.08	0.43	-0.18	-0.14	-0.03	-0.1	-0.79	-1.18	-0.14	-0.36	-0.62	0.21	0.69	0.07	-1.25	-1.69	-0.29	-0.06	-0.32	-0.74	-0.49	-0.6	-0.04	0.45	-0.18	-0.07	-0.23	-0.25	-0.38	-0.47	0.01	-0.25	0.29	-0.1	-0.03	0.18	-0.1
+YJR052W	"RAD7   DNA REPAIR, NUCLEOTIDE E NEF4 COMPONENT"	0.08	-0.47	-0.27	-0.17	-0.03	-0.4	0.2	-0.23	-0.17	-0.23	-0.27	-0.22	-0.1	-0.4	-0.2	-0.32	-0.14	-0.4	0.42	-0.06	-0.2	-0.4	-0.22	-0.62	-0.25	-0.4	0.2	0.11	-0.4	0.19	0.37	-0.15	0.55	0.39	0.39	0.06	0.14	-0.03	-0.09		-0.3	-0.17	-0.12	0.12	0.29	-0.03	0.34	-0.71	-1.29	-1.4	-0.51	-0.42	-0.64	-0.14	0.7	0.45	-1.79	-1.84	-0.04	0.28	-0.14	0.04	0.21	-0.56	-0.43	-0.14	-0.01	-0.04	-0.04	0.04	-0.38	-0.74	-0.38	-0.25	-0.17	-0.43	-0.06	0.4	0.16
+YJL139C	YUR1   PROTEIN GLYCOSYLATION    MANNOSYLTRANSFERASE	0.12	-0.12	-0.2	-0.09	-0.15	-0.27	-0.1	-0.14		-0.3	-0.15	-0.32	-0.03	-0.49	-0.14	-0.07	-0.34	-0.3	0.31	-0.36	-0.09	-0.09	-0.4	-0.17	-0.36	-0.89	-0.15	-0.42	-0.25	-0.18	-0.2	-0.22	-0.03	0.01	0.14	0.01	0.06	0.07	-0.04	-0.15	-0.18	-0.01	-0.15	-0.23	0.03	-0.17	0.11	-0.27	-0.62	-0.62	-0.03	-0.2	-0.1	-0.03	0.28	0.46	-0.89	-1	0.29	-0.29	-0.06	-0.2	-0.36	0.21	-0.58	-0.07	-0.3	-0.4	-0.32	0.25	-0.1	-0.25	0.01	0.21	0.32	-0.12	-0.2	0.31	-0.25
+YDR424C	DYN2   CYTOSKELETON        DYNEIN LIGHT CHAIN	0.19	0.19	0.06	-0.18	0.11	-0.1	0.08	-0.23	-0.04	-0.04	-0.12	-0.29	0.04	-0.15	-0.1	-0.14	-0.12	-0.36	0.25	-0.29	-0.12	-0.42	-0.36	-0.27	-0.4	-0.18	-0.15	-0.42		-0.12	-0.06	-0.34	-0.18	-0.29	0.32	-0.06	-0.15	-0.47	-0.07	-0.42	-0.15	0.03	-0.17	0.23		-0.1	0.56	-0.3	-0.14			0.03	-0.42	0.18	0.24	0.16	-0.79	-0.94	0.06	-0.25	-0.23	-0.27	-0.54	0.1	-0.42		-0.86	-0.34	-0.14	-0.01	0.15	-0.42	-0.18	-0.23	0.03	0.18	-0.09	0.5	-0.27
+YGL018C	JAC1   PROTEIN FOLDING     CHAPERONIN; E. COLI HSC20 HOMOLOG	-0.42	-0.1	-0.25	-0.07	-0.62	0.21	-0.29	0.07	-0.09	0.04	-0.25	-0.07	-0.09	-0.15	-0.56	-0.12	-0.2	0.37	0.43	0.14	0.56	-0.23	0.08	0.11	0.29	-0.17	-0.23	-0.01	0.32	-0.32	-0.22	0.25	-0.09		0.03	-0.47	-0.56	-0.25	-0.17	-0.15	0.06	-0.32	-0.4	0.34	-0.23	-0.32	-0.23	0.29	-0.64	-0.97	-1.18	-0.6	-0.67	0.01	0.11	-0.15	-1.06	-0.58	-0.1	-0.42	0.49	-0.18	-0.3	0.24	-0.38	-0.09	-0.1	0.2	-0.27	1.07	-0.36	-0.38	-0.25	-0.2	0.06	-0.36	-0.6 [...]
+YNL199C	GCR2   GLYCOLYSIS       TRANSCRIPTIONAL ACTIVATOR	-0.71	-0.69	-0.76	-0.4	-0.54	-0.18	-0.36	-0.58	-0.43	-0.27	-0.58	-0.17	-0.34	-0.58	-0.58	-0.51	-0.43	-0.4	0.46	-0.45	0.3	-0.06		-0.12	-0.17	0.12	-0.22	-0.09	0.01	-0.15	-0.1	0.11	0.71	0.7	0.37	0.16	0.19	0.2	0.24	0.04	0.16	0.19	0.04	0.28	0.37	0.03	0.08	-0.29	-0.71	-0.69	-1.18	-0.06	0.01	-0.25	-0.69	0.33	-0.67	-0.84	-0.2	-0.43	0.04	-0.27	-0.18	0.23	-0.25	0.29	-0.14	-0.12	-0.4	0.42	-0.18	0.07		0.01	0.29	-0.12	-0.29	0.81	0.11
+YLR348C	DIC1   TRANSPORT        MITOCHONDRIAL DICARBOXYLATE CARRIER	-0.47	-0.29	-0.3	-0.34	0.19	-0.18	0.36	-0.32	0.11	-0.45	-0.54	-0.34	-0.03	-0.4	-0.06	-0.36	-0.64	-0.69	-0.74	0.89	-0.69	-0.1	-0.06	-0.6	-0.14	-0.07	0.19	-0.12	-0.25	0.44	-0.25	0.06	-0.69	-0.74	-0.04	0.33	0.7	0.77	0.55	0.44	0.29	0.25	0.28	-0.74	0.48	0.43	0.77	-0.62	0.45	-0.92	-0.89	-1.47	-1.18	1.24	-0.42	-0.84	-0.45	-0.97	-0.04	0.57	0.32	1.53	1.01	-0.25	-0.43	-0.86	-0.58	-0.92	0.26	0.52	0.2	0.15	-0.3	0.11	-0.01	-0.45	-0.3 [...]
+YJL042W	MHP1   CYTOSKELETON        MICROTUBULE-ASSOCIATED PROTEIN	-0.89	-0.45	-1.22	-0.89	-1.06	-0.62	-0.92	-0.67	-0.79	-0.32	-0.38	-0.38	-0.34	-0.3	-0.62	-0.4	-0.79	-0.62	0.54	0.42	0.11	0.16	-0.27	-0.17	0.01	0.34	0.36	0.26	0.1	0.34	0.1	0.46	-1.09	-0.3	-0.38	0.31	0.37	0.08	-0.15	0.31	0.38	0.28	0.28	-0.09	0.18	0.14	0.14	-0.17	-0.06	-0.49	-0.45	-0.45	-0.34	0.6	-0.1	-0.38	0.12	-0.27	0.19	1.38	0.64	0.69	0.15	0.66	-0.58	-0.84	-0.18	-0.36	0.11	-0.22	0.1	0.08	-0.15	-0.17		-0.07		0.66	0.21
+YLR436C	ECM30  CELL WALL BIOGENESIS     UNKNOWN	-0.56	-0.38	-0.69	-0.32	-0.45	-0.38	-0.47	-0.64	-0.45	-0.23	-0.54	-0.18	-0.36	-0.49	-0.45	-0.22	-0.64	-0.42	-0.34	-0.25	0.57	0.23	-0.25	-0.29	-0.04	0.33	0.36	0.37	-0.07	0.37		0.36	-0.1	-0.01		0.41	0.19	-0.23	-0.01	-0.04	0.3	0.03	-0.14	-0.89	-0.07	-0.25	-0.34	-0.36		-0.25	-0.71	-0.81	-0.84	0.43	-0.29	-0.89	0.99	0.14	0.08	0.77	0.07	0.76	0.38	-0.18	-0.27	-0.56	-0.12	-0.29	0.11	-0.22	-0.04	0.2	0.11	-0.18	-0.15	-0.17	-0.2	-0.29	0.15
+YJR113C	"NONE   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL S7 (PUTATIVE)"	-0.25	-0.27	-0.03	0.04	-0.06	0.08	0.18	-0.15	0.1	-0.32	-0.06	-0.22	0.11	-0.29	-0.07	-0.1	-0.36	-0.27	0.36	-0.06	0.1	0.21	-0.03	0.21	0.41	0.16	0.19	-0.03	0.3	0.29	0.29	0.24	-0.01	0.04	-0.2	-0.14	-0.76	-0.58	-0.3	0.28	0.65	-0.32	-0.54	0.31	-0.45	-1.15	-0.79	-0.04	-0.2	-0.49	-0.49	-0.43	-0.71	0.38	-0.4	0.12	-0.54	-0.81	0.26	0.62	0.29	0.76	0.38	0.75	-0.1	-0.49	0.3		-0.12	0.4	0.11	0.01	-0.69	-0.54	-0.06	-0.3 [...]
+YML010W	SPT5   TRANSCRIPTION       ELONGATION FACTOR	-0.23	-0.36	-0.43	-0.1	-0.49	-0.18	-0.14	-0.29	-0.01	0.24	-0.01	0.29	0.01	-0.34	-0.17	0.06	-0.34	-0.03	-0.22	0.18	0.23	0.42	0.19	0.24	0.06	0.53	0.58	0.62	0.2	0.33	0.37	0.57	-0.06	0.01	-0.3	-0.27	-0.18	-0.18	-0.14	-0.43	-0.27	-0.15	-0.47	-0.07	-0.1	-0.27	-0.42	-0.29	-0.76	-0.69	-0.34	-0.45	-0.09	-0.58	0.25	0.32	-0.71	-0.84	0.25	0.12	0.19	1.64	0.31	0.1	-0.71	-0.51	0.07	-0.3	0.87	0.12	0.38	0.88	-0.15	-0.4	-0.2	-0.27	-0.47	-0.45	-0.79
+YPR024W	YME1   MITOCHONDRIAL PROTEIN PR AAA FAMILY PROTEASE	-0.03	0.01	-0.01	0.01		-0.03	0.26	-0.17	0.01	-0.12		-0.01	-0.15	-0.38	-0.04	0.03	-0.2	-0.2	-0.2	-0.15	-0.07	-0.06	0.01	0.03	0.29	0.28	0.48	0.24	-0.1	0.38	0.39	0.37	-0.84	-0.03	-0.45	-0.84	-0.74	-0.92	-0.58	-1.84	-0.32	-0.58	-0.64	0.16	-1.64	-0.42	-0.81	-0.56	-0.43	-0.34	-0.69	-0.81	-0.84	-0.1	-0.12	0.01	-0.51	-0.34	-0.18	1.03	0.89	1.07	0.46	0.41	-0.51	-0.4	0.03	-0.15	-0.04	0.2	0.24	0.48	-0.03	-0.01	-0.38	-0.34	-0.6	-0.58	-0.2
+YIR006C	PAN1   CYTOSKELETON AND ENDOCYT ACTIN FILAMENT ORGANIZATION	-0.34	-0.27	-0.34	-0.14	-0.14	-0.3	-0.09	-0.4	-0.32		-0.22	-0.09	-0.3	-0.29	-0.3	0.01	-0.27	-0.14	0.03	-0.1	0.01	0.23	0.16	0.19	0.11	0.74	0.67	0.66	0.12	0.63	0.79	0.58	-0.3	-0.4	-0.47		0.14	-0.01	-0.22	-0.38	0.12	-0.14	-0.3	-0.1	-0.86	-0.27	-0.38	-0.23	-0.79	-0.56	-0.92	-0.89	-0.79	0.21	-0.2	-0.32	-0.14	-0.14	-0.1	0.9		0.6	0.41	0.19	-0.64	-0.84	-0.22	-0.06	0.18	-0.1	-0.14	0.86	0.07	-0.07	-0.22	-0.36	-0.56	-0.45	-0.56
+YNL243W	SLA2   CYTOSKELETON        TALIN-LIKE PROTEIN	-0.29	-0.43	0.18	-0.23	0.14	-0.25	0.3	-0.2	-0.04	0.03	-0.1	0.19	0.01	-0.14	-0.07	0.14	0.06	0.03	-0.32	-0.14	-0.29	0.15	-0.04	0.2	0.04	-0.3	0.77	0.67	-0.29	0.66	0.6	0.5	-0.62	-0.58	-0.23	-1.06	-0.1	-0.23	-0.18	-0.69	-0.01	-0.36	-0.32	-0.49	-0.1	-0.27	-0.15	-0.29		-1	-0.45	-0.58	-0.84	0.34	0.26		-0.07	-0.86	0.18	0.8	0.42	1.24	0.57	0.54	-0.1	-0.42	0.28	0.23	0.11	-0.06	-0.06	-0.56	-0.38	-0.36	-0.23	-0.14	-0.22	-0.34	-0.92
+YKL210W	"UBA1   PROTEIN DEGRADATION, UBI E1-LIKE (UB.-ACTIVATING) ENZYME"	-0.49	-0.54	-0.86	-0.4	-0.51	-0.56	-0.27		-0.03	-0.34	-0.14	-0.1	-0.3	-0.45	-0.32	0.06	-0.81	-0.23	-0.3	0.42	0.37	0.08	-0.34	-0.54	-0.38	-0.07	0.56	0.49	0.16	0.51	0.48	0.52	-0.84	-0.89	-1.22	-0.81	-0.67	-0.49	-0.36	-0.51	-0.51	-0.3	-0.17	0.52	0.04	-0.12	-0.07	-0.01	-0.22	-0.67	-0.79	-0.62	-0.4	0.51	-0.12	-0.01	0.12	-0.49	-0.04	0.25	0.18	0.45	0.29	-0.43	-0.49	-0.71	-0.27		-0.15	-0.36	-0.6		0.12	0.01	-0.04	-0.01	-0.1 [...]
+YOL066C	RIB2   RIBOFLAVIN BIOSYNTHESIS  DRAP DEAMINASE	-0.4	0.82	-0.2	-0.6	-0.04	-0.49	0.03	-0.4	-0.14	-0.3	-0.27	-0.36	-0.18	-0.76	-0.25	-0.38	-0.1	0.14	-0.45	-0.47	-0.56	0.07	-0.15	-0.09	-0.14	-0.27	0.23	0.14	-0.69	-0.09	-0.18	0.23	-0.17	-0.25	-0.09	-0.42	-0.4	-0.3	-0.67	-0.84	-0.62	-0.6	-0.49	-1.15	-0.54	-0.51	-0.38	-0.6	-0.01	-0.42	-0.89	-1	-0.25	-0.25	-0.76	-0.04	-0.47	-0.07	0.21	0.15	0.03	0.77	0.24	-0.6	-0.27	-0.62	-0.38	-0.54	0.04	0.58	-0.1	-0.01	-0.32		0.37	-0.38	-0.36	-0.12	-0.79
+YCR092C	"MSH3   DNA REPAIR, MISMATCH     MUTS HOMOLOG"	-0.07	-0.32	0.01	0.12		-0.1	0.06	-0.22	0.45	-0.1	0.38		-0.06	-0.17	0.41	0.06	-0.09	-0.29	-0.18	-0.32	-0.3	-0.23	-0.32	-0.43	-0.45	-0.49	-0.04	-0.27	-0.94	-0.06	-0.14	-0.12	-0.56	-0.4	-0.32	-0.62	-1.15	-0.56	-0.86	-0.36	-0.36	-0.74	-0.32	0.24	-0.3	-0.89	-0.74	-0.01	0.31	-0.43	-0.74	-0.69	-0.23	0.61	-0.81	-0.17	0.01	-0.38	-0.15	0.42	0.29	0.43	0.21	-0.17	-0.76	-0.84	-0.49	-0.74	-0.32	0.29	0.01	0.3	0.14	-0.2	0.15	-0.17	-0.38	-0.23	-0.32
+YCL018W	LEU2   LEUCINE BIOSYNTHESIS     BETA-ISOPROPYL-MALATE DEHYDROGENASE	0.54	0.63	0.85	0.38	0.21	-0.17	0.18	-0.4	-0.17	-0.3	-0.22	-0.12	0.08	-0.38	-0.32	-0.34	-0.15	-0.3	-1.09	-0.27	-0.22	-0.04	0.06	-0.03	-0.22		-0.12	-0.06	0.07	0.15	0.24	0.49	-0.84	-1.03	-0.94	-0.86	-1.03	-1.36	-1.12	-1.15	0.2	-1.12	-0.86	-0.64	-1.03	-0.94	-0.86	-0.56	0.23	-0.64	-0.97	-0.74	-0.84	0.43	-0.43	-0.42	0.12	-1.29	0.32	0.55	0.04	0.03	0.26	-0.15	-0.14		-0.49	-0.97	0.06	0.63	-0.38	0.31	-0.3	-0.1	0.57	-0.01	- [...]
+YDR069C	"DOA4   PROTEIN DEGRADATION, UBI UBIQUITIN-SPECIFIC PROTEASE"	-0.15		0.11	0.07	-0.17	-0.12	-0.45	0.06	0.14	-0.23	0.36	0.04	-0.22	-0.18	-0.03	0.24	-0.32	-0.04	0.67	-0.06	-0.06	-0.2	-0.34	-0.38	-0.36	0.06	-0.06	-0.4	-0.34	-0.22	-0.42	-0.09	-0.25	-0.18	0.25	0.39	-0.15	-0.29	-0.6	1.54	2.19	-0.97	-0.42	0.25	-1.06	-0.29	-0.89	-0.15	-0.84		-1.18	-1.43	-1.25	-0.03	-0.64	-0.01	-0.56	-0.79	0.04	0.68	0.07	0.15	0.26	0.25	-0.18	0.37	-0.12	-0.15	-0.29	0.03	0.15	0.03	-0.27	0.23	-0.34	-0.18	-0.6 [...]
+YBR058C	"UBP14  PROTEIN DEGRADATION, UBI UBIQUITIN-SPECIFIC PROTEASE"	0.07	-0.1	-0.29	-0.17	-0.01	-0.17	-0.1	-0.07	0.1	0.24		-0.29	-0.15		-0.1	0.07	0.16	1.06	0.1	-0.25	-0.27	-0.51	-0.12	0.06	-0.86	-0.81	-0.36	-0.25	-0.1	-0.14	-0.34	-0.1	0.52	0.37	0.14	-0.04	-0.32	-0.01	0.04	-0.29	0.12	-0.51	-0.07	-0.15		-0.36	-0.34	-0.09	-0.29	-0.56	-1.22	-0.54	-0.14	0.28	-0.67	0.31	-0.43	-0.6	-0.2	-0.29	-0.01	-0.17	-0.14	-0.25	-0.29	-0.47	-0.36	-0.09	-0.23	0.03	0.26	0.12	-0.32	-0.23	0.34	-0.29	-0.32	0.1 [...]
+YER145C	FTR1   TRANSPORT        IRON PERMEASE	-0.92	-0.64	-0.84	-0.23	-0.27	0.1	0.03	0.26	0.4	0.72	0.7	0.63	0.7	0.51	0.58	0.6	0.64	0.73	0.32	1.31	0.86	0.23	0.59	0.55	0.56	0.38	0.15	0.42	0.36	-0.18	-0.25	0.26	-0.76	-0.81	-1.03	-0.64	0.39	1.3	0.77	0.8	0.51	-0.06	1.21	1.32	0.43	0.04	0.08	0.14	0.04	-1	-1.4	-1.18	-0.94	0.82	-0.58	-0.45	-0.81	-2	0.04	-0.12	-0.07	0.15	0.49	0.76	0.79	-1.22	-0.76	-0.56	0.01	0.52	-0.64	0.25	0.16	0.1	-0.42	-0.64	-1.09	-1.43	-1.29
+YMR058W	FET3   TRANSPORT        CELL SURFACE FERROXIDASE	0.82	-0.15	0.04	0.16	0.74	0.82	1.45	1.17	1.69	1.65	1.96	1.7	1.56	1.21	1.92	1.74	2.11	1.65	0.29	1.07	-0.58	-0.49	-0.38	-0.34	-0.1		0.12	0.18	-0.2	0.26	-0.42	-0.45	-1.79	-2.12	-2.25	-0.97	0.9	1.94	1.18	0.4	0.33	1.57	1.94	0.97	1.08	0.6	0.97	-0.18	-0.67	-2.47	-2.84	-2.18	-2.06	1.67	-0.76	0.07	-2.32	-4.64	-0.15	-0.18	-0.62	-0.6	-0.58	-0.92	-0.1	-1.09	-1.09	-1.79	0.5	-0.94	-1	-0.56	0.16	-0.17	-0.18	-0.79	-0.86	-1.56	-1.94
+YIL134W	FLX1   TRANSPORT        FAD MITOCHONDRIAL CARRIER	-0.32	-0.45	-0.03	-0.34	-0.14	-0.42	0.08	-0.34	-0.36	-0.2	-0.51	-0.3	-0.34	-0.58	-0.3	-0.42	0.2	-0.12	-0.67	-0.92	-0.47	-0.3	-0.04	-0.1	-0.18	-0.1	-0.09	-0.03	-0.45	-0.71	-0.62	-0.69	-0.04	-0.36	-0.36	-0.1	0.07	0.04	-0.01	-0.2	-1.32	-0.01	0.15	-0.23	-0.14	-0.1	0.04	-0.4	-0.76	-1	-1.15	-0.36	-0.51	-0.2	-0.43	0.38	-0.97	-0.86	-0.01	-0.12	0.14	0.46	0.2	0.1	-0.47	-0.47	-0.58	-0.51	-0.45	0.3	-0.32	-0.3	-0.45	0.01	0.26	-0.22	-0.14	0.38	-0.64
+YGL166W	CUP2   TRANSCRIPTION       COPPER-DEPENDENT TRANSCRIPTIONAL ACTIVATOR	0.32	0.06	0.11	0.14	0.08	-0.15	0.21	-0.22	-0.07	0.01	0.01	-0.04	0.11	-0.25	-0.12	-0.36	-0.1	-0.06	0.81	-0.4	-0.34	-0.36	0.14	-0.04	-0.42	-0.29	-0.14	-0.14	-0.15	-0.34	-0.47	-0.15	0.08	0.37	0.5	-0.03	-0.01	0.01	0.11	-0.17	-0.34	-0.2	-0.17	-0.79	0.25		0.19	-0.42	-0.6	-0.76	-0.79	-0.86	-0.67	0.24	-0.18	0.03	-0.51	-0.86	-0.25	0.55	-0.62	0.19	-0.3	0.37	-0.67	0.24	-0.47	0.06	-0.64		0.6	0.21	-0.49	-0.32	0.2	-0.23	-0.2 [...]
+YDR088C	SLU7   MRNA SPLICING       3' SPLICE SITE SELECTION	0.11	-0.2	0.08	-0.18	-0.2	-0.25	-0.03	-0.06	-0.14	-0.04	-0.18	-0.2	0.07	-0.71	-0.45	-0.2	-0.04	-0.07	0.08	-0.34	-0.04	-0.54	-0.29	-0.45	-0.71	-0.3	-0.17	-0.29	-0.29	-0.22	-0.29	-0.18	-0.56	0.21	0.33	-0.34	-0.22	-2.06	0.03	0.21	-0.14	-0.12	-0.27	-0.47	-0.01	-0.06	-0.22	-0.03	-0.56	-1.15	-1.12	-1.06	-0.97	0.36	-0.42	-0.03	-0.58	-0.49	-0.3	-0.18	-0.18	-0.25	-0.42		-0.23	0.37	-0.4	-0.3	-0.58	0.67	0.16	0.18	-1.06	-0.54	-0.15	0.18	-0. [...]
+YGL119W	ABC1   RESPIRATION      UBIQUINOL-CYT.-C REDUCTASE ASSEMBLY PROTEIN	0.01		-0.38	-0.23	-0.32	-0.09	0.31	0.1	0.11	0.03	-0.22	-0.22		-0.58	-0.14	-0.17	0.07	-0.17	-0.76	0.06	-0.07	0.24		-0.12	-0.23	-0.04	-0.04	-0.04	0.06	0.1	0.11	0.2	0.04	-0.27	-0.22	-0.18			0.18	0.04	-0.43	0.01	0.19	0.26	0.18	-0.04	0.16	-0.4	-0.14	-0.56	-0.76	-1.09	-0.67	-0.03	-0.67	0.51	-0.64	-0.3	-0.06	-0.22	0.16	-0.4	-0.22	-0.06	-0.38	-0.17	-0.22	-0.23	-0.32	0.15	0.25	0.12	-0.12	0.03	0.39	-0.03	0.08	0.72	0.38
+YHR163W	"SOL3   TRNA SPLICING, PUTATIVE  UNKNOWN"	0.11	-0.01	0.49	0.11	0.58	0.25	0.41	0.33	0.5	0.1	0.43	0.1	0.03	0.07	0.15	-0.07	0.41	-1.15	-1	-0.17	-0.1	-0.34	0.28	-0.34	-0.09	0.08	-0.17	-0.17	-0.09	-0.1	-0.4	-0.27	-0.2	-0.64	-0.58	-1.47	0.07	0.23		-0.17	-0.34	-0.29	-0.03	-0.47	-0.22	-0.32	-0.18	-0.15	-0.62	-1.36	-0.86	-0.76	-1.4	-0.04	-0.45	0.4	-1.03	-0.84	0.15	0.16	0.28	-0.22	0.45	0.26	0.36	-0.69	0.08	0.36	-0.15	0.12	0.14	-0.62	0.03	0.31	0.5	-0.17	-0.07		-0.69
+YGR261C	APL6   VACUOLAR PROTEIN TARGETI AP-3 COMPLEX SUBUNIT	0.16	-0.23	0.18	0.5	0.28	-0.12	0.19	-0.29	0.18	0.07	0.01	0.11	0.07	-0.06	-0.15	-0.04		-0.15	-0.29	-0.27	-0.4	-0.25	0.07	-0.1	-0.15	0.15	0.14	0.21	-0.1	0.23	0.25	0.31	-0.4	-0.29	-0.01	-0.18	-0.01		-0.17	-0.2	-0.14	-0.15	-0.29	-0.58	-0.12	-0.27	-0.25	-0.3	-0.09	-0.4	-0.79	-0.86	-0.76	0.18	-0.86	-0.86	-0.3	-0.12	-0.4	-0.09	0.25	0.14	-0.12	-0.56	-0.18	-0.45	-0.03	-0.47	0.31	-0.2	-0.07	-0.01	0.16	0.08	0.07	-0.27	-0.23	-0.17	-0.92
+YPR181C	SEC23  SECRETION        VESICLE COAT COMPONENT	-0.3	-0.86	-0.18	-0.22	0.01	-0.42	0.12	-0.71	-0.2	-0.43	-0.18	-0.22	-0.14	-0.38	-0.18	-0.36	-0.36	-0.18	-0.67	-0.64	-0.71	-0.6	-0.43	-0.01	0.2	0.69	0.64	0.51	-0.32	0.52	0.49	0.19	-0.42	-0.6	-0.45	0.03	0.1	0.1	0.01	-0.01	0.03	-0.03	-0.18	-1.12	-0.34	-0.34	-0.45	-0.42	-0.56	-0.64	-1.18	-1.89	-1.18	-0.18	-0.27	-1.03	0.01	-0.29	0.37	-0.03	-0.38	-0.4	0.19	-0.43	-0.38	-0.62	0.32	0.14	-0.15	-0.89		-0.54	-0.03	-0.09	0.14	0.01	-0.22	-0.07	-0.79
+YCR052W	RSC6   CHROMATIN STRUCTURE    CHROMATIN REMODELING COMPLEX SUBUNIT	-0.17	-0.47	-0.17	-0.14	-0.17	-0.25	0.16	-0.38	-0.06	-0.01	-0.23	-0.01	-0.03	-0.27	-0.23	-0.29	-0.22		-0.45	-0.23	-0.42	-0.34	0.12	-0.03	-0.42	0.29	0.18	0.19	-0.03	-0.17	0.12	0.11	0.01	0.04	0.16	0.25	0.11	-0.18	0.1	0.01	-0.2	0.07	0.07	-1.6	0.12	-0.09	0.06	-0.2	-0.36	-0.64	-1.25	-1	-1.06	0.04	-0.42	-0.86	0.2	-0.07	-0.06	-0.43	-0.56	0.15		-0.36	-0.36	-0.67	-0.15	-0.14	-0.34	0.04	-0.23	-0.06	-0.67	-0.47	0.24	-0.47	-0 [...]
+YCR048W	ARE1   STEROL METABOLISM     ACYL-COA STEROL ACYLTRANSFERASE	-0.58	-0.58	-0.58	-0.45	-0.17	-0.43	0.12	-0.49	-0.09	-0.14	-0.25	-0.04	0.07	-0.27	-0.04	-0.14	-0.14	-0.1	-0.42	-0.43	-0.32	0.28	0.1	-0.17	-0.32	0.15		0.31	-0.18	-0.07	-0.17	0.24	-0.36	-0.22	-0.07	-0.03	-1.18	-0.34	0.01	-0.04	-0.36	-0.22	-0.15	-2	-0.42	-0.54	-0.58	-0.3	-1.03	-1.69	-1.51	-0.38	-1.69	0.59	-0.04	0.29	-0.84	-0.92	0.3	0.3	0.39	1.02	0.92	0.48	-0.38	-1.12	-0.23	-0.18	0.4	0.28	-0.03	0.38	-0.79	-0.67	0.28	-0.54	- [...]
+YPR086W	SUA7   TRANSCRIPTION       TFIIB SUBUNIT	0.16	-0.34	-0.03	-0.03	0.03	0.4	0.16	-0.01	0.06	-0.18	-0.12	-0.32	-0.09	-0.25	0.03	-0.25	0.42	0.04	0.51	-0.12	-0.17	0.07	0.21	0.08	0.25	0.18	-0.14	-0.1	-0.01	-0.3	-0.36	-0.14	-0.17	-0.2	0.03	-0.04		-0.06	0.03	-0.22	-0.09		-0.1	-0.29	0.19	-0.03	0.41	-0.45	-0.43	-1.22	-1.51	-1.29	-0.92	0.26	-0.62	-0.27	-1.06	-1.03	-0.32	-1	-0.2	-0.27	-0.49	0.19	0.26	0.36	-0.18		-0.04	-0.14	0.49	0.3	-0.04	0.36	0.53	-0.32	-0.12	0.71	0.06
+YPL057C	SUR1   SPHINGOLIPID METABOLISM  SUPPRESSES CLS2-2AND RVS161	0.32	-0.29	0.96	0.84	0.8	1.08	0.29	-0.45	-0.74	0.19	0.95	0.76	0.58	0.2	0.34	-0.25	-0.42	-0.51	1.27	-0.81	-0.71	-0.86	-0.36	-0.56	-0.23	-0.56	-0.49	-0.6	-0.67	-0.2	-0.34	-0.67	0.63	1.4	1	0.55	0.26	-0.04	1.32	1.06	0.64	0.3	0.04	0.42	0.52	0.46	-0.03	-0.07	-1.18	-1.89	-2.4	-1.89	-1.6	0.68	-0.79	-0.07	-1.74	-2.47	0.61	1.23	0.21	-0.1	0.19	-0.04	-0.89	-1.06	-0.14	0.24	0.26	0.86	1.42	-0.69		0.2	0.73	0.01	0.14	0.6	0.96
+YOR348C	PUT4   TRANSPORT        PROLINE AND GAMMA-AMINOBUTYRATE PERMEASE	-0.18	0.1	0.15	-0.18		-0.18	0.03	0.18	-0.27	-0.14	-0.49	-0.23	-0.29	-0.51	-0.27	-0.25	-0.09	0.83	-1.43	0.3	0.54	0.46	0.1	0.07	0.52	1.03	1.06	0.66	0.41	0.67	0.86	0.79	-0.79	0.14	-0.25	-0.51	-0.45	0.54	-0.54	0.34	0.85	-0.94	-0.42	0.26	-1.64	-0.47	-0.76	-0.04	-0.79	-2	-1.18	-0.94	-0.74	0.15	-0.15	-0.06	-2.4	-2.47	-0.06	0.75	-0.06	0.65	0.65	0.36	-0.54	-0.45	-0.1	-0.43	-0.09			0.37	-0.62	-0.36	-0.2	-0.23	-0.38	0.2	0.04
+YMR070W	MOT3   MATING         TRANSCRIPTIONAL REGULATOR OF PHEREMONE-RESPONSIVE GENES	-0.29	-0.22	-0.1	-0.07		-0.27	0.15	0.03		-0.14	0.24	-0.09		-0.04	0.31	0.23	-0.34	0.07	-0.22	-0.22	0.04	0.77	0.18	0.33	0.3	0.11	0.18	0.26	-0.01	0.19	0.43	0.21	-0.74	-0.36	-0.47	-0.67	-1.18	-0.09	-1.06	-0.76	-0.29	-0.94	-1.12	0.08	-1.29	-0.86	-0.92	0.11	-0.6	-0.89	-0.86	-0.71	-0.69	-0.12	-0.1	-0.09	-1.03	-1.43	0.06	0.53		0.43	0.15		-0.23	-0.81	-0.07	-0.45	0.07	0.16	0.04	0.7	0.36	-0.07	-0.12	-0.25	-0.3	-0. [...]
+YGL167C	PMR1   TRANSPORT        CA(2+) ATPASE	0.36	-0.06	0.4	0.14	0.3	0.04	0.48	0.03	0.2	0.1	0.25	0.23	0.11	0.26	0.23	0.16	0.16	0.06	0.33	0.01	-0.22	0.1		-0.06	0.19	0.08		-0.03	0.14	0.24	-0.15	-0.09	-0.06	-0.1		-0.04		0.04	0.06	-0.14	-0.18	-0.23	-0.27	0.07	-0.27	-0.4	-0.54	-0.32	-0.36	-1.43	-1.32	-0.74	-0.42	0.76	-0.36	0.69	-0.81	-2.06	-0.23	-0.18	-0.58	-0.27	-0.04	0.54	-0.58	-0.54	-0.17	0.04	0.16	-0.49	0.58	0.18	0.23	0.41	0.39	-0.23	-0.22	-0.49	-0.2
+YOR028C	CIN5   SALT TOLERANCE      BASIC LEU ZIPPER TRANSCRIPTION FACTOR	-0.51	1.18	-0.32	-0.29	-0.71	-0.74	-0.6	-0.58	-0.27	0.01	-0.62	-0.25	-0.34	-0.6	-1.15	-0.45	-0.54	-0.18	-1.25	-0.47	-0.4	-0.22	-0.36	-0.4	-0.45	-0.27	-0.49	-0.84	-0.34	0.06	-0.06	0.56	-0.92	0.06	-0.42	-0.32	-0.49	-0.14	-0.2	0.28	0.81	-0.89	-0.4	0.07	-1.03	-0.42	-0.56	-0.38	-1.32	-1.64	-1.89	-1.43	-1.15	0.26	-0.6	0.26	-1.89	-2.74	0.28	1.47	0.14	0.12	-0.84	0.04	-0.45	-0.27	-0.92	-0.97	-0.58	0.59	0.23	0.28	-0.38	-0.3	- [...]
+YGL026C	TRP5   TRYPTOPHAN BIOSYNTHESIS  TRYPTOPHAN SYNTHASE	0.12	0.08	-0.1	0.21	0.19	0.15	0.19	0.03	0.04	-0.06	-0.01	0.01	0.16	-0.2	0.12	-0.01	-0.17	-0.01	-0.84	0.04	0.18	0.03	-0.29	-0.22	0.01	0.29	0.37	0.6	-0.04	0.4	0.3	0.54	-0.32	-0.12	-0.15	-0.09	0.08	-0.18	-0.07	-0.04	-0.03	-0.06	-0.07	-0.42	-0.04	-0.06	0.11	-0.27	0.01	-0.56	-1.22	-1	-0.69	0.57	-0.81	-0.56	-0.86	-1.09	0.41	0.4	0.11	0.41	0.49	0.07	-0.34	-0.94	0.03	0.37	0.68	0.37	0.86	0.96	0.21	0.38	0.42	0.03	-0.18	-0.3	-0.92
+YGR175C	ERG1   STEROL METABOLISM     SQUALENE MONOOXYGENASE	0.12	-0.14	-0.07	-0.3	-0.09	0.06	0.25	0.38		0.18	-0.29	0.06	-0.29	-0.18	-0.32	-0.42	-0.25	-0.29	-0.58	0.2	0.24	0.55	0.53	0.25	-0.04	-0.04	-0.25	0.04	0.07	-0.2	-0.23	-0.3	0.44	0.54	0.33	0.59	0.62	0.48	0.65	0.43	0.1	0.52	0.49	-0.92	-0.01	-0.2	-0.4	-0.2	0.3	-0.81	-1.74	-1.36	-1.29	0.72	-1.36	-0.71	-0.92	-1.74	0.08	-0.84	-0.51	-0.06	0.4	0.58	-1	-1.43	-0.34	0.23	-0.14	0.15	0.51	0.7	0.23	0.41	0.83	0.06	0.07	-0.43	-1.03
+YGL255W	ZRT1   TRANSPORT        HIGH-AFFINITY ZINC TRANSPORTER	-0.23	0.33	0.32	-0.06		0.07	0.01	-0.27	0.08	-0.22	-0.1	-0.25	0.14	-0.23	0.19	0.06	-0.17	-0.1	-0.34	-0.34	-0.04	-0.01	0.19	0.03	-0.38	-0.17	-0.15	0.07	-0.3	-0.01	-0.32	-0.34	-1.15	-1.64	-1.47	-0.29	0.08	0.42	-0.06	-0.4	-0.54	0.64	0.33	-1.36	-1.32	-1.29	-1.06	-0.07	0.1	-0.94	-1.4	-1.43	-2.64	0.85	-0.43	-1.84	-1.36	-3.84	0.03	-0.64	-0.86	-0.54	-0.67	-0.36	-0.74	-1	-1.32	-1.15	-0.09	0.57			0.12	0.16	0.68	-0.64	-0.25	-0.12	-0.43
+YGR030C	POP6   TRNA PROCESSING     RNASE P AND RNASE MRP SUBUNIT	0.06	-0.25	-0.3	-0.36	-0.07	-0.27		-0.14	-0.14	-0.43	-0.54	-0.51	-0.14	-0.17	-0.3	-0.47	0.19	-0.22		0.58	-0.18	0.31	0.18	-0.06	-0.1	-0.3	-0.54	-0.45	0.03	-0.43	-0.67	-0.27	0.49	0.57	0.31	-0.27	0.25	0.49	0.23	0.32	0.07	0.41	-0.14	0.56	0.15	-0.01	0.44	-0.51	-0.32	-0.51	-0.94	-0.64	-0.49	0.16	-0.49	-0.23	-0.6	-0.79	0.21	-0.79	-0.45	-0.23	-0.97	0.26	-0.97	-0.04	-0.94	-0.76	0.24	0.51	0.31	-0.23	-0.22	-0.14	0.2	-0.45	-0.18	0.63	0.1
+YFL028C	CAF16  TRANSPORT        ATP-BINDING CASSETTE (ABC) FAMILY	0.15	0.11	-0.2	-0.06			0.1	0.12	0.19	0.04	-0.01		0.19	-0.34	-0.14	-0.2	-0.23		-0.03	-0.12	-0.29	-0.29	0.01	-0.1	-0.29	-0.12	-0.12	-0.07	0.08	-0.03	0.07	-0.04	0.36	0.41	0.43		0.25	0.36	0.44	-0.23	0.2	0.28	0.29	-0.04	0.53	0.44	0.56	-0.36	-0.29			-0.67	-0.54	0.31	-0.29	-0.4	-0.94	-0.84	-0.1	-0.47	-0.34	-0.25	-0.49	-0.03		0.12	-0.49	-0.14	-0.49	0.06	0.15	0.08	-0.58	-0.36	0.1	-0.42	-0.14	0.3	-0.4
+YIR021W	"MRS1   MRNA SPLICING, COB MRNA  UNKNOWN"	-0.14	-0.4	0.06	-0.22	-0.29	-0.49	-0.23	-0.49	-0.29	-0.06	-0.38	-0.06	-0.22	-0.18	-0.43	-0.36	-0.32	-0.12	-0.81	-0.58	-0.3	-0.62	-0.32	0.18	0.04	0.11	-0.01	-0.07	0.16	0.25	-0.27	0.06	0.7	0.71	-0.04	0.1	0.25	0.69	1.27	0.94	0.21	0.41	0.55	0.11	0.99	0.9	0.76	-0.71	-0.42	-0.64	-0.94	-0.71	-0.76	0.07	-0.74	-0.3	-1.43	-1.03	0.04	-0.84	-0.32	0.18	-0.34	-0.06	-0.3	-0.06	-0.81	-0.86	-0.23	0.52	0.29	0.38	-0.3	-0.38	-0.22	-0.43	-0.3	-0.34	-1.32
+YLR147C	SMD3   MRNA SPLICING       CORE SNRNP PROTEIN	0.04	-0.23	-0.12	-0.18	-0.07	0.12	-0.01	0.24	0.25	-0.3	-0.01	-0.2	-0.12	-0.3		0.04		-0.22	-0.22	-0.62	-0.3	0.07	0.12	-0.07	-0.01	-0.06	-0.43	-0.47	-0.09	-0.4	-0.34	-0.36	0.52	0.74	0.51		0.43	0.66	0.46	0.45	0.14	0.38	0.55	0.19	0.66	0.42	1.1	-0.2	-0.36	-0.84	-0.49	-0.71	-0.64	0.1	-0.29	-0.32	-0.14	-0.15	-0.1	-0.86	-0.04	-0.27	-0.74	0.29	-0.34	0.08	-1.09	-0.79	-0.34	0.3	-0.07	-0.04	-0.06	-0.2	-0.09	-0.14	-0.34	0.04	-0.36
+YML015C	TAF40  TRANSCRIPTION       TFIID 40 KD SUBUNIT	-0.18	-0.18	-0.12	-0.12	0.01	0.06	-0.01	0.14	0.07	-0.07	-0.01	-0.09	-0.17	-0.47	-0.06	0.07	-0.25	-0.17	0.16	-0.51	-0.07	-0.01	0.24	-0.09	-0.06	-0.09	-0.32	-0.43	-0.29	-0.51	-0.6	-0.43	0.28	0.26	0.26	0.04	0.21	0.19	0.01	-0.04	-0.07	0.15	0.04	-0.12	0.18	-0.09	0.12	-0.23	-0.43	-0.34	-0.58	-0.79	-0.81	-0.34	-0.6	-0.47	-0.51	-0.67	0.45	-0.86	-0.09	-0.3	-0.42	0.59	0.06	-0.17	-0.38	-0.43	-0.22	0.63	0.41	0.63	-0.06	-0.01	0.28	-0.07	-0.03	0.6 [...]
+YLR067C	PET309 RNA PROCESSING      COX1 MRNA STABILITY	-0.27	-0.49	-0.42	-0.15	-0.38	-0.32	-0.22	-0.36	-0.27	-0.42	-0.43	-0.32	-0.27	-0.49	-0.3	-0.42		-0.04	-0.54	0.45	-0.51	-0.43	0.1	-0.07	-0.62	-0.29	-0.42	-0.4	0.01	-0.42	-0.67	-0.84	0.46	0.24	0.14	0.07	0.34	0.34	0.42	0.29	0.19	0.42	0.38	-0.14	0.45	0.19	0.15	-0.54	-0.42	-0.71	-0.64	-0.62	-0.84	-0.1	-0.51	-0.56	-0.58	-0.64	-0.67	-0.74	0.07	-0.23	-0.17	0.32	-0.71	-0.36	-0.58	-0.15	-0.29	0.48	0.96	0.82	-0.3	-0.32	-0.25	-0.34	-0.32	-0.2	-0.29
+YPR186C	PZF1   TRANSCRIPTION       TFIIIA	-0.15	-0.15	-0.27	-0.1	-0.25		-0.1	-0.23	-0.09	-0.32	-0.58	-0.36	0.07	-0.56	-0.32	-0.3	-0.32	-0.04	-0.23	-0.58	-0.34	-0.2	-0.22	-0.38	-0.36	-0.49	-0.69	-0.51	-0.51	-0.71	-0.58	-0.47	-0.14	0.37	0.2	-0.01		0.24	0.06	0.1	0.08	0.23	-0.01	0.1	0.2	0.03	0.11	-0.22	-0.17	-0.23	-0.67	-0.86	-1.03	-0.2	-0.51	-0.3	-0.62	-0.2	-0.2	-0.25	-0.04	-0.27	-0.1	0.23	-0.47	-0.04	-0.42	-0.51	-0.18	0.7	0.25	0.37	0.15	0.15	0.01	-0.32	-0.43	-0.17	-0.49
+YLR277C	YSH1   MRNA 3'-END PROCESSING   CLEAVAGE/POLYADENYLATION FACTOR CF II COMPONENT	-0.34	-0.94	0.12	-0.3	-0.12	0.31	-0.12	0.08		-0.22	0.06	-0.32	-0.15	-0.22	0.11	-0.15	0.1	-0.06	-0.12	-0.76	-0.54	-0.2	-0.32	-0.56	-0.62	-0.27	-0.42	-0.45	-0.54	-0.3	-0.47	-0.67	0.32	0.26	0.15	0.03	0.21	0.11	0.08	1.03	0.03	0.19	0.11	-0.2	0.03	-0.15	-0.17	-0.4	-0.2	-0.49	-1.12	-1.43	-1.74	-0.51	-1.18	-0.38	-0.47	-0.54	-0.23	-0.43	0.14	-0.22	-0.06	0.37	-0.2	-0.69	-0.22	-0.22	-0.38	0.33	0.4	0.18	0.03	-0.1 [...]
+YJL209W	"CBP1   MRNA STABILITY, COB MRNA UNKNOWN"	-0.2	-0.03	-0.14	0.33	0.04	0.37	-0.15	0.31	-0.01	-0.18	0.06	-0.1	-0.14	-0.14	-0.04	0.11	-0.06	-0.34	0.01	-0.25	-0.01	0.06	0.3	0.07	0.19	-0.36	-0.22	-0.3	-0.25	-0.49	-0.4	-0.32	0.58	0.46	0.36	0.23	0.34	0.28	0.51	0.23	0.29	0.38	0.36	0.31	0.42	0.24	0.14	-0.04	-0.74	-0.09	-0.56	-0.56	-0.51	-0.84	-0.84	-0.74	-0.81	-0.54	-0.15	-0.47	0.07	-0.43	-0.22	0.15	-0.12	-0.58	-0.71	-0.56	-0.34	0.43	0.7	0.38	0.06	-0.04	-0.32	-0.43	-0.56	-0.01	-0.6
+YMR268C	PRP24  MRNA SPLICING       U4/U6 SNRNP PROTEIN	0.23	-0.58	0.23	0.07	0.07	-0.18	0.07	-0.2	0.12	-0.43	-0.1	-0.32	-0.07	-0.38	-0.09	-0.12	0.06	-0.3	0.16	-0.45	-0.51	0.26	0.28	-0.04		-0.18	-0.6	-0.42	-0.32	-0.54	-1.64	-0.45	-0.4	0.14	-0.17		-0.17	-0.04	-0.23	1.06	0.55	-0.71	-0.38	-0.1	-0.71	-0.34	-0.32	-0.58	-0.89		-0.62	-0.49	-0.76	-0.2	-0.67	-0.34	-0.69	-1.06	-0.34	-0.97	0.06	-0.32	-1.15	0.24	-0.51	-0.71	-0.89	-0.79	-0.32	0.63	0.79	1.21	-0.38	-0.42	-0.42	-0.64	-0.42	-0.54	-0.38
+YOR047C	STD1   GLOCOSE REPRESSION    MODULATOR OF GLUCOSE REPRESSION	-0.03	-0.07	-0.12	0.23	-0.03	0.03	-0.15	0.04	-0.29	-0.29	-0.17	-0.06	-0.17	-0.14	-0.1	-0.03	0.21	-0.27	0.04	0.1	0.01	0.14	0.37	0.16	0.21	-0.1		-0.07	-0.01	-0.27	0.04	-0.07	0.58	0.65	0.29	0.32	0.16	0.45	0.37	0.76	0.31	0.57	-0.07	0.2	0.3	0.15	0.04	-0.18	0.21	-0.12	-0.49	-0.6	-0.69	-0.34	-0.42	-0.18	-0.42	-1.09	-0.09	-0.64	-0.09	-0.58	-0.38	0.62	-0.07	-0.3	-0.54	-0.15	0.23	0.44	0.75	1.11	-0.03	0.07	0.41	-0.4	-0.45	-0.12	-0.56
+YOR211C	MGM1   MITOCHONDRIAL GENOME MAI DYNAMIN FAMILY PROTEIN	-0.6	-0.07	-0.43	-0.18	-0.09	-0.71	-0.17	-0.25	0.38	-0.34	-0.1	-0.36	-0.29	-0.54	0.04	-0.29	-0.17	-0.34	-0.2	-0.54	-0.47	-0.09	-0.12	-0.34	-0.29	-0.09	0.15	-0.06	-0.45	0.08	-0.3	-0.4	-0.01	0.1	0.1	0.07	0.24	0.46	0.38	-0.06	-0.14	0.21	0.1	-0.51	0.41	0.23	0.23	-0.54	-0.4		-0.32	-0.1	-0.29	-0.22		-0.18	-0.47	-0.89	-0.6	-0.15	0.08	-0.23	-0.67	0.26	-0.38	-0.22	-0.81	-0.54	-0.27	0.31	0.26	0.39	-0.47	-0.22	-0.18	-0.34	-0.25	-0.29	-0.36
+YLL036C	PRP19  MRNA SPLICING; DNA REPAI NON-SNRNP SPLICEOSOME COMPONENT	-0.2	-0.79	-0.36	-0.79	0.06	-0.43	0.11	-0.36	-0.12	0.06	-0.47	-0.6	-0.36	-0.56	-0.07	-0.17		-0.6	-0.67	-0.56	-0.67	-0.54	-0.47	-0.54	-0.64	-0.2	-0.18	-0.34	-0.54	-0.17	-0.45	-0.34	0.48	0.23	0.15	0.01	0.25	0.28	0.07	0.04	-0.06	0.32	0.21	0.01	0.24	0.03	0.07	-0.51	-0.58	-0.84	-1.47	-1.15	0.01	-0.25	-1.03	-0.54	-0.94	-1.47	-0.56	-0.81	-0.79	-0.03	-0.58	-0.32	-0.3	-0.29	-0.54	-0.89	-0.07	0.21		0.34	0.16	0.2	0.2	-0.23	-0.1 [...]
+YLR139C	SLS1   MITOCHONDRIAL METABOLISM INTEGRAL MEMBRANE PROTEIN	-0.18	1.1	-0.27	-0.58	0.11		0.04	-0.27	-0.1	-0.32	-0.38	-0.34	-0.29	-0.34		-0.27	-0.03	-0.51	-0.43	-0.36	-0.47	-0.56	0.01	-0.2	-0.06	-0.15	-0.18	-0.3	-0.69	-0.23	-0.6	-0.36	0.03	-0.06	-0.2	0.41	0.62	0.56	0.46	0.36	0.2	0.61	0.57	-0.2	0.16	0.06	0.06	-0.51	-0.6	-0.79	-0.89	-1.12	-0.97	-0.56	-0.23	0.01	-1.29	-1.36	-0.09	-0.06	-0.03	0.12	0.31	0.29	-0.89	-0.74	-0.4	-1	0.18	0.36	0.43	0.48	0.03	-0.1	-0.23	-0.49	-0.3	0.1	-0.4
+YPL046C	ELC1   TRANSCRIPTION       ELONGATION FACTOR ELONGIN C	-0.12	-0.09	-0.18	-0.15	0.25	-0.79	-0.25	0.03		-0.14	0.5	-0.58	-0.1	-0.51	0.55	-0.06	-0.56	-0.32	-0.62	-0.76	-0.67		-0.3	-0.36	-0.3	-0.47	-0.04	-0.64	-0.56	-0.56	-1.25	-0.2	-0.38	-0.23	-0.67	-0.45	0.1	0.38	-0.07	-0.38	-0.3	-0.23	0.07	0.04	-0.54	-0.54	-0.23	-0.89	-0.12	-0.81	-0.81	-0.92	-1.12	0.58	-0.54	-0.71	0.32	0.01	-0.09	0.31	-0.01	0.01	-0.12	0.44	-0.43	-0.47	-0.34	-0.76	0.19	0.04	0.82	0.16	0.06	-0.17	0.15	0.1	-0.18	-0.56	-0.89
+YNL314W	DAL82  TRANSCRIPTION       ACTIVATOR OF ALLANTOIN CATABOLIC GENES	0.01	-0.42	-0.07	0.04	0.31	0.24	0.04	-0.18	-0.23	-0.27	-0.12	-0.36	-0.18	-0.38	-0.23	-0.14	0.19	0.21	-0.06	-0.15	-0.07	-0.36	-0.22	-0.14	-0.07	-0.06	-0.09	-0.15	-0.14	-0.23	-0.3	-0.14	0.03	0.16	0.18	0.15	0.2	0.12	0.19	0.24	0.01	0.12	-0.07	-0.01	-0.03	-0.17	-0.06	-0.49	-0.27	-0.49	-0.79	-0.58	-0.49	0.23	-0.25	-0.49	-0.03	-0.74	-0.2	-0.25	-0.14	-0.2	-0.07	-0.29	-0.22	-0.4	-0.43	-0.29	-0.06	-0.15	0.04	-0.18	-0.1	-0.1	 [...]
+YJL129C	TRK1   TRANSPORT        POTASSIUM PERMEASE	0.04	-0.62	-0.18	-0.1	0.08	-0.45	0.21	-0.14	-0.07		-0.2	-0.27	-0.01	-0.42	-0.06	-0.22	-0.12	-0.2	-0.69	-0.04	-0.27	-0.06	-0.22	-0.27	0.15	-0.18	0.15	-0.01	-0.17	0.16	0.07	-0.23	0.15	-0.1	-0.06	-0.17	-0.69	0.16	-0.17	-0.22	0.03	0.08	-0.15	-0.42	0.03	-0.2	-0.45	-0.4	-0.36	-0.45	-0.81	-0.58	-0.62	-0.29	-0.42	-0.47	-0.4	-0.47	-0.51	-0.62	-0.43	0.16	-0.04	-0.43	-0.49	-0.51	-0.14	-0.62	-0.01	-0.4	0.18	0.15	-0.01	-0.23		-0.25	-0.15	-0.2	-0.36
+YNL139C	RLR1   TRANSCRIPTION       PLEIOTROPIC REGULATORY PROTEIN		-0.15	-0.17	-0.42	-0.04	-0.23	-0.03	-0.25	-0.22	0.01	-0.25		-0.22	-0.27	-0.34	-0.15	0.12	0.12	-0.34	-0.25	-0.51	-0.34	-0.45	-0.18	-0.15	-0.2	0.21	0.26	-0.29	-0.04	-0.34	-0.09	-0.18	-0.23	-0.2	-0.14	-0.2	0.04	-0.22	-0.4	0.64	-0.43	-0.4	-0.29	-0.64	-0.36	-0.86	-0.54	-0.6	-0.36	-0.62	-0.86	-0.42	-0.06	-0.49	-0.56	-0.54	-0.18	-0.4	-0.15	-0.45	0.3	-0.27	-0.2	-0.74	-0.71	-0.32	-0.22	0.12	0.63	0.42	0.75	-0.01	0.08	0.16	-0.17	-0. [...]
+YDL195W	SEC31  SECRETION        VESICLE COAT COMPONENT	-0.32	-0.32	0.03		0.36	0.21	-0.62	-0.17	0.11	-0.27	0.75	0.45	-0.15	0.16	0.25	0.87	-0.22	-0.14	-0.51	-0.12	-0.2	0.01	-0.25	-0.04	0.19	0.58	0.2	0.42	-0.15	0.38	0.12	0.15	-0.56	0.25		-0.15	-0.97	0.03	-0.22	0.61	-0.38	-1.32	-0.71		-1.36	0.06	-0.92	0.12	-0.81	-0.94	-1.64	-2.18	-1.84	0.29	-0.76	-0.3	0.31	-0.67	0.37	0.62	0.21	1.02	0.29	0.12	-0.79	-0.56	0.24	0.04	0.14	-0.29	0.2	1.02	0.25	0.16	0.04	-0.45	-0.74	-1	-0.86
+YDL145C	COP1   SECRETION        VESICLE COAT COMPONENT	-0.34	-0.58	-0.22	-0.03	-0.12	-0.14	-0.1	0.2	-0.18	-0.42	-0.32	-0.15	-0.36	0.03	0.12	-0.14	-0.15	-0.22	-1.09	-0.69	-0.86	-0.92	-0.29	-0.32	-0.06	-0.14	0.34	0.29	-0.47	0.37	-0.07	-0.56	-0.23	-0.62	0.16	-0.14	-0.17	-0.27	-0.23	-0.27	-0.17	-0.23	-0.64	-0.4	-0.6	-0.49	-0.74	-0.32	-0.17	-0.49	-1	-1.36	-1.22	0.18	-0.64	-0.42	-0.27	-1.25	0.04	0.28	-0.09	0.29	0.24	0.2	-0.58	-0.62	-0.18	0.06	0.32	-0.03	0.62	1.01	0.07	0.2	-0.07	-0.22	-0.27	-1. [...]
+YPL195W	APL5   VACUOLAR PROTEIN TARGETI AP-3 COMPLEX SUBUNIT	-0.14	-0.56	-0.18	-0.27	-0.1	0.16	-0.07			-0.17	0.11	-0.14	-0.07	-0.58	-0.03	-0.36	-0.01	-0.15	-0.12	-0.27	-0.58	-0.32	-0.54	-0.36	-0.36	-0.54	-0.18	-0.43	-0.51	-0.3	-0.36	-0.49	-0.43	-0.03	-0.2	-0.32	-0.32	-0.15	-0.1	-0.27	-0.36	-0.25	-0.36	-0.36	0.07	-0.03	-0.1	-0.45	-0.2	-0.6	-0.94	-1	-0.49	0.23	-0.51	-0.29	-0.74	-0.84	-0.27	-0.22	-0.22	0.24	-0.36	-0.15	-0.64	-0.22	-0.49	-0.49	0.33	0.41	0.26	-0.04	-0.2	-0.18	-0.2	-0.38	-0.03 [...]
+YDR007W	TRP1   TRYPTOPHAN BIOSYNTHESIS  PHOSPHORIBOSYLANTHRANILATE ISOMERASE	-0.18	-0.58	-0.27		-0.17	-0.47	0.01	-0.29	-0.15	-0.22	-0.22	-0.29		-0.27	-0.22	-0.36	-0.3	-0.22	-0.51	0.06	-0.14	-0.4	-0.27	-0.1	-0.36	-0.06	0.11	0.18	-0.09	0.16	-0.18	-0.17		-0.04	-0.54	-0.6	-1.09	-1.18	-0.49	0.74	-0.25	-1.4	-0.84	0.29	-1.15	-0.56	-0.84	-0.29	-0.4	-0.69	-1	-0.81	-0.84	0.5	-0.56	-0.34	-1.15	-1.84	-0.15	-0.1	-0.1	-0.43	-0.32	-0.49	-0.17	-0.06	-0.71		0.14	0.19	0.24	-0.06	0.06	0.03	0.07	-0.34	-0.03 [...]
+YHR058C	MED6   TRANSCRIPTION       RNA POLYMERASE II MEDIATOR SUBUNIT	-0.12	-0.58	-0.15	-0.2	-0.1	-0.29	0.11	-0.3	0.01	-0.15	-0.32	0.07	-0.1	-0.36	-0.2	-0.07	-0.14	-0.04	-0.56	-0.56	-0.43	-0.32	-0.32	-0.3	-0.32	0.12	0.21	0.07	-0.34	-0.17	-0.32	0.03		0.28	-0.25	-0.3	-1.47	-0.79	0.03	0.24	-0.23	-0.67	-0.62	0.46	-0.97	-0.14	-0.67	-0.27	-0.58	-0.86	-0.76	-0.71	-0.76	0.34	-0.29	0.28	-0.62	-0.71	-0.25	-0.23	0.29	0.2	0.12	-0.23	-0.29	-0.2	-0.38	-0.67	-0.06	0.32	-0.09	-0.18	-0.22	-0.27	-0.29	-0. [...]
+YBL067C	"UBP13  PROTEIN DEGRADATION, UBI UBIQUITIN CARBOXYL-TERMINAL HYDROLASE"	-0.12	-0.58	-0.06	-0.3	0.41	-0.47	-0.18	-0.06	-0.15	-0.23	-0.06	-0.2	-0.29	-0.43	0.01	-0.42	0.07	-0.27	-0.23	-0.64	-0.67	-0.47	-0.25	-0.47	-0.18	-0.34	-0.18	-0.15	-0.6	-0.12	-0.29	-0.32	-0.45	-0.07	-0.56	-0.74	-0.69	-0.62	-0.62	-0.81	-0.89		-0.6	0.49	-0.81	-0.67	-0.97	0.31	-0.6	-1.64	-2.4	-1.64	-1.15	1.09	-0.76	0.66	-0.89	-1.03	-0.01	-0.17	-0.14	-0.43	-0.25	-0.42	-0.71	-0.6	-0.64	-0.97	0.2	0.74	0.16	0.51	-0.1 [...]
+YKL020C	SPT23  TRANSCRIPTION       TRANSCRIPTION FACTOR	-0.34	-0.29	-0.23	-0.15	-0.14	-0.32	-0.14	-0.14	0.12	-0.18	0.84	-0.14	-0.29	-0.2	0.36	0.37	-0.32	-0.3	0.14	-0.1	0.33	0.01	-0.09	-0.12	-0.1	-0.09	-0.1	-0.12	-0.4	0.2	-0.15	-0.14	0.06	0.04	-0.27	0.01	0.01	0.32	0.24	-0.36	-0.03	0.07	-0.23	0.42	-0.1	-0.18	-0.38		-0.38	-0.62	-1	-1.03	-0.4	0.1	-0.58	-0.17	-0.06	-0.54	-0.2	0.04	-0.06	0.45	-0.07	-0.03	-0.49	-0.42	-0.74	-0.51	0.03	0.25	0.95	0.01	-0.04	-0.36	-0.71	-0.92	-0.92	-0.45	-0.18
+YDL140C	RPO21  TRANSCRIPTION       RNA POLYMERASE II 215 KD SUBUNIT	-0.34	-0.76	-0.84	-0.27	-0.6	-0.38	-0.38	-0.34	-0.47	-0.23	-0.27	-0.04	-0.54	-0.64	-0.45	0.16	-0.42	-0.29	-0.49	-0.01	-0.1	-0.01	-0.6	-0.25	-0.17	0.04	0.21	0.24	-0.25	0.43	-0.71	0.07	-0.22	-0.06	-0.6	-0.51	-0.67	-0.27	0.03	1.26	0.03	-0.81	-0.74	-0.86	-1.09	-0.69	-0.74	-0.32	-0.67	-0.81	-1.18	-0.86	-0.54	-0.15	-0.51	-0.27	-0.3	-0.18	-0.07	0.15	-0.4	0.78	0.18	0.38	-1.51	-0.94	-0.81	-0.89	0.31	-0.43	1.01	1.28	-0.1	0.01	-0.2 [...]
+YPR189W	SKI3   MRNA DECAY AND VIRUS RES UNKNOWN	-0.64	-0.47	-0.42	-0.18	-0.03	-0.04	-0.34	-0.01	-0.1	-0.2	0.11	-0.23	-0.2	-0.14	0.14	-0.01	0.08	-0.04	-0.42	-0.42	-0.43	-0.15	-0.32	-0.49	-0.6	-0.42	-0.2	-0.27	-0.56	-0.17	-0.47	-0.49	-0.12	0.03	-0.07	-0.36	-0.17	-0.3	-0.1	0.04	-0.17	-0.34	-0.38	-0.4	-0.49	-0.38	-0.32	0.11	-0.4	-0.45	-0.34	-0.38	-0.45	-0.34	-0.58	-0.34	-0.2	-0.17	-0.56	0.06	-0.15	0.28	0.25	0.12	-0.76	-0.6	-0.6	-0.54	0.24	0.14	0.61	0.37	-0.1	-0.07	-0.22	-0.2	-0.43	-0.79	-0.84
+YDL138W	RGT2   TRANSPORT        GLUCOSE PERMEASE	-0.15	0.43	0.38	-0.17	-0.07	-0.42	0.08	0.28	0.1	-0.27	0.43	0.07	-0.15	0.34	0.06	0.04	-0.1	0.25	-0.25	-0.25	-0.2	-0.22	-0.01	-0.3	-0.36	-0.18	-0.54	-0.36	-0.42	-0.4	-0.38	-0.29	0.07	0.23	-0.18	-0.49	-0.27	0.24	0.25	-0.06	0.23	-0.38	-0.03	0.07	-0.15	-0.29	-0.6	-0.29	-0.56	-0.84	-0.79	-0.94	-0.94	-0.23	-0.38	-0.4	-0.04	-0.14	-0.27	1.03	0.48	0.67	0.19	0.07	-0.79	-0.74	-0.97	-0.97	-0.18	0.31	0.82	0.33	-0.18	-0.09	-0.17	-0.43	-0.51	-0.51	-0.23
+YCR050C	NONE   MITOCHONDRIAL FUNCTION ( UNKNOWN	-0.23	-0.07	-0.2	-0.38	-0.04	-0.27	0.11	-0.25	-0.07		-0.14	0.15	-0.01	-0.07	-0.01	-0.15	-0.2	-0.12	-0.38	-0.4	-0.38	-0.36	-0.12	0.14	-0.27	-0.18	-0.2	-0.25	-0.25	-0.89	-0.54	-0.42	-0.32	-0.29	-0.27	-0.15	-0.67	-0.49	-0.15	-0.36	-0.25	-0.34	-0.18	-0.71	-0.49	-0.47	-0.94	-0.4	-0.64	-0.86	-0.76	-0.58	-0.6	-0.22	-0.36	-0.18	-0.56	-0.32	0.01	0.1	0.16	0.56	0.4	0.38	-0.97	-0.56	-0.67	-0.79	-0.1	0.31	0.42	0.32	-0.38	-0.45	-0.15	-0.62	-0.56	-0.1	-0.4
+YBR295W	PCA1   TRANSPORT        CU(2+) ATPASE	0.66	0.07	0.1	0.15	0.07	0.21	0.57	0.28	0.41	0.2	0.12	0.11	0.1	0.06	0.14	0.14	-0.01	0.14	-0.3	-0.47	-0.27	-0.1	-0.17	-0.3	-0.32	-0.01	0.03	-0.03	-0.22	-0.47	-0.51	0.16	-0.67		0.16	-0.03	-0.47	-0.4	0.1	0.01	-0.42	-0.14	-0.2	-0.49	-0.38	-0.25	-0.22	-0.18	-0.67	-0.86	-1.43	-1.25	-1.6	-0.15	-0.74	-0.97	-0.1	-0.43	0.04	0.25	0.12	0.74	0.03	-0.22	-0.25	-0.4	-0.89	-0.43	0.01	0.43	0.62	0.45	0.08	0.12	0.19	-0.47	-0.36	-0.42	-0.54
+YDR170C	SEC7   SECRETION        VESICLE COAT COMPONENT	-0.42	-0.34	-0.18			0.11	0.03	-0.15		-0.14	0.72	-0.12	0.01	-0.34	-0.04	0.2	-0.27	-0.03	-0.06	0.12	-0.47	0.16	-0.15	-0.58	-0.01	0.39	-0.25	0.06	-0.47	0.04	-0.79	0.1	-0.3	-0.34	-0.22	0.24	0.14		-0.14	-0.42	0.03	-0.1	-0.15	-0.97	-0.3	-0.54	-0.43	-0.01	-0.62	-0.86	-1.84	-1.84	-1.32	0.18	-0.71	-0.76	-0.22	-0.84	-0.15	-0.04	0.06	0.25	-0.23	0.78	-0.94	-0.54	-1.15	-0.81	0.4	0.38	0.94	0.39	-0.04	0.42	-0.03	-0.04	-0.38	-0.6	-0.71
+YDR351W	SBE2   BUD GROWTH       UNKNOWN	0.21	-0.29	-0.23			-0.23	0.16	-0.15	-0.25	-0.18	-0.62	-0.29	-0.17	-0.3	-0.2	-0.14	-0.38	-0.22	-0.22	-0.45	-0.32	-0.29	-0.23	-0.49	0.82	-0.6	0.14	0.16	-0.47	-0.07	0.16	-0.43	0.21	0.25	0.07	0.48	-0.18	0.34	-0.09	1.2	0.16	-0.84	-0.25	-0.14	-0.54	-0.51	-0.38	-0.42	-0.84	-0.89	-1.6	-1.79	-1.25	-0.17	-0.86	-0.69	-1.25	-0.79	-0.09	0.01	0.26	0.23	0.14	-0.04	-0.64	-0.4	-0.3	-0.38	0.51	0.6	1.14		0.01	-0.03		-0.62	-0.14	-0.23	-0.1
+YDR011W	SNQ2   4-NITROQUINOLINE-N-OXIDE PUTATIVE ATP-DEPENDENT PERMEASE	-0.06	0.2	0.34	0.18	0.29	0.58	1.05	0.65	0.65	0.46	0.29	0.21	0.14	0.36	0.55	0.77	0.32	0.54	0.66	0.04	-0.12	-0.25	-0.36	-0.36	-0.23	-0.51	-0.01	-0.15	-0.2	-0.17	-0.38	-0.22		0.45	-0.17	-0.27	-0.56	-0.18	-0.56	1.19	0.58	-1.25	-0.54	0.53	-1.06	-0.43	-0.94	-0.27	-1.79	-1.84	-2.47	-2	-1.6	0.07	-0.45	-0.09	-1.32	-1.64	0.29	0.31	0.46	-0.06	0.14	0.12	-0.47	-0.56	-1	-0.81	0.37	0.41	1.44	0.36	-0.06	-0.36	-0.64	-0.69	-0.6	-1.4	-0.42
+YAL041W	CDC24  CELL POLARITY       GDP/GTP EXCHANGE FACTOR FOR CDC42P	-0.27	-0.74	-0.22	0.11	-0.09	0.01	-0.07	0.32	-0.23	-0.14	-0.18	0.03	-0.29	-0.23	0.04	0.1	0.04	-0.23	0.11	-0.43	-0.4	-0.12	-0.1	-0.54	-0.62	-0.36	-0.38	-0.3	-0.56	-0.34	-0.51	-0.34	-0.14	-0.22	-0.06	0.12	0.19	0.28	0.16	0.03	-0.18	0.15	-0.1	0.11	-0.06	-0.2	-0.43	-0.18	-0.64	-0.84	-1.06	-1.09	-0.92	0.01	-0.15	-0.38	-0.27	-0.36	0.1	0.32	0.5	0.46	0.39	0.36	-0.38	-0.69	0.01	-0.22	0.3	0.34	0.72	0.53	0.12	-0.03	0.06	-0.62	-0.2 [...]
+YOR363C	PIP2   PEROXISOME PROLIFERATION TRANSCRIPTION FACTOR		-0.09	-0.07	-0.07	0.01	-0.09	0.06	-0.2	0.12	-0.18	-0.01	-0.09	-0.1	-0.25	-0.04	0.16	-0.04	0.01	-0.17	-0.3	-0.07	-0.23	-0.32	-0.3	0.01	-0.23	-0.06	-0.04	-0.29	-0.09	-0.29	-0.2	-0.4	0.1	-0.27	-0.38	-0.81	-1.06	-0.69	1.71	-0.29	-1.06	-0.47	0.18	-0.81	-0.58	-0.62	-0.27	-0.29	-1.36	-1.56	-1.18	-0.56	0.72	-0.18	0.42	-0.71	-1.36	-0.36	0.3	0.2	0.46	0.38	0.37	-0.71	-0.69	-0.58	-0.81	0.33	0.61	0.33	0.48	0.03	-0.18	-0.32	-0.58	-0.32	-0.1 [...]
+YBL074C	"AAR2   MRNA SPLICING, MATA1     UNKNOWN"	-0.36	-0.38	-0.01	-0.22	-0.25	-0.32	-0.1	0.32	-0.07	-0.18	-0.01	0.2	-0.34	-0.32	-0.22	0.26	-0.12		-0.67	-0.23	-0.25	-0.09	-0.22	-0.43	-0.43	-0.36	-0.36	-0.34	-0.6	-0.32	-0.64	-0.3	-0.04	0.07	0.08	0.03	-0.69	-0.25	-0.2	0.38	-0.09		-0.84	0.32	-0.47	-0.18	-0.94	0.15	-0.51	-0.79	-1.18	-0.74	-0.74	0.2	-0.27	0.24	-0.56	-1.22		0.63	0.29	0.73	0.4	0.54	-1.18	-0.47	-0.07	-0.3	0.23	0.51	0.2	0.25	0.14	-0.12	0.28	-0.27	-0.81	0.23	
+YGL092W	NUP145 NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.2	0.59	-0.23	0.26	-0.04	-0.29	-0.2	-0.07	0.03	0.16	0.5	0.1	-0.04	-0.34	0.51	-0.06	-0.14	-0.3	0.08	-0.58	-0.04	-0.09	-0.32	0.1	-0.23	-0.18	-0.14	-0.01	-0.69	-0.49	-1	-0.09	-0.36	0.29	-0.07	0.01	0.14		-0.51	-0.03	0.72	-0.2	-0.38	-0.1	-0.69	-0.34	-0.51	-0.12	-0.62	-0.49	-0.74	-0.51	-0.69	-0.25	-0.56	-0.71	-0.42	-0.42	-0.43	-0.01	0.45	0.64	0.03	0.99	-0.67	-0.64	-1.06	-0.84	0.29	0.3	0.96	0.26	-0.23	-0.58	-0.43	-0.62	-0.69	-1.22	-1.15
+YLR442C	"SIR3   SILENCING        NUCLEAR PROTEIN, REULATOR OF SILENCING AT HML, HMR, TELOMERES"	-0.07	-0.36	-0.03	-0.76	-0.18	-0.18	-0.03	-0.14	-0.04	-0.23	-0.36	-0.06	-0.14	-0.38	-0.3	-0.23	-0.4	0.08	-0.3	-0.79	-0.94	-0.14	-0.38	-0.36	-0.3	-0.17	-0.01	0.07	-0.23	-0.15	-0.74	-0.4	-0.6	-0.23	0.07	-0.43	-0.34	-0.12	-0.69	-0.4	0.08	-0.49	-0.2	-0.06	-0.64	-0.51	-0.97	-0.58	-0.69	-0.69	-1.12	-1.18	-0.6	0.03	-0.71		-0.3	-0.36	0.43	-0.2	-0.15	0.85	-0.12	-0.32	-0.92	-0.71	-0.58	-0.32	0.31	0.25	0 [...]
+YMR036C	MIH1   CELL CYCLE       M-PHASE PHOSPHATASE		-0.09	-0.03	-0.2	0.01	0.08	0.11	0.07	-0.22	-0.12	-0.3	-0.23	-0.15	-0.17	-0.1	-0.17	0.14	0.19	-0.03	-0.62	-0.51	-0.18	-0.2	-0.43	-0.47	-0.45	-0.15	-0.25	-0.34	-0.12	-0.34	-0.51	-0.23	-0.06	-0.3	-0.38	-1.06	-0.56	-0.45	0.7	0.21	-0.58	-1.4	-0.07	-1.32	0.29	-1.12	-0.2	-1.09	-1.32	-1.47	-1.69	-2.06	0.12	-0.49	-1	-0.03	0.48	0.08	0.19	-0.03	0.24	0.06	-0.12	-0.56	-0.69	-0.58	-0.47	0.1	0.39	0.03	-0.01	-0.25	-0.4	-0.47	-0.49	-0.42	-0.03	-0.32
+YHR091C	MSR1   PROTEIN SYNTHESIS     ARGINYL-TRNA SYNTHETASE	0.04	-0.06	-0.1	1.01	-0.06	-0.32	0.06	-0.2	-0.17	0.04	-0.2	-0.1	-0.07	-0.54	-0.45	-0.2	-0.2	-0.29	-0.38	-0.6	-0.6	-0.51	-0.27	-0.04	-0.2	0.01	0.06	0.14	-0.1	0.08	-0.01	0.25	0.19	0.03	-0.25	-0.32	-0.4	-0.23	-0.45	0.6	-0.14	-0.86	-0.32	0.46	-1.09	-0.17	-1.06	-0.27	-0.54	-0.86	-1.06	-1.32	-1.25	0.3	-0.51	-0.47	-0.62	-0.29	-0.6	0.06	0.11	-0.17	0.15	-0.12	-0.45	-0.2	-0.36	-0.22	0.03	0.42	0.3	0.18	-0.32	-0.4	-0.01	0.33	-0.38	0.1	-0.42
+YIL128W	MET18  TRANSCRIPTION AND DNA RE REGULATOR OF TFIIH	-0.15	-0.42	-0.2	-0.34	-0.1	-0.3	0.12	-0.3	-0.09	-0.03	-0.17	-0.1	0.03	-0.32	-0.04	-0.14	0.07	-0.15	-0.54	-0.23	-0.27	-0.29	-0.12	-0.29	-0.4	-0.43	0.15	0.12	-0.18	0.11	-0.14	-0.34	0.19	0.06	-0.09	-0.03	0.07	-0.03	-0.07	-0.23	-0.07	-0.06	-0.17	-0.03	-0.15	-0.34	-0.36	-0.42	-0.18		-0.36	-0.47	-0.42	-0.17	-0.69	-0.25	-0.32	0.26	-0.25	-0.03	-0.09	-0.03	-0.15	-0.69	-0.29	-0.42	-0.38	-0.47	-0.32	0.01	0.25	-0.06	0.1	0.01	-0.1	-0.42	-0.1 [...]
+YDL116W	NUP84  NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.06	-0.38	-0.25	-0.14	-0.3	-0.34	0.12	-0.07	0.03	0.06	-0.18	-0.22	-0.06	-0.51	-0.25	-0.09	-0.09		-0.14	-0.27	-0.17	-0.51	-0.09	-0.34	-0.56	-0.04	0.03	0.01	-0.03	0.07	-0.12	-0.12	0.11	0.1		0.18	0.18	0.26	0.1	-0.12	-0.14	0.11	-0.1	-0.17	-0.04	-0.27	-0.1	-0.23	-0.34	-0.22	-0.56	-0.38	-0.2	-0.12	-0.27	-0.71	-0.18	0.1	-0.23	-0.14	-0.15	-0.43	-0.03	-0.14	-0.29	-0.38	-0.3	-0.34	-0.29	0.07	0.28	0.21	-0.03		-0.01	-0.25	-0.3	-0.29	-0.64
+YMR012W	CLU1   PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF3 SUBUNIT	-0.01	-0.51	-0.04	-0.14		-0.06	-0.07	-0.32	-0.03	-0.22	-0.3	-0.06	-0.36	-0.18	-0.36	-0.32	-0.06	-0.36	-0.62	-0.76	-0.34	-0.23	0.03	0.25	-0.01	-0.01	0.01	0.01	0.14	0.03	-0.47	-0.43	-0.43	-0.64	-0.58	-0.34	-0.36	-0.3	-0.17	-0.45	-0.17	-0.15	-0.2	-0.47	0.11	-0.18	-0.23	-0.32	-1.03	-0.43	-1.22	-1.4	-1.25	-0.45	-0.97	-1.74	-1.15	-0.18	-0.15	-0.6	-0.51	-0.76	-0.14	1.16	-0.81	-0.51	-0.47	-0.86	0.2	-0.34	0.16	0.42	-0 [...]
+YNL236W	SIN4   TRANSCRIPTION       RNA POLYMERASE II MEDIATOR SUBUNIT	-0.25	-0.38	-0.17	-0.58	0.04	-0.29	-0.12	-0.18	-0.1	-0.18		-0.2	-0.18	-0.67	-0.2	-0.14	-0.14	0.53	-0.32	-0.15	-0.62	-0.18	-0.2	-0.38	-0.1	-0.4	-0.07	-0.14	-0.43	0.24	-0.2	-0.43	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42		-0.94	0.21	-0.38	-0.45	-0.79	-0.67	-1.22	-0.84	-1.43	-0.2	-0.76	-0.84	-0.42	-0.3	0.3	-0.43	-0.47	0.08	-0.2	0.08	-0.74	-0.54	-0.22	-0.22	-0.17	-0.17	-0.92	-0.74	-0.2	-0.29	-0.51	-0.54	- [...]
+YIR023W	DAL81  TRANSCRIPTION       ACTIVATOR OF ALLANTOIN AND UREA CATABOLIC GENES	-0.47	-0.67	-0.64	-0.43	-0.34	-0.25	-0.09	-0.4	-0.15	-0.03	-0.51	-0.27	-0.54	-0.12	-0.25	0.06	-0.06	-0.09	-0.17	-0.06	-0.23	-0.18	0.08	0.11	-0.06	0.36	0.31	0.37	-0.07	0.18	0.33	0.06	0.11	-0.03	-0.06	0.15	0.1	0.1	-0.07	-0.22	-0.01	0.03	-0.27	-0.64	-0.09	-0.36	-0.29	-0.36	-0.42	-0.43	-0.67	-0.81	-0.81	0.11	-0.54	-0.56	-0.22	-0.45	-0.51	-0.04	-0.3	-0.01	0.38	-0.18	-0.36	-0.43	-0.45	-0.74	0.21	-0.23	-0.12	0.04 [...]
+YGR056W	RSC1   CHROMATIN STRUCTURE    CHROMATIN REMODELING COMPLEX SUBUNIT	-0.1	-0.54	-0.49	-0.51	-0.23	-0.49	0.11	-0.2	-0.22	0.01	-0.2	-0.14	-0.22	-0.3	-0.18	-0.14	-0.23	-0.18	0.16	-0.2	-0.42		0.07	-0.07	-0.27	-0.25	-0.09	-0.17	-0.51	0.16	-0.2	-0.18		0.11	-0.25	-0.3	-0.34	-0.03	-0.4	-0.14	-0.38	-0.58	-0.43	-0.38	-0.3	-0.67	-0.45	-0.51	-0.43	-0.2	-0.54	-0.74	-0.94	-0.49	-0.58	-0.3	0.06	-0.2	-0.15	-0.2	-0.14	0.26	-0.04	0.16	-0.71	-0.25	-0.36	-0.45	0.07	0.24	0.3	-0.32	-0.18	-0.27	-0.36	-0. [...]
+YNL021W	HDA1   CHROMATIN STRUCTURE    HISTONE DEACETYLASE	-0.34	-0.47	-0.43	-0.38	-0.3	-0.51	-0.17		-0.23	-0.17	-0.42	-0.03	-0.38	-0.51	-0.56	-0.43	-0.17	-0.23	-0.69	-0.79	-0.74	-0.54	-0.27	-0.03	-0.43	0.1	0.04		-0.32	-0.09	0.01	-0.45	-0.07	0.04	-0.17	-0.51	-0.32	-0.71	-0.04	-0.47	-0.47	-0.32	-0.67	-0.4	-0.09	-0.1	-0.29	-0.54	-0.29	-0.34	-0.38	-0.74	-0.86	-0.2	0.01	-1	-0.14	-0.07	-0.45	-0.01	-0.3	-0.12	0.24	-0.04	-0.76	-0.62	-0.64	-0.45	-0.4	0.29	-0.32	-0.15	-0.01	-0.17	-0.3	-0.38	-0.3	- [...]
+YNR016C	ACC1   FATTY ACID METABOLISM    ACETYL-COA CARBOXYLASE	-0.07	-0.6	-0.15	0.01	0.01	-0.43	-0.38	-0.51	-0.12	-0.67	-0.2	-0.25	-0.23	-0.25	0.07	-0.18	-0.25	-0.47	-1.25	-0.6	-0.86	-0.2	-0.3	-0.36	0.11	-0.14	0.08	0.28	-0.45	0.14	-0.12	0.38	-0.17	-0.04	-0.12	-0.17	-0.47	-0.76	-0.64	-0.84	-0.69	-0.81	-0.74	-1.32	-0.67	-0.69	-0.74	-0.69	-0.34	-0.34	-0.49	-0.6	-0.45	0.01	-0.34	-0.79	-0.4	-0.43	-0.07	-0.2	-0.47	-0.03	-0.06	0.64	-0.86	-0.67	-0.76	-0.64		-0.62	-0.32	0.14	0.12	0.04	-0.2	-0.27	 [...]
+YHR042W	NCP1   MICROSOMAL ELECTRON TRAN NADP-CYTOCHROME P450 REDUCTASE	-0.14	-0.69	-0.22	-0.54	0.12	-0.29	0.18	-0.12	-0.03	-0.01	0.01	0.04	0.07	-0.14		0.03	0.03	-0.15	-0.74	-0.06	-0.4	0.28	-0.01	-0.14	0.14	0.28	0.14	0.24	-0.15	-0.01	-0.38	0.43	-0.22	0.25	-0.43	-0.56	-0.58	-0.38	-0.43	0.71	-0.15	-1	-0.38	-0.34	-1.18	-0.6	-0.79	-0.3	-0.43	-0.89	-1.15	-1.69	-1.89	0.26	-0.69	-1.43	0.1	-0.12	-0.3	-0.71	-0.89	0.54	-0.12	0.08	-0.89	-0.94	-0.38	-1.06	-0.06	-0.07	0.01	0.25	0.18	0.18	0.32	-0.25	-0 [...]
+YNL167C	SKO1   TRANSCRIPTION       CREB-LIKE TRANSCRIPTIONAL REPRESSOR	-0.36	-0.49	-0.18	-0.17	-0.06	-0.29	-0.17	-0.34	-0.36	-0.22	-0.49	-0.32	-0.1	-0.45	-0.2	-0.42	-0.03	-0.34	0.14	-0.79	-0.64	-0.64	-0.3	-0.4	-0.1	-0.23	0.03		-0.3	-0.14	0.16	-0.32	-0.15	-0.25	-0.01	0.08	-0.09	0.04	-0.34	-0.12	-0.1	-0.03	-0.23	-0.3	-0.18	-0.6	-0.47	-0.45	-0.86	-0.69	-1.12	-1.6	-1.4	-0.4	-0.76	-1.36	-0.3	-0.01	-0.3	0.41	0.19	-0.17	-0.18	-0.94	-0.17	-0.32	-0.51	-0.71	-0.32	0.37	-0.29	1.03	-0.2	-0.43	-0.23	 [...]
+YMR275C	"BUL1   PROTEIN DEGRADATION, UBI UNKNOWN; BINDS RSP5P UBIQUITIN LIGASE"	-0.18	-0.51	0.12	-0.17	0.12	0.07	0.12	-0.22	-0.12	-0.18	-0.01	-0.06	-0.2	-0.34	-0.06	-0.03	0.07	-0.14	-0.23	-0.49	-0.58	-0.62	-0.43	-0.12	-0.3	-0.15	-0.17	-0.34	-0.3	-0.03	-0.03	-0.12	0.06	0.2	-0.06	0.06	-0.06	-0.03	0.16	0.66	0.24	-0.17	-0.2	-0.34	-0.1	-0.25	-0.29	-0.36	-0.4	-0.47	-0.79	-1.06	-0.89	-0.25	-0.34	-0.64	-0.12	-0.04	-0.18	0.58	0.06	-0.01	0.44	-0.58	-0.49	-0.69	-0.07	-0.29	-0.03	-0.06	-0.1	0.57	-0. [...]
+YKL079W	SMY1   CYTOSKELETON        KINESIN-RELATED PROTEIN	-0.14	0.06	-0.34	-0.3	-0.6	-0.43	0.11	-0.27	-0.09	-0.18	-0.42	-0.23	-0.36	-0.56	-0.14	-0.06	-0.1	-0.17	0.1	-0.25	-0.47	-0.1	-0.32	-0.3	-0.56	-0.15	-0.1	-0.06	-0.34	-0.27	-0.42	-0.17	-0.06	0.01	0.15	-0.23	-0.06	-0.14	-0.2	-0.38	-0.34	-0.09		-0.17	0.14	-0.09	0.15	-0.47	-0.81	-0.14	-0.64	-0.97	-1.22	-0.56	-0.69	-1.43	-0.89	0.34	-0.64	-0.04	-0.25	0.07	-0.23	-0.62	-0.47	-0.4	-0.79	-0.79	-0.18	0.15	-0.43	0.14	-0.22	-0.25	0.11	0.01	-0.0 [...]
+YBL061C	SKT5   CELL WALL BIOGENESIS     CHITIN SYNTHASE REGULATOR	-0.09	-0.3	-0.32	-0.23	-0.22	-0.69	-0.34	0.33	-0.25	-0.2	-0.27	0.18	-0.1	-0.12	-0.14	-0.2	-0.36	-0.18	-0.17	-0.42	-0.25	0.01	0.24	0.04	-0.04	-0.47	-0.03	0.12	-0.43	-0.17	-0.27	-0.18	0.41	0.57	0.58	-0.79	-0.74	-0.54	-0.09	0.07	-1.03	-0.58	-1.32	-0.25	0.04	-0.34	-0.36	-0.14	-0.76	-0.71	-1.51	-1.09	-1.56	-0.18	-0.64	-1.06	-0.74	-0.29	-0.42	-0.43	-0.09	-0.12	-0.14	-0.81	-0.25	-0.74	-0.42		-0.17		-0.56	-0.12	-0.15	-0.23	0.29	-0 [...]
+YPR052C	NHP6A  CHROMATIN STRUCTURE    NON-HISTONE PROTEIN	-0.03	-0.3	-0.03	-0.14	-0.07	-0.22	-0.06	-0.18		-0.43	-0.14	-0.18	-0.22	-0.32	0.18	-0.09	-0.12	-0.15	-0.25	1.22	-0.27	0.12	-0.56	-0.42	-0.43	-0.62	-0.2	-0.29	-0.56	-0.23	-0.36	-0.23	-0.49	-0.22	-0.23	-0.23		0.28	-0.15	0.5	-0.12	-0.64	-0.45	-0.6	-0.94	-0.25	-0.17	-0.6	0.06	-0.86	-1.03	-0.97	-1.15	0.36	-0.56	-0.97	0.34		-0.18	0.06	-0.04	0.21	0.14	0.01	-0.79	-0.49	-0.67	-0.49	0.2	0.23	0.44	-0.3	0.03	-0.29	0.01	-0.12	-0.32	0.1	0.14
+YGL151W	NUT1   MATING TYPE SWITCHING    NEGATIVE REGULATOR OF HO ENDONUCLEASE	-0.18	-0.58	0.11	0.07	-0.14	0.24	-0.03	-0.01		-0.04	0.14	-0.1	-0.22	0.54	0.45	0.01	0.07	-0.23	0.25	-0.17	-0.22	-0.06		-0.36	-0.3	-0.22	-0.36	-0.4	-0.47	-0.23	-0.32	-0.34	-0.47	-0.29	-0.23	-0.47	-0.2	0.18	-0.15	-0.1	-0.4	-0.32	-0.49	0.44	-0.1	-0.27	-0.43	-0.47	-0.3	-0.62	-0.76	-0.56	-0.84	0.15	-0.38	0.06	-0.22	-0.42	-0.3	0.11	-0.09	-0.17		0.6	-0.2	-0.2	-0.23	-0.47	0.33		-0.03	-0.04	-0.15	-0.12	-0.23	-0.43	-0.36	 [...]
+YMR246W	FAA4   FATTY ACID METABOLISM    LONG-CHAIN-FATTY-ACID--COA LIGASE	-0.03	-0.89	-1.22	-1.6	-1.36	-1.12	-0.76	-0.74	-0.56	-0.29	-0.01	0.06	0.04	-0.23	-0.18	-0.62	-0.22	-0.3	-0.42	0.37	-0.43	-0.81	-0.25	-0.09	-0.04	0.14	-0.04	0.1	-0.03	0.49	0.04	0.1	1.02	0.71	-0.56	-0.62	-1.25	-1.47	-0.2	0.52	-0.51	-0.07	-0.4	-0.79	-0.18	-0.1	-0.58	-0.23	-0.1	-0.43	-1.29	-1.89	-2	0.56	-1.15	-1.89	0.49	-0.43	-0.17	-1.18	-1.79	-1	0.29	-0.25	-0.74	-2	-1.4	-1.25	0.04	-0.64	0.31	-0.07	0.28	0.49	0.5	-0.58	 [...]
+YIL009W	FAA3   FATTY ACID METABOLISM    ACYL COA SYNTHASE	-0.49	-1.06	-0.62	-1	-0.79	-1.15	-0.64	-1.06	-0.47	0.12	0.58	0.64	0.21	-0.27	-0.4	-0.42	-0.27	-0.29	-0.76	-0.06	-0.12	-0.06	-0.1	0.12	-0.29	0.29	0.15	0.39	-0.01	0.32	0.42	0.48	0.21	0.1	-1.22	-1.4	-0.84	-0.25	0.86	0.21	-0.62	-0.79	-0.42	-0.58	0.76	0.2	-0.18	-0.2	-0.12	-0.89	-1.89	-2.25	-2.12	1.05	-1.09	-1.12	-1.18	-2.12	-0.54	-0.69	-0.64	-0.12	0.08	-0.56	-0.67	-1.18	-1.12	-1.29	-0.03	-0.56	-0.89	-0.58	0.07	0.41	0.25	-0.07	-0.45	-0. [...]
+YGR078C	PAC10  CYTOSKELETON        NON-NATIVE ACTIN BINDING COMPLEX SUBUNIT	0.04	-0.54	-0.4	-0.47	0.07	-0.51	0.19	-0.09	0.06	-0.32	-0.25	-0.1	-0.07	-0.23	-0.17	-0.17		-0.34	-0.12	-0.36	-0.43	0.04	0.21	0.03	0.16		-0.17	-0.27	0.01	-0.23	0.06	-0.12	0.24	-0.06	-0.04	-0.09	0.1	0.04	0.06	0.04	0.01	-0.14	0.18	0.03	-0.18	-0.06	0.19	-0.42	-0.6	-0.27	-0.69	-0.89	-1	0.01	-0.3	-0.32	-1.15	-0.47	0.15	0.08	-0.23	-0.23	0.03	0.25	-0.1	-0.27	-0.43	-0.27			-0.09	-0.14	-0.23	-0.15	-0.1	-0.6	-0.23	-0.17	-0.71
+YMR205C	PFK2   GLYCOLYSIS       PHOSPHOFRUCTOKINASE	-0.06	-0.23	-0.45	-0.18	-0.25	-0.09	0.04	-0.23	-0.1	0.03	-0.32	-0.07	-0.29	-0.34	-0.14	-0.06	-0.36	-0.1	-0.58	-0.15	-0.38	0.14	-0.25	-0.12	-0.06	0.3	0.3	0.42		0.34	0.4	0.52	-1.15	0.03	-0.42	-0.22	-0.84	-0.34	-0.29	1.12	2.03	-0.4	-0.76	-0.36	-0.92	0.37	-0.17	0.08	-0.71			-1.36	-1.79	0.59	-0.6	-0.42	-0.71	-2.56	0.04	0.23	-0.12	-0.04	0.08	-1	-1.09	-1.36	-0.38	-0.58	0.39	-0.47	-0.74	-0.51	0.18	0.16	0.43	-0.04	-0.03	-1	-1.36
+YBR036C	CSG2   SPHINGOLIPID METABOLISM  MANNOSYLATION	-0.12	-0.32	0.12	-0.27	0.08	-0.3	0.16	0.5	-0.18	0.04	-0.25	0.03	-0.22	-0.01	-0.25	-0.22	0.03	-0.1	0.44	-0.62	-0.25	-0.47	-0.22	-0.1	0.01	0.28	0.26	-0.04	-0.1	0.16	0.39	-0.04	-0.34	0.28	-0.43	-0.27	-0.58	-0.42	-0.3	1.42	0.11	-0.69	0.03	0.58	-1.09	-0.42	-0.62	-0.01	-0.74	-1.09	-1.15	-0.92	-0.6	0.3	-0.1	0.19	-0.89	-1.03	0.29	0.56	0.33	0.34	0.26	0.03	-0.14	-0.58	0.2	0.18	-0.3	-0.25	0.11	-0.25	-0.27	0.04	0.82	0.3	0.07	0.68	0.29
+YBR145W	ADH5   GLYCOLYSIS       ALCOHOL DEHYDROGENASE V	0.06	0.16	0.45	0.19	0.29	0.3	0.26	0.01	0.1	0.11	0.19	-0.29	-0.06	0.26	0.18	0.48	-0.09	0.24	-0.14	-0.07	0.21	0.12	0.04	-0.22	0.14	0.33	0.3	0.28	-0.04	0.36	0.45	0.25		-0.07	-0.09	-0.58	-0.51	-1.89	-0.25	0.8	-0.06	-1.4	-0.69	0.75	-1.12	-0.2	-1	0.3	-0.76	-1.51	-1.64	-1.6	-1.09	0.96	0.06	0.53	-0.74	-1.94	0.61	0.58	0.41		-0.06	0.08	0.06	-0.43	-0.04	-0.32	0.29	0.04	0.08	0.32	0.34	0.23	0.92	0.38	0.39	0.62	0.32
+YDR483W	"KRE2   PROTEIN GLYCOSYLATION    ALPHA-1,2-MANNOSYLTRANSFERASE"	0.14	0.12	0.45	0.21	0.58	0.03	-0.2	-0.01	0.45	0.15		0.06	0.19	0.07	0.34	0.41	-0.36	0.15	0.06	-0.09	0.28	0.26	0.2	0.21	-0.07	0.2	-0.22	-0.07	0.04	-0.14	-0.25	0.06	0.28	0.24	0.34	0.43	0.39	0.29	0.26	0.28	0.08	0.11	0.21	-0.23	0.06	-0.03	-0.03	0.08	-0.29	-0.94	-1.43	-1.18	-0.74	0.71	-0.58	0.07	-0.51	-1.84	-0.1	-0.23	-0.45	-0.34	-0.38	-1	0.12	-0.81	0.14	0.11	-0.22	-0.14	-0.71	-0.12	0.48	0.43	0.66	-0.32	-0.1	-0.34	-0.22
+YHR175W	CTR2   TRANSPORT        COPPER TRANSPORTER	-0.18	0.58	-0.15	0.25	0.2	0.14	0.04	-0.03	0.04	-0.32	-0.27	-0.09	0.07	-0.17		-0.03	-0.17	-0.06	0.28	0.01	0.03	-0.17	-0.4	-0.03	0.15	0.2	0.24	0.36	0.21	0.24	-0.03	-0.18	-0.58	-0.45	-0.29	0.42	0.26	0.11	-0.06	0.42	0.36	0.33	0.19	-0.09	0.01	0.07	0.19	0.04	0.49	-0.74	-1.18	-1	-0.84	1.08	-0.56	-0.25	-0.36	-1.6	0.07	-0.4	-0.51	-0.62	-0.23	-0.17	0.55	-0.01	0.36	0.3	0.11	0.3	-0.09	0.15	0.21	-0.07	0.31	-0.09	0.1	-0.04	-0.25
+YER057C	HIG1   HEAT SHOCK RESPONSE    HEAT-INDUCED PROTEIN	0.67	0.55	0.57	0.49	0.3	0.37	0.61	0.41	0.33	0.03	0.25		0.33	-0.27	0.21	-0.3	0.43	-0.27	0.11	0.01	0.25	0.4	0.21	0.07	0.04	-0.27	0.04	0.2	0.31	0.33	0.2	0.26	-0.76	0.33	-0.29	0.03	-0.14	-0.14	-0.09	0.36	-0.03	-0.84	-0.34	0.44	-0.81	0.07	-0.54	-0.14	0.2	-1.06	-1.4	-1.47	-1.03	1.34	-0.51	-0.58	-0.81	-2.12	0.42	0.14	-0.09	-1.25	-0.64	-0.34	0.36	-0.58	-0.01	-0.04	0.36	0.36	0.29	-0.32	0.21	-0.15	0.64	0.11	0.2	0.1	-0.17
+YLR056W	ERG3   STEROL METABOLISM     C-5 STEROL DESATURASE	-1	-1.4	-0.92	-0.6	0.34	0.25	1.06	0.18	0.46	0.07	0.01	-0.17	0.2	-0.12	0.48	0.11	0.49	-0.2	-1.12	0.64	0.07	0.1	0.44	0.18	0.07	0.04	-0.12	0.41	0.21	-0.29	-0.36	0.33	-0.76	-0.86	-0.34	0.87	1.08	0.82	0.46	0.25	0.16	0.28	0.4	-0.92	-0.45	-0.67	-0.47	-0.62	-0.15	-1.94	-2.56	-1.64	-1.47	1.9	-0.62	0.48	-1.06	-2.25	-0.14	-1.89	-1.03	-0.04	0.36	0.25	-0.27	-1.79	0.16	0.49	-0.23	-0.4	-0.62	-0.1	-0.18	-0.32	-0.07	-0.58	-0.64	-2.18	-1.84
+YJR040W	"GEF1   TRANSPORT        CLC CHLORIDE CHANNEL, IRON TRANSPORTER"	-0.09	-0.23	-0.12	0.19	-0.12	-0.17	-0.29	-0.2	-0.18	-0.18	-0.03	0.04	0.15	-0.22	-0.23	-0.15	-0.36	-0.09	0.06	0.04	0.24	0.29	0.14	0.21	0.15	0.07	-0.22	0.1	0.15	-0.09	-0.27	-0.14	-0.6	-0.67	-0.47	-0.32	-0.23	-0.23	-0.15	-0.03	-0.14	-0.42	-0.3	-0.4	-0.29	-0.18	-0.49	-0.3	-0.97	-0.89	-1.56	-1.47	-1.15	0.18	-0.74	0.24	-0.62	-0.47	0.04	0.03	0.25	0.28	0.01	0.24	-0.29	-0.62		-0.23	0.21	0.42	0.19	0.34	-0.01	0.15		-0.51	-0.2	 [...]
+YDR502C	SAM2   METHIONINE BIOSYNTHESIS  REGULATOR; S-ADENOSYLMETHIONINE SYNTHETASE	-0.76	-0.15	-0.09	-0.38	-0.54	0.25	0.03	0.33	0.52	0.23	0.18	-0.4	-0.51	-0.54	-0.29	0.19		-0.22	-1.43	0.48	0.24	0.29	0.54	0.71	0.55	0.83	0.15	0.59	0.42	-0.03	-0.38	-0.18	-0.6	-0.54	-0.4	0.36	-0.54	-0.76	-0.22	0.61	0.41	-0.76	-0.12	0.18	-0.69	-0.54	-0.62	0.11	-0.94	-1.29	-2.32	-1.94	-1.94	0.37	-0.86	0.21	-0.76	-1.29	0.3	-1	-1.36	0.36	-0.1	-0.97	-0.89	-2.12	-0.36	0.07	-0.06	-0.03	0.06	-0.07	0.31	0.16	0.56	-0. [...]
+YAL012W	CYS3   METHIONINE BIOSYNTHESIS  CYSTATHIONINE GAMMA-LYASE	0.15	-0.2	-0.36	-0.17	-0.01	-0.1	0.54	0.16	0.38	0.62	-0.17	0.26	0.01	-0.22	-0.06	0.6	0.19	0.26	-1.09	0.54	-0.1	0.29	0.33	0.39	0.5	0.25	0.31	0.7	0.14	0.33	-0.18	0.38	-0.4	-0.84	-0.47	0.07	-0.32	-0.56	-0.2	0.1	-0.04		-0.09	0.25	-0.22	-0.25	-0.32	0.03	-0.84	-1.64	-2.84	-2.47	-2.4	0.46	-0.51	0.3	-2.18	-2.12	0.65	0.66	0.08	0.86	0.54	-0.1	-0.4	-2	0.19	0.36	0.46	0.14	-0.12	0.38	0.11	-0.01	0.55	-0.58	-0.74	-1.25	-2.56
+YNR041C	COQ2   UBIQUINONE BIOSYNTHESIS  PARA-HYDROXYBENZOATE POLYPRENYLTRANSFERASE	-0.32	-0.62	-0.34	-0.49	-0.17	-0.62	0.03	-0.54	-0.22	-0.25	-0.18	-0.45	-0.12	-0.54	-0.3	-0.51	0.11		-1.15	-0.74	-0.6	-0.34	-0.42	0.08	-0.07	-0.03	0.1	-0.04	-0.27	0.28	0.11	0.04	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.58	-1.09	-1.79	-1.32	-1.36	-1.15	0.42	0.32	0.18	-1.79	-2.18	0.04		-0.22	0.55	0.48	0.7	-0.38	-0.64	-0.06	-0.43	0.2	-0.1	-0.22	-0.03	-0.04	0.01	0.1	- [...]
+YBR222C	FAT2   TRANSPORT        PEROXISOMAL (PUTATIVE) FATTY ACID TRANSPORTER	-0.54	-0.74	-0.23	-0.56	0.04	-0.17	0.4	0.06	0.2	-0.22	-0.14	0.23	-0.07	0.1	0.07	-0.04	0.03	0.61	-1.36	-0.12	-0.42	-0.86	-0.42	-0.43	-0.2	0.16	0.7	0.81	-0.15	0.68	0.36	0.49	-0.69	-0.64	0.12	0.23	0.41	0.1	-0.1	0.08	-0.2	-0.09	0.2	-0.56	-0.06	-0.09	0.08	-0.17	-0.51	-1.56	-2.06	-1.89	-1.74	0.91	-0.49	-0.34	-1.32	-2.25	-0.06	0.61	0.62	0.63	0.77	0.18	-0.69	-0.86	0.39	0.67	0.45	0.26	-0.94	-0.69	0.24	0.34	0.48	0.08	0.3 [...]
+YGR204W	"ADE3   PURINE BIOSYNTHESIS    C1-5,6,7,8-TETRAHYDROFOLATE SYNTHASE"	-0.14	0.16	0.25	0.32	0.31	0.32	0.2	0.26	0.52	0.06	0.5	0.31	0.14	0.14	0.34	0.66	-0.25	0.03	0.01	0.58	0.32	0.25	-0.12	0.21	0.21	0.44	0.57	0.67	0.14	0.63	0.76	0.39	-0.79	-1	-0.62	0.23	0.01	0.01	0.16	0.32	-0.17	0.23	-0.03	-0.15	0.38	0.29	0.3	-0.1	-0.38	-1.64	-1.74	-1.79	-1.15	0.94	-0.25	0.19	-0.92	-2.74	0.34	0.83	0.7	1.24	0.42		-0.81	-0.94	0.3	0.28	0.24	-0.17	0.21	0.77	0.31	0.45	0.46	-0.07	0.12	-0.1	-0.74
+YLR028C	ADE16  PURINE BIOSYNTHESIS    5-AMINOIMIDAZOLE-4-CARBOXAMIDE RIBONUCLEOTIDE (AICAR) TRANSFORMYLASE/IMP CYCLOHYDROLASE	-0.25	-0.06	-0.2	-0.17	-0.32	-0.22	-0.15	-0.27	0.19	0.18	-0.04	-0.04	-0.25	-0.51	-0.18	0.11	-0.32	-0.01	0.26	0.74	-0.4	0.26	-0.43	-0.36	-0.38	0.44	0.54	0.51	-0.14	0.57	0.79	0.6	-0.3	-0.47	-0.54	-0.15	-0.06	0.04	-0.12	-0.25	-0.03	0.04	-0.29	0.61	-0.06	-0.09	0.11	-0.18	-0.54	-1.22	-1.69	-2	-1.51	0.59	-0.64	-0.38	-0.2	-0.84		0.94	1.16	0.74	0.29	-0.51	-0.1	-0.14	0.54	 [...]
+YDR155C	CPH1   PROTEIN FOLDING     PEPTIDYL-PROLYL CIS-TRANS ISOMERASE	0.04	-0.12		-0.25	0.18	-0.42	0.37	-0.36	-0.06	-0.4	-0.2	-0.49	0.12	-0.47	-0.04	-0.49	-0.34	-0.49	-0.03	0.52	0.36	0.15	-0.14	-0.6	-0.62	-0.23	0.45	0.36	-0.47	0.45	0.72	0.4	-0.94	-0.67	-0.62	-0.64	-0.92	-1.09	-0.64	-0.38	-0.69	-0.34	-0.01		-0.09	0.08	0.12	-0.36	-1.15	-2	-2.32	-1.51	-1.18	0.9	-0.64	0.29	-1.25	-2.25	0.2	0.7	0.57	0.25	0.43	-0.76	0.3	-0.42	1	0.82	0.3	0.28	-0.42	-0.07	0.07	0.06	0.34	0.28	0.5	0.34	0.19
+YJR045C	"SSC1   MITOCHONDRIAL PROTEIN TA HSP70 FAMILY, CHAPERONIN AND IMPORT MOTOR"	-0.1	-0.62	-0.06	0.01	0.44	0.12	0.45	0.01	0.1	0.19	-0.09	-0.03	-0.32	-0.27	-0.07	0.08		-0.27	-0.4	0.1	-0.42	-0.23	-0.36	-0.32	-0.12	0.71	0.7	0.66	-0.06	0.59	0.61	0.42	-1.18	-1.79	-1.51	-0.74	-0.49	-0.42	-0.29	-0.29	-0.38	0.31	0.38	-0.17	0.58	0.33	0.4	-0.1	-1.89	-2.18	-2	-2.32	-2.06	0.36	-0.14	0.11	-1.84	-1.89	-0.06	1.67	1.16	0.8	0.65	-0.38	-0.38	-0.56	0.64	-0.15	0.2	-0.76	0.06	0.39	0.25	0.23	-0.22	-0.01	0 [...]
+YJR059W	PTK2   POLYAMINE TRANSPORT    SER/THR PROTEIN KINASE	-0.81	0.38	-0.03	-0.04	-0.67		-0.34	-0.45	-0.29	0.12	-0.22	-0.01	-0.29	-0.47	-0.15	0.04	-0.27	-0.03	0.93	-0.42	0.01	0.23	-0.22	-0.1	-0.03	0.21	-0.03	-0.18	-0.01	0.11	0.25	0.25	-0.45	-0.36	0.06	0.49	0.07	-0.3	-0.3	0.32	0.58	0.08	-0.34	-0.42	-0.58	-0.56	-0.51	-0.04	-0.42	-1.4	-2.25	-1.64	-1.12	1	-0.18	0.44	-1.09	-2	0.28	1.74	1.04	0.65	0.57	0.14	-0.04	-0.18	0.31	0.42	-0.06	0.38	0.2	0.62	-0.2	-0.43	-0.25	0.24	0.07	1.03	-0.04
+YPL076W	GPI2   PROTEIN PROCESSING    N-ACETYLGLUCOSAMINYLPHOSPHATIDYLINOSITOL SYNTHESIS	-0.1	-0.1	-0.14	-0.2	-0.06	0.01	0.07	0.2	-0.12	-0.1	-0.32	-0.2	-0.03	-0.43	-0.17	-0.32	0.12	0.06	0.3	-0.32	-0.23	0.52	0.25	0.04	-0.1	-0.4	-0.54	-0.36	-0.23	-0.49	-0.51	-0.17	0.16	-0.18	-0.27	-0.25	-0.12	-0.12	-0.25	-0.2	-0.38	-0.38	-0.36	-1.06	-0.51	-0.64	-0.38	-0.6	-0.94	-0.84	-1.32	-1.51	-1.4	0.93	-0.79	-1.12		-0.71	-0.1	-0.42	0.2	-0.18	-0.18	0.7	-0.12	-0.54	-0.56	-0.36	-0.18	0.18	0.03	0.24	-0.22	0. [...]
+YLR039C	RIC1   TRANSCRIPTION       (PUTATIVE) TRANSCRIPTIONAL REGULATOR OF RRNA AND PROTEINS	-0.34	-0.45	0.14	-0.22	0.03	-0.15	-0.1	-0.2	-0.23	-0.12	-0.29	-0.09	-0.14	-0.07	0.21	-0.18	0.03	-0.27	-0.03	-0.42	-0.3	-0.14	-0.15	0.1	-0.3		-0.2	-0.06	-0.04	-0.23	-0.51	-0.17	-0.4	0.07	-0.23	-0.12	-0.23	0.32	-0.2	-0.14	-0.47	-0.42	-1.89	-0.07	-0.3	-0.27	-0.27	-0.47	-0.76	-1.22	-1.74	-1.74	-1.18	0.42	-0.86	-0.23	-0.51	-1.03	-0.34	-0.23	0.07	0.11	0.12	0.03	-0.23	-0.3	-0.36	-0.29	0.25	0.37	0.71	0.7 [...]
+YFL058W	THI5   PYRIMIDINE BIOSYNTHESIS  UNKNOWN	0.07	0.32	0.39	0.31	0.3	0.39	0.5	0.18	0.01	0.31	0.25	0.12	0.1	-0.15	0.1	-0.06	-0.03	-0.03	-0.3	-0.58	-0.25	-0.6	-0.4	-0.49	-0.34	-0.01	-0.29	-0.03	-0.06	-0.12	-0.36	0.21	-0.6	-0.2		-0.38	-1.18	-0.32	-0.36	1.1	-0.03	-1.12	-0.12	0.12	-1.12	0.16	-0.74	-0.17		-1.18	-1.6	-1.43	-2.4	0.64	-0.74	-0.27	-0.97	-1	0.3	0.31	0.6	0.73	0.75	0.53	-0.76	-0.29	-0.76	-0.3	0.06	0.45	0.42	0.42	-0.76	-0.49	-0.18	-0.54	-0.74	0.5	0.21
+YMR182C	RGM1   TRANSCRIPTION       PUTATIVE REPRESSOR	0.06	0.43	-0.36	-0.2	-0.3	-0.22	-0.06	-0.2	-0.29	-0.45	-0.69	-0.34	-0.01	-0.36	-0.09	-0.42	-0.29	-0.43	-0.2	-0.01	-0.15	-0.23	-0.1	-0.22	-0.22	-0.3	-0.18	-0.25	-0.15	-0.06	-0.03	0.01	0.51	0.15	-0.14	0.12	-1.94	-0.07	0.07	0.66	0.21	0.06	0.28	-0.07	-0.07	-0.07	-0.27	-0.34	-1.15	-1.43	-1.64	-1.56	-1.09	-0.3	-0.79	-0.58	-0.64	-1.32	-0.07	0.24	-0.23	-0.34	0.34	0.53	-0.27	-1.03	-0.18	-0.54	0.07	0.29	0.34	1.16	-0.07	0.15	0.03	-0.51	-0.27	0.39	0.48
+YMR164C	MSS11  STARCH METABOLISM     (PUTATIVE) TRANSCRIPTIONAL REPRESSOR	0.36	0.14	-0.3	-0.17	-0.27	-0.29	-0.18	-0.12	-0.42	0.18	-0.04	-0.14	-0.43	-0.17	-0.22	-0.27	0.07	-0.09	0.36	0.08	-0.14	0.36	-0.18	0.04	0.01	0.24	0.06	0.19	-0.15	0.12	-0.25	0.18	-0.01	-0.67	-0.14	-0.09	-0.3	-0.32	-0.1	-0.25	0.06	-0.25	-0.17	0.11	-0.22	-0.18	-0.58	-0.54	-1.18	-1.03	-1.18	-0.92		-0.14	-0.1	-0.01	-0.84	-1.29	0.01	0.26	-0.09	0.07	-0.03	0.4	-0.32	-0.64	0.07		-0.15	0.04	0.41	0.45	-0.36	-0.18	-0.2	-0.43	-0 [...]
+YKL198C	PTK1   POLYAMINE TRANSPORT    SER/THR PROTEIN KINASE	-0.32	-0.54	-0.27	0.01	-0.18	-0.43	-0.17	-0.3	-0.49	-0.1	-0.56	-0.15	-0.29	-0.42	-0.51	-0.58	0.04	-0.49	0.12	0.18	-0.36	0.12	-0.25	-0.54	-0.09	-0.3	-0.04	-0.1	-0.51	-0.42	0.19	0.18	0.36	0.77	0.3	0.55	0.1	0.24	0.36	0.44	0.45	0.1	-0.32		-0.43	-0.58	-0.71	-0.45	-1.25	-1.79	-1.79	-1.32	-1.09	0.18	-0.58	-0.2	-1.03	-1.64	0.01	0.08	-0.06	0.55	0.51	0.29		-0.92	-0.36	-0.23	0.2	-0.17	0.29	0.64	-0.62	-0.45	-0.12	-0.51	-0.64	0.44	-0.36
+YJR062C	NTA1   PROTEIN DEGRADATION    AMINO-TERMINAL AMIDASE	0.01	0.24	0.19	-0.03	-0.15	-0.18	-0.07	0.03	0.15	-0.07	-0.14		-0.18	-0.45	-0.07	-0.04	-0.4	-0.07	0.25	-0.32	0.01	-0.25	-0.64	-0.62	-0.38	-0.29	-0.04	-0.12	-0.1	0.2	0.1	-0.12	-0.25	-0.32	-0.47	-0.45	-0.45	-0.06	-0.25	-0.15	-0.49	-0.54	-0.62	0.38	-0.3	-0.23	-0.15	-0.29	-0.69	-0.69	-1	-0.49	-0.42	-0.22	-0.43	0.33	-0.64		-0.1	0.74	0.65	0.19	0.11	0.43	-0.27	-0.62	-0.34	-0.3	0.06	0.42	0.16	0.12	-0.1		0.1	0.14	-0.06	0.52	0.4
+YNL093W	"YPT53  ENDOCYTOSIS      GTP-BINDING PROTEIN, RAB FAMILY"	-0.14	0.38	-0.09	-0.49	0.06	-0.1		-0.32	-0.23	-0.06	-0.56	-0.36	-0.06	-0.2	-0.01	-0.32	-0.29	0.11	1.06	-1.06	-0.67	-0.51	-0.97	-1	-0.94	-0.76	-0.22	-0.71	-0.51	-0.27	-0.6	-0.29	-0.29	-0.17	0.25	-0.42	-0.27	-0.54	-0.92	-0.51	-1.43	-0.6	-0.3	1.28	-0.54	-0.43	-0.92	-0.29	-1.47	-1.56	-1.64	-1.15	-0.62	0.15	-0.38	0.44	-0.97	-0.97	-0.04	0.95	0.1	0.72	-0.01	0.14	-0.43	-0.32	-0.62	-0.23	-0.04	0.6	0.26	0.07	-0.51	0.69	0.08	0.08	-0. [...]
+YIL156W	"UBP7   PROTEIN DEGRADATION, UBI UBIQUITIN-SPECIFIC PROTEASE"	0.04	0.23	0.15	0.08	0.19	-0.2	0.08	-0.07	-0.07	0.21	0.08	0.34	0.03	-0.15	-0.34	0.04	0.03	-0.07	0.08	-0.15	-0.36	-0.27	-0.4	-0.32	-0.29		0.07	-0.03	-0.42	-0.22	-0.1	0.1	-0.67	-0.1	-0.1	-0.25	-0.18	0.11	0.01	-0.17	-0.3	-0.18	-0.1	0.15	-0.14	-0.04	-0.17	-0.27	-0.47	-1	-1.51	-1.51	-1.29	0.81	-0.23	-0.54	0.04	-0.94	-0.04	0.55	-0.01	0.31	0.04	-0.25	-0.27	-0.43	-0.4	-0.47	0.12	0.06	-0.3	-0.07	-0.09	-0.01		-0.04	-0.07	0.5	0.07
+YOR274W	MOD5   TRNA PROCESSING     TRNA ISOPENTENYLTRANSFERASE	0.01	-0.6	-0.3	-0.51	-0.25	-0.58	0.03	-0.1	-0.07	-0.1	-0.38	-0.32	-0.22	-0.58	-0.23	-0.32	-0.14	0.26	-0.47	-0.76	-0.84	-0.67	-0.45	-0.3	-0.64	-0.45	-0.1	-0.27	-0.56	-0.49	-0.36	-0.23	-0.07	-0.38	-0.15	0.39	0.58	0.33	0.08	0.2	0.15	0.4	0.52	-0.81	-0.09	-0.22	-0.14	-0.32	-1.06	-1.18	-1.12	-1.43	-1.4		-0.2	-0.81	-1.06	-0.74	-0.38	-0.54		0.23	-0.3	0.1	-0.47	-0.4	-0.43	-0.62	-0.25	0.25	-0.1		-0.49	0.14	0.32	-0.49	-0.14	0.84	0.4
+YIL084C	SDS3   SILENCING        (PUTATIVE) TRANSCRIPTIONAL REGULATOR	-0.04	-0.54	-0.06	-0.4	-0.06	-0.23	0.28	-0.4	-0.04	-0.06	-0.38	-0.3	0.03	-0.42	-0.23	-0.36	-0.03	-0.2	0.18	-0.34	-0.56	-0.6	-0.47	-0.6	-0.86	-0.45	-0.22	-0.3	-0.56	-0.3	-0.36	-0.12	0.36	0.24	-0.04	0.14	0.21	0.01	-0.06	-0.22	-0.09	0.06	-0.03	-0.81	-0.06	-0.22	-0.09	-0.56	-0.86	-0.79	-1.25	-1.4	-1.09	-0.1	-0.79	-0.6	-0.76	-1.09	-0.15	-0.07	-0.32	0.19	-0.09	-0.62	-0.92	-0.3	-0.71	-0.58	0.01	0.42	-0.51	-0.79	-0.4	-0.49		-0. [...]
+YGR006W	PRP18  MRNA SPLICING       U5 SNRNP PROTEIN	-0.1	-0.18	0.14	-0.09	-0.07	0.1		-0.01	-0.2	-0.15	-0.22	-0.23	-0.01	-0.42	-0.23	-0.3	0.21	-0.18	0.25	-0.1	-0.09	-0.18	0.2	-0.27	-0.07	-0.29	-0.29	-0.74	-0.17	-0.1	-0.29	-0.12	0.1	0.03	-0.4	-0.23	-0.36	-0.32	-0.2	-0.18	-0.15	-0.17	-0.29	0.01	0.15	0.12	0.08	-0.62	-0.69	-0.84	-1.25	-1.06	-1.03	0.11	-0.84	0.2	-0.23	-0.6	0.04	0.07	0.07	0.06	-0.32	-0.04	-0.76	-0.29	-0.62	-0.56	-0.06	0.41	0.51	0.52	-0.12	-0.06	-0.2	-0.12	-0.1	0.19	0.2
+YMR271C	URA10  PYRIMIDINE BIOSYNTHESIS  OROTATE PHOSPHORIBOSYLTRANSFERASE	-0.2	0.08	0.14	-0.12	0.04	0.15	0.12	-0.06	-0.01	-0.17	-0.06	-0.2	0.03	-0.14	-0.27	-0.42	-0.23	-0.42	0.91	-0.32	-0.36	-0.07	-0.04	-0.42	-0.22	-0.34	-0.4	-0.6	-0.25	-0.2	-0.38	-0.04	0.06	-0.32	-0.18	-0.2	-0.29	-0.04	0.08	-0.29	-0.18	0.2	0.38	-0.51	-0.03	0.24	0.28	-0.32	-0.69	-1.51	-1.89	-1.47	-1.12	0.68	-0.92	-0.15	-1.06	-2.18	0.11	0.37	0.03	0.21	-0.29	0.6	-0.58	-0.29	-0.58	-0.27	-0.36	0.33	0.39	0.1	-0.32	-0.36	0.2	- [...]
+YDR125C	ECM18  CELL WALL BIOGENESIS     UNKNOWN	1.48	0.37	0.24	-0.1	-0.06	-0.06	-0.64	0.07	0.01	-0.17	0.69	-0.18	-0.06	-0.03	-0.14	0.31	-0.06	-0.17	0.28	-0.62		0.06	-0.17	-0.51	-0.15	-0.07	-0.2	-0.4	-0.25	-0.43	-0.15	-0.22	0.11	0.06	-0.04	-0.67	-0.43	-0.3	-0.32	-0.25	-0.17	-0.29	-0.3	0.19	-0.03	-0.04	0.08	0.19	-1.47	-1.51	-2.25	-1.51	-1.47	0.01	-0.69	-0.09	-0.89	-1.03	0.11	0.34	0.28	0.06	0.33	0.55	-0.97	-0.23	-1.69	-0.51	-0.22	0.37	0.41	0.19	-0.29	0.01	0.01	-0.14	-0.12	1.03	1.45
+YER061C	"CEM1   FATTY ACID METABOLISM    BETA-KETO-ACYL-ACP SYNTHASE, MITOCHONDRIAL"	0.21	0.92	-0.27	-0.56	-0.3	-0.12	0.2	0.1		-0.1	-0.27	-0.27	-0.27	-0.56	-0.09	-0.18	0.25	-0.2	0.5	-0.01	-0.15	-0.07	-0.32	-0.6	-0.29	-0.42	-0.12	0.03	-0.03	0.07	-0.25	0.16	0.21	0.07	-0.15	0.01		0.25	0.42	0.25	0.33	-0.01	0.06	0.21	0.15	0.4	0.59	-0.29	-0.86	-0.89	-1.4	-1.47	-1.15	0.07	-1.25	-0.3	-1.22	-1.09	0.3	-0.14	0.12	0.23	0.15	0.37	-0.58	-0.79	-0.76	-1.03	-0.1	0.04	0.7	-0.36	-0.56	-0.03	0.7	0.06	0.12	0 [...]
+YAL015C	NTG1   DNA REPAIR       DNA GLYCOSYLASE	-0.1	-0.12	0.01	-0.34	-0.23	0.14	0.19	-0.38	0.28	-0.17	-0.29	-0.27	-0.38	-0.27	-0.01	-0.01	0.11	-0.1	-0.76	-0.81	-0.4	-0.38	-0.25	-0.86	-0.64	-0.34	-0.14	-0.49	-0.62	-0.14	-0.18	-0.45	-0.15	-0.04	-0.01	-0.62	-0.17	0.04	-0.22	0.03	-0.51	-0.43	-0.04	0.53	-0.29	-0.71	0.01	-0.18	-0.62	-1.32	-1.69	-1.43	-1.79	0.58	-0.54	0.45	-1.09	-1.09	0.06	-0.04	0.33	0.07	0.19	0.16	-0.76	-0.3	-0.64	-0.36	0.03	-0.07	0.07	-0.34	-0.07	-0.2	-0.2	-0.15	0.08	0.83	0.18
+YOR219C	STE13  MATING         ALPHA-FACTOR MATURATION	0.56	0.54	0.21	0.52	0.34	0.56	0.16	0.44		-0.01	0.08	0.15	0.1	0.1	0.23	0.26	0.45	0.1	0.71	-0.29	-0.17	-0.42	-0.45	-0.38	-0.23	-0.4	-0.2	-0.34	-0.17	0.03	-0.29	-0.22	-0.29	-0.38	-0.07	0.18	-0.12	-0.18	-0.27	-0.22		-0.15	-0.51	-0.09		-0.1	0.04	-0.4	-0.86	-1.15	-1.22	-1.09	-1.12	0.26	-0.42	-0.03	-0.74	-0.97	0.03	0.41	-0.1	-0.18	0.03	-0.06	-0.62	-0.12	-0.01	0.04	-0.1	0.21	0.44	0.28	0.28	0.25	0.38	0.15	-0.07	0.7	0.57
+YLR369W	SSQ1   DNA REPLICATION (MITOCHO MITOCHONDRIAL HSP70	0.07	-0.34	-0.12	-0.29	0.07	-0.18	0.06	-0.12	-0.07	-0.06	-0.12	0.01		-0.42	-0.22	-0.23	0.08	-0.04	0.07	-0.43	-0.58	-0.67	-0.54	-0.58	-0.3	-0.36	0.03	0.07	-0.34	0.15	0.04	-0.29	-0.23	-0.06	0.08	-0.14	0.11	0.1	-0.07	-0.03	-0.23	-0.27	-0.25	-0.34	-0.04	-0.22	-0.01	-0.22	-1.03	-1.12	-0.76	-0.89	-1.09	-0.03	-0.18	-0.34	-0.92	-0.47	-0.3	0.21	0.57	0.15	0.14	-0.4	-0.32	-0.25	-0.36	-0.27	-0.09	0.19	0.2	-0.43	-0.03		0.08	-0.18	-0.06	0.65	0.76
+YMR021C	MAC1   METAL-DEPENDENT GENE REG TRANSCRIPTION FACTOR	0.11	0.07	-0.01	-0.2	0.19	-0.36	-0.03	-0.09	0.04	-0.29		-0.09	0.15	-0.4	-0.3	-0.09	-0.36	-0.14	0.46	-0.32	-0.3	-0.09	-0.25	-0.32	-0.42	-0.32	-0.12	-0.29	-0.25	-0.09	-0.12	-0.12	0.23	0.34	0.43	0.12	0.14	0.26	0.39	0.51	0.16	0.14		-0.2	-0.1	0.21	0.16	-0.04	-0.79	-0.76	-1.69	-1.69	-2.25	0.04	-0.76	-1.29	-0.49	-0.45	0.07	-0.03	0.04	0.34	-0.29	0.43	-0.49	-0.64	-0.58	-0.62	0.24	0.86	-0.04	0.12	-0.15	0.07	-0.06	-0.38	-0.12	0.16	0.5
+YOR035C	SHE4   ASYMMETRIC HO EXPRESSION UNKNOWN	0.01	-0.3	-0.1	-0.38	-0.22	0.03	-0.22	-0.38	-0.45	-0.22	-0.25	-0.09	-0.56	-0.4	-0.17	-0.2	0.01	0.06	0.72	-0.3	-0.54	-0.92	-0.54	-0.76	-0.84	-0.62	-0.15	-0.62	-0.64	0.11	-0.23	-0.36	-0.54	-0.29	-0.14	-0.22	-0.14	-0.42	-0.14	0.06	-0.09	-0.54	-0.69	-0.1	-0.43	-0.07	-0.42	-0.4	-0.86	-0.79	-1.51	-1.6	-1.32	-0.06	-0.94	-0.89	-0.12	-0.51	-0.1	0.48	0.08	-0.01	-0.01	-0.34	-0.6	-0.15	-0.12	0.08	0.2	0.21	0.12	0.57	-0.3	0.26	0.2	-0.07	0.38	1.06	1.33
+YCL051W	LRE1   LAMINARASE RESISTANCE    UNKNOWN	-0.15	-0.06	0.19	-0.2	-0.07	0.01	-0.56		0.14	-0.2	0.4	0.19	-0.03	-0.14	0.08	0.4	-0.32	-0.06	0.7	-0.4	-0.38	-0.17	-0.4	-0.14	-0.06	0.4	-0.04		-0.27	0.03	-0.15	0.03	-0.22	-0.17	-0.18	-0.29	0.06	-0.04	-0.29	0.51	-0.69	-0.74	-0.56	-0.03	-0.86	-0.58	-0.15	0.04	-0.58	-1.22	-1.36	-1.51	-1.43	0.29	-0.54	-0.06	-0.3	-0.47	-0.27	0.65	0.2	0.15	-0.03	0.5	-0.14	-0.49	-0.22	-0.49	0.25	0.43	0.06	0.71	-0.22	-0.07	0.31		-0.67	0.44	0.29
+YPL270W	MDL2   TRANSPORT        ATP-BINDING CASSETTE (ABC) FAMILY	-0.06	-0.23	0.34		0.04	-0.4	-0.06		-0.17	-0.14	-0.17	-0.1	-0.22	-0.29	-0.42	-0.38	-0.18	-0.09	0.1	-0.38	-0.15	0.1	-0.25	-0.17	-0.07	-0.03	0.15	0.06	0.08	-0.1	-0.43	-0.32	-0.6	-0.47	-0.34	-0.27	-0.42	-0.27	-0.51	-0.47	0.03	-0.81	-0.34	0.43	-0.62	-0.64	-0.49	-0.69	-0.64	-0.84	-1.64	-1.64	-1.43	-0.15	-1	-1.18	-0.58	-0.6	-0.1	0.57	0.08	-0.2	0.1	-0.29	-0.07	-0.54	-0.1	-0.03	-0.4	-0.14		-0.32	-0.58	-0.86	-0.38	-0.09	-0.04	-0.4	0.1
+YAL016W	"TPD3   TRNA BIOSYNTHESIS, CYTOK PROTEIN PHOSPHATASE (PP2A REGULATORY SUBUNIT)"	-0.2	-0.25	-0.09	-0.4	-0.25	-0.49	-0.1	-1.6	-0.1	-0.2	-0.25	-0.07	-0.17	-0.2	-0.07	-0.12	0.04	-0.09	0.72	-0.56	-0.54	-0.06	-0.64	-0.49	-0.07	-0.2	0.34	0.06	-0.49	0.31	0.03	0.12	0.03	0.01	0.01	0.15	0.01	0.06	0.15	0.03	-0.01	-0.03	-0.1	-0.47	0.11		0.07	-0.01	-0.79	-1.18	-2	-0.81	-1.32	0.39	-0.86	-0.56	-0.42	-0.97	-0.12	0.5	0.33	0.07	0.08	-0.2	-0.25	-0.49	-0.01	-0.23	0.23	0.26	0.28	0.03	0.15	0.08	0.15	-0 [...]
+YJL154C	VPS35  VACUOLAR PROTEIN TARGETI PERIPHERAL MEMBRANE PROTEIN	-0.14	-0.23	-0.22	-0.58	-0.22	-0.49	-0.14	-0.49	-0.15	-0.1	-0.22	-0.14	-0.27	-0.43	-0.23	-0.17	-0.14	-0.09	0.24	-0.62	-0.36	-0.4	-0.3	-0.18	-0.22	0.04	0.08	0.1	-0.18	0.15	-0.01	0.1	-0.38	-0.04	-0.18	-0.14	-0.09	-0.04	0.25	0.1	0.68	-0.22	-0.27	0.36	-0.06	-0.06	-0.07	-0.3	-1.03	-1.15	-1.89	-2.18	-1.94	0.43	-0.89	-1.25	-0.6	-0.15	-0.32	0.25	-0.04	-0.43	-0.15	-0.54	-0.09	-0.23	0.08	-0.07	0.01	-0.27	-0.29	-0.07	0.03	-0.27	-0. [...]
+YBR082C	"UBC4   PROTEIN DEGRADATION, UBI E2 UB.-CONJUGATING ENZYME"	-0.14	-0.42	0.03	-0.17	0.18	-0.27	0.3	0.19	0.26	0.12	-0.04	-0.17	-0.17	-0.36		-0.14	0.08	-0.09	-0.56	-0.51	-0.76	-0.45	-0.43	-0.04	-0.38	0.52	0.46	0.33	-0.32	0.59	0.84	0.25	0.14	-0.15	-0.34	-0.51	-0.58	-0.67	-0.47	-0.71	-0.6	-0.03	0.08	0.33	0.46	0.31	0.6	0.03	-0.64	-1.22	-2	-1.56	-2.06	0.86	-0.81	-1.4	-0.58		0.2	1.2	0.65	0.11	0.21	-0.25	0.26	0.2	0.55	0.5	-0.36	0.2	0.12	-0.06	0.18	-0.06	-0.03	-0.38	-0.3		-1.09
+YKL213C	"DOA1   PROTEIN DEGRADATION, UBI UNKNOWN"	-0.01	-0.17	0.18	0.15	0.18	-0.17	-0.36	0.07	0.12	-0.15	0.93	-0.03	-0.07	-0.15	0.31	0.16	-0.54	-0.94	-0.36	-0.22	-0.34	-0.3	-0.42	-0.49	-0.56	0.2	-0.03	-0.1	-0.22	0.28	-0.12	-0.03	0.23	-0.03	-0.04	0.04	-0.27	-0.12	0.04	0.12	0.16	-0.2	-0.36	0.38	0.45	0.01	0.24	-0.03	-0.76	-0.81	-1.6	-2.12	-2	-0.12	-1.09	-1.51	-0.38	-0.74	0.04	0.32	0.44	0.26	0.15	-0.06	-0.22	-0.23	0.5	0.32	-0.14	0.39	-0.14	0.08	-0.15	0.1	-0.01	0.14	-0.09	0.66	0.01
+YIL034C	CAP2   CYTOSKELETON        F-ACTIN CAPPING PROTEIN SUBUNIT	0.49	0.49	0.33	0.28	0.18	-0.23	-0.15	-0.32	-0.42	-0.56	-0.38	-0.38	-0.15	-0.62	-0.12	-0.51	0.18	-0.45	1.11	0.06	-0.12	-0.47	-0.51	-0.62	-0.3	-0.09	0.03	-0.42	-0.06	0.11	0.06		-0.54	-1.03	-0.86	-0.36	0.03	-0.04	0.18	0.18	-0.03	-0.22	0.07	-0.04	0.34	0.34	0.42	-0.49	-0.86	-1.6	-1.89	-2.18	-2.47	0.91	-0.81	-1.32	-0.54	-1.03	0.15	0.81	0.75	0.11	0.01	0.51	0.08	-0.07	0.12	0.2	0.4	0.06	0.07	-0.71	-0.12	-0.1	0.03	-0.15	-0.1	-0.12	-0.47
+YNR035C	ARC35  CYTOSKELETON        CORTICAL ACTIN PATCH INTEGRITY	-0.07	-0.2	0.23	0.12	-0.22	-0.42	-0.07	-0.49	-0.1	-0.54	-0.18	-0.45	-0.2	-0.64	-0.27	-0.4	-0.36	-0.34	0.58	-0.01	-0.22	-0.38	-0.51	-0.64	-0.51	-0.15	-0.1	-0.06	-0.22	0.43	0.37	0.11	-0.22	-0.32	-0.25	0.11	0.11	0.08	0.06	0.51	0.15	-0.1	-0.2	-0.3	0.28	0.03	0.34	-0.34	-0.38	-0.81	-1.36	-1.29	-1.03	0.7	-0.74	-0.45	-0.3	-0.81	-0.1	0.84	0.96	0.41	0.33	0.51	0.04	-0.27	0.28	0.34	0.01	0.16	0.1	-0.45	0.06	0.01	-0.09	-0.04	-0.15	0.3	
+YMR092C	AIP1   CYTOSKELETON        ACTIN CORTICAL PATCH COMPONENT	-0.17	-0.12	-0.01	-0.32	-0.25	-0.67	-0.34	-0.84	-0.51	-0.36	-0.25	-0.17	-0.23	-0.92	-0.42	-0.45	-0.29	-0.45	-0.22	-0.45	-0.32	-0.47	-0.67	-0.45	-0.76	-0.36	0.06	-0.06	-0.27	0.4	0.07	0.12	-0.15	-0.14	-0.29	-0.3	-0.27	-0.32	0.14	0.01	-0.04	-0.4	-0.12	-1.15	0.37	0.24	0.34	-0.47	-1.12	-1.32	-2.06	-2.64	-2.25	0.31	-1	-1.47	-0.58	-0.49	-0.36	0.74	0.44	0.2	0.31	-0.45		-0.22	0.4	0.46	-0.49	-0.15	-1	-0.97	0.07	0.14	-0.06	-0.3	-0.04 [...]
+YPL224C	MMT2   MITOCHONDRIAL ION TRANSP TRANSMEMBRANE DOMAIN (2)  PROTEIN	0.15	0.21	0.2	0.44	0.16	-0.51	0.11	-0.22	0.01	-0.18	-0.12	-0.25	-0.07	-0.43	-0.01	-0.43	0.01	0.28	0.63	-0.36	-0.42	-0.38	-0.12	-0.15	-0.56	0.01	0.1	-0.23	-0.07	0.07	-0.1	0.12	-0.1	0.21	0.3	-0.14	-0.06	-0.06	0.06	0.11	-0.12	-0.03	0.12	-0.23	0.39	0.21		-0.47	-0.71	-0.89	-1.32	-1.4	-1.22	-0.12	-0.51	-1.29	-0.62	0.03	-0.3	0.77	0.14	-0.4	-0.2	-0.15	0.01	-0.2	-0.2	-0.07	-0.15	0.46	-0.15	-0.38	-0.12	-0.04	0.15	-0.51	-0.18 [...]
+YOR160W	MTR10  MRNA EXPORT      NPL3P IMPORT FACTOR	-0.22	-0.34	-0.47		-0.47	-0.49	-0.2	-0.54	-0.4	-0.25	-0.29	-0.18	-0.4		-0.45	-0.56		0.19	0.2	-0.89	-0.67	-0.36	-0.3	-0.12	-0.3	-0.14	-0.22	-0.34	-0.42	-0.3	-0.34	-0.25	0.34	0.15	-0.81	-0.45	-0.43	-0.18	-0.25	-0.36	-0.07	-0.51	-0.29	0.07	-0.58	-0.49	-0.69	-0.6	-1.15	-1.18	-1.79	-1.89	-1.56	-0.6	-1.47	-1.4	-1.09	-0.54	-0.03	0.42	0.31	0.16	0.31	0.71	-0.6	-0.89	-0.42	-0.56	0.42	0.23	-0.43	-0.32	-0.14	0.08		-0.32	-0.6	-0.32	-0.97
+YPL106C	SSE1   CALMODULIN SIGNALING     HSP70 FAMILY		-0.45	-0.09	0.31	0.28	0.1	0.46	-0.12	0.14	-0.27	-0.03	0.1	-0.15	-0.15	-0.01	0.1	-0.3	0.01	0.03	-0.25	-0.42	-0.36	-0.22	-0.12	-0.09		-0.06	0.14	-0.36	-0.2	0.01	-0.29	-0.22	-0.15	-0.58	-0.67	-0.81	-0.74	-0.94	-0.86	-0.71	-0.71	-0.74	-1.12	-0.51	-0.49	-0.92	0.04	-1.43	-0.92	-1.69	-2.32	-2.32	-0.62	-1.06	-1.79	-1.43	0.14	-0.15	1.34	0.86	-0.12	0.46	-0.54	-0.45	-0.74	0.16	-0.25	-0.15	-0.27		0.11	0.3	0.19	0.07	-0.29	-0.38	-0.36	-0.67
+YMR238W	DFG5   PSEUDOHYPHAL GROWTH    UNKNOWN	0.39	0.06	0.3	0.31	0.2	0.07	0.3		-0.01	-0.49	-0.2	-0.18	-0.04	-0.23	0.06	0.1	-0.18	-0.32	-0.62	-0.47	0.03	-0.43	-0.3	-0.1	0.18	0.11	0.16	-0.17	-0.15	0.18	0.08	-0.04	0.24	-0.12	0.88	1.02	0.45	-0.18	-0.29	0.75	0.57	0.34	-0.09	-1.18	-0.07	-0.01	0.3	0.08	-1.22	-1.32	-1.69	-1.4	-1.4	-0.17	-0.51	-0.62	-1.29	-0.94	-0.09	-0.01	-0.06	-0.32	-0.01	-0.29	-0.22	-0.81	0.1	0.62	-0.12	0.16	-0.23	0.32	0.28	0.32	0.38	0.04	-0.23	0.14	-0.45
+YJL110C	GZF3   NITROGEN CATABOLISM    TRANSCRIPTION FACTOR	-0.64	-0.67	-0.81	-0.54	-0.64	-0.3	-0.58	-0.34	-0.3	-0.12	-0.51	-0.22	-0.32	-0.56	-0.49	-0.22	-0.34	-0.2	-0.09	0.31	0.12	-0.07	-0.01		-0.1	0.01	-0.15	-0.14	-0.1	-0.29	-0.17	-0.07	0.03	-0.64	0.04	0.29	-0.25		-0.01	0.16	0.25	0.3	0.01	0.96	0.03	0.08	0.01	-0.14		-0.81	-1.79	-1.79	-1.18	0.94	-0.76	-0.81	-0.58	-1.74	-0.1	-0.45	-0.1	-0.58	-0.09	-0.18	-0.43	-0.38	-0.58	-0.56	-0.32	0.25	-0.12	-0.07	-0.03	-0.47	-0.2	-0.27	-0.36	-0.38	-0.74
+YHR079C	IRE1   PROTEIN FOLDING     SENSOR OF UNFOLDED PROTEINS IN THE ER	-0.4	0.91	-0.69	-0.67	-0.81	-0.42	-0.51	-0.43	-0.22	0.12	-0.04	-0.27	-0.29	-0.54	-0.45	-0.07	-0.71	-0.18	0.11	0.04	0.38	0.25	0.07	0.01	-0.17	0.04	-0.15	0.23	-0.12		-0.42	0.12	0.18	0.01	-0.1		-0.29	-0.07	-0.23	0.25	0.18	-0.18	-0.17	0.28	-0.47	-0.6	-0.67		-1.09	-1.25	-1.47	-1.18	-1.22	0.18	-0.4	-0.36	-1.03	-0.71	0.11	-0.32	-0.14	-0.07	-0.01	-0.3	-0.76	-0.58	-0.34	-0.54	-0.1	0.38	-0.34	-0.22	0.01	-0.15	-0.2	-0.56	-0.74 [...]
+YKL017C	HCS1   DNA REPLICATION     DNA HELICASE A	-0.18	-0.27	-0.14	-0.67	-0.18	-0.47	-0.47	-0.42	-0.29	-0.07	-0.36	-0.22	-0.23	-0.49	-0.67	-0.17	-0.84	-0.42	-0.01	0.07	0.08	0.01	-0.22	-0.47	-0.09	-0.27	0.15	-0.04	-0.32	-0.04	-0.45	0.03	-0.17	-0.12	0.23	0.11	-0.12	0.2	-0.07	0.12	-0.12	-0.07	-0.29	0.54	-0.06	-0.03	-0.12	-0.2	-1.03	-1.29	-1.74	-0.6	-1.56	0.58	-0.4	0.03	-0.97	-1.47	0.04	-0.22	-0.09	-0.14	-0.32	-0.84	-0.56	-0.17	-0.3	-0.62	-0.14	0.63	-0.49	-0.25	-0.51	-0.27	-0.14	-0.3	-0.54	 [...]
+YGL137W	SEC27  SECRETION        VESICLE COAT COMPONENT	-0.3	-0.22	-0.36	0.01	-0.06	-0.01	-0.23	0.5	0.03	-0.32	0.23	-0.04	0.18	0.01	0.26	0.38	-0.27	-0.07	-0.58	-0.2	-0.17	-0.1	-0.17	-0.17	-0.01	0.04	0.28	0.21	0.28	0.25	0.16	-0.09	-0.36	-0.18	-0.56	-0.27	-0.92	-0.58	-0.54	0.39	-0.56	-1.36	-0.89	-0.67	-1.06	-0.12	-0.76	-0.01	-0.49	-1.15	-1.74	-2.06	-1.89	0.33	-0.94	-1.18	-0.51	-1.43	-0.03	-0.17	-0.38	-0.01	-0.03	0.14	-0.25	-0.2	0.21	0.26	-0.12	-0.36	-0.54	-0.34	0.2	0.49	0.54	0.25		-0.14	-0.79
+YLR429W	CRN1   CYTOSKELETON        CORONIN	0.15	-0.12	0.12	0.08	0.06	0.01		0.1		-0.09	0.08	0.04		0.01		0.18	0.03	0.04	-0.29	0.03	-0.04	0.12	0.28	0.19	0.33	0.45	0.23	0.11	0.19	0.4	0.28	0.15	-0.62	-0.51	-0.3	-0.42	-0.69	-0.47	-0.54	-0.42	-0.22	-0.43	-0.56	0.12	0.01	-0.17	-0.1	-0.09	-0.6	-1.56	-2	-2	-2.47	0.63	-0.81	-0.29	-0.74	-1	0.04	-0.27	-0.27	0.14	-0.43	0.43	0.86	0.46	0.87	0.29	-0.04	-0.15	-0.43	-0.15	0.2	0.36	0.4	-0.09	0.15	-0.32	-0.67
+YBR127C	VMA2   VACUOLAR ACIDIFICATION   58 KD REGULATORY SUBUNIT	-0.06	-0.67	-0.1		0.04	0.08	0.03	0.65	-0.1	-0.12	0.07	-0.09	-0.15	0.06	0.18	0.21	0.07	-0.18	-0.07	-0.43	-0.32	-0.4	-0.32	-0.47	-0.51	-0.09	0.25	0.07	-0.51	0.15	0.16	0.07	-0.51	-0.22	-0.12	0.04	0.19	0.06	-0.38	0.21	0.15	0.24	0.31	0.61	0.36	0.28	0.33	-0.09	-0.09	-1.03	-1.4	-1.12	-0.79	0.86	-0.27	0.36	-0.76	-1.4	-0.14	-0.04	-0.23	-0.49	-0.29	-0.6	-0.09	-0.69	0.1	-0.1	0.08	-0.14	-0.04	-0.84	0.41	0.53	0.51	0.26	0.12	-0.2	-0.64
+YBR196C	PGI1   GLYCOLYSIS       GLUCOSE-6-PHOSPHATE ISOMERASE	0.07	-0.67	0.31	0.07	0.55	0.5	0.12	0.41	0.23	0.46	0.53	0.41	-0.01	0.14	0.49	0.33	0.19	-0.43	-0.3	-0.54	-0.03	-0.22	-0.34	-1.03	-0.89	-0.36	-0.36	-0.22	-0.79	0.1	0.07	-0.17	-0.47	-0.64	-0.29	0.2	0.49	0.29	0.14	0.18	-0.14	0.16	0.21	0.25	-0.1	-0.2	-0.18	0.01		-2.47	-2.84	-1.32	-1.64	1.24	-0.43	0.4	-1.94		0.15	0.28	-0.3	-0.15	-0.14	-0.12	-0.92	-0.64	0.19	0.15	0.38	-0.74	-0.36	-1.18	0.38	0.78	1.13	0.46	0.45	-0.12	-0.49
+YPR036W	VMA13  VACUOLAR ACIDIFICATION   VACUOLAR H+-ATPASE V1 DOMAIN 54 KD SUBUNIT	-0.12	-0.43	-0.01	-0.71	-0.22	-0.34	-0.18	-0.49	-0.23	-0.6	-0.3	-0.38	-0.29	-0.56	-0.04	-0.42	-0.1	-0.3	0.91	0.01	-0.29	0.08	-0.07	-0.09	-0.07	0.37	0.23		-0.14	0.42	0.34	0.33	0.14	0.08	-0.01	-0.17	-0.22	-0.23	0.07	-0.07	0.03	-0.15	-0.12	-0.23	0.3	0.12	0.28	-0.43	-0.51	-1.15	-1.89	-1.89	-1.56	0.78	-0.58	-0.29	-0.23	-2	-0.42	-0.25	-0.42	-0.49	-0.32	0.06	0.46	-0.3	-0.01	-0.01	0.2	-0.45	-0.03	0.31	-0.23	-0.03	 [...]
+YGR191W	HIP1   TRANSPORT        HISTIDINE PERMEASE	0.15	-0.4	-0.2	-0.49	-0.04	-0.38	0.26	-0.15	-0.01	0.15	-0.06	-0.22	-0.2	-0.2	-0.07	-0.29	0.11	-0.17	-0.92	-0.47	-0.69	-0.43	0.12	-0.01	-0.23	0.24	0.03	0.41	-0.27	0.03	-0.15	0.04	1.21	0.39	-0.3	-0.07	0.07	0.18	0.18		-0.18	0.08	0.03	-0.97	-0.36	-0.45	-0.38	-0.23	-1	-0.69	-1.18	-1.03	-1.47	-0.22	-0.62	-0.58	-1.94		-0.25	-1.12	-0.86	-0.4	0.07	-0.58	-0.71	-1.47	-0.58	-0.79	-0.32	-0.62	-0.71	-0.76	0.08	0.32	0.72	0.04		-0.06	-0.97
+YMR300C	ADE4   PURINE BIOSYNTHESIS    AMIDOPHOSPHORIBOSYLTRANSFERASE	-0.1	0.82	0.25	-0.51	-0.25	-0.36	0.38	0.37	0.34	0.07	-0.2	-0.36	-0.12	-0.29	0.19	0.01	0.42	-0.04	-1.15	-0.4	-0.84	0.03	-0.17	0.25	-0.42	-0.07	-0.64	0.32		-0.07	-0.27	0.33	0.61	0.66	0.38	0.03	0.28	0.1	0.2	0.01	-0.06	0.15	0.26	-0.94	-0.04	-0.03	0.12	-0.49	-1.47	-1.22	-1.94	-1.89	-1.79	-0.3	-1.03	-1	-2.4	-2.64	-0.29	-1.22	-0.42	-0.43	-0.32	-0.58	-0.12	-1.89	-0.69	-0.64	-0.47	0.23	-0.12	0.01	-0.1	-0.04	0.26	0.15	0.62	-1.18	-2
+YGL234W	"ADE5,7 PURINE BIOSYNTHESIS    PHOSPHORIBOSYLAMINE-GLYCINE LIGASE AND PHOSPHORIBOSYLFORMYLGLYCINAMIDINE CYCLO-LIGASE"	-0.42	0.11	-0.04	-0.18	-0.34	-0.17	0.01	0.14	0.58	0.36	0.52	0.03	-0.06	-0.03	0.1	0.29		0.29	-1.56	0.23	0.96	0.26	0.26	0.3	0.39	0.33	0.19	0.59	0.06	0.29	0.15	0.77	-0.14	-0.03	-0.34	-0.14	-0.22		-0.29	-0.09	0.29	-0.25	-0.14	-0.23	-0.6	-0.74	-0.64	-0.12	-1.36	-1.84	-2.47	-2.12	-1.51	0.18	-0.01	-0.1	-1.94	-3.06	0.45	-0.23	-1.09	-0.14	-0.36	0.07	-0.69	-1.89	-0.79	-0.71 [...]
+YAR015W	ADE1   PURINE BIOSYNTHESIS    PHOSPHORIBOSYLAMINOIMIDAZOLE-SUCCINOCARBOXAMIDE SYNTHASE	0.1	0.49	0.15	-0.1	-0.23	-0.54	-0.2	-0.12	0.6	0.23	-0.03	0.19	-0.14	0.08	0.26	0.56	0.26	0.14	-0.1	0.1		0.11	0.28	-0.47	-0.18	-0.01	0.04	0.29		0.37	0.01	-0.12	-0.04	-0.38	0.08	-0.15	-0.04	0.42	0.43	0.24	0.31		0.58	0.98	0.74	-0.18	-0.94	0.11	-1.4	-1.36	-1.84	-1.89	-2	0.32	-0.67	-0.49	-2.06	-2.64	-0.42	-0.84	-1.43	-0.54	-0.94	-0.92	-0.1	-1.56	-1.22	-1.09	-0.32	-0.18	-0.97	-1.36	0.01	0.69	1.03	0.8	 [...]
+YLR359W	ADE13  PURINE BIOSYNTHESIS    ADENYLOSUCCINATE LYASE	0.11	0.62	0.28	0.19	-0.07	-0.47	-0.18	-0.29	0.1	-0.06	0.18	-0.17	-0.03	-0.18	-0.03	0.03	-0.27	0.08	0.18	0.38	-0.22	-0.15	-0.32	-0.17	-0.36	-0.25	0.14	0.26	-0.07	0.3	0.3	0.18	-0.38	-0.47	-0.15	0.07	0.07	0.16	0.23	0.18	0.15	0.12	0.2	-0.25	0.49	0.37	0.48		-2	-2.74	-3.06	-2.4	-1.94	0.33	-0.74	0.51	-2.84	-3.47	-0.25	-1.06	-1.29	-0.84	-1.15	-1	0.14	-1.32	-0.92	-1.12	0.06	0.03	-0.12	-0.84	0.37	0.82	1.16	0.52	0.85	-0.49	-1.09
+YNL220W	ADE12  PURINE BIOSYNTHESIS    ADENYLOSUCCINATE SYNTHETASE	-0.01	0.42	0.43	-0.06	-0.25	-0.23	0.25	0.36	0.42	0.26	0.42	0.03	-0.01	-0.36	0.21	0.06	0.69	0.15	-0.01	-0.03	-0.54	-0.22	-0.25	-0.2	-0.3	-0.09	-0.04	0.28	0.34	0.41		0.06	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42		-0.94	0.21	-0.38	-0.3	-0.23	-1.25	-2.06	-1.89	-1.6	0.8	-1.06	-1.18	-1.4	-2.84	0.1	-0.27	-0.64	-0.54	-0.79		0.11	-1.43	-1	-1	0.24	0.19	0.34	-0.81	0.25	0.66	0.78	0.48	0.72	-0.17	-0.92
+YKR080W	"MTD1   NUCLEOTIDE METABOLISM    NAD-DEPENDENT 5,10-METHYLENETETRAHYDRAFOLATE DEHYDROGENASE"	-0.34	0.68	0.1	-0.43	-0.54	-0.47	0.03	-0.07	0.33	-0.58	-0.06	-0.45	-0.27	-0.51	-0.03	0.2	-0.09	-0.04	-0.62	-0.09	-0.29	-0.09	-0.43	-0.34	-0.64	-0.47	-0.45	-0.42	-0.22	-0.1	-0.15	-0.12	0.82	0.58	0.36	-0.14	-0.32	0.66	0.41	0.42	0.78	0.23	0.58	0.58	0.41	0.29	0.67	-0.03	-2.32	-2.25	-2.84	-2.4	-2.32	-0.3	-0.86	-0.3	-2.84	-2.84	-0.42	-0.92	-0.04	0.36	0.11	0.49	-0.4	-1.25	-0.74	-0.92	-0.62	0.45	 [...]
+YBR248C	HIS7   HISTIDINE BIOSYNTHESIS   GLUTAMINE AMIDOTRANSFERASE:CYCLASE	-0.12	0.3	0.16	-0.54	-0.09	-0.45	0.03	0.53	0.01	0.3		0.15	-0.04	-0.27	-0.09	0.18	0.12	0.98	-1.36	-0.43	-0.69	0.25	0.03	-0.15	-0.14	-0.23	-0.06	-0.01	-0.4	0.3	-0.06	-0.07	0.06	0.2	0.1	-0.56	-0.15	0.01	-0.2	-0.15	-0.51	-0.43	-0.15	0.14	0.29	0.18	0.37	-0.14	-0.64	-0.94	-1.43	-0.6	-0.47	0.42	-0.6	0.38	-2	-1.89	-0.42	-0.79	-0.4	-0.29	0.11	-0.36	-0.07	-0.84	-0.47	-0.92	-0.2	0.32	-0.4	-1.03	0.23	0.11	0.4	-0.01	0.04	-0.22	-1.56
+YGR075C	PRP38  MRNA SPLICING       U4/U6 SNRNA DISSOCIATION FACTOR	-0.34	-0.18	-0.3	0.14	-0.12	-0.06	0.07		-0.17	-0.15	-0.47	-0.14	-0.12	-0.45	-0.34	-0.3	0.15	-0.04	-0.14	-0.36	-0.03	-0.3	0.25	0.04		-0.01	-0.1	-0.22	0.25	-0.18	-0.49	-0.2	-0.45	-0.45	-0.34	-0.18	0.36	0.08	-0.1	0.01	0.01	0.03	0.19	-0.23	-0.14	-0.22	-0.06	-0.18	-0.86	-1.36	-1.03	-1.03	-1.22	0.58	-0.43	-0.27	-1.18	-1.4	-0.15	-0.6	0.21	-0.32	-0.34	0.08	-0.32	-0.32	-0.56	-0.67	-0.23	0.33	-0.14	-0.09	0.25	0.19	0.4	0.07	-0.01	-0 [...]
+YDR497C	ITR1   TRANSPORT        INOSITOL PERMEASE	-0.25	-0.15	0.52	-0.03		0.44	0.29	-0.22	0.08	-0.29	0.99	-0.15	0.12	0.03	0.4	-0.01	0.03	-0.51	-1.74	-0.3	-0.64	-0.51	-0.01	-0.23	-0.09	0.23	-0.06	-0.18	-0.23	-0.09	-0.45	-0.51	-0.29		-0.32	-0.22	-0.6	-0.62	-0.51	0.96	0.55	-0.56	-0.07	0.18	-0.69	-0.22	-0.64	-0.18	-1.69	-1.64	-2.25	-2.12	-2.25	-0.25	-0.94	-1.06	-1.51	-2.84	0.11	0.84	0.53	0.39	0.37		-0.51	-0.58	-0.34	-0.3	0.21	0.24	1.02		-0.12	-0.03	0.2	0.03	0.38	-0.62	0.69
+YGL077C	HNM1   TRANSPORT        CHOLINE PERMEASE	-0.17	-0.22	0.44	-0.45	0.06		0.16	-0.38	0.06	-0.32	0.38	-0.36	-0.17	-0.18	0.23	-0.14	-0.06	-0.67	-1.84	-0.56	-0.45	-0.6	0.11	-0.38	-0.07	-0.12	-0.32	-0.34	-0.54	-0.27	-0.74	-0.56	-0.51	-0.6	-0.3	0.06	0.14	-0.15	-0.09	-0.09	-0.56	-0.01	-0.18	-0.71	-0.58	-0.62	-0.47	-0.47	-1.43	-1.22	-1.64	-1.94	-1.89	-0.42	-1.06	-0.94	-1	-2	-0.18	0.15	-0.18	-0.07	0.43	-0.74	-0.43	-1.25	-0.58	-0.92	-0.49	-0.34	0.21	0.6	0.26	0.34	0.91	0.23	0.14	-0.06	
+YOR128C	ADE2   PURINE BIOSYNTHESIS    PHOSPHORIBOSYLAMINOIMIDAZOLE CARBOXYLASE	-0.45	1.59	0.4	-0.47	-0.76	-0.38	-0.01	-0.36	-0.06	-0.1	-0.56	-0.38	-0.58	-0.4	-0.2	-0.06	-0.29	-0.3	0.25	-0.17	-0.07	-0.14	-0.34	-0.34	-0.6	0.03	-0.09	0.18	0.16	0.24	0.56	0.9	-0.14	0.08	-0.45	-0.32	-0.4	-0.14	-0.4	1.71	0.14	-0.51	-0.86	0.16	-0.36	-0.36	-0.22	-0.17	-1.94	-2.12	-2.84	-2.56	-2.84	0.11	-1.06	-0.71	-1.84	-1.69	0.15	0.45	0.78	0.26	-0.3	1.08	-0.25	-1.6	-0.3	-0.3	-0.18	0.63	1.09	-0.2	0.01	0.08	0.97	0 [...]
+YOR143C	THI80  THIAMINE METABOLISM    THIAMINE PYROPHOSPHOKINASE	-0.1	0.1	-0.04	0.18	-0.3	0.01	-0.06		-0.06	-0.34	-0.36	-0.27	-0.06	-0.43	-0.45	-0.23	-0.1	-0.2	0.23	-0.07	-0.17		0.08	0.03	-0.03	-0.25	-0.62	-0.47	-0.07	-0.43	-0.56	-0.45	-0.94	0.63	-1.51	0.29	0.38	0.58	0.53	0.1	0.41	0.67	0.46	0.33	0.5	0.12	0.37	-0.14		-1.51	-1.94	-1.6	-2	0.58	-0.81	-0.04	-1.84	-2.12	0.07	-0.32	-0.17	-0.64	-0.81	0.44	-0.1	0.07	-0.27	-0.3	-0.09	0.58	0.63	0.46	0.15	0.14	0.48	-0.27	-0.42	0.16	-0.34
+YPL259C	APM1   SECRETION        AP-1 COMPLEX SUBUNIT	0.1	-0.01	-0.2	-0.2	-0.38	-0.14	-0.06	-0.04	-0.17	-0.25	-0.34	-0.14	0.01	-0.49	-0.22	-0.15	-0.27	-0.17	1.18	0.03	-0.06	0.12	-0.07	-0.2	0.14	-0.23	-0.42	-0.27	0.06	-0.22	-0.07	-0.25	-0.1	0.11	-0.07	0.06	0.2	0.06	0.29	0.06	-0.29	0.07	0.01	0.4	-0.27	-0.15	-0.15	-0.34	-1.12	-1.51	-1.51	-1.22	-0.94	0.16	-0.09	0.06	-1.4	-1.89	0.15	-0.1	-0.07	-0.43	-0.42	0.03		-0.07	0.11	0.01	0.33	0.5	0.76	0.19	-0.04	-0.18	-0.23	-0.25	-0.32	-0.12	-0.43
+YDR073W	SNF11  TRANSCRIPTION       COMPONENT OF SWI/SNF GLOBAL ACTIVATOR COMPLEX	0.16	0.07		-0.1	-0.4	-0.03	-0.38	0.08	0.19	-0.27	0.28	-0.15	0.03	-0.2	0.06	0.33	-0.01	-0.17	0.1	-0.17	0.01	-0.32	0.11	0.1	0.23	0.18	-0.25	-0.09	-0.01	-0.09	-0.1	-0.04	0.33	0.41	0.4	0.21	0.34	0.34	0.29	0.3	-0.03	0.19	0.29	0.14	0.23	0.08	0.34	-0.54	-1.47	-1.79	-1.56	-1.56	-1.84	0.16	-0.15	-0.25	-0.4	-0.62	0.07	0.3	-0.12	-0.45	-0.2	0.16	-0.29	-0.29	-0.18	-0.38	-0.18	0.39	0.24		0.03	0.19	0.32	0.08	-0.38	0.62	0.3
+YDL234C	GYP7   VACUOLE INHERITANCE    GTPASE-ACTIVATING PROTEIN FOR YPT7P	0.77	0.43	0.41	-0.15	-0.04	-0.15	-0.14	-0.06	-0.29	0.26	0.2	0.07	-0.07	-0.29	-0.25	-0.12	-0.18	-0.12	1.3	-0.32	-0.38	-0.32	-0.56	-0.47	-0.45	-0.2	-0.29	-0.17	-0.51	-0.23	-0.34	-0.04	-0.54	-0.25	-0.29	1.5	-0.74	0.64	-0.29	0.88	0.99	-1.79	2.22	0.08	-1.74	0.63	-1.43	-0.12	-2.64	-2.94	-3.18	-3.18	-3.32	0.16	-1.03	-0.97	-2.06	-2	0.31	1	0.67	0.37	-0.09	0.12	-0.56	-0.12	-0.06	0.86	0.29	0.53	1.18	0.23	-0.67	-0.49	0.49	0.08 [...]
+YPL097W	MSY1   PROTEIN SYNTHESIS     MITOCHONDRIAL TYROSYL-TRNA SYNTHETASE	-0.38		-0.14	-0.29	-0.17	-0.38	0.03	0.01	-0.15	-0.4	-0.36	-0.49	-0.07	-0.79	-0.69	-0.56	-0.03	0.12	-0.17	-0.42	-0.47	0.06	0.08	-0.17	-0.01	-0.2	-0.36	-0.25	0.08	-0.14		-0.3	0.14	-0.17	-0.01	-0.23	-0.56	-0.06	0.15	0.74	0.08	-0.47	-0.18	0.33	-0.01	-0.15	0.39	-0.17	-1.15	-1.56	-1.84	-1.94	-1.79	0.07	-0.49	-0.74	-1.47	-1.43	-0.34	0.44	0.41	0.53	-0.01	0.66	-0.69		-0.62	-0.38	0.26	0.78	0.95	0.31	-0.36	-0.12	0.42	0.04	0. [...]
+YGL049C	TIF4632PROTEIN SYNTHESIS     MRNA CAP-BINDING PROTEIN (EIF-4F) SUBUNIT	0.04	-0.27	-0.03	-0.29	0.15	0.36	0.36	0.19	0.11	0.1	0.42	0.15	-0.12	0.03	0.3	0.28	0.3	-0.01	-0.17	-0.14	-0.32	-0.42	-0.29	-0.25	-0.18	0.08	0.29	0.01	-0.15	0.34	0.12	-0.14	-0.12	-0.07	-0.01	0.01	0.15	0.08	-0.06	-0.22	-0.03	-0.04	-0.1	-0.47	0.11	-0.23	-0.01	-0.34	-1.36	-1.6	-1.84	-2	-1.64	-0.2	-0.49	-0.47	-0.97	-1.15	-0.1	0.15	0.2	0.23	-0.14	-0.54	-0.42	-0.38		-0.03		0.3	0.33	0.28	-0.03	-0.25	0.21	0.1	-0.07	-0.04	0.33
+YPL104W	MSD1   PROTEIN SYNTHESIS     MITOCHONDRIAL ASPARTYL-TRNA SYNTHETASE	0.03	0.19	0.06	-0.15	-0.14	-0.34	0.03		-0.01	-0.38	0.06	-0.22	0.06	-0.32	0.07	-0.38	-0.3	0.12	-0.76	-0.45	-0.84	-0.45	-0.45	-0.25	-0.23	0.14	0.15	0.2	-0.62	0.04	-0.4	-0.14	-0.18	-0.15	-0.14	-0.27	0.08	0.11	0.28	0.32	0.41	0.23	0.03	-0.62	0.69	0.48	0.7	-0.36	-1.32	-2.06	-2.4	-2.32	-2.25	0.23	-0.86	-1	-1.6	-1.32	-0.22	0.08	0.12	0.31	-0.38	0.15	-0.34	-0.23	-0.45	-0.38	-0.34	0.69		-0.03	-0.34	-0.17	0.19		0.07	0.58	-0.06
+YNR033W	ABZ1   PABA BIOSYNTHESIS     PARA-AMINOBENZOATE SYNTHASE	-0.14	-0.1	-0.06	0.6	0.19		0.25	-0.17	-0.01	-0.27	-0.12	0.01	0.15	-0.32	-0.12	-0.17		-0.29	-0.4	-0.27	-0.23	-0.09	-0.17	-0.4	-0.03	-0.04	0.21	0.28	-0.43	0.44	-0.09	0.24	0.12	-0.04		0.07	0.07	0.2	0.15	0.15	0.07	0.11	-0.09	-0.51	-0.04	-0.01	-0.1	-0.2	-1.94	-2.25	-2.47	-2.64	-2.94	0.41	-0.47	-0.38	-2	-2.32	0.23	0.31	0.53	0.71	0.43	0.23	-0.69	-0.4	-0.43	-0.71	0.53	-0.07	0.55	0.9	0.07	0.14	-0.17	-0.36	-0.42	0.06	-0.45
+YJL165C	HAL5   SALT TOLERANCE      PUTATIVE PROTEIN KINASE	0.28	0.1	-0.1	0.18	-0.27	0.04	-0.3	-0.01	-0.2	-0.2	-0.12	-0.06	-0.2	-0.2	-0.15	0.04	-0.32	-0.14	1.72	-0.12	0.07	-0.14	-0.4	-0.09	-0.07	-0.07	-0.27	-0.34	-0.22	-0.09	-0.14	-0.18		-0.03	-0.03	-0.07	-0.38	-0.29	-0.2	-0.42	-0.2	-0.29	-0.32	-0.64	-0.15	-0.49	-0.43	0.18	-2.25	-2.74	-3.32	-2.84	-2.74	0.25	-0.74	-0.04	-1.94	-2.47	0.69	1.04	0.44	0.38	-0.23	0.69	-0.56	-0.42	0.28	-0.34	0.5	0.6	1.09	0.77	0.26	0.06	0.29	-0.12	-0.14	0.73	0.58
+YDR129C	SAC6   CYTOSKELETON        FIMBRIN HOMOLOG	0.28	0.21	0.48	0.19		0.29	0.03	-0.04	-0.1	-0.22	0.12	0.11		-0.03	0.04	-0.04	0.04	-0.45	1.15	0.28	-0.04	-0.03	-0.17	-0.42	-0.15	-0.03	0.04	-0.25	-0.32	0.2	-0.06	0.1	-0.17	-0.43	-0.22	-0.4	-0.32	-0.3	-0.14	-0.18	-0.36	-0.34	-0.36	-0.04	0.12	-0.07	0.15	-0.06	-1.43	-2	-2.47	-2.32	-2.06	0.37	-0.71	-0.47	-1.15	-0.71	0.18	1.32	1.23	0.57	-0.04	0.21	-0.29	-0.45	-0.27	-0.45	0.33	0.4	0.59	0.6	0.23	0.52	0.44	-0.01	0.14	1.08	0.67
+YOR036W	PEP12  VACUOLAR PROTEIN TARGETI T-SNARE	0.29	0.2	0.16	-0.4	-0.2	-0.2	-0.12	-0.23	-0.15	-0.1	-0.49	-0.17	-0.32	-0.62	-0.4	-0.34	-0.14	0.42	1.24	-0.69	-0.47	-0.51	0.01	-0.49	-0.62	-0.29	-0.23	-0.49	-0.34	0.08	-0.15	-0.32	-0.23	-0.09	0.01	-0.15	0.03	-0.03	0.1	-0.01	0.31	-0.15	-0.09	0.26	0.7	0.48	0.95	-0.1	-1.4	-1.89	-2.32	-2.25	-2.56	0.03	-0.76	-1	-1.15	-1.03	-0.1	0.12	-0.43	0.03	-0.3	0.19	0.3	0.07	0.2	0.26	-0.62	0.33	-0.42	-0.84	-0.25	0.03	0.24	0.15	0.12	1.2	0.65
+YOR069W	VPS5   VACUOLAR PROTEIN TARGETI SORTING NEXIN FAMILY	0.01	-0.15	0.07	0.07	0.36	0.36	0.11	-0.04	-0.12	-0.09	-0.01	-0.22	-0.22	-0.47	-0.01	-0.09	0.06	0.19	0.6	-0.18	-0.4	-0.25	-0.14	-0.49	-0.47	-0.2	-0.27	-0.43	-0.45	-0.18	-0.14	-0.36	-0.17	-0.04	-0.09	-0.17	-0.07	-0.09	-0.03	0.3	-0.27	-0.1	-0.23	-0.01	0.01	0.04		-0.51	-0.97	-1.47	-2.18	-2.25	-1.69	0.21	-0.79	-0.62	-0.43	-1.22	-0.3	0.16	0.1	0.01	-0.15	-0.07	0.41	0.15	0.21	0.41	0.1	0.33	-0.22	0.2	-0.04	0.1	0.7	-0.1	0.23	0.7	0.49
+YOR018W	ROD1   DRUG RESISTANCE     UNKNOWN	0.39	0.15	0.21	-0.2	-0.18	-0.3	-0.09	-0.18	-0.15	0.1	0.04	-0.06	-0.18	-0.54	-0.07	-0.1	-0.03	0.33	-0.23	-0.32	-0.51	-0.12	-0.45	-0.49	-0.17	-0.07	0.04	-0.07	-0.34	0.29	0.38	0.1	0.44	0.77	-0.23	-0.49	-0.58	-0.17	0.66	0.04	-0.04	-0.97	-0.43	0.4	0.03	-0.12	-0.32	-0.58	-1.32	-1.79	-2.32	-2.4	-2.25	0.06	-0.76	-1.06	-0.81	-0.42	-0.06	0.43	-0.04	-0.12	-0.04	-0.17	0.08	-0.42	-0.1	-0.04	-0.14	0.32	-0.27	-0.04	-0.1	0.07	0.03	-0.22	-0.3	0.6	0.15
+YGR147C	NAT2   PROTEIN PROCESSING    N-ACETYLTRANSFERASE FOR N-TERMINAL METHIONINE	0.15	-0.6	-0.01	-0.03	0.11	-0.04	0.42	0.07	0.12	-0.03	-0.12	-0.17	0.19	0.08	0.04	-0.09	0.3	0.01	0.07	-0.17	-0.23	-0.07	0.2	0.15	0.01	0.32	-0.01	0.24	0.11	0.11	0.03	0.28	0.37	0.19	0.07	0.07	0.21	0.14	0.46	0.25	-0.06	0.46	0.37	-0.18	0.52	0.24	0.43	-0.22	-0.94	-1.36	-1.6	-1.36	-1.4	0.04	-0.51	0.16	-1.47	-1.84	0.06	-0.25	-0.38	-0.32	-0.22	-0.14	0.04	-0.38	-0.25	-0.1	-0.43	0.1	0.28	0.24	-0.2	-0.01	0.21	0.04	-0. [...]
+YOR299W	"BUD7   BUD SITE SELECTION, BIPO UNKNOWN"	-0.09	-0.6	-0.03	-0.43	0.06		-0.04	-0.18	-0.12	-0.22	0.39	-0.15	-0.17	-0.34	0.01	-0.2	0.07	0.49	-0.64	-0.76	-0.69	-0.6	-0.38	-0.51	-0.4	-0.17	-0.2	-0.23	-0.54	0.03	-0.22	-0.38	0.93	0.82	0.42	0.01	0.29	0.16	0.14	-0.15	-0.36		-0.01	-0.38	-0.25	-0.47	-0.42	-0.3	-2.25	-2.94	-3.64	-3.06	-3.18	0.84	-0.76	0.41	-2.84	-3.32	-0.42	0.29	-0.15	-0.22	-0.07	-0.25	-0.2	-0.22		-0.04	-0.51	-0.43	-0.42		0.01	0.28		-0.06	-0.01	0.1	-0.36
+YOR141C	ARP8   CYTOSKELETON (PUTATIVE)  ACTIN-RELATED PROTEIN	-0.23	-0.69	-0.27	-0.6	-0.1	-0.36	0.11	-0.18	-0.06	-0.2	0.01	-0.01	-0.09	-0.29	-0.29	-0.01	0.01	0.11	0.43	-0.38	-0.58	-0.2		0.1	-0.23	-0.27	0.3	0.21	-0.42	0.12	0.21	-0.15	-0.17	-0.01	-0.06	-0.4	-0.14	-0.03	-0.12	-0.4	-0.32	-0.3	-0.43	0.08	-0.58	-0.01	-0.36	-0.04	-1.03	-1.29	-2.18	-2.12	-1.89	0.3	-0.86	-0.67	-0.76	-0.74	-0.4		-0.17	0.15	0.04	0.26	-0.36	-0.43	-0.23	-0.25	-0.29	-0.14	-0.12	-0.43	0.06	0.12	0.19	-0.36	-0.25	0.08	-0.12
+YFR009W	GCN20  PROTEIN SYNTHESIS     ACTIVATOR OF GCN2P KINASE; ABC SUPERFAMILY	0.36	-0.01	0.1	0.11	0.25	-0.25	0.26	0.19	0.14	0.08	0.06	0.07	0.12	-0.18	0.01	-0.03	-0.14	-0.06	-0.03	-0.25	-0.38	0.15	-0.09	-0.17	-0.32	-0.23	-0.17	0.18	-0.15	0.14	-0.01	-0.22	0.36	0.3	0.04		0.06	-0.04	0.3	-0.03	-0.15	0.06	-0.06	0.7	0.1	-0.12	-0.14	-0.6			-1.51	-2.06	-1.6	-0.12	-0.74	-0.22	-1.12	-1.09	-0.22	-0.38	-0.47	-0.89	-0.27	-0.56	-0.12	-0.45	-0.18	-0.42	-0.04	-0.2	-0.03	0.04	0.34	0.55	0.58	0.07	-0.12	0 [...]
+YOR209C	NPT1   NAD BIOSYNTHESIS    NICOTINATE PHOSPHORIBOSYLTRANSFERASE	0.39	-0.27	0.08	-0.12	0.16	0.19	0.14	-0.22	-0.12	-0.22	0.06	-0.09	0.12	-0.23	0.08	-0.25	-0.06	-0.32	0.86	-0.71	-0.29	-0.2	-0.36	-0.07	-0.15	-0.18	-0.29	-0.3	-0.2	-0.15	-0.56	-0.34	0.34	0.29	0.29		0.06	-0.01	0.4	0.15	-0.15	-0.04	0.11	-0.14	-0.18	0.12	0.07	-0.25	-1.84	-1.89	-2.32	-2.64	-2.47	-0.23	-0.58	-1.25	-2.12	-1.84	-0.38	-0.84	-0.97	-0.92	-0.69	-0.74	0.3	-0.29	-0.06	0.32	-0.1	-0.4		-0.58	0.01	-0.09	0.37	0.41	-0.0 [...]
+YOR079C	ATX2   OXIDATIVE STRESS RESPONS MANGANESE-TRAFFICKING PROTEIN	0.39	-0.03	0.1	0.11	0.31	0.41	0.39	0.25	0.12	-0.29	0.04	-0.25		0.11	0.26	0.11	-0.09	-0.22	-0.45	-0.47	-0.29	0.01	0.08	-0.1	-0.09	-0.29	-0.49	-0.58	-0.3	-0.74	-0.54	-0.56	-0.04	-0.1	0.15	0.01	-0.4	0.01	-0.18	0.34	-0.01	-0.45	-0.3	-0.69	-0.42	-0.23	-0.45	-0.07	-1.25	-1.64	-1.84	-1.56	-2.12	0.2	-1.03	-0.15	-1.6	-1.25	0.03	-0.49	-0.15	-0.51	-0.4	-0.07	-0.2	-0.2	-0.47	-0.3	0.01	-0.01	0.11	0.08	-0.06	0.19	0.44	-0.4	-0.17	-0. [...]
+YJL054W	TIM54  MITOCHONDRIAL PROTEIN TA INNER MEMBRANE TRANSLOCASE COMPONENT	0.08	-0.07		0.03	0.2	-0.27	0.24	-0.12	0.2	-0.01	0.18	-0.03	0.14	-0.29	0.19	-0.07	-0.15	-0.2	-0.6	0.59	-0.3	0.08	-0.14	0.01	0.3	0.14	0.23	-0.2	-0.32	0.12	-0.01	0.1	-0.22	0.07	-0.1	-0.15	0.21	0.12	0.06	-0.12	0.29	0.03	0.18	0.52	0.15		0.08	-0.49	-1.43	-1.36	-1.84	-1.64	-1.69	0.36	-0.71	-0.64	-1.09	-1	-0.06	-0.6	-0.25	-0.2	-0.69	-0.64	0.1	0.1	-0.56	-0.64	0.12	-0.03	0.32	0.15	-0.2	-0.23	-0.07	-0.23	0.23	0.1	-0.36
+YKL012W	PRP40  MRNA SPLICING       U1 SNRNP PROTEIN		-0.32	-0.15	0.11	0.15	-0.03	-0.1	-0.04	0.11	-0.22	0.21	-0.23	-0.14	-0.22	0.15	0.24	-0.32	-0.42	0.61	-0.22	0.01	-0.17	-0.09	-0.22	-0.14	-0.12	-0.18	-0.3	-0.36	-0.32	-0.15	-0.36	-0.38	-0.27	0.04	0.03	0.06	-0.04	-0.07	-0.14	0.01	-0.64	-0.03	-0.12	0.26	0.06	0.36	0.1	-0.67	-1.09	-1.18	-1.32	-1.06		-0.3	-0.23	-0.86	-1.4	-0.15	-0.03		-0.23	-0.25	-0.34	-0.29	0.11	-0.2	-0.2	-0.4	0.3	0.03	0.43	0.14	0.12	0.26	0.03		0.61	0.3
+YKR061W	KTR2   PROTEIN GLYCOSYLATION    PUTATIVE MANNOSYLTRANSFERASE; TYPE 2 MEMBRANE PROTEIN	1.05	0.43	-0.43	-0.89	-0.32	-0.56	-0.25	-0.42	-0.27	-0.22	-0.56	-0.58	-0.4	-0.49	-0.62	-0.29	-0.17	-0.12	-0.49	-0.79	-0.54	0.08	-0.2	-0.01	-0.4	-0.15	-0.18	-0.1	-0.54	-0.51	-0.38	-0.36	1.27	0.5	1.14	0.49	0.53	0.46	0.31	0.26	0.43	0.34	0.51	-0.42	0.18	0.3	0.52	-0.42	-1.69	-1.94	-2.4	-2.4	-2.74	0.18	-0.76	-1.15	-2.25	-1.09	-0.42	-0.56	-0.51	-0.15	-0.06	0.25	0.01	0.48	-0.15	0.2	0.28	0.1	-0.56	-0.3	- [...]
+YHR024C	MAS2   PROTEIN PROCESSING    MITOCHONDRIAL PROCESSING PROTEASE SUBUNIT	0.15	-0.09	0.2	0.07	-0.1	-0.23		-0.12	0.36	-0.01	0.26	0.2	0.12	-0.15	-0.06	0.03	-0.23	0.04	-0.81	-0.47	-0.14	-0.06	-0.23	0.1	0.23	0.5	0.36	0.54	0.11	0.3	0.42	0.37	0.25	-0.09	-0.23	0.76	0.1	0.38	0.77	0.65	0.33	0.19	0.15	0.1	0.49	0.3	0.45	-0.14	-1.12	-1.36	-1.6	-1.4	-1.32	0.04	-0.38	-0.36	-1.89	-2	-0.15	-0.22	0.31	0.28	0.1	-0.22	-0.29	-0.18	-0.12	-0.58	-0.07	0.3	-0.06	0.7	0.19	0.31	0.31	-0.27	-0.32	0.28	-0.27
+YJL167W	ERG20  STEROL METABOLISM     FARNESYL-PYROPHOSPHATE SYNTHETASE	-0.01	-0.15	-0.04		-0.03	0.04	-0.15	-0.14	-0.03	-0.38	0.01	-0.2	-0.06	-0.27	-0.01	0.04	-0.23	-0.38	0.45	0.41	0.63	0.4	0.1	0.2	0.16	0.41	0.19	-0.03	0.18	0.42	0.39	0.31	-0.43	-0.67	-0.36	-0.01	-0.36		0.1	0.2	0.32	0.18	0.04	-0.23	0.52	0.33	0.76	0.06	-0.81	-2.47	-2.74	-2.06	-1.6	2.03	-0.79	0.64	-1.43	-3.47	-0.34	-0.54	-0.42	-0.29	-0.4	0.52	0.7	0.37	0.85	0.7	-0.23	-0.18	-0.4	-0.25	0.44	0.38	0.67	0.14	-0.03	0.21	-0.22
+YDR050C	TPI1   GLYCOLYSIS       TRIOSEPHOSPHATE ISOMERASE	-0.15	-0.1	-0.09	-0.06	-0.25	-0.03	-0.3	-0.12	0.3	0.28	0.41	-0.25	0.1	-0.22	0.15	0.3		0.15	0.21	0.2	0.53	0.63		0.25	-0.07	0.57	0.44	0.52	0.19	0.62	1.05	0.83	-1.22	-1.36	-1.15	-0.15	0.44	0.38	0.26	0.26	0.18	0.49	0.64	-0.2	0.03	-0.23	-0.15	0.18	-1.4	-2.47	-3.32	-2.94	-3.06	1.29	-1.09	-0.56	-2.47	-5.06	0.06	0.16	-0.45	-0.81	-0.64	-0.97	1.04	0.49	0.88	0.4	0.06	0.28	-1.06	-0.79	0.08	-0.03	0.36	0.2	0.06	0.1	-1.12
+YKL152C	GPM1   GLYCOLYSIS       PHOSPHOGLYCERATE MUTASE	0.52	0.18	0.46	-0.51	0.36	-0.06	0.57	-0.15	0.24	0.18	0.08	-0.07	0.15	-0.2	0.19	-0.17	-0.03	-0.14	0.7	0.3	0.34	0.25	0.6	0.24	-0.42	0.2	0.1	0.01	-0.25	0.26	0.57	0.56	-0.86	-1.29	-1.25	-0.49	0.15	0.44	0.46	0.43	0.37	0.58	0.86	-0.54	0.87	0.8	0.74	0.06	-2.4	-4.06	-4.06	-3.84	-3.47	1.85	-1.25	0.03	-3.47	-5.06	-0.04	0.23	-0.54	-0.54	-0.47	-1.09	0.91	-0.22	0.61	-0.58	-0.6	-0.62	-0.89	-1.69	0.1	0.43	0.24	0.11	0.1	-0.47	-1.74
+YCR012W	PGK1   GLYCOLYSIS       PHOSPHOGLYCERATE KINASE	0.82	0.29	0.62	0.42	0.41	0.19	0.65	0.45	0.59	0.3	0.28	-0.03	0.34	0.32	0.29	0.28	0.08	0.06	0.78	0.73	0.69	0.91	0.42	0.01	-0.34	-0.01	0.23	0.52	-0.14	0.61	0.76	0.6	-1.18	-2	-2	-0.74	-0.23	-0.09	0.01	-0.03	-0.18	0.07	0.37	-0.36	-0.32	0.1	-0.09	0.07	-1.64	-2.94	-3.64	-3.47	-2.64	1.52	-1.32	0.29	-2.74	-5.64	0.45	1.16	0.91	0.07	0.51	-0.14	0.43	-0.49	0.76	0.21	0.6	-0.3	-0.29	-0.69	0.1	0.18	0.76	0.62	0.48	0.12	-0.51
+YGR192C	TDH3   GLYCOLYSIS       GLYCERALDEHYDE-3-PHOSPHATE DEHYDROGENASE 3	0.5	0.19	0.32	0.23	0.52	0.07	0.73	0.06	0.29	0.1	0.11	-0.1	0.36	-0.04	0.53	0.06	0.33	0.11	0.59	0.58	0.76	0.97	0.56	0.14	-0.01	0.24	0.54	0.34	-0.04	0.7	0.93	0.62	-0.94	-1.51	-1.29	-0.32	0.21	0.58	0.57	0.31	0.01	0.61	0.73	-0.22	0.26	0.26	0.19	-0.06	-1.56	-2.84	-2.84	-2.64	-2.74	1.64	-0.86	0.28	-3.06	-5.64	0.51	0.89	0.42	-0.25	0.1	-0.64	0.94	-0.51	0.69	0.37	0.58	0.12	-0.01	-0.86	0.07	0.08	0.5	0.25	0.19	0.03	-0.51
+YJR009C	TDH2   GLYCOLYSIS       GLYCERALDEHYDE-3-PHOSPHATE DEHYDROGENASE 2	0.37	0.1	0.52	0.26	0.54	0.23	0.29	0.37	0.62	-0.06	0.58	-0.03	0.25	0.12	0.43	0.41	0.01	-0.23	0.38	0.15	0.67	0.83	0.76	0.2	0.24	0.39	0.2	0.14	-0.18	0.42	0.7	0.74	-1.06	-1.6	-1.4	-0.45	0.12	0.25	0.12	0.24	-0.01	0.26	0.57	0.31	0.06	-0.12	-0.07	0.03	-1.51	-3.06	-3.47	-3.18	-2.47	1.77	-0.76	0.7	-2.84	-5.64	0.8	0.81	0.6	0.03	-0.04	-0.1	1.11	-0.4	0.9	0.44	0.74	0.08	-0.25	-0.32	0.07	0.08	0.24	0.01	0.19	0.03	-0.54
+YHR174W	ENO2   GLYCOLYSIS       ENOLASE II	0.07	0.28	0.23	0.44	0.3	0.31	0.2	0.04	0.34	0.36	0.16	0.21	-0.06	0.14	0.25	0.41	0.14	0.15	1.27	0.7	0.32	1	0.44	0.56	0.24	0.44	0.11	0.19	-0.34	0.15	0.66	0.67	-1.25	-1.51	-1.4	-0.23	0.06	0.33	0.32	0.43	0.29	0.4	0.45	0.58	-0.07	-0.1	-0.1	0.31	-1.94	-2.94	-3.32	-3.32	-2.47	1.81	-1.12	0.37	-2.84	-5.64	0.82	1.05	0.33	-0.17	-0.2	-0.43	0.69	-0.25	1.08	0.58	0.31	-0.04	-0.43	-0.43	0.1	0.24	0.25	0.06	0.23	-0.43	-1.25
+YJL052W	TDH1   GLYCOLYSIS       GLYCERALDEHYDE-3-PHOSPHATE DEHYDROGENASE 1	0.36	-0.22	0.5	0.29	0.56	0.41	0.76	0.48	0.36	0.29	0.18	-0.2	0.34	-0.14	0.44	-0.1	0.16	-0.03	1.26	0.63	1.06	0.61	0.44	0.1	-0.38	0.15	0.39	0.23	0.07	0.41	0.7	0.73	-0.76	-1.29	-1.32	-0.45	0.12	0.3	0.29	0.32	0.07	0.48	0.76	-0.62	0.48	0.46	0.42	-0.17	-1.89	-3.32	-2.94	-3.32	-2.94	1.93	-0.94	0.31	-3.32	-5.06	0.7	1.14	0.5	0.34	0.14	0.61	0.9	-0.34	1.09	0.76	0.14	0.06	0.18	-0.43	0.16	0.25	0.78	0.44	0.46	0.3	-0.64
+YKL060C	FBA1   GLYCOLYSIS       ALDOLASE	0.31	0.23	0.11	0.46	0.18	0.56	0.28	0.45	0.36	0.26	0.36	0.12	0.24	0.3	0.38	0.42	0.2	0.3	0.66	0.58	1.3	1.44	1.02	0.82	0.74	0.82	-1.69	0.54	0.12	0.59	0.9	0.65	-0.71	-1	-0.69	0.25	0.53	0.74	-0.34	0.59	0.5	0.7	0.64	-0.03	0.25	0.08	0.03	0.21	-0.84	-2.4	-2.94	-3.32	-2.56	1.38	-1.25	-0.4	-2.4	-5.06	0.34	0.12	-0.06	-0.64	-0.74	-0.64	0.66	-0.1	0.54	0.15	0.52	0.18	0.11	-0.34	0.14	0.12	0.08	-0.01	0.04	-0.22	-1.25
+YPR074C	TKL1   PENTOSE PHOSPHATE CYCLE  TRANSKETOLASE	0.16	-0.3	-0.14	0.14	-0.09	0.12	0.14	-0.04	0.18	-0.2	0.19	-0.17	-0.14	-0.2	0.18	0.01	0.18	-0.17	-1.94	-0.89	-0.14	0.57	0.67	0.33	0.32	0.54	0.34	0.31	0.15	0.2	-0.27	-0.17	-0.25	-0.47	-0.47	0.01	0.2	0.11	-0.06	-0.2	-0.45	-0.23	-0.22	-1.03	-0.62	-0.79	-0.74	0.24	-1.94	-3.47	-4.06	-3.47	-3.32	1.08	-0.84	-0.15	-3.64	-5.06	0.24	-0.69	-0.69	-0.38	0.25	-0.03	-0.6	-1.29	-0.2	-0.2	0.4	-0.07	0.1	-0.03	0.49	0.45	0.51	0.1	0.18	-1.29	-1.64
+YLR134W	PDC5   GLYCOLYSIS       PYRUVATE DECARBOXYLASE	0.44	-0.04	0.72	0.28	0.76	0.28	0.64	0.65	0.5	0.57	0.5	0.34	0.46	0.65	0.68	0.46	0.7	0.43	0.06	0.01	0.46	0.28	0.48	0.16	0.11	0.33	0.06	0.06	-0.45	0.23	0.23	0.4	-0.38	0.14	-0.67	-0.06	-0.58	-0.17	-0.25	0.8	0.44	-0.76	0.26	-0.01	-1	0.56	-1.03	-0.29	-1.79	-2.84	-3.32	-2.94	-1.69	1.26	-1.03	0.82	-2.32	-3.84	0.74	0.55	0.08	-0.58	0.01	0.61	-0.54	-1.79	-0.56	-0.17	1.18	0.34	0.6	-0.03	0.29	0.5	0.3	-0.15	-0.43	-1.18	-1.74
+YGR087C	PDC6   GLYCOLYSIS       PYRUVATE DECARBOXYLASE 3	-0.09	-0.04	-0.03	-0.01		0.57	0.11	0.12	0.31	0.56	0.39	0.1	0.23	0.21	0.33	0.4		0.25	-0.14	0.31	0.2	0.67	0.28	0.44	0.41	0.45	0.15	0.19	-0.1	0.1	0.39	0.46	-1.03	-1.32	-1.47	-0.56	-0.47	-0.3	-0.07	0.08	-0.14	-0.2		0.19	-0.6	-0.56	-0.62	0.24	-1.4	-1.94	-2	-1.6	-0.56	0.74	-0.14	0.85	-1.6	-2.84	0.67	0.16	-0.07	-0.36	-0.12	-0.18	-0.42	-1.43	-0.56	-0.23	0.08	-0.04	-0.49	-0.27	0.21	0.18	0.32	-0.36	-0.25	-0.86	-1.09
+YLR044C	PDC1   GLYCOLYSIS       PYRUVATE DECARBOXYLASE	-0.14		-0.22	-0.1	0.18	0.42	0.3	0.19	0.34	0.43	0.39	0.16	0.06	-0.12	0.15	0.42	-0.1	0.16	-0.29	0.65	-0.04	0.68	0.37	0.16	0.3	0.66	0.31	0.4	0.12	0.53	0.54	0.75	-1	-1.32	-1.43	-0.54	-0.18	0.08	0.14	0.2	0.1	0.12	0.1	0.48	-0.43	-0.43	-0.47	0.04	-1.84	-2.64	-3.47	-2.94	-1.79	1	-1.18	1.13	-2.56	-4.64	0.63	0.37	-0.2	-0.54	-0.17	-0.64	-0.62	-1.94	0.04	-0.18	0.08	-0.1	-0.64	-0.62	0.08	-0.15	-0.1	-0.2	-0.56	-1.22	-2.25
+YAL038W	CDC19  GLYCOLYSIS       PYRUVATE KINASE	-0.09	-0.58	-0.23	-0.2	-0.12	-0.42	0.11	0.14	0.12	0.24	-0.12	0.04	-0.09	0.11	0.19	0.31	0.03	0.45	-0.49	-0.2	0.2	0.88	0.53	0.15	0.58	0.07	0.36	0.19	-0.71	-0.2	0.33	0.34	-0.79	-0.71	-0.67	-0.27	0.26	0.19	0.29	0.28	0.1	0.04	0.25	0.12	-0.09	-0.14	-0.15	-0.06	-1.69	-2.32	-2.4	-0.81	-1.6	0.73	-0.54	-0.09	-2.56	-4.32	0.3	0.18	-0.69	-0.84	-0.6	-0.86	-0.14	-0.76	0.51	0.01	0.3	-0.12	0.11	-0.42	0.1	0.19	0.29	-0.36	-0.4	-1.32	-2.32
+YGL253W	HXK2   GLYCOLYSIS       HEXOKINASE II	0.48	0.69	0.59	1.08	0.81	1	0.38	0.69	0.42	0.14	0.45	0.49	0.48	0.49	0.51	0.75	0.12	0.21	-0.49	-0.09	0.07	0.03	-0.06	0.11	0.3	0.49	0.53	0.6	0.55	0.77	0.48	0.39	-1.12	-0.38	0.12	0.33	-0.03	0.01	0.04	0.4	0.36	0.33	0.11	-0.22	0.19	-0.07	-0.03	0.21	-1.74	-1.74	-2.84	-2.4	-2.56	0.12	-1.12	-0.71	-1.74	-2.56	0.21	0.93	0.01	-0.94	-0.34	-0.71	0.28	0.21	0.97	0.75	0.3	0.16	0.21	0.04	0.5	0.6	0.52	-0.23	0.04	-0.12	-1.15
+YOR344C	TYE7   GLYCOLYSIS       BASIC H-L-H TRANSCRIPTION FACTOR	1.24	1.29	0.16	0.15	-0.12	0.31	0.03	-0.04	-0.17	0.19	-0.4	-0.4	-0.01	-0.09	-0.25	-0.56	-0.38	-0.34	1.37	0.55	-0.22	0.31	0.33	-0.18	-0.38	-0.32	-0.74	-0.56	-0.22	-0.4	-0.58	-0.27	-0.47	-0.34	-0.47	-0.04	-0.09	-0.23	-0.25	0.87	1.38	-0.42	-0.23	-0.06	-0.84	0.08	-0.47	0.04	-1.47	-2.47	-3.47	-1.69	-2.56	0.81	-1.29	0.37	-0.92	-4.06	-0.01	-0.03	-0.81	-1.25	-1.47	-0.94	0.23	0.34	0.63	0.5	-0.58	0.31	-0.18	-0.71	0.11	0.15	-0.1	-0.3	- [...]
+YGR240C	PFK1   GLYCOLYSIS       PHOSPHOFRUCTOKINASE	0.32	-0.29	-0.03	-0.09	0.14	-0.06	0.48	0.36	0.29	0.06	0.06	0.07	0.04	-0.06	0.24	0.25	0.23	0.04	-0.67	-0.23	-0.27	-0.22	-0.3	-0.18	-0.36	-0.06	0.23	-0.62	-0.23	0.43	0.21	-0.07	-0.86	-1.25	-0.89	-0.27	0.08	0.08	-0.29	-0.34	-0.27	0.04	-0.12		-0.64	-0.74	-0.67	-0.09	-0.51	-1.25	-1.79	-2.18	-2.12	0.58	-0.86	-1.32	-0.86	-2.64	0.2	-0.32	-0.6	0.03	-0.1	0.01	-0.54	-0.89	-0.29	-0.76	0.67	-0.49	0.28	-0.18	0.26	0.54	0.42	-0.18	-0.15	-0.94	-0.76
+YLR153C	ACS2   ACETYL-COA BIOSYNTHESIS  ACETYL-COENZYME A SYNTHETASE	-0.04	-0.49	0.01	0.07	0.15	-0.14	-0.03	-0.32	-0.4	-0.51	-0.1	-0.09	-0.01	-0.12	0.29	-0.09	-0.03	-0.69	-2.06	-0.84	-0.51	-0.76	-0.36	-0.49	-0.09	0.44	0.37	0.24	-0.07	0.29	0.38	0.29	-1.15	-1.12	-0.76	-0.29	-0.01	-0.22	-0.03		-0.07	-0.18	-0.25	-0.43	-0.14	-0.15	-0.03	-0.38	0.57	-2.12	-2.64	-3.18	-2.4	2.19	-1.18	-1.12	-1.03	-4.64	0.03	-0.07	-0.43	0.07	0.4	0.2	-0.3	-1	-0.32	-0.23	0.25	-0.2	0.2	-0.03	0.24	0.41	0.37	-0.07	-0.1 [...]
+YDL212W	SHR3   SECRETION        ER MEMBRANE PROTEIN	-0.03	-0.64		-0.2	-0.06	-0.22	0.32		0.08	-0.17	-0.23	-0.3	0.24	-0.32	0.15	-0.38	0.36	-0.23	-0.36	-0.18	-0.29	-0.51	-0.14	0.06	-0.56	-0.01	-0.14	-0.04	0.28	0.04	-0.49	-0.14	0.1	0.1	0.08	-0.6	-0.51	-0.6	-0.22	0.82	1.28	-0.1	-0.29	-0.1	-0.76	-0.22	-0.54	-0.38	-0.25	-1.12	-1.47	-0.74	-0.47	1.18	-0.43	0.29	-0.69	-1.64	0.1	-0.84	-0.6	-0.89	-0.12	-0.23	0.21	-0.38	-0.34	-0.07	-0.34	-0.29	-0.4	-0.15	0.03	-0.12	0.3	-0.1	0.06	-0.47	-0.92
+YER090W	TRP2   TRYPTOPHAN BIOSYNTHESIS  ANTHRANILATE SYNTHASE COMPONENT I	-0.07	-0.23	-0.09	-0.07	-0.2	0.07	-0.07	0.03	0.26	-0.18	0.42	-0.06	0.08	-0.03	0.06	0.31	-0.18	0.16	-0.71	-0.07	0.12	-0.01	-0.04	-0.18	-0.12	-0.09	-0.15	0.14	0.12	0.08	-0.15	0.08	-0.49	0.4	0.15	-0.58	-0.97	-0.51	-0.09	0.23	0.37	-1.03	-0.67	0.1	-1.18	-0.03	-1.15	0.18	-0.17	-1.09	-1.36	-0.84	-0.67	1.2	-0.3	0.36	-0.69	-1.69	-0.22	-0.56	-0.74	-0.34	-0.2	-0.71	-0.18	-0.2	-0.45	-0.42	-0.23	-0.09	-0.38	-0.25	0.36	0.23	0.24 [...]
+YGL245W	NONE   PROTEIN SYNTHESIS     GLUTAMYL-TRNA SYNTHETASE	0.12	-0.34	0.25	-0.1	0.3	0.16	0.11	-0.09	0.18	-0.2	0.61	0.07		0.16	0.33	0.18	0.25	-0.27	-0.01	-0.27	-0.1	-0.06	0.12	-0.2	0.03	0.04	-0.15	-0.22	-0.32	0.1	-0.36	-0.22	-0.34	0.16	-0.36	-0.4	-0.76	-0.03		0.7	-0.03	-0.76	-0.86	0.31	-1.32	-0.51	-1.36	-0.29	-0.6	-2.06	-2.47	-2.18	-1.47	1.76	-0.79	0.11	-1.06	-2.4	-0.23	-0.1	-0.62	-0.86	-0.03	-0.42	0.04	-0.97	0.1	-0.43	0.2	-0.38	-0.18	-0.34	0.3	0.51	0.31	-0.38	-0.25	-0.49	-1.06
+YJR075W	HOC1   PROTEIN GLYCOSYLATION    PUTATIVE MANNOSYLTRANSFERASE	-0.25	-0.3	-0.27	-0.17	0.03	0.23	0.32	-0.18	-0.09	-0.42	-0.42	-0.25	-0.25	-0.36	-0.17	-0.32	-0.04	-0.14	-0.71	-0.07	-0.3	0.31	0.28	0.23	0.1	0.25	0.2	0.1	0.11	-0.03	-0.01	-0.03	-0.15	0.11	0.01	-0.38	-0.43	0.07	-0.56	-0.06	0.24	-0.38	-0.76	0.33	-1.25	-0.03	-0.6	-0.2	-0.29	-0.86	-1.36	-1.36	-0.67	0.76	-0.71	-0.27	-0.67	-0.94	-0.25	-0.6	-0.32	-0.54	0.07	-0.25		-0.4	-0.14	0.04	-0.32	-0.03	-0.4	-0.34	0.04	-0.03	-0.04	-0.18	-0 [...]
+YGR124W	ASN2   ASPARAGINE BIOSYNTHESIS  ASPARAGINE SYNTHETASE	0.58	-0.06	0.62	0.11	0.51	0.1	0.56	0.11	0.46	0.26	0.57	0.33	0.38	0.3	0.64	0.31	0.42		-1.06	-0.18	-0.42	-0.27	-0.06	-0.32	-0.03	0.28	0.36	0.04	-0.04	0.33	0.24	0.2	-0.42	-0.23	-0.15	-0.06	-0.09	-0.18	-0.07	-0.06	-0.3	0.01	0.01	-0.23	0.18	0.04	0.12	-0.2	-0.76	-1.64	-1.69	-1.64	-1.6	1.12	-0.36	-0.71	-1.74	-1.94	0.64	-0.18	-1.03	-0.56	-0.42	-1	0.04	-0.38	0.43	-0.22	-0.29	-0.4	-0.3	0.25	0.5	0.66	0.56	-0.36	-0.51	-1.36	-1.64
+YPR145W	ASN1   ASPARAGINE BIOSYNTHESIS  ASPARAGINE SYNTHETASE	0.23	0.1	0.14	0.28	0.15	0.24	0.41	-0.04	0.19	0.21	0.39	0.54	0.24	0.37	0.36	0.19	0.41	0.55	-0.18	-0.4	-1.25	0.34	0.45	0.41	-0.01	0.49	0.23	0.48	-0.12	0.1	0.32	0.32	-0.81	-0.81	-0.76	-0.17	-0.14	-0.18	-0.29	-0.18	-0.06	-0.14	-0.23	-0.42	-0.2	-0.2	-0.06	-0.23	-1.06	-1.79	-1.94	-1.56	-2.12	1.16	-0.3	-0.51	-1.94	-2.94	-0.09	-1.06	-0.54	-1.22	-1.09	-0.84	-0.2	0.07	-0.22	-0.74	0.04	-0.12	-0.09	-0.18	0.2	-0.14	-0.12	-0.43	-0.56	-1.64	-1.47
+YGL202W	ARO8   AROMATIC AMINO ACID BIOS AROMATIC AMINO ACID AMINOTRANSFERASE	0.11	0.12	0.16	0.24	-0.09	0.36	0.03	0.16	0.21	0.43	0.3	0.15	0.2	0.08	0.1	0.12	-0.09	0.37	-0.71	-0.17	0.15	0.15	-0.03	0.25	0.37	0.51	0.19	0.33	0.3	0.39	0.01	0.56	-0.2	-0.32	-0.32	-0.06	-0.23	-0.18	-0.1	0.01	-0.12	-0.12	-0.09	0.07	-0.22	-0.18	-0.07	0.14	-0.32	-1.32	-1.94	-1.74	-1.74	1.01	-0.62	-0.79	-0.67	-1.64	0.2	0.28	-0.71	-0.18	-0.04	0.97	0.16	-0.97	0.18	-0.04	-0.01	-0.01	-0.23	-0.22	0.34	0.36	1.01	0.1	-0.09	- [...]
+YNL287W	SEC21  SECRETION        VESICLE COAT COMPONENT	-0.22	-0.4	0.01	0.01	0.12	-0.03	0.16	-0.17	-0.17	-0.1	-0.07		-0.09	-0.17	-0.07	-0.12	-0.07	0.19	-0.07	-0.32	-0.27	-0.42		0.18	0.03	0.08	0.16	0.06	0.26	0.14	-0.18	-0.12	-0.36	-0.45	-0.3	-0.12	-0.14	-0.4	-0.2	-0.36	-0.09	-0.22	-0.42	-1.29	-0.36	-0.54	-0.54	-0.36	-0.67	-1.12	-1.6	-1.74	-1.4	0.19	-0.74	-0.89	-0.38	-0.86	-0.47	-0.4	-0.74	-0.97	-0.43	-0.67	0.11	-0.32	0.2	0.28	-0.38	-0.81	-0.47	-0.49	0.16	0.26	0.25	-0.18	-0.07	-0.62	-0.6
+YLR420W	URA4   PYRIMIDINE BIOSYNTHESIS  DIHYDROORATASE	-0.25	-0.22		-0.45	-0.06	-0.45	-0.07	-0.25	-0.14	-0.27	-0.01	-0.03	-0.06	-0.27	-0.25	-0.4	-0.17	-0.25	-0.42	-0.49	-0.47	-0.38	0.06	0.12	-0.15	0.15	0.14	0.11	0.1	0.12	-0.07	0.01	-0.17	-0.03	0.07	-0.2	-0.06	0.01	-0.04	-0.23	-0.06	-0.1	-0.04	-0.54	0.24		0.26	-0.22	-0.86	-1.6	-1.94	-2	-2	0.38	-0.76	-0.92	-0.94	-0.56	-0.74	-1.12	-1.32	-1.15	-0.71	-0.89	-0.03	-0.86	-0.49	-0.36	-0.54	-0.58	-0.69	-1.43	0.03	0.15	0.21	-0.1	0.44	0.11	-0.84
+YDR226W	ADK1   METABOLISM       CYTOSOLIC ADENYLATE KINASE	-0.14	-0.29	-0.06	-0.07	-0.03	-0.36	0.23	-0.43	0.1	-0.07	0.01	-0.14	0.14	-0.34	-0.06	-0.14	-0.14	-0.25	-1.22	-0.54	-0.03	0.01	0.01	0.12	-0.03	0.71	0.63	0.55	0.14	0.36	0.71	0.49	-0.22	-0.18	0.04	0.26	0.34	0.24	0.14	0.08	0.08	0.31	0.39	-0.3	0.2	0.04	0.23	0.08	-0.34	-1.29	-1.89	-1.89	-2.06	1.05	-0.81	-1	-1.18	-1.84	-0.51	-0.58	-1.29	-1.03	-0.18	-1.18	0.61	-0.03	0.46	0.08	-0.4	-0.51	-0.6	-1.32	0.16	0.38	0.07	-0.14	-0.09	-0.29	-1.51
+YIL043C	CBR1   AMINOSUGARS METABOLISM   CYTOCHROME B REDUCTASE	-0.14	0.08		0.04	-0.1	0.21	0.07	-0.15	0.03	0.23	0.04	-0.12	0.14	-0.18	0.04	-0.15	-0.29	-0.09	0.19	0.3	0.06	-0.12	0.24	0.26	0.2	0.53	0.37	0.36	0.3	0.34	0.29	0.57	-0.34	-0.23	-0.18	0.1	0.1	0.08		0.1	-0.07	-0.25	0.08	-0.18	-0.36	-0.51	-0.27	-0.18	-0.09	-0.62	-1.29	-0.97	-0.67	0.6	-0.49	-0.36	-0.2	-0.89	-0.04	-0.58	-0.71	-0.74	-0.18	-0.04	0.55	-0.56	0.18	0.24	-0.3	-0.4	-0.81	-1.09	-0.07	-0.2	0.04	-0.04	0.1	-0.32	-1.03
+YBR078W	ECM33  CELL WALL BIOGENESIS     UNKNOWN	-0.29	-0.97	-0.27	-0.15	0.52	0.07	0.86	0.11	0.53	0.16		-0.2	0.24	0.46	0.82	-0.03	0.15	0.4	-3.06	-2.25	-1.69	-1.25	-0.43	0.15	0.36	0.7	0.54	0.48	0.15	0.21	0.07	-0.23	-0.49	-0.23	0.03	0.77	0.94	0.36	0.06	0.45	0.48	0.79	0.72	-0.06	-0.23	-0.36	-0.2	-0.03	-0.38	-1.47	-2.25	-2.12	-2.56	1.53	-0.97	-1.6	-1.51	-3.06	0.15	-0.2	-0.97	-1.03	0.15	-0.56	-0.14	-1.15	0.14	-0.12	-0.54	-0.67	-1	-1.25	0.21	0.18	0.63	0.26	0.63	0.19	-0.74
+YLR300W	"EXG1   CELL WALL BIOGENESIS     EXO-BETA-1,3-GLUCANASE"	-0.14	-1.18	-1.06	-0.71	0.26	0.33	0.86	-0.45	-0.89	-0.71	0.44	0.48	0.76	0.28	0.6	0.2	-0.09	-0.6	-2.47	-1.64	-1.69	-1.32	-0.25	0.28	0.06	0.01	0.29	0.82	0.38	0.78	0.54	0.37	1.02	1.77	0.98	1.4	0.77	-0.38	1.47	1.53	1.15	1.06	0.26	-0.84	0.79	0.57	0.3	-0.47	-1.18	-2.12	-2.64	-2.56	-2.56	0.72	-1.15	-1.09	-2.25	-3.84	-0.29	-1.4	-0.89	-0.79	-0.14	-0.22	-0.04	-1.47	-0.43	0.14	-0.06	-0.79	-0.89	-0.45	0.06	0.5	1.04	0.37	0.44	-0.81	-1.74
+YML078W	CPR3   PROTEIN FOLDING     PEPTIDYL-PROLYL CIS-TRANS ISOMERASE	0.14	0.08	-0.04	0.28		0.14	0.24	0.14	0.12	-0.22	0.18	-0.25	0.12	-0.3	0.19	-0.18	-0.25	-0.1	0.32	-0.17	0.12	0.15	-0.17	0.01	0.14	0.28	0.08	0.36	0.2	0.41	0.37	0.42	0.07	-0.29	-0.22	-1.25	0.3	0.42	0.52	0.58	0.37	0.49	0.69	-0.1	0.39	0.43	0.66	0.04	-0.51	-0.76	-0.92	-0.94	-1.03	0.16	-0.07	-0.38	-1.56	-1.6	0.43	0.15	0.08	-0.25		-0.17	0.24	-0.69	0.25	0.31	0.12	0.8	-0.3	-0.76	0.21	0.16	0.4		0.1	0.44	0.19
+YMR083W	"ADH3   GLYCOLYSIS       ALCOHOL DEHYDROGENASE III, MITOCHONDRIAL"		-0.17	0.26	0.18	0.39	0.41	0.39		0.16	-0.17		-0.22	0.07	-0.22	0.4	-0.23	0.11	-0.43	-0.25	0.01	-0.03	-0.07	-0.04	-0.07	0.1	0.54	0.46	0.24	0.06	0.5	0.4	0.24	-0.1	-0.18	-0.1	0.07	0.16	0.2	0.63	0.7	0.57	0.37	0.58	-0.14	0.56	0.72	0.65	-0.22	-0.56	-1.47	-1.22	-1.18	-1.29	0.56	-0.01	-0.3	-1.47	-2.4	0.18	0.25	0.06	-0.03	0.25	-0.49	0.7	-0.58	-0.12	-0.17	-0.04	-0.06	-0.25	-1.03	0.39	0.84	0.92	0.39	0.67	0.28	0.4
+YGR282C	"BGL2   CELL WALL BIOGENESIS     ENDO-BETA-1,3-GLUCANASE"	0.71	0.32	0.56	0.38	0.66	0.53	0.76	1.02	1.04	0.2	0.75	0.03	0.32	0.24	0.64	0.72	0.33	0.4	0.04	-0.38	-0.1	-0.23	-0.09	0.15	0.42	0.4	0.23	0.19	0.24	0.37	-0.01	-0.03	0.11	-0.07	0.37	1.04	1.11	0.87	0.3	0.63	0.34	0.81	0.88	0.29	0.26	0.25	0.54	-0.12	-1.03	-1.43	-1.84	-1.64	-1.47	0.11	-0.56	-0.34	-1.25	-2.06	0.2	0.2	0.32	0.03	0.24	-0.54	0.08	-0.74	0.66	0.77	0.19	-0.25	-0.62	-0.92	0.19	0.52	0.6	0.65	0.52	1.22	0.16
+YJL026W	RNR2   DNA REPLICATION     RIBONUCLEOTIDE REDUCTASE	0.24	-0.22	0.1	0.32	0.21	0.16	0.45	0.14	0.11	-0.1	0.01	0.06	0.16	-0.25	0.25	-0.01	0.14	-0.4	0.52	0.48	0.45	0.33	-0.04	-0.06	-0.12	0.04	-0.06	-0.1	-0.12	0.12	-0.3	-0.49	0.36	0.23	0.5	0.84	0.96	0.83	0.91	0.92	0.7	0.94	0.86	-0.58	0.52	0.48	0.32	-0.03	-0.71	-1.22	-1.79	-1.79	-1.36	0.36	-0.81	-0.64	-1.12	-1.69	-0.07	0.43	-0.27	-0.76	0.08	-0.4	0.1	-1.12	-0.43	-0.07	0.01	-0.1	0.06	0.01	0.19	0.68	1.18	0.46	0.63	0.66	0.46
+YFL039C	ACT1   CYTOSKELETON        ACTIN	0.28	0.2	0.08	0.39	-0.01	0.24	-0.15	-0.01	0.11	-0.3	-0.04	-0.03		0.19		0.03	-0.38	-0.01	-0.1	-0.36	-0.06	-0.12	-0.34	-0.17		0.24	0.52	0.46	0.12	0.3	0.71	0.48	-0.25	-0.43	-0.32	-0.06	-0.14	-0.17	-0.04	0.01	-0.2	-0.17	0.06	0.16	-0.34	-0.27	-0.14	0.01	-0.3	-1.09	-1.69	-2.12	-2.12	0.57	-0.54	-1	-1.22	-0.79	0.34	0.4	-0.03	-0.36	0.03	-0.84	-0.07	-0.62	0.06	0.2	-0.3	-0.01	-1.03	-0.34	0.34	0.2	0.5	0.37	0.42	0.46	-0.04
+YML115C	VAN1   PROTEIN GLYCOSYLATION AN MANNOSYLTRANSFERASE	-0.22	-0.62	-0.3	-0.58	-0.06	-0.6	0.04	-0.51	-0.34	-0.64	-0.42	-0.58	-0.34	-0.84	-0.42	-0.43	-0.3	-0.6	-0.09	-0.43	-0.29	-0.42	-0.04	-0.3		0.04	0.24	0.18	-0.58	0.24	0.1	-0.15	-0.22	-0.45	-0.54	-0.23	-0.18	-0.25	-0.29	-0.47	-0.32	-0.27	-0.2	-0.92	-0.27	-0.47	-0.3	-0.47	-1.06	-1.94	-2.18	-0.86	-0.43	0.11	-0.47	0.91	-1.4	-2.64	-0.23	-0.4	-0.18	-0.06	0.03	-0.27	-0.18	-0.84	0.14	-0.23	0.18	-0.56	-0.07	-0.94	0.08	0.33	0.3	-0.14	0.03	0.41	
+YMR303C	ADH2   GLYCOLYSIS       ALCOHOL DEHYDROGENASE II	0.23	-0.32	0.34	0.19	0.57	-0.07	0.51	0.12	0.14	-0.04	0.19	-0.42	-0.14	-0.4	0.31	-0.29	0.15	-0.47	-0.49	0.14	0.12	0.14	-0.01	-0.62		0.68	0.86	0.49	0.16	0.76	0.91	0.79	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42	0.4	-0.94	0.21	-0.38	-0.09	0.29	-1.4	-1.36	-1.74	-1.22	1.63	-0.22	-0.07	-0.6	-2.47	0.58	0.8	0.33	-0.14	0.1		-0.03	-0.38	0.03	-0.47	0.49	0.11	0.06	-0.62	0.21	0.14	0.46	0.43	0.56	-0.29	-0.69
+YOL086C	ADH1   GLYCOLYSIS       ALCOHOL DEHYDROGENASE I	0.16	0.07	0.06	0.23	0.36	0.21	0.48	0.23	0.2	-0.27	-0.18	-0.47	0.06	-0.42	0.41	-0.25	0.31	-0.29	-0.14	0.34	0.52	0.06	0.5	0.26	0.11	0.82	0.99	0.86	0.54	0.94	0.92	0.8	-0.25	-0.81	-0.71	0.03	0.54	0.5	0.45	0.38	0.14	0.38	0.58	-1	0.03	-0.15	-0.17	-0.2	-0.09	-1.56	-1.43	-1.84	-1.43	1.52	-0.17	0.07	-0.79	-2.74	0.5	0.91	0.1	-0.22	0.12	0.04	-0.2	-0.4	0.3	-0.43	-0.14	-0.45	-0.67	-1.22	0.07	0.07	0.46	0.32	0.12	-0.17	-0.89
+YDR123C	INO2   PHOSPHOLIPID BIOSYNTHESI TRANSCRIPTION FACTOR	0.07	0.08	0.12	0.37	0.04	-0.03	-0.51	0.06	0.33	-0.07	0.83		0.15	0.19	-0.04	0.5	-0.06	-0.3	-0.49	1.11	-0.17	0.12	-0.03	-0.18	-0.06	0.07	-0.43	-0.14	-0.23	-0.32	-0.03	-0.04	-0.51		-0.12	-0.3	-0.79	-0.18	0.24	0.51	0.15	-0.79	-0.34	0.31	-0.45	-0.47	-0.74	0.1	-1.79	-1.89	-1.94	-1.74	-1.22	0.16	-0.2	0.73	-1.18	-1.43	-0.15	0.26	0.25	0.31	0.1	0.12	-0.1	-0.12	-0.04	0.15	-0.06	0.66	0.61	0.92	-0.15	0.08	0.18	-0.32	-0.51	-0.03	0.03
+YGR166W	"KRE11  CELL WALL BIOGENESIS     REGULATES BETA-1,6-GLUCAN SYNTHESIS"	0.1	-0.49	0.19	-0.03	0.37	0.26	0.24	-0.15	0.12	-0.15	0.6	-0.1	-0.09		0.15	0.01	0.16	-0.36	-0.23	-0.3	-0.23	-0.38	-0.2	-0.34	-0.29	-0.2	-0.15	-0.32	-0.43	-0.32	0.03	-0.54		0.06	0.55	0.28	0.3	0.18	-0.06	0.04	0.04	0.19	0.08	-0.17	0.08	-0.15	0.01	-0.34	-0.74	-0.86	-0.79	-0.34	-0.74	0.25	-0.09	-0.58	-1.47	-1.4	-0.15	-0.04		-0.15	0.06	-0.6	-0.29	-0.58	-0.36	-0.34		0.04	-0.22	-0.22	-0.01	0.28	0.24	-0.25	-0.15	0.25	-0.09
+YAL040C	CLN3   CELL CYCLE       G1/S CYCLIN	1.31	0.45	0.74	-0.76	-0.36	-0.42	0.37	0.1	0.8	0.95	0.77	0.07	-0.07	-0.32	-0.04	0.01	0.38	0.7	-1	-0.32	-0.58	0.16	-0.17	-0.15	-0.67	-0.69	-0.2	-0.07	-0.47	0.21	0.2	-0.01	1.12	1.25	0.69	0.51	0.68	0.87	1.06	0.43	0.25	0.07	0.33	0.38	0.14	-0.03	0.04	-0.17	-1.69	-2.25	-2.56	-0.3	-2.4	0.38	-0.54	-0.3	-2.64	-2.06	-0.17	0.01	-0.32	-0.49	-0.27	0.46	-0.97	-0.67	-0.43	-0.62	0.06	0.24	0.67	0.68	-0.01	0.08	0.3	-0.58	-0.67	0.18	-0.47
+YGR180C	RNR4   DNA REPLICATION     RIBONUCLEOTIDE REDUCTASE	0.14	-0.29	-0.09	0.07	-0.3	0.06	-0.17		-0.01	-0.07	-0.06	-0.14	-0.22	-0.17	-0.2	-0.03	-0.36	-0.06	0.65	0.7	0.73	0.63	-0.06	0.14	0.1	0.26	0.1	0.29	0.15	-0.1	-0.03	-0.3	-0.03	0.04	0.16	0.41	0.18	0.16	0.28	0.33	-0.04	0.53	0.57	-0.03	0.54	0.36	0.52	0.06	-0.25	-0.94	-1.74	-1.51	-1.12	0.57	-0.74	-0.32	-1.15	-1.94	0.06	-0.27	-0.67	-1.43	-0.62	-0.3	-0.64	-0.34	-0.54	0.14	0.08	0.01	0.19	0.23	0.54	0.28	0.58	-0.04	0.08	0.77	-0.22
+YNL027W	CRZ1   (CALCINEURIN) SIGNALING  CALCINEURIN-RESPONSIVE TRANSCRIPTION FACTOR	-0.06	-0.1	-0.18	0.12	-0.09	-0.94	0.12	-0.12	-0.2	0.15	-0.23	-0.01	-0.29		-0.18		0.15	0.03	0.41	-0.22	-0.23	-0.29	-0.17	0.03	0.01	0.16	0.08	-0.01	-0.15	-0.15	0.28	0.1	-0.12	0.2	0.08	0.23	0.11	0.12	0.15	-0.2	0.11	0.14		-0.45	0.07	-0.07	-0.12	-0.3	-0.62	-0.71	-1.12	-1.06	-0.76	0.3	-0.4	-0.47	-0.29	-0.89		0.11	-0.2	-0.3	-0.17	0.58	-0.07	-0.32	-0.01	-0.03	-0.22	-0.1	0.4	0.21	0.06	-0.3	-0.27	-0.32	-0.42	-0.4	-0.43
+YGR170W	PSD2   PHOSPHOLIPID METABOLISM  PHOSPHATIDYLSERINE DECARBOXYLASE 2	-0.12	-0.56	0.19	-0.4	0.33	0.23	0.18	-0.14	0.15	-0.09	0.96	0.11	-0.14	0.04	0.4	0.2	0.08	-0.2	-0.29	-0.27	-0.36	-0.1	-0.01	-0.58	-0.43	-0.32	-0.3	-0.15	-0.42	-0.03	-0.2	-0.27	-0.47	-0.34	-0.12	-0.09	-0.34	-0.2	-0.34	-0.51	-0.36	-0.43	-0.42	-0.09	-0.22	-0.58	-0.45	-0.42	-0.45	-0.84	-0.97	-0.97	-0.84	0.08	-0.49	-0.43	-0.71	-0.92	-0.56	0.33	0.34	0.42	0.31	-0.56	-0.58	-0.3		-0.45	0.11	0.07	0.01	-0.14		0.07	0.16	0.01	-0 [...]
+YPL075W	GCR1   GLYCOLYSIS       TRANSCRIPTIONAL ACTIVATOR	-0.43	-0.49	-0.18	-0.47	-0.12	-0.17	-0.1	0.25	-0.2	-0.23	-0.1	-0.56	-0.69	-0.27	0.31	0.12	0.3	-0.27	0.41	0.06	-0.06	0.43	0.1	-0.42	-0.34	-0.38	-0.2	-0.4	-0.34	-0.38	-0.3	-0.42	-0.51	-0.89	-0.89	-0.22	-0.03	-0.32	-0.36	-0.62	-0.29	-0.25	-0.3	0.04	-0.45	-0.6	-0.54	-0.54	-0.49	-1	-1.09	-1	-0.92	0.45	-0.34	0.07	-0.97	-1.15	-0.04	0.01	-0.22	-0.15	-0.06	0.41	-0.29	-0.32	-0.1	-0.3	0.18	-0.38	-0.12	-0.04	0.2	0.04		-0.17	-0.04	-0.43	-0.62
+YOR153W	PDR5   DRUG RESISTANCE     TRANSPORTER	-0.49	-0.86	-1.06	-1.09	-0.71	-0.25	0.1	0.01	0.04	-0.42	-0.49	-0.64	-0.76	-0.56	0.06	0.53	0.1	0.23	0.94	-0.07	-0.32	-0.42	-0.15	-0.34	-0.25	-0.07	0.18	0.43	-0.36	0.14	-0.23	-0.09	-1.6	-2.94	-1.94	-0.23	0.07	-0.17	-1.18	-1.36	-0.51	-0.32	-0.6	-0.71	-1.29	-1.18	-1.12	-0.06	-1.36	-1.79	-1.84	-1.64	-1.64	0.07	-0.14	-0.34	-2.25	-2.74	0.06	1.25	0.54	1.15	1.12	1.2	-1.32	-1.09	0.11	0.24	0.01	-0.89	-0.06	-0.17	0.19	0.1	0.14	-0.36	-0.74	-1.89	-1.94
+YNR045W	PET494 PROTEIN SYNTHESIS     COX3 TRANSLATIONAL ACTIVATOR	-0.1	-0.64	-0.36	-0.12	-0.17	-0.32	-0.06	-0.23	-0.18	-0.3	-0.09	-0.27	-0.15	-0.42	0.03	-0.27	0.04		0.25	0.11	-0.47	-0.74	-0.29	-0.01	-0.1	0.08	0.06	0.11	-0.15	0.16	-0.07	-0.06	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.34	-0.54	-0.64	-0.84	-0.76	-0.69	-0.18	-0.09	-0.43	-0.64	-0.79	-0.14	-0.38	-0.36	-0.22	-0.32	0.07	-0.03	0.07	-0.25	-0.4	0.11	-0.09	-0.29	-0.2	-0.09	-0.36	-0.12	-0.17 [...]
+YOR159C	"SME1   MRNA SPLICING       U1, U2 SNRNP PROTEIN"	-0.09	-0.4	-0.29	-0.42	-0.04	-0.22	-0.03	-0.32	-0.14	-0.25	-0.34	-0.56	-0.15	-0.69	-0.2	-0.25	0.04	0.04	-0.1	-0.49	-0.29	-0.23	-0.12	-0.03	-0.1		-0.12	-0.18	-0.14	-0.07	-0.89	-0.3	-0.92	0.18	-0.97		-0.25	0.03	-0.92	0.7	-0.36	-0.79	-1	-0.86	-0.67	0.23	-0.89	-0.47	-0.56		-0.94	-1.09	-0.79	0.11	-0.38	-0.38	-0.84	-0.89	0.01	-0.6	-0.36	0.15	-0.51	0.07	-0.06	-0.07	-0.23	-0.23	-0.17	-0.01	-0.09	-0.43	-0.23	-0.32	-0.12	-0.2	-0.07	0.16	-0.74
+YDR081C	PDC2   GLYCOLYSIS       REGULATOR OF PYRUVATE DECARBOXYLASE GENES	0.2	-0.43	-0.15	-0.32	0.03	-0.25	-0.04	-0.12	0.03	-0.14	0.06	-0.1	-0.07		-0.15	-0.01	0.01	-0.22	-0.2	-0.27	-0.38	-0.2	-0.18	-0.14	-0.36	-0.4	-0.25	-0.36	-0.23	-0.1	-0.32	-0.17	-0.45	0.15	-0.03	-0.34	-0.1	-0.07	-0.2	0.75	-0.4	-0.2	-0.07	-0.14	-0.47	-0.47	-0.54	-0.43	-0.43	-0.71	-0.94	-0.74	-0.6	0.15	-0.47	0.04	-0.51	-0.84	-0.56	-0.81	-0.58	0.07	-0.29	0.06	-0.51	-0.67	-0.25	-0.17	-0.34	-0.14	-0.01	-0.51	0.19	0.1	0.16 [...]
+YJR156C	THI11  PYRIMIDINE BIOSYNTHESIS  THIAMINE REGULATED GENE		-0.09	0.41	0.55	-0.04	0.44	0.18	0.18	-0.03	0.24	-0.14	0.24	0.21	-0.27	-0.15	-0.09	-0.45	0.08	-0.29	-0.3	0.11	-0.54	-0.17	-0.29	-0.12	0.1	-0.42	-0.18	0.25	-0.12	-0.01	-0.07	0.12	0.07	0.19	0.34	0.24	0.03	0.08	0.12	1.25	0.73	0.19	0.99	-0.04	0.32	0.31		-0.56	-1.12	-1.47	-1.32	-1.74	0.65	-0.67	-1.64	-1	-0.79	0.12	0.23	0.15	0.18	0.44	0.23	-0.76	-0.71	-0.56	0.18	-0.22	0.65	-0.1	-0.07	-0.43	-0.36		-0.22	-0.58	0.92	0.54
+YLR332W	MID2   MATING         PROTEIN KINASE A INTERFERENCE PROTEIN	1.4	-0.18	-0.54	0.69	0.07	0.34	0.33	-0.14	-0.29	-0.45	-0.58	-0.22	0.23	-0.14	-0.03	-0.09	-0.29	-0.18	0.23	-0.84	-0.29	-0.38	-0.04	0.24	0.31	0.04	-0.04	-0.09	0.19	-0.2	-0.69	-0.29	-0.32	-0.09	0.16	0.43	0.44	0.12	-0.2	0.16	-0.17	-0.2	-0.04	0.46	-0.29	-0.4	-0.27	-0.07	-1.09	-0.81	-1.32	-1.69	-2.12	-0.58	-0.67	-1.56	-0.79	0.24	0.16	-0.01	-0.06	-0.07	0.01	0.07	-0.3	-0.84	0.12	0.2	-0.36	0.29	-0.14	-0.43	-0.3	-0.12	0.49	-0.43	- [...]
+YOR358W	HAP5   RESPIRATION      TRANSCRIPTION FACTOR	-0.4	-0.14	-0.23	-0.29	-0.74	-0.4	-0.38	-0.18	-0.32	0.04	-0.64	0.04	-0.17	-0.25	-0.71	-0.32	-0.38	-0.2	0.62	0.19	-0.36	0.01	0.16	-0.01	0.07	0.07	-0.2	-0.06	0.4	-0.01	0.03	0.4	0.45	0.56	0.24	0.15	0.01	0.12	0.04	0.15	0.01	0.16	0.11	-0.03	-0.1	-0.22	-0.15	-0.79	-1.43	-2.32	-1.89	-2.18	-2.12	-0.47	-0.4	-0.34	-0.54	-1.32	0.04	0.33	0.11	0.3	-0.14	0.5	-0.45	0.18	-0.32	-0.18	-0.49	0.2	0.24	-0.18	-1.51	-1.36	-0.32	-0.81	-0.47	0.14	-0.22
+YMR052W	"FAR3   CELL CYCLE, PHEROMONE AR UNKNOWN"	-0.1	-0.03	-0.01	-0.07	-0.14	0.06	-0.03	-0.07	-0.01	-0.23	-0.18	-0.29	-0.06	-0.49	-0.22	-0.3	-0.18	-0.06	0.93	-0.15	-0.14	-0.22	-0.18	-0.51	-0.58	-0.49	-0.49	-0.67	-0.18	-0.64	-0.45	-0.47	0.25	0.16	0.32	-0.42	-0.27	0.12	-0.76	-0.18	-0.36	-0.15	-0.45	-0.14	-0.1	0.01	-0.38	-1	-1.18	-2.06	-1.29	-1.03	-1.69	-0.07	-1.12	-0.71	-0.12	0.18	-0.22	0.2	0.28	-0.38	-0.03	0.62	-0.56	-0.2	-0.43	-0.22	-0.12	0.6	0.11	0.26	-0.81	-0.71	0.16	-0.49	-1.09	0.26	0.36
+YNL286W	"CUS2   MRNA SPLICING, PUTATIVE  UNKNOWN"	-0.15	-0.49	-0.06	-0.18	-0.1	0.34	0.06	-0.18	-0.17	-0.27	-0.36	-0.2	-0.29	-0.3	-0.2	-0.2	-0.15	0.77	0.5	-0.18	-0.01	-0.23	-0.42	-0.2	-0.15	-0.14	-0.18	-0.43	-0.18	-0.29	-0.4	-0.27	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.62	-0.81	-1.15	-1.29	-1.56	-1.06	-0.15	-0.51	-0.09	-0.79	-0.62	0.07	0.54	0.46	0.03	0.07	0.29	0.3		-0.23	-0.6	-0.47	0.26	0.03	-0.2	-0.14	-0.22	-0.23	-0.17	-0.09	-0.58	-0.01
+YBL017C	PEP1   VACUOLAR PROTEIN TARGETI CPY SORTING RECEPTOR	-0.32	0.48	0.2	0.37	-0.14	-0.4	-0.34	0.58	0.06	-0.14	0.08	-0.22	-0.2	-0.36		0.56	-0.29	0.07	-0.17	-0.17	0.37	0.46	-0.36	-0.38	-0.2	0.24	0.3	0.52	-0.22	0.25	-0.14	0.03	-0.92	-0.67	-0.89	-0.06	-0.23	-0.18	-0.23	-0.4	-0.07	-0.23	-0.23	-0.12	-0.29	-0.12	-0.49	0.04	-0.6	-0.71	-1.09	-0.97	-0.76	0.77	-0.36	-0.23	-0.62	-0.64		0.33	-0.15	0.74	-0.42	0.63	-1	-0.3	-0.43	-0.42	0.38	0.43	1.66	1.09	0.07	0.4	-0.09		-0.22	-0.07	0.29
+YKR052C	MRS4   TRANSPORT        MITOCHONDRIAL CARRIER	0.18	0.2	0.39	0.33	0.18	0.4	0.3	0.54	0.57	0.26	0.31	0.19	0.24	0.11	0.23	0.37	0.32	0.36	0.77	0.28	0.23	0.1	-0.22	-0.12	0.14	0.11	-0.34	-0.36	0.11	0.18	-0.54	-0.15	0.03	0.04	-0.2	0.18	0.19	0.39	0.24	0.38	0.31		-0.07	0.4	0.08	0.19	0.2	-0.27	-0.92	-1.74	-1.74	-1.32	-1.64	0.56	-0.34	-0.32	-0.64	-1	0.43	1.49	0.58	-0.1	-0.4	0.54	0.67	0.63		-0.47	0.15	0.86	1.48	0.93	0.18	0.25	-0.04	-0.38	-0.74	0.79	0.12
+YMR261C	"TPS3   TREHALOSE UTILIZATION    ALPHA,ALPHA-TREHALOSE-PHOSPHATE SYNTHASE"	-0.34	0.08	-0.04	-0.34	-0.49	-0.32	-0.43	-0.56	-0.34	-0.07	-0.09	0.06	-0.04	-0.4	-0.62	-0.34	-0.58	-0.15	0.39	0.11	0.08	-0.03	-0.69	-0.49	-0.4	0.19	0.29	0.2	-0.15	0.38	0.44	0.41	-0.94	-0.32	-0.67	-0.71	-0.42	-0.22	-0.58	0.75	0.26	-0.67	-0.43	0.2	-0.43	-0.3	-0.71	-0.23	-0.74	-1.18	-1.47	-0.94	-1.32	0.39	-1	-0.56	-0.1	-0.69	0.25	1.6	0.54	0.06	0.43	0.31	-0.34	-0.69	-0.71	-0.47	0.23	0.38	1.5	0.93	-0.09	-0.17	- [...]
+YJR077C	MIR1   TRANSPORT        MITOCHONDRIAL PHOSPHATE TRANSPORTER	-0.18	0.1	0.01	0.16	-0.04	0.15	0.24		0.04	0.24	0.04	-0.04	0.03	-0.4	-0.07	-0.2	-0.15	-0.1	-0.23	0.82	-0.04	0.62	0.73	0.82	0.77	1.01	0.85	0.77	0.71	0.73	0.65	0.75	-0.47	-0.3	-0.36	-0.36	-0.04	-0.22	-0.04	-0.1	-0.07	-0.25	-0.1	0.54	0.25	-0.15	0.15	0.19	-0.47	-0.51	-0.81	-1.36	-1.47	0.24	0.08	-1.03	-1.29	-0.74	0.45	0.45	0.38	0.32	0.51	0.66	-0.2	-0.64	-0.07	-0.03	0.06	0.24	-0.12	1.14	0.01	-0.3	0.3	0.37	0.58	0.55	1.02
+YER026C	CHO1   PHOSPHOLIPID METABOLISM  PHOSPHATIDYLSERINE SYNTHASE	-0.42		0.42	0.4	0.04	0.46	0.26	0.33	0.2	0.19	0.16	-0.18	0.03	-0.2	0.12	-0.07		-0.06	-0.56	0.18	-0.14	-0.15	0.14	0.36	0.58	0.34	0.16	0.29	0.64	0.58	0.14	0.33	-0.84	-0.54	0.11	0.5	0.58	0.39	0.41	0.39	-0.07	0.33	0.15	-0.49	-0.45	-0.36	-0.06	0.16	-1.4	-1.64	-1.64	-1.74	-1.94	0.18	-0.15	-0.84	-1.36	-2.06	0.25	1.06	0.85	0.56	0.11	1.12	0.56	-0.27	0.16		-0.1	0.72	0.43	1.77	-0.03	0.3	0.97	0.56	0.01	1.02	0.6
+YER154W	OXA1   RESPIRATION      CYTOCHROME C OXIDASE ASSEMBLY	0.14	-0.32	-0.12	-0.17	-0.14	-0.27	-0.09	-0.1	-0.12	-0.1	-0.06	0.16	0.15	-0.01	-0.01	-0.18	0.07	-0.18	-0.23	0.16	-0.29	0.19	0.11	0.16	0.21		-0.1	-0.17		0.14	-0.12	0.16	0.18	-0.14	-0.38	-0.22	0.15	0.33	0.58	0.52	0.03		0.12	-0.14	0.39	0.21	0.04	-0.4	-0.79	-0.86	-0.71	-0.81	-0.89	-0.32	-0.32	-0.2	-0.79	-0.67	0.26	0.21	0.37	0.73	0.64	0.75	-0.27	-0.4	0.12	-0.15	0.32	0.12	0.52	0.31	-0.2	-0.01	0.16	-0.34	-0.56		-0.15
+YPL265W	DIP5   TRANSPORT        DICARBOXYLIC AMINO ACID PERMEASE	-1.12	0.21	1.04	0.52	0.42	-0.32	-0.01	0.28	0.33	0.03	0.03	-0.4	-0.34	-0.43	0.06	-0.25	0.2	-0.22	-0.34	-1.12	-0.4	-0.36	-0.51	0.52	-0.27	-0.15	-0.03	-0.27	-0.27	0.06	-0.03	-0.09	-2.94	-3.06	-2.47	-0.2	0.41	0.26	-1.18	-0.27	-0.74	-0.81	-1.22	-2	-1.03	-0.49	-0.3	-0.23	-0.06	-1.94	-2.47	-2.47	-1.25	1.69	-1.25	-0.09	-1.29	-4.06	0.2	2.25	2.21	0.8	1.36	0.99	-0.42	-0.81	-0.54	-0.84	0.12	0.26	2.03	0.58	-0.06	-0.09	-0.62	-0.54	-0.92	 [...]
+YPL061W	ALD6   ETHANOL UTILIZATION    ACETALDEHYDE DEHYDROGENASE		0.98	1.69	1.06	0.38	-0.09	-0.14	0.04	0.21	0.34	0.68	0.1	-0.47	-1.09	-1.06	-0.84	-0.45	-0.34	-0.84	0.95	0.68	0.82	0.76	0.29	0.39	0.39	0.11	0.21		0.1	-0.17	-0.25	-2.47	-2.84	-4.32	-1.29	0.85	1.48	0.77	-0.76	-1	-0.29	0.41	0.41	-0.29	-0.36	0.28	0.03	-0.92	-2.56	-3.32	-3.18	-3.18	1.86	-1.56	-0.4	-2.06	-3.84	0.59	2.57	2.71	0.93	0.46	1.79	-0.51	-0.54	0.29	0.29	1.08	1.39	3.1	2.03	0.39	-0.12	-0.2	-0.92	-1.32	-1.15	-0.58
+YDL174C	DLD1   PYRUVATE METABOLISM    D-LACTATE DEHYDROGENASE	0.11	0.21	0.86	0.4	0.51	0.62	0.37	-0.09	0.18	-0.18	0.06	-0.07	0.01	-0.47	0.08	0.26	0.23	0.51	0.85	1.38	0.74	0.51	-0.1	-0.51	-0.03	0.26	0.28	-0.2	-0.47	0.08	-0.06	-0.17	-0.6	-0.67	-0.42	0.11	0.39	0.45	0.2	0.43	0.58	0.48	0.38	-0.29	0.3	0.38	0.63	0.12	-0.17	-0.92	-1.51	-1.6	-1.47	0.94	-0.14	-0.6	-0.86	-1.12	-0.04	0.94	0.33	0.63	0.58	0.82	-0.74	0.01	-0.38	0.21	0.3	0.28	1.12	-0.56	0.01	0.2	0.03	-0.07	-0.15	0.15	0.77
+YJR019C	TES1   FATTY ACID METABOLISM    PEROXISOMAL ACYL-COA THIOESTERASE	-0.23	-0.17	-0.43	-0.22	-0.47	-0.34	-0.17	-0.38	-0.45	-0.49	-0.62	-0.45	-0.06	-0.76	-0.45	-0.67	-0.49	-0.47	0.36	0.57	-0.25	0.29	-0.2	-0.36	-0.14	-0.06	0.31	0.03	0.06	0.29	0.23	0.34	-0.22	0.11	0.19	0.48	0.44	0.08	0.71	0.34	-0.29	0.36	0.39	-0.25	0.4	0.32	0.44	-0.38	-0.62	-1.79	-2.12	-1.64	-0.92	1.24	-0.64		-0.89	-1.74	0.23	1.11	0.74	0.51	0.68	2.06	-0.47	-0.29	-0.17	-0.04	-0.07	0.56	2.04	-0.18	-0.42	-0.07	0.37	-0.09	 [...]
+YIL109C	SEC24  SECRETION        VESICLE COAT COMPONENT	-0.1	-0.51	0.06	-0.15	0.3	0.25	0.31	0.18	0.15	-0.14	0.41	0.04		-0.07	0.37	0.04	0.4	-0.29	0.28	-0.12	-0.22	-0.07	0.29	-0.1	0.34	0.24	0.21	0.12	-0.14	0.16	-0.15	0.01	-0.22	-0.51	-0.4	-0.15	-0.1	-0.06	0.06	-0.04	-0.01	-0.27	-0.36	-0.06	-0.29	-0.3	-0.45	-0.36	-0.51	-0.94	-1.18	-1.74	-1.22	0.2	-0.2	-0.47	0.04	-0.71	0.4	0.33	0.33	0.65	0.45	0.39	-0.18	-0.69	0.65	0.56	0.38	0.06	1.02	0.95	-0.1	0.07	0.04	-0.45	-0.18	-0.06	-0.71
+YGR178C	PBP1   MRNA PROCESSING     POLY(A)-BINDING PROTEIN BINDING PROTEIN	-0.18	1.84	-0.32	0.06	-0.18	0.1	-0.06	-0.01	0.12	0.01		0.06	-0.18	0.07	-0.06	0.31	-0.14	0.16	0.49	0.16	0.25	0.37	-0.18	0.12	0.14	0.38	0.3	0.4	-0.04	0.21	0.4	0.2	-0.34	-0.47	-0.29	-0.07	-0.14	-0.32	-0.36	-0.43	-0.15	-0.14	-0.25	-0.34		-0.27	-0.15	0.15	-0.22	-1.4	-1.84	-1.74	-1.89	0.94	-0.14	0.31	-0.34	-1.18		0.5	0.79	1	0.75	0.44	-0.17	-0.6	0.12	0.03	0.24	0.33	0.21	1.01	0.07	-0.03	0.23	-0.25	-0.17	0.56	-0.03
+YDR388W	RVS167 CYTOSKELETON        ACTIN-BINDING PROTEIN	-0.32	0.2	0.12	0.4	-0.23	0.36	-0.36	0.04	0.04	0.36	0.14	-0.06	-0.17	-0.27	-0.14	0.06	-0.01	-0.06	1.16	0.65	-0.09	-0.22	-0.22	-0.18	0.08	0.28	0.19	0.26	0.21	0.37	0.54	0.7	0.08	-0.18	-0.22	-0.23	-0.34	-0.32	-0.14	-0.06	-0.1	-0.09	-0.2	0.38	0.14	0.11	0.23	0.06	-0.6	-1.36	-1.56	-1.32	-1.36	0.63	-0.15	0.3	0.42	-0.15	0.61	1.24	1.04	1.46	0.97	1.04	0.2	-0.32	0.9	0.81	0.6	0.53	0.23	1.44	-0.2	-0.38	-0.18	-0.09	-0.45	0.65	-0.22
+YCR088W	ABP1   CYTOSKELETON        ACTIN BINDING PROTEIN	0.08	0.11	0.29	0.32	0.14	0.39	-0.04	0.37	0.28	-0.17	0.15	0.37	0.03	0.01	0.07	0.58	-0.03	0.23	0.41	0.38	0.48	0.51	-0.25	0.12	0.15	0.59	0.49	0.58	-0.12	0.72	0.77	0.77	-0.67	-1.29	-1.18	-0.49	-0.67	-0.67	-0.54	-0.45	-0.01	-0.07	-0.27	0.18	0.06	0.04	0.19	0.14	-0.54	-1.32	-1	-1	-1.25	0.75	0.26	0.16	-0.64	-1.84	0.59	0.92	1.29	1.96	0.64	1.12	0.5	-0.67	0.92	1.14	0.67	0.44	0.55	0.59	0.16	0.1	0.25	-0.03	-0.3	0.7	-0.12
+YBL007C	SLA1   CYTOSKELETON        CORTICAL ACTIN ASSEMBLY	0.06	-0.23	-0.04	-0.17	-0.01	-0.15	-0.01	0.08	-0.15	0.16	-0.01	0.19	-0.1	0.29	-0.07	0.24		0.2	0.36	0.31	0.19	0.2	-0.1	0.1	0.19	0.07	0.41	0.32	-0.1	0.57	0.29	0.31	-0.36	-0.56	-0.42	-0.18	0.03	0.01	-0.76	-0.58	-0.42	-0.34	-0.47	-0.1	-0.18	-0.4	-0.38	-0.04	-0.71	-1.15	-1.51	-1.4	-1	0.38	-0.03	-0.06	-0.1	-0.54	0.57	0.99	1.22	1.63	0.63	2.03	-0.74	-0.71	0.04	-0.04	0.84	0.29	0.95	1.18	0.18	-0.09	0.1	0.18	0.29	0.46	-0.04
+YOR181W	LAS17  CYTOSKELETON        CORTICAL ACTIN PATCH COMPONENT	-0.09	0.21	0.15		0.08	0.08	0.03		-0.2	-0.01	-0.38	-0.27	-0.3	-0.29	-0.25	-0.12	0.16	-0.12	0.78	-0.2	-0.42	-0.18	-0.51	-0.32	-0.2	-0.04	0.06	-0.3	-0.12	0.01	0.11	0.01	-0.56	-0.38	-0.3	0.14	0.07	-0.14	-0.2	-0.04	-0.17	-0.3	-0.25	-1	-0.51	-0.29	-0.42	-0.27	-0.42		-1.15	-1.4	-1.06	0.26	-0.09	0.12	0.08	-0.84	0.42	1.58	0.31	1.37	0.91	0.61	-0.29	-0.54	-0.67	0.38	0.53	0.39	0.93	0.44	-0.47	-0.23	0.56	-0.38	-0.14	0.75	0.94
+YJL159W	HSP150 HEAT SHOCK RESPONSE    SECRETED GLYCOPROTEIN OF HSP FAMILY	0.51	0.54	0.7	0.14	-0.92	-1.74	-1.56	-1.43	-0.15	0.58	1.29	0.91	0.55	-0.32	-0.51	-0.84	-0.97	-0.07	0.9	0.64	0.1	-0.04	-0.4	-0.14	-0.49	-0.42	-0.18	-0.12	-0.36	1.22	1.24	0.78	1.7	1.32	-0.97	-1.15	-1.06	0.79	1.63	0.76	-0.42	-1.43	-0.42	0.57	-0.49	0.48	0.26		-2	-2.4	-2.84	-2.4	-2.64	0.52	-0.76	-0.29	-2	-2.74	0.77	0.9	1.55	1.32	0.29	0.94	-0.2	-0.89	0.16	0.49	0.29	0.23	0.36	0.33	0.15	0.18	0.23		0.01	0.53	0.64
+YIL143C	SSL2   TRANSCRIPTION       TFIIH HELICASE	-0.12	0.19	-0.09	0.12	-0.2	-0.23	-0.07	-0.12	0.14	-0.09	0.11	0.1	0.04	-0.14	-0.07	0.23	-0.27	0.01	0.4	0.08	0.16	0.31	-0.06	0.06	0.16	-0.03	0.03	0.14	-0.1	0.31	0.26	0.11	0.71	0.57	0.04	0.32	0.3	0.32	0.3	0.12	-0.03	0.41	0.19	-0.12	0.41	0.03	-0.01	-0.04	-0.3	-0.86	-1.25	-1.36	-0.42	0.28	-0.32	0.29	-0.51	-0.58	0.25	0.21	0.46	0.12	-0.06	-0.04	-0.43	-0.38	-0.22	-0.23	0.25	0.55	0.15	1.11	0.06	0.31	0.11	-0.09	-0.27	0.43	0.45
+YER098W	"UBP9   PROTEIN DEGRADATION, UBI UBIQUITIN C-TERMINAL HYDROLASE"	-0.38	0.1	0.18	0.14	-0.1	-0.04	-0.32	0.07	0.03	-0.18	0.32	0.18	0.06	-0.04	0.07	0.28	-0.22	-0.03	0.74	-0.04	0.08	0.04	-0.12	0.06	-0.01	-0.27	-0.49	-0.45		-0.27	-0.2	-0.1	0.21	0.42	1.09	-0.06		0.03	0.24	0.07	0.42	-0.07	-0.3	0.7	0.29	0.24	0.14		-0.34	-0.64	-1.03	-1.32	-1.06	0.11	-0.42	-0.47	-0.1	-0.12	0.2	0.48	0.18	0.32	0.01	0.28	-0.92	-0.58	-0.42	-0.42	0.01	0.28	0.85	0.66	-0.15	-0.2	0.39	0.14	-0.23	1.13	1.16
+YJR103W	URA8   PYRIMIDINE BIOSYNTHESIS  CTP SYNTHASE	-0.1	-0.17	-0.18	-0.2	-0.22	-0.27	-0.17	-0.3	0.11	-0.18	0.04	-0.25	-0.01	-0.23	-0.01	0.2	-0.42	-0.25	0.15	-0.2	0.08	0.06	-0.22	-0.27	-0.17	0.01	0.28	-0.04	-0.18	0.31	-0.01	-0.01	0.07	0.1	0.04	0.14	0.08	0.12	0.08	0.32	0.19	-0.04	0.1	0.32	0.37	-0.04	0.65	-0.07	-0.42	-0.62	-0.79	-1	-0.71	-0.09	-0.27	0.5	0.16	-0.42	0.29	0.66	0.32	0.6	0.21	0.39	-0.54	-0.84	-0.3	-0.74	0.1	0.04	0.03	-0.12	0.11	0.14	0.18	-0.22	-0.25	0.33	0.51
+YKL038W	RGT1   (GLUCOSE) TRANSPORT    TRANSCRIPTIONAL REGULATOR OF GLUCOSE TRANSPORTERS	-0.29	0.06	0.12	0.12	0.14	-0.1	-0.23		0.07	-0.09	0.6	-0.07	-0.15	-0.14	0.29	0.24	-0.27	-0.34	0.5	-0.15	-0.29	0.03	-0.15	-0.17	-0.2	-0.03	-0.14	-0.23	-0.29	0.11	-0.06	-0.06	0.65	0.3	-0.04	0.25	-0.01	0.32	0.15	-0.01	0.07	-0.01	-0.18	0.5	0.15	-0.27	-0.25	0.1	-0.67	-0.76	-1.09	-1.51	-1.06	-0.12	-0.32	0.15	-0.29	-0.69	-0.18	0.54	0.21	0.58	0.73	0.2	-0.6	-0.94	-0.27	-0.56	-0.04	0.01	0.15	1.01	0.06	0.04	-0.23 [...]
+YGL190C	CDC55  CELL CYCLE       PROTEIN PHOSPHATASE	-0.01		-0.12	-0.09	-0.12	-0.01	0.01	-0.04	-0.2	-0.07	-0.23	-0.06	0.06	-0.15	-0.29	-0.07	0.23	-0.22	0.93	-0.06	0.08	0.12	0.06	0.06	-0.23	0.12	-0.03	-0.3	0.08	-0.07	-0.04	-0.23	0.23	-0.12	-0.27	0.03	0.04	-0.04	-0.03	-0.34	-0.03	0.06	-0.03	-0.22	0.23	0.01	-0.12	-0.38	-0.54	-0.69	-1.03	-1.25	-1.03	0.32	-0.06	-0.03	-0.27	0.01	-0.14	0.55	0.14	-0.22	-0.07	0.12	-0.12	-0.51	-0.25	-0.74	-0.03	0.38	0.8	0.77	-0.15	-0.12	-0.09	-0.1	-0.42	1.01	0.24
+YHL019C	APM2   ENDOCYTOSIS      AP-2 COMPLEX SUBUNIT	0.01	-0.45	0.08	0.03	-0.25	-0.2	-0.04	0.08	-0.14	-0.15	-0.36	-0.22	-0.04	-0.25	-0.27	-0.12	0.19	0.03	0.7	-0.42	-0.34	0.06	0.01	-0.32	-0.42	-0.25	-0.3	-0.56	-0.07	-0.27	-0.1	-0.29	-0.23	-0.09	-0.22	-0.04	-0.64	0.38	-0.62	0.51	0.95	-0.27	-0.25	0.6	-0.54	-0.54	-0.45	-0.29	-0.79	-1.15	-1.32	-1.6	-1.47	0.24	-0.07	-0.45	-0.64	-0.92	-0.25	0.79	1.11	0.62	0.18	0.94	-0.4	-0.01	-0.74	-0.54	-0.6	0.54	0.52	0.31	-0.45	0.31	0.11	-0.12	-0.23	0.41	-0.27
+YDR156W	RPA14  TRANSCRIPTION       RNA POLYMERASE I SUBUNIT A14	0.07	0.1	-0.14	-0.58		-0.22	0.03	-0.27	-0.09	0.06	-0.06	0.01	-0.09	0.89	-0.32	-0.22	-0.06	-0.32	-0.38	-0.22	-0.12	-0.06	0.04	-0.18	-0.12	0.19	0.07	-0.04	-0.43	-0.14	-0.38	0.03	1.06	0.78	0.21		0.42	0.41	0.37	0.15	-0.38	0.14	0.38	-0.84	-0.25	-0.42	-0.32	-0.27	-0.84	-0.79	-1.09	-0.92	-0.67	-0.45	-0.56	-0.42	-1.4	-0.84	0.44	-0.07	-0.15	0.39	0.61	1.12	-0.56	-0.49	-0.74	-0.27	0.23	0.29	0.46	1.16	-0.45	-0.25	0.04	-0.43	-0.74	-0.06	-0.79
+YEL036C	ANP1   PROTEIN GLYCOSYLATION    MANNOSYLTRANSFERASE COMPLEX SUBUNIT	-0.01	-0.29	-0.43	0.06	0.01	0.15	0.41	0.07	-0.18	-0.22	-0.47	-0.3	-0.18	0.07	-0.07	0.01	0.26	-0.17	-0.34	-0.25	-0.1		0.37	0.38	0.4	0.31	0.25	0.29	0.31	0.01	0.07	0.26	0.49	-0.1	0.03	0.5	0.36	0.04	-0.1	-0.06	-0.09	0.45	0.16	-1.12	-0.22	-0.3	-0.25	0.28	-0.32	-0.32	-0.43	-0.42	-0.42	0.21	-0.1	-0.32	0.01	-0.36	0.03	-0.06	0.08	0.03	0.34	0.21	-0.15	-0.97	-0.3	-0.3	0.07	0.26	0.84	1.29	-0.69	-0.27	0.44	-0.15	-0.42	0.26	0.07
+YDR232W	HEM1   HEME BIOSYNTHESIS     5-AMINOLEVULINATE SYNTHASE	0.03	-0.54	-0.12	-0.18	0.03	0.34	0.16	0.12	0.12	0.32	-0.01	-0.14	-0.17	0.07	0.21	0.06	-0.12	0.43	-0.2	0.1	0.12	0.26	0.28	0.1	0.14	0.26	0.11	0.15	-0.3	-0.01	-0.29	-0.17	0.45	0.07	0.72	0.39	0.32	0.12	-0.01	-0.07	-0.29	0.07		-0.92	-0.4	-0.58	-0.54	-0.14	-0.36	-0.54	-0.54	-0.62	-0.58	-0.04	0.04	0.29	-0.62	-0.67	0.31	-0.4	-0.38	0.18		0.23	-0.51	-1.15	-0.15	0.03	0.41	0.29	1.01	1.71	-0.1	-0.06	0.62	-0.27	-0.01	0.2	0.5
+YHL020C	OPI1   PHOSPHOLIPID METABOLISM  NEGATIVE REGULATOR OF PHOSPHOLIPID BIOSYNTHESIS	-0.01	-0.03	0.21	-0.1	0.06	0.25	0.28	0.21	0.11	0.11	-0.03	-0.09	-0.17	0.18	-0.07	0.07		-0.04	0.33	0.39	0.01	0.24	0.55	0.32	0.45	0.2	0.12	-0.17	0.21	-0.15	-0.25	-0.14	0.19	0.26	0.23			0.16	0.1	-0.1	-0.03	-0.79	-0.27	-0.27	-0.17	-0.1	-0.04	-0.1	-0.6	-0.79	-1.06	-0.81	-0.51	-0.27	-0.2	-0.25	-0.67	-1.4	0.24	0.1	0.29	-0.09	-0.22	0.36	-0.23	-0.23	-0.71	-0.25	-0.03	0.28	1.44	1.46	-0.25	0.01	0.28	-0.06	-0.27	 [...]
+YDR072C	IPT1   SPHINGOLIPID BIOSYNTHESI INOSITOLPHOSPHOTRANSFERASE 1	0.2	0.82	-0.29	0.93	-0.58	1.2	-0.23	0.79	-0.18	0.25	0.06	-0.34	-0.18	-0.03	-0.36	-0.04	0.54	0.43	0.42	0.03	0.25	-0.09	0.2	0.36	0.43	0.31	0.07	0.3	0.36		0.04		0.06	-0.18	0.07	0.39	0.77	0.67	0.75	0.61		0.44	0.4	-0.74	-0.43	0.06	-0.18		-0.97	-0.74	-1.06	-0.81	-1.09	-0.14	-0.38	0.04	-1.4	-1.25	0.34	0.04	-0.12	-0.69	-0.14	0.7	-0.49	-0.62	0.32		0.59	0.72	0.62	1.1	-0.15	0.01	0.4	-0.23	-0.42	0.39	-0.12
+YPL089C	RLM1   CELL WALL ORGANIZATION   MADS BOX TRANSCRIPTION FACTOR	0.93	-0.18	-0.27	0.24	-0.07	0.24	0.2	0.04	-0.18	-0.27	-0.51	-0.07	-0.07	-0.17	-0.04	0.2	-0.07	-0.06	1.16	-0.1	0.11	0.32	0.18	-0.1	-0.06	-0.23	-0.34	0.01	0.01	0.04	0.11	-0.25	0.74	0.49	0.84	0.5	0.4	0.28	0.46	0.14	-0.89	0.19	0.1	-0.58	0.42	0.34	0.16	0.24	-1.12	-1.22	-1.29	-1.03	-1	-0.74	-0.27	-0.22	-1.89	-1.15	0.25	-0.15	0.24	0.49	0.01	0.64	-0.49	-1	0.31	0.18	0.6	0.49	1.45	1.22	0.14	0.23	0.31	-0.36	-0.49	0.39	0.23
+YKR072C	SIS2   CELL CYCLE AND ION HOMEO UNKNOWN	0.41	0.07	-0.17	-0.01	-0.22		0.01	0.19	0.03	0.01	-0.04	0.01	-0.14	0.1	-0.17	-0.03	0.25	-0.03	0.65	0.33	0.21	0.71	0.61	0.16	0.01	-0.25	-0.12	-0.2	-0.3	-0.36	-0.14	-0.22	0.23	0.31	0.26	0.16	0.25	0.16	0.11	-0.15	-0.27	-0.01	0.01	-0.27	0.08	-0.23	-0.2	-0.15	-0.86	-0.79	-1.15	-1.03	-0.84	0.08	-0.18	-0.2	-0.64	-0.23	-0.17	-0.29	0.15	0.2	0.01	0.78	-0.4	-0.64	-0.51	-0.56	0.57	0.67	1.1	0.69	0.12	-0.07	-0.34	-0.58	-0.62	0.31	-0.38
+YER108C	FLO8   FLOCCULATION (AND PHD)   FLO1 ACTIVATOR	-0.62	-0.4	-0.2	-0.18	-0.2	-0.29	0.14	0.12	-0.18	-0.18	-0.25	-0.1	-0.03	0.03	-0.25	-0.1	-0.04	-0.1	-0.04	-0.18	-0.34	0.14	0.3	0.01	0.26	0.1	-0.1	-0.47	0.19	-0.06	-0.36	-0.1	-0.01	0.16	0.52	0.15	0.16	-0.23	0.07	-0.25	0.33	0.01	0.03	-0.01	-0.07	-0.2	-0.18	-0.49	-0.38	-0.69	-1.06	-0.84	-0.81	0.28	-0.12	0.38	-0.27	-0.84	-0.38	-0.15	0.12	0.51	0.1	0.41	-0.32	-0.47	-0.32	-0.36	-0.12	0.42	0.74		-0.38	-0.29	0.45	-0.14	-0.42	0.45	0.12
+YDR293C	SSD1   DRUG RESISTANCE     PUTATIVE PROTEIN PHOSPHATASE	0.24	0.28	0.12	0.38	0.45	0.14	-0.01	0.11	0.4	-0.15	1.21	0.03		0.01	0.85	0.71	-0.04	-0.1	0.14	-0.09		0.04	-0.58	-0.29	-0.18	-0.04	-0.15		-0.38	0.26	0.26	-0.07	-0.09	-0.09	0.19	-0.36	-0.36	0.08	-0.23	1.62	-0.34	-0.49	-0.34	-0.4	-0.12	-0.22	-0.4	-0.03	-0.74	-1.03	-1.22	-1.12	-0.58	0.33	-0.34	0.3	-0.38	-0.14	0.24	0.93	0.59	0.63	0.34	0.28	-0.74	-0.25	-0.06	0.11	0.37	-0.2	0.72	1.08	0.16	0.15	-0.3	-0.4	-0.27	0.24	0.87
+YJL116C	NCA3   ATP SYNTHESIS       REGULATES EXPRESSION OF F0F1 ATPASE SUBUNITS	0.64	0.8	1.21	0.25	0.03	0.15	0.15	0.28	0.38	0.19	0.01	-0.04	-0.2	-0.38	-1	-0.23	-0.3	-0.18	-1.06	0.34	0.21	1.14	1.29	0.88	0.54	0.23	-0.25	-0.09	-0.43	-0.64	-0.43	0.55		-0.29	-0.58	-0.27	-0.4	0.12	-0.17	0.55	1.4	-0.22	-0.14	0.43	-0.34	-0.18	-0.09	0.03	-0.6	-0.58	-1.15	-1.03	-1.18	-0.45	-0.34	-0.76	-1.94	-1.94	0.39	-0.03	0.65	1.54	-0.06	1.1	-0.23	-0.6	0.38	-0.43	0.24	0.95	0.9	1.79	-0.4	-0.47	-0.07	-0.15	-0.12	0 [...]
+YDR265W	PEX10  PEROXISOME BIOGENESIS    INTEGRAL MEMBRANE PROTEIN	0.03	-0.27	0.06	-0.27	0.38	-0.15	0.18	0.08	0.06	-0.03		-0.29	0.04	-0.09	-0.25	-0.04	0.1	-0.27	0.77	-0.43	-0.25	-0.67	-0.36	-0.58	-0.56	-0.4	-0.4	-0.47	-0.29	-0.17	-0.34	-0.32	-0.34	-0.09	-0.22	-0.32	-0.23	-0.47	-0.32	-0.34	-0.29	-0.3	-0.36	-0.3	-0.17	-0.25	-0.12	-0.4	-0.56	-1.06	-0.69	-0.22	-0.54	0.26	-0.03	0.28	-0.62	-1	-0.1	0.04	0.1	0.32	0.01	0.6	-0.4	-0.2	-0.17	-0.3		0.15	0.66	0.2	-0.3	-0.14	0.16	-0.12	-0.38	0.58	0.5
+YBR176W	ECM31  CELL WALL BIOGENESIS     UNKNOWN	-0.18	-0.58	0.12	-0.54	-0.01	-0.32	-0.22	0.15	-0.25	0.34	-0.36	0.34	-0.17	-0.67	-0.32	0.21	0.15	0.18	-1.06	-0.76	-0.58	-0.67	-0.56	-1.03	-0.86	-0.58	-0.34	-0.64	-0.71	-0.36	-0.56	-0.54	-0.29	-0.23	0.01	-0.47	-0.29	-0.15	-0.25	0.04	-0.3	-0.42	-0.45	-0.01	-0.3	-0.6	-0.34	-0.29	-0.51	-1.18	-1.06	-1.15	-0.58	0.19	-0.6	-0.04	-0.67	-0.97		-0.06	-0.22	0.14	0.14	0.48	-0.1	0.21	-0.2	-0.49	0.11	0.14	0.48	0.28	-0.17	-0.04	0.34	-0.06	-0.22	0.32	0.04
+YBR182C	SMP1   CELL WALL ORGANIZATION   MADS BOX TRANSCRIPTION FACTOR	0.58	-0.49	0.25	-0.29	-0.01	0.14	0.46	0.24		0.53	0.12	-0.14	-0.15	-0.47	-0.12	0.12	0.11	-0.58	-0.49	-1.22	-0.45	-0.62	-0.23	-0.54	-0.62	-0.6	-0.51	-0.51	-0.86	-0.62	-0.94	-0.76	0.1	0.54	0.64	0.1	-0.38	-0.06	0.2	0.4	-0.2	-0.18	-0.6	0.52	-0.14	-0.47	-0.15	0.01	-1.09	-1.47	-1.09	-0.86	-0.4	-0.47	0.15	0.24		-1.56	0.5	-0.12	0.12	0.9	0.24	0.72	-0.76	-0.64	-0.45	-0.56	0.39	0.3	0.56	0.03	-0.36	-0.49	0.03	-0.58	-0.43	0.12	-0.2
+YGL035C	MIG1   GLUCOSE REPRESSION    TRANSCRIPTIONAL REPRESSOR	-0.62	-0.25	-0.15	-0.36	-0.18	-0.3	-0.58	-0.18	-0.09	-0.22	0.86	0.21	0.07	-0.36	0.01	0.26	-0.42	-0.34	0.5	-0.06	-0.04	0.1	-0.22	-0.32	-0.23	0.04	-0.17	-0.22	-0.22	-0.04	0.3	0.25	-0.64	0.42	-0.1	-0.51	-0.43	-0.12	-0.81	0.61	-0.06	-1.22	-0.67	-0.2	-1.4	-0.36	-1.03	0.12	-0.25	-0.6	-1.64	-1.12	-1.29	0.14	-1.43	-0.71	-1.56	-2	-0.18	0.59	0.21	0.06	-0.04	-0.49		0.28	-0.15	-0.67	-0.4	-0.01	-0.45	0.2	0.2	0.49	-0.14	-0.62	-0.43	0.48	0.07
+YDR432W	NPL3   MRNA EXPORT; PROTEIN IMP NUCLEAR SHUTTLING PROTEIN	-0.47	-0.6	-0.6	-0.47	-0.64	-0.56	-0.38	-0.29	0.14	0.4	0.36	-0.12	-0.07	-0.23	-0.04	0.24	-0.4	0.03	0.63	0.38	-0.74	0.28	-0.01	0.07	0.29	0.74	0.58	0.72	0.39	0.52	0.62	0.44	-0.49	-0.47	-0.54	-0.09	0.15	0.08	0.11		0.03	0.14	0.24	0.54	0.26	-0.07	0.11	0.24	-1.74	-1.4	-1.56	-1.51	-1.47	-0.71	-0.51	-0.71	-0.89	-0.32	0.12	0.48	0.33	0.08	-0.64	-0.64	-0.64	-0.14	0.28	-0.18	-0.07	0.08	-0.71	0.93	-0.18	-0.27	-0.38	-0.81	-0.45	-0.22	-1.25
+YIL022W	TIM44  MITOCHONDRIAL PROTEIN TA INNER MEMBRANE TRANSLOCASE COMPONENT	0.01	0.1	-0.04	0.11	-0.07	0.1	0.01	0.1	0.12	0.06	0.18	0.12	0.18	-0.04	0.1	0.31	-0.18		0.04	-0.09	0.12	0.16	0.11	0.49	0.57	0.62	0.58	0.3	0.2	0.44	0.43	0.38	0.3		-0.03	0.15	0.15	0.39	0.43	0.37	0.42	0.42	0.16	0.25	0.74	0.51	0.42	-0.17	-0.76	-0.71	-1.15	-1.06	-0.71	-0.03	-0.06	0.1	-0.89	-0.34	0.1	-0.3	-0.14		-0.42	-0.03	-0.06	-0.4	-0.01	-0.27	-0.1	-0.17	0.15	0.33	-0.09	-0.12	-0.3	-0.32	-0.45	0.36	-0.6
+YIL116W	HIS5   HISTIDINE BIOSYNTHESIS   HISTIDINOL-PHOSPHATE AMINOTRANSFERASE	0.08	0.37	0.34	0.39	-0.27	0.11	-0.25	-0.23	0.03	-0.18	0.01	-0.12	-0.14	-0.12	0.03	0.01	-0.1	0.06	0.03	0.11	-0.09	-0.09	-0.62	-0.51	-0.42	-0.43	-0.2	-0.04	0.07	0.14	0.1	0.37	-0.07	0.06	0.19	0.28		0.07	0.06	0.4	0.97	0.24	0.31	0.82	0.21	0.4	0.83	0.01	0.04	-0.92	-1.36	-0.97	-0.84	1.27	-0.54	-0.76	-0.3	-0.86	-0.27	0.37	0.19	0.03	-0.03	-0.1	-0.06	-0.69		-0.22	-0.4	0.29	-0.17	-0.3	-0.01	0.12		0.01	-0.03	0.23	-0.43
+YDR463W	STP1   TRNA SPLICING       TRANSCRIPTION	-0.51	-0.64	-0.32	-0.67		-0.42	-0.01	-0.17	-0.04	-0.22	-0.04	-0.29	-0.27	-0.34	-0.32	-0.17	-0.04	-0.4	0.39	-0.1	-0.47	-0.4	-0.4	-0.43	-0.58	-0.25	-0.23	-0.45	-0.56	-0.09	-0.4	-0.3	0.16	0.3	-0.36	-0.06	-0.22	-0.32	-0.56	-0.04	-0.23	-0.62	-0.45	0.06	-0.38	-0.42	-0.43	0.04	-0.38	-0.6	-0.97	-0.81	-0.79	0.06	-0.51	-0.15	-0.04	-0.36	-0.25	0.15	0.07	0.42	0.37	1.64	-0.23	-0.6	-0.22	-0.56	0.15	-0.17	-0.62	-0.71	0.07	-0.01	0.12	-0.17	-0.12	0.63	0.33
+YLR309C	IMH1   SECRETION (PUTATIVE)     UNKNOWN; SUPPRESSES YPT6 TS MUTATION	0.07	-0.07	0.07	-0.07	0.23	-0.1	0.28	-0.1	0.07	-0.15	0.57	-0.3	-0.03	-0.17	0.24	0.2	-0.42	-0.25	-0.23	-0.32	-0.49	-0.22	-0.36	-0.62	-0.56	-0.51	-0.27	-0.47	-0.47	-0.04	-0.1	-0.4	0.07	-0.01	-0.09	-0.18	-0.38	-0.17	-0.2	-0.3	-0.25	-0.3	-0.34	0.19	-0.84	-0.14	0.11	-0.07	-0.97	-0.54	-1	-1.43	-1.15	-0.64	-0.36	-0.56	-0.84	-0.29	-0.18	-0.03	0.14	0.2	-0.15	1.43	-0.49	-0.01	-0.32	-0.56	0.03	0.23	-0.34	-0.56	0.18	-0.03	- [...]
+YGL017W	ATE1   PROTEIN SYNTHESIS     ARGINYL TRNA TRANSFERASE	0.07	-0.14	-0.17	-0.23	-0.01	-0.18	-0.18	0.01	0.1	-0.2	0.25	-0.07	-0.01	-0.32	-0.14	0.1	-0.32	-0.07	0.04	-0.23	-0.51	-0.1	-0.27	-0.42	-0.27	-0.07	-0.12	-0.2	-0.04	-0.3	-0.36	-0.09	0.11	0.21	0.18	-0.07	0.11	0.14	0.19	0.06	-0.17	-0.09	-0.17	-0.14	0.11	-0.14	-0.03	-0.15	-0.94	-1.18	-1.69	-0.97	-1.12	0.11	-0.47	-0.01	-0.81	0.15	0.45	0.52	0.06	0.48	0.25	0.76	-0.47	-0.47	-0.09	-0.49	-0.43	0.37	-0.04	-0.42	-0.12	0.39	0.43	-0.12	-0.43 [...]
+YOL009C	MDM12  MITOCHONDRIAL INHERITANC TRANSMEMBRANE PROTEIN	0.32	-0.23	-0.06	-0.69	-0.3	-0.38	-0.09	-0.09	-0.17	-0.22	-0.27	-0.22	-0.2	-0.34	-0.4	-0.27	-0.27	0.54	-0.42	-0.67	-0.79	-0.34	-0.25	-0.29	-0.56	-0.29	-0.04	-0.06	-0.51	-0.09	-0.3	-0.07	0.33	0.58	0.23	0.01	0.12	0.19	-0.07	-0.32	-0.36	-0.07	-0.14	-0.62	0.01	-0.25	0.06	-0.67	-0.71	-1.03	-1.22	-1.56	-1.29	0.14	-0.69		-0.67	-0.14	0.76	0.25	0.14	0.57	0.01	0.88	0.28	-0.22	-0.27	-0.81	0.1	0.79	-0.42	-0.89	-0.49	-0.32	-0.32	-0.34	-0.4 [...]
+YOR092W	ECM3   CELL WALL BIOGENESIS     UNKNOWN	-0.03	-0.06	0.21	-0.14	0.19	-0.14	0.38	-0.25	-0.01	-0.1	-0.22	-0.4	0.06	0.18	0.03	-0.43	-0.06	-0.06	0.33	0.18	0.03	0.01	-0.14	-0.18	-0.69	-0.6	-0.49	-0.49	-0.89	-0.67	-0.58	-0.54	0.38	0.14	0.28	0.53	0.55	0.55	0.16	0.26	0.34	0.54	0.49	-0.94	0.14	-0.03	0.08	-0.54	-1.12	-1	-1.12	-1.6	-1.74	-0.25	-0.38	-1.32	-0.81	-0.29	0.1	0.6	-0.07	-0.45	0.37	2.05	-0.74	-0.89	-0.17	-0.15	-0.25	0.37	-0.27	-0.58	-0.09	0.19	0.55	0.33	0.04	0.1	0.41
+YDL048C	STP4   TRNA SPLICING       UNKNOWN	1.1	0.12	0.03	-0.15	0.08	-0.27	-0.15	-0.38	-0.32	0.26	-0.22	-0.04	-0.29	-0.51	-0.4	-0.18	-0.07	-0.22	1.8	-0.4	-0.27	-0.34	-0.34	-0.76	-0.6	-0.3	-0.47	-0.4	-0.67	-0.58	-0.36	-0.36	2.09	1.89	1.8	1.65	1.64	1.83	1.39	1.29	0.77	1.49	1.63	0.58	0.85	0.61	0.63	-0.34	-1.03	-0.92	-1.79	-1.51	-1.84	-0.49	-0.6	-0.89	-2.56	-1.32	0.42	-0.86	-1.03	-1.15	-1.64	-0.79	-0.69	-1.06	-0.43	-1.12	0.18	0.41	0.6	-1.18	-0.07	0.41	1.2	0.51	0.55	0.81	0.67
+YOL143C	"RIB4   RIBOFLAVIN BIOSYNTHESIS  6,7-DIMETHYL-8-RIBITYLLUMAZINE SYNTHASE"	-0.06	-0.43	-0.4	-0.17	-0.18	-0.23	0.11	-0.36	-0.04	-0.43	-0.2	-0.38	-0.07	-0.54	-0.18	-0.38	-0.23	-0.4	-0.43	0.39	0.66	0.64	-0.12	-0.36	-0.38	-0.14	-0.06	-0.15	-0.36	0.23	0.08	-0.3	-0.06	-0.27	0.1	0.1	0.07	0.08	0.04	0.26	0.1	0.14	0.39	-0.2	0.31	0.06	0.45	-0.06	-0.6	-0.97	-1.06	-0.84	-0.89	0.6	0.1		-1.64	-1.69	-0.25	-0.62	-0.89	-1.43	-1.15	-0.84	0.43	-0.09	0.19	0.37	-0.27	-0.29	-0.17	-1.12	-0.01	-0.07	0.12	 [...]
+YNL306W	"NONE   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL SMALL SUBUNIT"	-0.27	-0.36	-0.07	0.01	0.16	-0.09	0.19	-0.01	-0.14	-0.3	-0.2	-0.47	-0.23	-0.4	-0.03	-0.36	-0.4	-0.23	0.21	-0.34	-0.2	-0.27	-0.12	-0.32	0.04	-0.03	-0.09	-0.36	-0.01	0.1	-0.01	-0.06	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.49	-0.76	-1	-0.76	-0.89	-1	0.04	-0.3	-0.49	-0.81	-0.86	-0.22	0.14	0.18	-0.25	-0.2	-0.4	-0.3	-0.07	0.11	-0.15	-0.25	0.11	0.19	-0.38	-0.01	-0.0 [...]
+YML110C	DBI56  UBIQUINONE BIOSYNTHESIS  METHYLTRANSFERASE	0.08	0.11	0.26	-0.07		-0.42	0.08	-0.71	-0.18	-0.18	-0.17	-0.17	-0.15	-0.56	-0.22	-0.69	-0.36	-0.62	0.15	-0.43	-0.29	-0.47	-0.6	-0.22	-0.43	0.24	0.1	0.28	0.16	0.29	-0.06	0.25	0.57	0.08	-0.38	-0.27	0.06	0.36	0.83	0.8	0.56	0.58	0.61	0.31	1.29	1.25	1.32	-0.34	-0.71	-0.64	-0.34	-0.71	-0.84	-0.15	0.03	-0.43	-1.29	-1.03	-0.6	0.26	0.11	-0.47	-0.12	-0.92	0.31	0.01	0.56	0.15	-0.76	-0.56	-0.76	-0.86	-0.04	0.29	0.61	0.41	0.51	1.16	0.5
+YLR203C	"MSS51  MRNA SPLICING, COX1 AND  UNKNOWN"	-0.27	-0.4	-0.09	-0.25	0.04	-0.47	0.01	-0.4	-0.27	-0.14	-0.27	-0.34	-0.1	-0.54	-0.29	-0.34	-0.06	-0.42	-0.2	-0.62	-0.43	-0.58	-0.56	-0.43	-0.36	0.12	0.54	0.39	-0.18	0.64	0.48	0.04	0.43	-0.14	-0.25	0.03	0.39	0.54	0.9	0.84	0.5	0.65	0.77	0.29	0.9	0.77	0.83	-0.27	-0.69	-0.79	-0.6	-0.97	-1.06	-0.3	-0.3	-0.36	-0.6	-0.23	-0.1	0.55	0.07	0.2	0.29	-0.6		-0.36	0.1	-0.29	-0.14	-0.47	-0.34	-0.56	0.2	0.5	0.5	0.11	0.29	0.72	0.56
+YPR047W	MSF1   PROTEIN SYNTHESIS     MITOCHONDRIAL PHENYLALANYL-TRNA SYNTHETASE SUBUNIT	0.01	0.33	-0.17	-0.3	-0.43	-0.25	-0.22	-0.27	-0.29	-0.06	-0.38	-0.45	-0.4	-0.67	-0.58	-0.43	-0.23	-0.6	-0.12	-0.56	-1.15	-0.45	-0.34	-0.32	-0.07	0.11	-0.07		0.34	0.39	0.1	0.19	0.32	-0.12	-0.34	-0.36	-0.17	-0.04	0.69	0.96	1.03	-0.34	0.34	1.74	1	0.94	1.14	-0.32	-0.6	-0.58	-1.15	-1.12	-1.4	0.1	-0.23	-0.18	-1.12	-0.6	0.56	0.45		0.69	-0.58	0.24	-0.69	0.36	-0.32	-0.42	-0.14		0.01	0.46	-0.18	-0.23	0.42	0.15	 [...]
+YBR251W	"MRPS5  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL S5"	-0.34	-0.79	-0.22	-0.34	-0.18	-0.45	-0.15	0.24	-0.09	0.2	-0.27	-0.14	-0.22	-0.09	-0.49	0.28	-0.18	0.76	-0.34	-0.92	-0.6	-0.03	-0.25	0.2	-0.2	0.23	0.32	0.07	-0.4	0.29	0.56	-0.01	0.15	0.19	-0.04	-0.25	0.21	0.41	0.63	0.44	0.07	0.36	0.33	0.65	1.06	0.83	0.91	-0.36	-0.47	-0.34	-0.47	-0.64	-0.67	-0.14	-0.32	-0.4	-0.56	-0.42	-0.42	-0.18	-0.04	-0.18	-0.38	0.03	-0.42	-0.2	-0.36	-0.64	-0.58	0.16	0.21	-0.06	-0.23	-0.25		0.15	 [...]
+YGR171C	MSM1   PROTEIN SYNTHESIS     MITOCHONDRIAL METHIONYL-TRNA SYNTHETASE	0.21	-0.23	0.03	-0.14	-0.54	-0.2	0.16	0.03	0.01	-0.22	-0.04	-0.23	-0.01	-0.22	-0.07	-0.2	0.01	-0.12	-0.03	-0.32	-0.32	-0.27	-0.32	-0.18	-0.34	-0.27	-0.1	-0.45	-0.03	-0.06	-0.4	-0.14	-0.34	0.04	-0.12	-0.03	0.26	0.5	0.75	0.5	0.31	0.45	0.33	-0.01	0.77	0.67	0.72	-0.49	-0.49	-0.84	-1.12	-0.56	-0.47	0.24	-0.67	-0.12	-0.51	-0.25	0.21	-0.25	-0.09	-0.1	-0.12	-0.03	-0.17	-0.12	-0.23	-0.34	-0.45	0.34	0.31	0.03	-0.42	-0.51	 [...]
+YPL172C	COX10  RESPIRATION      CYTOCHROME-C OXIDASE ASSEMBLY	-0.25	-0.32	-0.09	-0.03	-0.27	-0.17	-0.22	-0.4	-0.22	-0.23	-0.29	-0.38	-0.17	-0.49	-0.36	-0.58	-0.38	0.01	-0.86	-0.81	-0.79	-0.74	-0.2	-0.27	0.01	0.1	0.11	0.1	0.06	0.18	0.04	0.08	0.19		-0.1	-0.32	0.06	0.07	0.53	0.57	0.15	0.28	0.3	0.04	0.59	0.43	0.42	-0.62	-0.56	-0.58	-0.81	-1.25	-1.09	-0.1	0.14	-0.92	-0.67		-0.3	0.01	-0.18	0.3	-0.23	0.08	-0.29	-0.3	-0.47	-0.76	-0.34	0.25	0.21		-0.03	0.11		-0.27	-0.51	0.28	-0.32
+YNL073W	MSK1   PROTEIN SYNTHESIS     MITOCHONDRIAL LYSYL-TRNA SYNTHETASE	-0.23	-0.27	-0.04	-0.36	-0.04	-0.43	0.01	-0.45	-0.17	-0.23	-0.27	-0.18	-0.22	-0.6	-0.4	-0.34	-0.3	-0.42	-0.47	-0.74	-0.79	-0.38	-0.47	-0.17	-0.09	0.53	0.43	0.45	-0.23	0.45	0.44	0.32	-0.27	-0.47	-0.27	-0.18	-2.06	0.15	0.65	0.65	0.44	0.45	0.38	0.84	0.68	0.75	0.81	-0.34	-1.03	-1.36	-1.56	-2.06	-1.84	-0.07	-0.25	-0.64	-1.25	-0.62	-0.27	0.08	-0.27	0.07	-0.45	-0.71		-0.12	-0.15	-0.74	-0.79	0.06	0.61	-0.23	-0.25	-0.38	-0.1 [...]
+YLR069C	"MEF1   PROTEIN SYNTHESIS     TRANSLATION ELONGATION FACTOR G, MITOCHONDRIAL"	0.37	-0.01	-0.04		-0.1	-0.04	0.07	-0.06	0.07	-0.01	0.18	0.04	0.07	-0.34	0.07	0.15	-0.3	-0.1	-0.89	-0.51	-0.36	-0.36	-0.25	-0.09	0.08		0.38	0.04	0.15	0.41	0.12	-0.14	0.1	-0.3	-0.38	-0.06	0.4	0.97	1.12	1.14	1.02	0.76	0.9	1.39	1.51	1.24	1.41	-0.1	-0.97	-1.06	-1.36	-1.12	-1.25	-0.36	-0.67	-0.23	-1.36	-0.86	0.97	0.2	0.34	0.3	-0.23		-0.22	-0.56	0.04	-0.69	-0.06	-0.17	0.06	-0.29	0.01	0.08	0.07	0.07	-0.06	0.42	-0.09
+YNL252C	"NONE   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL LARGE SUBUNIT"	0.34	0.01	-0.17	-0.03	-0.03	-0.04	0.1	0.07	-0.06	-0.32	-0.27	-0.25	-0.09	-0.2	-0.36	-0.17	-0.89	-0.12	0.52	-0.42	-0.18	-0.09	0.03	-0.06	-0.09	-0.15	-0.36	0.03			0.06	-0.29	0.49	-0.09	-0.23	-0.04	0.34	0.58	0.79	0.83	0.58	0.69	0.59	1.15	1.33	1.06	1.23	-0.2	-0.67	-0.58	-1.18	-1	-0.89	-0.32	-0.62	-0.79	-1.12	-0.74	0.04	0.25	0.32	-0.38	-0.34	0.44	0.1	0.01	0.01	-0.2	-0.01	0.66	0.43	0.74	-0.1	0.37	0.4	0.18	-0. [...]
+YDR322W	"MRPL35 PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L35"	0.07	-0.12		-0.03		0.12	0.25	-0.1	-0.01	-0.23	-0.2	-0.01	0.12	-0.38	-0.04	-0.3	0.16	-0.27	0.08	-0.54	-0.12	-0.4	-0.23	-0.15	-0.06	-0.07	-0.04	-0.04	0.18	0.16	-0.15	0.06	0.43	0.06	0.07	0.3	0.28	0.58	0.91	0.89	0.77	0.4	0.89	-0.25	1.1	1.05	1.02	-0.2	-0.42	-0.4	-0.56	-0.6	-0.92	0.31	-0.43	-0.71	-0.86	-0.74	-0.27	-0.3	0.04	-0.07	-0.4	0.03	-0.36	0.07	-0.07	-0.15	-0.36	0.52	0.41	0.28	-0.76	-0.47	0.26	-0.17	-0.6	0.74	0.74
+YNL005C	"MRP7   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL LARGE SUBUNIT"	-0.23	0.01	0.08	0.12	-0.15	0.16	0.06	-0.09	-0.1	-0.06	-0.29		-0.25	-0.12	-0.2	-0.38	0.03	-0.04	0.11	-0.01	-0.34	-0.09	0.19	-0.12	0.21	0.26	0.19	0.16	-0.01	-0.06	0.01	0.11	0.1	-0.01	-0.2	-0.17	0.21	0.32	0.52	0.76	0.63	0.48	0.4	0.25	0.95	0.72	0.88	-0.45	-0.45	-0.67	-1.09	-1.32	-1.12	0.14	-0.45	-0.67	-0.71	-0.51	-0.14	0.03	0.01	-0.92	-0.71	-0.04	0.18	0.21	0.16	0.04	-0.38	0.28	-0.42	0.14	-0.09	-0.3	-0.17	0. [...]
+YIL070C	NONE   RESPIRATION      MITOCHONDRIAL ACIDIC MATRIX PROTEIN	-0.54	-0.38	0.16	0.25	0.08	0.2	0.1	0.14	0.12	-0.51	0.12	-0.2	-0.12	-0.34	-0.2	-0.06	-0.43	-0.42	-1	-1.12	-0.69	-0.18	0.07	0.12	0.3	0.16	-0.04	0.03	0.46	0.33	-0.09	-0.12	0.3	-0.18	0.08	0.49	0.45	0.74	1.19	1.44	1.56	1.37	1.34	1.21	1.87	1.56	1.91	-0.17	-0.47	-0.43	-0.62	-0.49	-0.23	-0.22	-0.23	-0.09	-1.18	-1.09	-0.27	-0.3	0.23	-0.18	-0.17	0.04	0.2	0.4	0.5	-0.09	-0.45	0.63	-0.22	-0.25	-0.1	-0.1	-0.14	0.18	0.21	0.58	0.26
+YLL009C	COX17  RESPIRATION      CYTOCHROME OXIDASE ASSEMBLY	0.24	0.25	0.14	0.15	0.04	0.11	0.42	0.16	0.19	0.11	0.04	-0.29	0.19	-0.49	0.01	-0.03	-0.1	-0.07	-0.3	-0.79	-0.45	0.11	0.16	0.06	-0.36	0.11	0.26	-0.06	0.23	0.3	0.01	-0.03	0.33	-0.01	0.07	0.33	0.7	1.03	1.14	0.14	1.14	0.65	1.14	0.73	1.81	1.53	2.43	-0.51	-1.29	-1.15	-1.64	-1.29	-1.12	-0.01	-0.42	-0.01	-1.51	-1.6	-0.15	-0.6	-0.17	0.56	-0.17	0.07	-0.18	0.95	0.11	-0.17	-0.45	0.4	-0.43	-0.67	-0.17	-0.1	0.12	0.12		1.04	0.4
+YKL003C	"MRP17  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL SMALL SUBUNIT"	0.18		0.24		-0.03	0.24	0.4	0.08	0.04	-0.09	-0.07	-0.43	-0.01	-0.38	0.12	-0.3	0.32	-0.43	0.68	-0.42	-0.27	0.04	-0.15	-0.29	0.08	0.1	-0.12	-0.4	0.11	-0.01	-0.29	-0.17	0.21	0.11	0.19	0.37	0.42	0.49	0.93	1	0.55	0.73	0.58	0.29	1.18	0.96	1.41	-0.4	-0.79	-0.86	-1.03	-1.12	-1.36	-0.03	-0.06	-0.38	-1.18	-0.89	-0.29	-0.36	-0.18	-0.12	-0.29		0.07	0.28	-0.14	-0.22	-0.07	0.5	-0.2	-0.18	-0.04	-0.27		0.08	0.16	1.1	0.2
+YHR147C	"MRPL6  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L6"	-0.01	-0.07	0.33		0.23	0.2	-0.07	0.32	0.25	-0.25	0.49		0.08	-0.03	-0.07	0.07	-0.45	-0.22	0.19	-0.62	-0.15	-0.12	0.1	-0.12	0.08	-0.18	-0.36	-0.29		-0.09	-0.22	-0.12	-0.1	-0.43	-0.3	0.14	0.31	0.58	0.7	0.83	0.58	0.7	0.63	0.58	1.06	0.8	0.97		-0.64	-1.09	-1.32	-1	-0.71	0.19	-0.4	0.07	-1.18	-1.43	-0.01	-0.15	0.12	-0.36	-0.15	-0.06	-0.12	-0.3	0.04	-0.23	-0.14	0.33	-0.56	-0.22	0.08	0.19	0.1	0.24	0.1	0.96	0.4
+YJL063C	"MRPL8  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L8"	-0.3	-0.47	-0.15	-0.27	-0.14	-0.27	-0.38	-0.3	-0.1	-0.62	-0.06	-0.34	-0.17	-0.38	-0.38	0.11	-0.54	-0.69	0.04	-0.69	-0.12	0.04	0.23	0.01	0.33	0.31	-0.03	-0.12	0.33	0.28	-0.06	0.08	-0.04	-0.32	-0.4	-0.45	0.08	0.57	0.86	0.84	0.59	0.46	0.76	0.62	1.38	1.02	1.43	0.28	-0.45	-0.94	-0.92	-1	-0.79	0.5	0.04	-0.01	-1.6	-2.12	0.06	-0.27	-0.07	-0.27	-0.58	0.14	-0.14	0.19	0.21	-0.17	-0.27	0.34	-0.1	0.11	-0.2	-0.17	0.3	-0.23	-0.1 [...]
+YEL050C	"RML2   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L2"	-0.47	-0.62	-0.25	-0.6	-0.64	0.06	-0.23	-0.18		0.14	0.08	-0.23	-0.12	-0.3	-0.42	-0.03	-1.22	-0.27	-0.15	-0.14	0.2	-0.36	-0.03	0.12	0.51	0.43	0.33	0.34	0.42	0.24	0.29	0.26	0.34	-0.25	-0.25	0.03	0.01	0.32	0.45	0.75	0.62	0.67	0.72	1.06	1.18	0.8	1.13		-0.23	-0.62	-0.97	-0.69	-0.58	0.12	-0.29	-0.04	-0.89	-0.94	-0.32	-0.1	-0.07	-0.34	-0.15	0.07	-0.09	0.23	0.25	-0.2	-0.51	0.46	-0.36	0.24	-0.43	-0.17	0.16	0.06	-0.54	0.79	0.08
+YKR006C	"MRPL13 PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L13"	-0.03	-0.1	-0.17	0.01	-0.32	-0.22	-0.14	-0.22	-0.09	-0.23	-0.15	-0.38	-0.04	-0.27	-0.2	-0.23	-0.62	-0.27	0.08	-0.3	-0.01	-0.04	-0.06	-0.03	0.07	0.21	0.28	0.34	0.26	0.39	0.31	0.16	0.16	-0.18	-0.27	0.03	0.28	0.68	0.99	0.92	0.66	0.79	0.84	0.4	1.62	1.26	1.5	-0.29	-0.32	-0.34	-0.54	-0.56	-0.45	-0.07	-0.07	-0.14	-0.64	-0.58	-0.18	-0.23	0.18	-0.4	-0.45	-0.29	0.03	0.24	0.15	-0.23	-0.27	0.19	-0.38		-0.25	-0.17	-0.07	-0.15 [...]
+YGR220C	"MRPL9  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L9"	0.1	-0.14	0.26	0.21	0.18	-0.18	0.11	-0.27	0.03	0.03	-0.15	0.08	0.19	-0.2		-0.3		-0.3	0.03	-0.22	-0.36	-0.14	-0.3	-0.25	0.01	0.16	0.08	-0.01	0.15	0.15	0.03	-0.18	0.58	0.36	0.2	-0.23	0.16	0.61	0.94	0.82	0.55	0.51	0.73	0.92	0.99	0.92	0.94	-0.4	-0.4	-0.47	-0.38	-0.43	-0.56	-0.04	-0.15	-0.04	-0.86	-0.76	-0.01	-0.22	-0.3	-0.67	-0.29	-0.29	0.04	0.29	-0.12	-0.4	-0.17	0.21	-0.07	-0.12	-0.04	0.21	0.57	0.08	0.25	0.93	0.48
+YOR158W	PET123 PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN MITOCHONDRIAL SMALL SUBUNIT	-0.27	-0.45		-0.43	-0.32	-0.43	0.01	-0.67	-0.22	-0.15	-0.3	-0.22	-0.25		-0.34	-0.64	-0.36	0.14	-0.43	-0.69	-0.58	-0.51	-0.43	-0.18	-0.45	0.15	0.18	-0.03	-0.22	0.07	0.21	-0.17	0.26	0.08	0.07	-0.01	0.2	0.43	0.77	0.65	0.79	0.59	0.55	1.19	1.38	1.08	1.4	-0.38	-0.86	-0.84	-1.15	-1.29	-1	0.23	-0.47	-0.45	-1.06	-0.22	-0.62	-0.17	-0.3	-0.34	-0.45	-0.54	-0.23	0.1	0.11	-0.62	-0.1	0.04	-0.06	-0.79	-0.12	-0.29	-0.07	-0 [...]
+YMR267W	"PPA2   OXIDATIVE PHOSPHORYLATIO INORGANIC PYROPHOSPHATASE, MITOCHONDRIAL"	-0.18	-0.06	-0.07	-0.34		-0.01	0.26	-0.09	-0.04	-0.2	-0.18	-0.18	-0.09	-0.42	-0.2	-0.38	-0.2	-0.12	0.28	-0.62	-0.42	-0.47	-0.3	0.12	-0.1	0.14		-0.03	0.1	0.04	-0.12	-0.15	0.66	0.3	0.26	0.36	0.58	0.41	0.58	0.53	0.59	0.77	0.77	-0.56	0.99	0.9	1.09	-0.36	-0.58	-0.76	-0.92	-1.32	-1.4	0.21	-0.49	-1.4	-1.18	-0.43	-0.54	-0.15	-0.22	-0.23	-0.23	-0.45	0.11	0.11	0.03	-0.23	-0.69	0.59	-0.22	-0.47	-0.38	-0.27	0.3	-0.12	 [...]
+YCR071C	IMG2   MITOCHONDRIAL DNA MAINTE UNKNOWN	0.03	-0.1	0.01	-0.2	-0.03	-0.12	0.25		0.04	-0.18	-0.2	-0.23	-0.04	-0.06	-0.18	-0.2	-0.27	-0.4	-0.06	-0.25	-0.51	-0.15	-0.25	-0.34	-0.34	-0.14	-0.09	-0.23	0.07	0.04	-0.01	-0.18	-0.09	-0.27	-0.14	0.24	0.37	0.42	0.58	0.38	0.33	0.19	0.51	0.45	0.19	0.66	0.95	-0.22	-0.86	-0.71	-0.84	-0.84	-0.86	-0.25	-0.17	-0.42	-0.74	-0.56	-0.09	0.21	0.33	0.1	0.01	0.24	-0.3	-0.17	-0.03	-0.25	0.07	0.48	0.19	-0.34	-0.27	-0.12	-0.14	-0.25	0.11	0.33	0.15
+YLR390W	ECM19  CELL WALL BIOGENESIS     UNKNOWN	-0.25	-0.15	-0.3	-0.54	-0.09	-0.14	-0.12	-0.38	-0.14	0.12	-0.32	-0.17	0.03	-0.43	-0.42	-0.29	-0.47	-0.38	-0.42	0.37	-0.01	-0.04	-0.04		-0.14	0.19	-0.01	0.04	0.08	0.19	0.08	0.21	0.26	0.11	0.28	0.31	0.03	0.18	0.25	0.61	0.41	0.55	0.16	0.04	0.5	0.18	0.77	-0.29	-0.69	-1.12	-1.51	-0.4	-1.51	0.08	-0.1	-0.67	-1.32	-1.47	-0.2	-0.23	-0.27	-0.18	-0.29	-0.64	-0.42	-0.14	-0.23	-0.6	-0.58	0.19	-0.38	-0.6	-0.03	-0.42	0.01	0.03	-0.23	0.56	0.11
+YHR038W	KIM4   DIEPOXYBUTANE AND MITOMY UNKNOWN	0.14	-0.25	0.14	0.29	0.16	-0.29	-0.15	-0.29	-0.27	-0.4	-0.23	-0.1	-0.01	-0.4	-0.42	-0.54	-0.04	-0.32	0.04	-0.17	-0.3	-0.38	-0.38	-0.51	-0.32	-0.17	-0.22	-0.45	0.12	-0.25	-0.14	-0.45	-0.04	0.2	-0.03	-0.07	0.03	0.23	0.52	0.45	0.23	0.04	0.16	0.38	0.39	0.42	0.54	-0.34	-0.25	-0.71	-0.94	-1.06	-0.58	0.34	-0.49	-0.69	-0.94	-1.25	0.24	-0.74	0.31		-0.1	0.2	-0.32	0.08	-0.51	-0.4	-0.4	0.41	0.29	-0.29	-0.32	0.01	0.18	-0.34	-0.15	0.73	0.06
+YOR125C	CAT5   UBIQUINONE BIOSYNTHESIS  UNKNOWN	-0.09	-0.07	-0.1	0.03		-0.07	0.06	0.04	-0.09	-0.36	-0.38	-0.12	-0.07	-0.6	-0.2	-0.45	-0.14	-0.32	0.58	0.03	0.16	0.12	0.21	-0.12	0.04	0.53	-0.27	0.06	0.18	0.29	0.04	0.08	-0.34	-0.25	0.03		-0.25	0.1	0.23	0.7	0.43	-0.45	0.04	0.29	-0.03	-0.01	0.37	-0.22	-0.43	-0.81	-1.25	-1.4	-1.32	0.19	-0.84	-0.4	-0.6		-0.14	0.49		-0.15	-0.32	0.19	-0.17	0.12	-0.06			0.29	0.51	0.1	-0.27	-0.07	0.39	0.43	0.08	1.19	0.6
+YMR027W	HRT2   TY3 TRANSPOSITION (PUTAT UNKNOWN	-0.22	-0.49	0.1	-0.06	0.23	0.07	0.29	-0.15		-0.18	0.1	-0.15	0.06	-0.45	0.08	-0.25	-0.25	-0.32	0.53	-0.3	-0.47	-0.38	-0.38	-0.58	-0.54	-0.25	0.21	-0.29	-0.64	0.42	0.33		-0.45	-0.42	-0.1	-0.04	-0.07	-0.04	0.1	0.25	0.29	-0.01	0.19	0.16	0.57	0.41	0.5	0.03	-0.51	-1.64	-1.84	-2	-1.69	1.52	-0.6	-0.54	-0.71	-1.84	-0.1	0.06	0.1	0.14	-0.2	-0.18	0.37	-0.29	0.74	0.26	0.1	-0.67	-0.84	-1.29	0.01	0.11	-0.01	-0.22	0.44	1.3	0.82
+YKL193C	SDS22  GLUCOSE REPRESSION    GLC7P REGULATORY SUBUNIT	-0.27	-0.29	-0.17	-0.51	0.28	-0.32		-0.34	-0.32	-0.51	-0.17	-0.69	-0.47	-0.76	-0.15	-0.38	-0.18	-0.64	0.57	-0.54	-0.64	-0.84	-1	-1.25	-0.97	-0.58	-0.4	-0.97	-0.56	-0.34	-0.14	-0.76	-0.23	-0.2	-0.1	-0.4	-0.56	-0.4	-0.29	-0.17	-0.12	-0.36	-0.27	-0.09	0.01	-0.04	0.43	-0.2	-1.12	-1.79	-2.18	-2.56	-2.47	0.58	-0.64	-0.76	-0.51	-1.18	-0.54	0.62	0.16	-0.54	-0.12	-0.29	-0.23	0.57	0.18	0.29	-0.42	0.31	-0.45	-1.12	-0.04	-0.14	-0.27	0.18	 [...]
+YGL187C	COX4   OXIDATIVE PHOSPHORYLATIO CYTOCHROME-C OXIDASE SUBUNIT IV	0.08	0.16	0.5	0.26	-0.1	0.07	-0.6	-0.06	-0.14	-0.64	0.1	-0.09	-0.1	-0.3	-0.18	0.04	-0.22	-0.22	0.91	0.15	0.62	0.67	0.31	0.32	0.28	0.04	-0.01	0.19	0.3	0.08	-0.07	0.03	-1	-1.32	-0.64	0.44	0.55	0.69	0.61	0.58	0.3	0.21	0.5	0.96	0.5	0.25	0.54	-0.18	0.16	-0.47	-0.89	-1.29	-1.29	0.51	-0.56	-1.18	-0.86	-0.97	-0.01	0.5	-0.18	-0.34	-0.58	0.24	-0.25	-0.79	-0.4	-0.71	-0.04	0.39	-0.71	0.01	0.12	0.29	0.51	0.62	0.94	2.03	2.18
+YGL191W	COX13  OXIDATIVE PHOSPHORYLATIO CYTOCHROME-C OXIDASE SUBUNIT VIA	0.1	-0.03	0.04	-0.03	0.16	-0.12	0.25	0.04	0.14	-0.27	0.07	-0.15	0.2	-0.2	0.28	-0.23	0.29	-0.36	1.24	-0.07	0.08	-0.15	-0.06	-0.22	-0.06	-0.3	-0.2	-0.47	-0.22	0.07	-0.1	-0.43	-0.42	-0.43	0.03	0.44	0.89	0.67	0.82	0.74	0.53	0.57	0.77	0.06	0.88	0.73	1.09	-0.04	-0.49	-0.79	-0.94	-1.4	-1.56	0.19	-0.56	-0.94	-1.25	-1.36	0.07	0.37	0.32	-0.86	-0.43	-0.27	-0.43	-0.01	-0.27	-0.15	-0.29	0.06	-0.36	-0.76	0.04	-0.07	0.03	0.03	0.89 [...]
+YLR395C	COX8   OXIDATIVE PHOSPHORYLATIO CYTOCHROME-C OXIDASE CHAIN VIII	-0.17	0.01	0.08	-0.15	-0.14	-0.23	-0.07	-0.2	-0.38	-0.36	-0.36	-0.67	-0.07	-0.56	-0.14	-0.56	0.31	-0.49	0.96	-0.12	0.2	-0.25	-0.01	-0.6	-0.04	-0.12	-0.06	-0.17	0.26	-0.01	-0.06	-0.12	-0.79	-0.64	-0.14	0.51	0.92	0.87	0.77	0.66	0.36	0.58	0.83	0.23	0.74	0.57	0.82	-0.29	-0.1	-0.47	-0.6	-1.09	-1	0.39	-0.43	-0.74	-0.92	-1.4	0.1	0.46	0.08	-0.38	-0.12	0.04	0.07	-0.36	-0.01	0.03	0.11	0.03	-0.69	-1.15	0.08	0.03	0.42	0.33	0.86	 [...]
+YBL099W	ATP1   ATP SYNTHESIS       MITOCHONDRIAL F1F0-ATPASE SUBUNIT	-0.14	-0.34	0.2	-0.04	0.45	-0.4	0.29	0.18	0.1	0.18	-0.07	0.26	-0.01	0.16	0.18	0.16	0.12	0.37	-0.54	-0.51	-0.45	-0.2	-0.15	-0.03	-0.18	0.25	0.65	0.5	-0.36	0.4	0.43	0.21	-0.58	-0.76	-0.2	0.56	0.9	0.7	0.64	0.58	0.29	0.41	0.64	-0.1	0.52	0.33	0.49	0.23	-0.32	-0.67	-1.25	-2.18	-2.25	0.4	-0.74	-1.94	-1.25	-1.32	-0.17	0.59	0.08	-0.56	-0.06	-1.22	-0.6	-0.64	-0.09	-0.09	0.14	-0.15	-0.47	-0.71	0.34	0.37	0.95	0.6	1.12	1.4	2.17
+YDR298C	ATP5   ATP SYNTHESIS       F1F0-ATPASE SUBUNIT	-0.06	-0.18	0.06	0.12		0.2	0.3	0.18	0.03	-0.04	-0.12	-0.18	0.3	-0.22	0.2	-0.22	0.01	-0.14	0.71	0.03	0.2	-0.15	0.36	0.32	-0.47	0.48	0.28	0.48	0.4	0.63	0.21	0.3	-0.49	-0.6	0.06	0.93	0.86	0.63	0.88	0.8	0.6	0.67	0.9	-1.18	0.64	0.52	0.7	-0.12	-0.36	-0.84	-1.22	-1.69	-1.89	0.7	-0.56	-1.47	-0.94	-1.36	0.16	0.11	-0.18	-0.15	-0.23	-0.18	0.39	-0.34	-0.2	0.12	-0.45	-0.3		-0.14	-0.17	0.11	0.69	0.29	0.39	1.12	1.09
+YJR121W	"ATP2   ATP SYNTHESIS       F1F0-ATPASE COMPLEX, F1 BETA SUBUNIT"	0.18	-0.23	0.16	0.24	0.55	0.03	0.37	0.07	-0.04	-0.1	0.15	0.1	0.23	-0.1	0.3	-0.01	0.06	-0.2	-0.04	-0.07	-0.04	-0.45	-0.23	-0.09	-0.07	0.44	0.59	0.36		0.66	0.54	0.15	-0.84	-0.92	-0.2	0.57	0.72	0.82	0.86	0.79	0.81	0.6	0.73	0.54	0.6	0.55	0.58	-0.01	-0.62	-1.29	-1.94	-2.84	-3.06	1.28	-0.81	-1.74	-1.03	-1.89	0.04	0.42	-0.06	0.12	-0.25	-0.14	0.06	-0.81	-0.09	-0.34	0.18	-0.42	0.01	-0.84	0.07	0.04	0.26	0.37	0.58	1.29	2.14
+YLR038C	"COX12  OXIDATIVE PHOSPHORYLATIO CYTOCHROME-C OXIDASE, SUBUNIT VIB"	-0.43	0.3		-0.29	-0.18	-0.56	-0.22	-0.62	-0.22	-0.38	-0.12	-0.29	0.3	-0.62	-0.14	-0.42	-0.42	-0.42	0.01	-0.6	-0.45	-0.43	-0.29	-0.1	-0.38	-0.06	-0.01	-0.2	-0.27	0.08	-0.22	-0.25	-0.45	-0.17	0.31	0.77	0.97	0.94	0.99	0.83	0.99	0.82	1.06	0.57	1.36	1.21	1.68	-0.23	-0.38	-0.43	-0.6	-1.15	-1.47	0.34	-0.34	-1.09	-1.12	-1.22	-0.23	-0.32	-0.34	-0.56	-0.71	-1.22	-0.34	-0.15	-0.29	-0.36	-0.58	-0.23	-1.25	-0.89		-0.09	0.08	- [...]
+YPL078C	ATP4   ATP SYNTHESIS       ATPASE; F0-ATP SYNTHASE SUBUNIT 4	-0.25	-0.32	-0.04	-0.23	-0.07	-0.36		-0.47	-0.12	-0.45	-0.15	-0.3	-0.09	-0.43		-0.32	-0.29	-0.18	-0.09	-0.64	-0.71	-0.09	-0.4	-0.12	-0.38	-0.32	0.14	0.16	-0.3	0.19	0.11	-0.4	-0.34	-0.38	0.16	0.52	0.69	0.43	0.51	0.38	0.37	0.28	0.51	-0.43	0.81	0.68	0.94	-0.06	-0.71	-1.64	-1.6	-2	-2.12	0.92	-0.56	-0.84	-1.74	-2.06	-0.84	-0.06	-0.79	-1.4	-0.84	-1.4	0.45	0.42	0.18		-0.54	-0.54	-1.64	-1.43	0.07	0.06	0.29	0.21	1.02	1.24	1.4
+YDR377W	ATP17  ATP SYNTHESIS       ATP SYNTHASE SUBUNIT F	-0.29	1.29	0.06	0.06	-0.15	-0.34	-0.45	-0.58	-0.18	-0.69	-0.22	-0.49	0.49	-0.3	-0.3	0.29	-0.38	0.03	-0.23	-0.56	-0.01	0.14	-0.42	0.03	-0.74	0.03	-0.04	0.12	-0.29	0.11	0.25	-0.2	-0.17	-0.22	0.19	0.26	0.39	0.37	0.42	0.41	0.26	0.06	0.32	0.26	0.32	0.2	0.34	-0.29	-0.1	-0.58	-0.94	-1.18	-0.89	0.59	-0.36	-0.51	-0.54	-1.06	-0.32	0.14	-0.04	-0.51	-0.45	-0.4	-0.1	-0.4	-0.42	-0.49	-0.12	-0.04	-0.81	-1.25	0.11	0.2	0.36	0.14	0.65	0.97	1.16
+YLR295C	"ATP14  ATP SYNTHESIS       F1F0-ATPASE COMPLEX, SUBUNIT H"	0.01	0.03	-0.07	-0.03	-0.09	-0.29	-0.23	-0.29	-0.12	-0.4	-0.06	-0.23	-0.09	-0.43	-0.18	-0.14	-0.74	-0.36	0.26	-0.4	-0.01	-0.07	-0.06	-0.2	-0.3	-0.18	-0.22	-0.38	-0.22	-0.07	-0.06	-0.25	0.45	0.23	0.49	0.68	0.42	0.63	0.72	0.59	0.59	0.11	0.58	0.64	0.62	0.71	0.91	-0.3	-0.47	-0.51	-0.86	-1.74	-1.74	0.11	-0.58	-1	-0.86	-1.74	-0.38	0.01	-0.25	-1.03	-0.62	-0.14	-0.09	-0.07	-0.23	-0.12	-0.29	0.91	-0.4	-0.54	-0.01	-0.18	-0.3	0.08	 [...]
+YBR039W	ATP3   ATP SYNTHESIS       MITOCHONDRIAL F1F0 ATP SYNTHASE SUBUNIT	-0.84	-1.03	-0.3	-0.6	-0.42	-0.54	-0.23	0.5	-0.4	-0.12	-0.34	-0.23	-0.22	-0.29	-0.17	0.29	-0.81	-0.34	-0.15	-0.51	-0.32	-0.51	-0.22	-0.34	-0.32	-0.36	0.08	0.11	-0.32	0.19	-0.2	-0.42	-0.67	0.08	-0.36	-0.32	-0.15	-0.23	-0.06	0.52	0.19	-0.89	0.18	0.34	-1.22	-0.25	-0.32	0.3	-0.23	-0.92	-1.25	-1.43	-1.43	0.86	-0.12	-0.74	-0.94	-1.15	-0.51		-0.06	-1.18	-0.45	-0.71	-0.07	0.1	-0.1	-0.38	-0.1	-0.1	-0.69	-0.51	0.11	-0.14	0. [...]
+YDL004W	ATP16  ATP SYNTHESIS       F1F0-ATPASE SUBUNIT	-0.43	-0.09	-0.14	0.38	-0.49	0.28	-0.42	0.03	-0.25	0.07	0.16	-0.09	-0.07	-0.06	-0.12		-0.03	-0.07	0.72	0.4	0.33	-0.04	0.21	0.53	0.43	0.21	0.16	0.25	0.3	0.15		-0.14	0.44	0.14	-0.62	-0.54	-0.62	-0.47	-0.36	0.79	2	-0.84	-0.97	0.64	-0.58	-0.64	-0.79	0.14	-0.71	-0.94	-1.69	-2.06	-2.06	0.48	-0.49	-1	-1.29	-1.29	-0.56	0.2	0.07	-0.79	-0.42	-0.43	0.36	0.07		0.12	-0.27	0.28	-0.84	-0.71	0.04	-0.04	0.2	0.37	0.53	1.75	1.2
+YKL016C	"ATP7   ATP SYNTHESIS       F1F0-ATPASE COMPLEX, FO D SUBUNIT"	0.08	0.14	0.21	0.23	0.23	0.18	0.01	0.12	0.3	0.01	0.54	0.04	0.11	-0.04	0.14	0.19	-0.12	-0.47	0.59	-0.23	0.06	0.29	0.21	0.06		-0.06	-0.17	-0.04	-0.06	0.01	-0.18	-0.06	-0.07	-0.3	0.26	0.58	0.45	0.68	0.59	0.49	0.56	0.12	0.5	0.62	0.84	0.66	0.84	-0.09	-0.36	-0.76	-0.81	-1.29	-1.36	0.2	0.03	-0.64	-1.15	-1.6		0.31	-0.2	-0.69	-0.58	-0.67	0.26	0.25	0.12	0.11	1.27	0.53	-0.09	-0.22	-0.25	-0.34	-0.25	-0.2	0.07	1.44	1.21
+YJL166W	QCR8   OXIDATIVE PHOSPHORYLATIO UBIQUINOL--CYTOCHROME-C REDUCTASE SUBUNIT VIII	0.18	0.53	0.24	0.26	-0.29	0.18	-0.1	0.01	0.04	0.25	-0.01	-0.38	-0.14	-0.38	-0.22	-0.36	-0.1	-0.32	1.54	0.55	0.74	0.07	0.29	0.28	0.1	0.29	0.04	0.07	0.4	0.44	0.16	0.28	0.07		0.48	0.98	1.12	1.13	1.12	1.11	0.89	0.83	1.04	1.39	1.18	1.11	1.57	0.08	-0.25	-0.51	-0.67	-0.56	-0.97	0.34	-0.36	-0.86	-0.54	-0.62	0.14	0.75	0.29	-0.25	-0.36	0.04	-0.27	0.29	0.28	0.44	-0.03	0.39	-0.01	-0.17	-0.07	-0.27	0.19	0.38	0.43	1 [...]
+YKL067W	YNK1   NUCLEOTIDE METABOLISM    NUCLEOSIDE DIPHOSPHATE KINASE	-0.51	0.21	0.45	1.03	0.77	0.93	0.29	-0.12	-0.42	-0.3	-0.3	-0.03	0.37	-0.14	0.16	-0.23	-0.25	-0.74	0.69	0.26	-0.07	0.59	-0.06	0.21	0.18	0.46	0.32	0.07	0.25	0.31	0.29	0.31	-0.76	0.15	0.87	0.56	0.01	-0.47	0.45	1.41	1.16	0.48	0.25	0.24	0.69	0.72	1.06	-0.03	0.18	-0.1	-0.64	-0.97	-1.32	0.2	-0.42	-1.4	-0.29	-0.49	0.03	0.66	0.33	0.04	-0.32	-0.34	0.54	0.5	0.84	0.75	-0.32	0.21	-0.58	-1.12	-0.06	-0.2	-0.1	0.37	0.58	2.11	0.93
+YLR298C	YHC1   MRNA SPLICING       U1 SNRNP PROTEIN	0.1	-0.07	0.06	-0.18	-0.12	-0.15	0.04	0.06	0.06	-0.01	-0.18	-0.09	0.03	-0.3	-0.38	-0.4	0.19	-0.1	0.41	-0.36	-0.42	-0.17	0.06	-0.18	-0.34	-0.49	-0.29	-0.56	-0.12	-0.09	-0.45	-0.32	0.86	0.96	0.75	0.16	0.31	0.46	0.32	-0.09	0.55	0.37	0.34	0.18	0.68	0.33	0.53	-0.22	-0.22	-0.6	-0.74	-1.15	-0.92	0.45	-0.56	-0.81	0.08	0.44	0.07	-0.38	-0.6	-0.17	-0.49	0.06	-0.18	0.19	-0.34	-0.32	-0.45	0.32	-0.45	0.06	-0.1		0.41	0.07	-0.15	1.09	0.48
+YIR024C	"GIF1   CELL CYCLE, G1      UNKNOWN"	0.31	-0.18	0.11	0.11	-0.09		-0.04	0.32	-0.27	-0.47	-0.51	-0.27	-0.1	-0.3		-0.42	0.08	-0.36	0.58	-0.32	-0.36	-0.04	-0.15	-0.34	-0.23	-0.15	-0.58	-0.64	-0.22	-0.49	0.03	-0.36	0.18	0.38	0.36	0.23	-0.04	0.25	0.15	0.29	0.01	0.18	0.04	0.3	0.6	0.26	0.69	-0.22	-0.62	-0.67	-0.92	-1.15	-1.47		-0.51	-0.74	-0.69	-0.15	0.11	-0.45	-0.1	0.4	-0.56	0.1	0.11	0.85	-0.32	0.14	-0.69	1.08	0.26	-0.18	-0.51	-0.25	0.33	-0.17	0.01	0.66	0.39
+YJL096W	"NONE   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL LARGE SUBUNIT"	-0.51	-0.22	-0.25	0.1	-0.34	0.14	-0.29	-0.2	-0.25		-0.45	-0.15	-0.03	-0.64	-0.34	-0.4	-0.32	-0.45	-0.22	-0.04	-0.18	0.14	0.15	0.08	0.31	0.11	-0.18	-0.03	0.34	-0.22	-0.4	0.01	0.6	0.31	-0.03	0.12	-0.07	0.26	0.66	0.9	0.45	0.16	0.48	1.3	0.69	0.67	1.01	0.06	-0.49	-0.56	-0.29	-0.32	-0.3	0.53	-0.22	-0.58	-0.6	-0.4	-0.22	-0.18	0.14	-0.34	-0.45	-0.1	-0.32		-0.07	-0.06	-0.34	0.31	-0.42	0.12	-0.32	-0.29	0.5	0.16	- [...]
+YHR086W	"NAM8   RNA SPLICING, MITOCHONDR RNA BINDING PROTEIN"	-0.43	-0.32	-0.34	-0.29	0.18	0.07	0.37		-0.3	-0.51	-0.67	-0.27	-0.09	-0.42	0.16	-0.04	0.04	-0.36	-0.27	-0.58	-0.56	-0.94	-0.69	-0.71	-0.23		-0.09	-0.29	-0.45	0.04	-0.1	-0.62	-0.56	-0.58	0.12	0.7	0.33	-0.12	-0.06	0.4	0.57	0.54	0.19	-0.15	-0.32	0.03	0.04	-0.36	-0.74	-0.45	-0.54	-0.81	-1.22	-0.79	-0.49	-0.27	-0.3	-0.49	-0.22	0.49	0.01	-0.45	0.23	-0.06	-0.56	-0.71	-0.07	-0.56	0.08	-0.51	-0.34	-0.56	-0.03	0.29	0.59	-0.04	0.19	0.57	0.57
+YGR216C	GPI1   PROTEIN PROCESSING    N-ACETYLGLUCOSAMINYLPHOSPHATIDYLINOSITOL SYNTHESIS	0.14	-0.2	-0.09	-0.17	0.21	-0.4	0.24	-0.25	-0.04	-0.32	-0.09	-0.2	0.08	-0.32	-0.07	-0.22	-0.15	-0.29	-0.92	-0.47	-0.29	-0.36	-0.18	-0.54	-0.29	0.01	0.18	0.04	-0.34	-0.01	-0.23	-0.25	-0.43	-0.34	0.01	-0.09	0.12	0.01	-0.18		-0.42	-0.09	-0.23	-0.07	-2.47	-0.36	-0.38	-0.47	-0.27	-0.51	-0.79	-0.64	-0.84	-0.17	-0.6	-0.17	-0.69	-0.62	-0.36	-0.45	-0.38	0.1	0.07	-0.32	-0.17	-0.69	-0.4	-0.47	0.14	-0.03	-0.2	-0. [...]
+YOR067C	ALG8   PROTEIN GLYCOSYLATION    GLYCOSYLTRANSFERASE	-0.29	-0.79	-0.36	-0.36	-0.1	-0.1	0.1	-0.45	-0.29	-0.58	-0.29	-0.49	-0.18	-0.62	-0.01	-0.51	-0.15	-0.29	-0.69	-0.54	-0.4	-0.49	-0.38	-0.36	-0.03	-0.2	-0.42	-0.42	-0.64	-0.3	-0.64	-0.54	-0.3	-0.38	-0.15	-0.12	0.01	-0.15	-0.17	0.81	-0.1	-0.34	-0.32	-0.38	-0.42	-0.42	-0.47	-0.56	-1.06	-1	-1.4	-1.29	-1.4	-0.4	-0.58	-0.3	-0.34	-0.94	-0.17	-0.49	-0.32	-0.56	-0.04	-0.54	0.19	-0.42	-0.3	-0.25	0.19	0.26	-0.71	-0.81	0.23	0.57	0.9	0.39	0.5 [...]
+YPR162C	ORC4   DNA REPLICATION     ORIGIN RECOGNITION COMPLEX 56 KD SUBUNIT	-0.3	-0.84	0.01	-0.38	-0.17	-0.1	-0.06	-0.09	-0.1	-0.3	-0.09	-0.36	-0.23	-0.56	-0.03	-0.09	0.16	-0.1	0.19	-0.54	-0.34	-0.69	-0.34	-0.6	-0.56	-0.54	-0.45	-0.47	-0.81	-0.49	-0.64	-0.62	-0.43	-0.4	-0.3	-0.3	-0.22	-0.23	-0.14	-0.47	-0.25	-0.34	-0.36	-0.12	-0.34	-0.56	-0.34	-0.25	-0.32	-0.17	-0.34	-0.36	-0.42	-0.36	-0.12	0.11	-0.76	-0.74	-0.03	-0.22	0.07	-0.14	0.06	0.41	-0.43	-0.17	-0.38	-0.69		0.25	-0.47	-0.51	-0.06	 [...]
+YJL143W	TIM17  MITOCHONDRIAL PROTEIN TA INNER MEMBRANE TRANSLOCASE COMPONENT	-0.01	-0.12	-0.04	0.11	0.23	-0.07	0.21		0.21	-0.23	0.18	-0.25	0.29	-0.12	0.11	0.08	-0.4	-0.51	-0.58	-0.64	-0.25	-0.38	-0.36	-0.32	-0.3	0.12	0.37	0.01	0.12	0.52	0.23	0.29	-0.06	-0.34	-0.18	0.08	0.18	0.32	0.46	0.73	0.33	0.11	0.39	0.18	0.28	0.16	0.24	-0.03	-0.6	-0.54	-0.81	-0.84	-0.36	0.49	-0.12	0.11	-0.43	-0.49	0.1	0.03	-0.03	0.32	0.04	0.18	0.01	-0.42	-0.15	-0.38	-0.23	0.03	-0.22	-0.29	0.12	0.2	0.59	0.12	0.23	0.08	-0.12
+YKL185W	ASH1   MATING TYPE SWITCHING    TRANSCRIPTION FACTOR	-0.56	-1.36	-0.62	-1.6	-1.74	-1.89	-2.25	-1.89	-0.64	1.33	1.43	0.45	-0.29	-0.67	-1.12	-1.03	-1.25	0.15	0.66	-0.69	-0.49	-0.22	-0.49	-0.67	-0.76	-0.81	-0.58	-0.4	0.23	0.61	0.73	0.36	1.32	1.7	-1.47	-1.89	-1.94	0.38	1.66	0.15	-0.69	-1.64	-0.64	1.15	1.07	0.32	-0.4	-0.15	-0.43	-1.94	-2.4	-2.32	-2.4	1.46	-0.47	0.51	-1.43	-3.06	-0.42	-0.67	-0.36	-0.51	-0.84	0.2	-0.42	-0.36		-0.43	-0.1		-0.09	-0.29	0.25	0.06	-0.38	-1.12	-0.92	-1.79	-0.47
+YLR079W	SIC1   CELL CYCLE       CDC28P-CLB5 PROTEIN KINASE INHIBITOR	-1.22	-0.45	-1.12	-0.76	-1	-0.97	-1.32	-1.09	-1.03	0.25	0.86	0.45	0.12	-0.34	-0.6	-0.64	-0.84	-0.29	0.36	-0.94	-0.47	-0.51	-0.62	-0.76	-0.71	-0.6	-0.43	-0.54	0.12	0.39	0.7	0.39	1.64	2.03		-0.56	-0.58	0.11	1.96	1.04	0.01	-0.38	-0.4	0.61	1.79	1.17	0.61	-0.25	-0.17	-1.22	-1.51	-1.6	-1.09	1.45	-0.45	-0.01	-0.54	-1.47	0.28	0.5	0.36	0.01	0.06	0.01	-0.03	-0.01	-0.2	-0.2	0.15	0.48	-0.29	0.07	0.03	-0.07	-0.22	-0.43	-0.23	1.09	-0.18
+YMR035W	IMP2   PROTEIN PROCESSING    MITOCHONDRIAL INNER MEMBRANE PROTEASE	0.1	0.11	0.01	-0.81	0.01	-0.2	0.11	-0.3	-0.17	-0.23	-0.3	-0.38	-0.15	-0.49	-0.3	-0.49	-0.22	-0.34	0.14	-0.47	-0.38	-0.51	0.03	0.11	-0.12	0.24	0.18	0.12	0.11	0.21	0.26	0.21	-0.42	-0.38	-0.06	-0.12	-0.3	-0.09	-0.32	-0.62	-0.54	-0.6	-0.15	-0.4	-0.12	-0.03	0.06	-0.43	-1.22	-1.15	-0.71	-0.97	-1.15	0.1	-0.03	-0.47	-1	-0.4	0.03	0.4	-0.1	0.52	0.4	0.04	-0.01		-0.38	0.08	-0.22	0.37	-0.45	-0.89	-0.43	-0.49	-0.07	-0.27	0.08	0 [...]
+YNL185C	"NONE   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL LARGE SUBUNIT"	-0.45	-0.47	-0.14	-0.27	0.01	-0.51	0.06	-0.38	-0.23	-0.38	-0.38	-0.27	-0.06	-0.51	-0.34	-0.51		-0.6	-0.03	-0.6	-0.49	-0.17	-0.06	0.01	-0.06	0.25	0.25	0.26	0.28	0.32	0.16	-0.07	0.37	-0.06	-0.27	0.61	0.25	0.68	0.51	0.58	0.52	0.31	0.57	0.2	0.52	0.54	0.61	-0.6	-0.92	-0.51	-0.64	-1.06	-0.86	-0.43	-0.04	-0.79	-0.74	-0.42	-0.25	0.25	0.08	-0.09	0.3	-0.2	0.14	-0.45	0.1	-0.2	-0.49	0.37	-0.6	-0.25	-0.2	-0.3	-0.27	 [...]
+YDL047W	SIT4   CELL CYCLE       PROTEIN PHOSPHATASE	-0.01	-0.69	-0.51	-0.64	-0.07	-0.74	-0.14	-0.54	-0.27	-0.3	-0.01	-0.15	0.16	-0.43	-0.3	-0.54	-0.56	-0.47	0.38	-0.2	-0.32	-0.27	-0.14	-0.4	-0.43	-0.25	-0.14	0.04	-0.23	0.14	-0.06	-0.03	0.57	0.75	0.45	-0.03	0.08	0.12	0.62	0.51	0.03	0.15	0.14	-0.76	0.61	0.21	0.3	-0.25		-0.51	-0.94	-0.94	-0.76	-0.1	-0.45	-0.2	-0.29	-0.45	-0.29	-0.01	-0.36	-0.6		-0.43	-0.22	-0.4	-0.4	-0.38	-0.15		-0.32	-0.58		-0.14	-0.3	-0.54	-0.43	-0.1	-0.51
+YMR064W	AEP1   PROTEIN SYNTHESIS(PUTATI ATP9/OLI1 EXPRESSION	0.01	-0.42	-0.09	-0.34	0.2	-0.06	0.14	-0.23	-0.17	-0.38	-0.07	-0.3	-0.12	-0.3	-0.01	-0.23	0.14	-0.23	-0.2	-0.51	-0.4	-0.32	-0.23	-0.4	-0.56	-0.45	-0.12	-0.23	-0.34	-0.18	-0.27	-0.43	0.21	0.01	-0.04	-0.06	0.12	0.06	0.18	0.06	-0.04	-0.04	-1.06	0.1	0.25	0.15	0.14	-0.29	-0.6	-0.84	-0.81	-0.64	-0.51	0.25	-0.3	-0.07	-0.79	-1.06	-0.51	-0.42	-0.34	-0.12	0.75	-0.74	-0.2	-0.45	-0.4	-0.76	-0.25	-0.01	-0.45	0.3		-0.29	-0.12	-0.25	-0.14	-0. [...]
+YBR008C	"FLR1   FLUCONAZOLE RESISTANCE   TRANSPORTER, MAJOR FACILITATOR SUPERFAMILY"	-0.22	-0.43	-0.34	0.3	0.16	-0.17	0.04	0.08	-0.38	-0.07	-1.06	0.03	-0.1	-0.07	0.2	-0.38	-0.14	-0.15	-0.51	-0.67	-0.43	-0.62	-0.51	-0.32	-0.64	-0.4	-0.04	-0.07	-0.47	-0.22	-0.6	-0.34	-0.94	-0.74	-0.04	0.03	-0.29	-0.97	-0.92	-0.23	-0.07	0.03	-0.43	-1.06	-0.84	-0.81	-0.54	-0.34	-0.29	-1.12	-0.71	-0.84	-1.25	0.1	-0.34	-0.4	0.53	-0.29	-0.15	-0.07	-0.12	0.18	0.64	0.14	-0.34	-0.49	-0.3	-0.32	0.06	0.43	0.07	0.3	- [...]
+YLR182W	SWI6   CELL CYCLE       TRANSCRIPTION FACTOR	-0.18	-0.3	-0.27	-0.25	0.21		0.15	-0.15	-0.36	-0.03	-0.47	-0.01	-0.04	-0.29	0.01	-0.09	0.04	-0.22	-0.38	-0.62	-0.62	-0.47	-0.2	-0.2	-0.23	-0.07	0.2	0.31	-0.15	0.29	-0.17	-0.15	-0.51	-0.15	0.28	0.42	-0.14	-0.43	-0.3	-0.1	0.39	0.03	-0.27	0.2	-0.01	-0.1	-0.15	-0.2	-0.42	-0.94	-0.64	-1	-1.09	0.52	0.04	-0.4	0.4	-0.38	-0.25	-0.23	-0.04	0.37	-0.32	-0.43	-0.32	-0.27	-0.22		0.08	0.12	-0.22	0.45		0.1	0.04	-0.4	0.06	0.44	-0.86
+YOL018C	TLG2   ENDOCYTOSIS      TRANS-GOLGI NETWORK T-SNARE	-0.01	-0.12	0.26	-0.01	0.01	0.53	0.11	-0.27	-0.42	-0.09	-0.38	0.14	0.14	-0.06	0.2	-0.1	0.18		0.43	-0.2	-0.58	-0.74	-0.18	-0.04	-0.07	-0.04	-0.15	-0.34	-0.23	0.07	-0.07	-0.14	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.36	-0.38	-0.67	-0.89	-1.06	-0.81	0.24	-0.56	-0.62	-0.07	-0.51	-0.34	-0.38	0.01	-0.23	-0.42	0.25	0.34	-0.22	-0.32	0.08	-0.14	0.55	0.53	0.26	-0.07	-0.01	0.04	-0.12	0.18	0.36	
+YML048W	GSF2   GLUCOSE REPRESSION    UNKNOWN	0.28	-0.01	0.38	0.21	0.41	0.28	0.28	0.53	0.46	0.03	0.67	0.08	0.12	0.01	0.33	0.28	-0.06	-0.27	0.18	-0.01	-0.14	-0.15	0.03		0.16	0.42	0.06	-0.1	-0.07	0.19	-0.14	-0.07	-0.89	-0.81	-0.76	-0.03	0.16	0.08	0.1	-0.03	-0.15	0.18	0.2	-0.49	0.2	0.03	0.08	-0.23	-0.2	-0.71	-1	-1.15	-0.94	0.52	-0.45	-0.29	-0.32	-0.64	0.14	0.21	0.42	-0.49	-0.45	-0.62		-0.09	0.41		0.37	0.06	0.58	0.95	0.44	0.52	0.66	-0.17	-0.42	0.38	-0.18
+YGL115W	SNF4   GLUCOSE DEREPRESSION     COMPONENT OF SNF1 COMPLEX	0.19	-0.18	0.07	0.25	0.07	0.31	0.03	0.24	0.14	-0.27	0.26	0.28	0.19	0.18	0.21	0.28	0.04	0.01	0.5	0.1	0.37	0.54	0.06	0.25	0.32	-0.04	-0.36	-0.23	0.12	-0.18	-0.3	-0.07	0.08	-0.06	-0.04	0.21	0.2	0.18	0.25	0.29	0.36	0.32	0.31	0.26	0.28	0.11	0.34	0.06	-0.18	-0.4	-0.69	-0.79	-0.81	0.15	-0.18	-0.42	-0.32	-0.2	-0.22	-0.1	-0.07	-0.3	-0.25	-0.03			-0.09	-0.58	0.04		0.44	0.73	0.26	-0.07	0.42	0.15	-0.23	0.48	-0.17
+YIL123W	SIM1   CELL CYCLE       UNKNOWN	-1.09	-1.06	-1.09	-0.29	0.16	0.25	0.68	0.18	0.34	-0.58	-0.64	-0.49	0.01	0.33	0.46	0.6	0.11	0.06	-1.79	-1.74	-1.51	-0.62	-0.42	0.4	0.73	0.82	0.87	0.93	0.58	0.7	0.29	0.33	-1.74	-0.86	0.37	1.39	1.4	0.59	-0.56	0.51	0.83	1.01	0.75	-0.07	-0.58	-0.42	-0.03	-0.06	-0.32	-1.32	-1.64	-1.79	-1.64	0.7	-0.3	-0.06	-0.84	-2.25	0.48	-0.32	-0.17	0.73	0.6	0.53	-0.07	-0.67	0.77	0.6	0.29	0.14	0.2	0.8	0.14	0.4	0.8	0.11	-0.01	-0.17	-0.56
+YER169W	RPH1   DNA REPAIR       TRANSCRIPTIONAL REPRESSOR OF PHR1	-0.03	-0.1	-0.45	-0.42	-0.43	-0.3	-0.47	-0.22	-0.09	0.23	0.12	-0.01		-0.62	-0.47	-0.01	-0.56	-0.07	0.08	0.37	-0.27	0.33	0.1	0.04	0.01	-0.06	-0.04	0.19	-0.22	0.1	0.03	0.61	0.15	0.21	0.03	-0.06	-0.6	0.18	-0.38	0.77	0.14	-0.06	0.08	0.51	-0.51	-0.49	-0.54	0.08	-0.49	-0.25	-0.74	-0.56	-0.54	-0.23	-0.54	-0.18	-0.43	-0.71	0.54	0.23	0.03	0.16	-0.03	0.31	-0.49	-0.71	-0.22	-0.25	-0.56	-0.17	0.31	0.32	-0.03	0.11	-0.6	-0.49	-0.62	-0.22	-0.3
+YGL206C	CHC1   ENDOCYTOSIS AND SECRETIO CLATHRIN HEAVY CHAIN	-0.1	0.06	-0.09	-0.3	-0.23	-0.14	-0.42		0.14	0.32	0.31		-0.06	-0.15	-0.01	0.36	-0.56	-0.04	-0.17	0.01	-0.29	-0.04	-0.23	-0.2	0.07	0.08	0.23	0.29	0.03	0.34	-0.29	0.32	-0.6	-0.34	-0.47	-0.36	-0.97	-0.49	-0.34	-0.07	1.05	-0.29	-0.36	0.38	-0.97	-0.43	-0.69	-0.07	-0.32	-0.25	-0.89	-0.6	-0.6	-0.06	-0.58	-0.56	-0.2	0.04	0.25	0.45	-0.17	0.11		0.24	-0.45	-0.62	-0.89	-0.79	0.25	-0.34	-0.22	-0.56	-0.06	-0.17	-0.27	-0.3	-0.2	0.16	-0.04
+YDL220C	"CDC13  CELL CYCLE, G2/M    TELOMERE BINDING PROTEIN"	-0.58	-0.49	0.11		-0.29	-0.29	-0.94	-0.25	0.03	0.11	0.44	-0.06	-0.2	-0.27	-0.32	0.1	0.03	0.1	-0.32	0.63	0.45	0.1	-0.1	0.14	0.01	0.24	-0.01	0.1	-0.22	-0.03	0.06	0.25	-1.15	0.26	-0.12	-0.22	-0.47	0.01	-0.07	0.46	-0.01	-0.17	-0.15	0.34	-1.51	-0.23	-0.45	0.04	-0.74	-0.56	-1.06	-1.25	-0.6	0.28	-0.12	-0.18	-0.04	-0.23	0.21	0.15	0.24	0.33	0.26	0.38	-0.34	-0.42	-0.29	-0.36	-0.01	0.39	-0.4	-0.42		0.26	-0.06	-0.32	-0.32	0.14	-0.17
+YGR029W	ERV1   MITOCHONDRIAL BIOGENESIS SIMILAR TO HUMAN ALR PROTEIN	0.15	0.19	0.26	0.03	-0.06	0.06	0.08	-0.25	0.03	0.01	-0.23	0.04	-0.07	-0.32	0.03	-0.17	-0.03	-0.09	-0.07	-0.43	-0.06	0.3	0.11	0.1	-0.09	0.14	-0.01	-0.07	0.31	-0.01	-0.25	0.1	-0.09	0.08	0.31	-0.06	0.16	0.18	0.15	-0.09	0.19	0.07	-0.2	-0.4	0.31	0.2	0.57	-0.12	-0.23	-0.62	-1.06	-0.49	-0.89	0.9	-0.07	-0.12	-0.56	-0.79	-0.2	0.07		-0.03	-1.29		-0.1	0.25	-0.22	-0.03	-0.07	0.5	0.38	-0.18	-0.06	-0.56	0.2	0.24	0.08	0.29	-0.01
+YMR208W	ERG12  STEROL METABOLISM     MEVALONATE KINASE	0.04	-0.27	-0.25	0.08	0.01	-0.04	0.01	-0.15	-0.25	-0.42	-0.1	-0.2	0.04	-0.4	-0.04	-0.22	-0.14	-0.3	-0.38	-0.06	-0.12	-0.34	-0.3	-0.22	-0.23	-0.15	-0.07	-0.32	-0.04	0.14	-0.03	-0.06	-0.29	-0.1	-0.64	-0.64	-0.6	-0.81	-0.43	2.31	-0.12	-1.15	-0.12	0.75	-1	-0.36	-0.76	-0.01	0.25	-0.74	-0.64	-0.69	-0.81	0.77	-0.4	-0.45	-0.17	-1.22	0.24	0.32	-0.29	-0.23	0.18	0.04	-0.14	-0.86	-0.07	-0.18	-0.06	0.21	-0.32	0.07	0.31	0.12	0.29	-0.34	-0.56	-0.06	-0.45
+YFR025C	HIS2   HISTIDINE BIOSYNTHESIS   HISTIDINOL PHOSPHATASE	-0.22	-0.03		0.12	-0.25	-0.01	-0.12	0.08	0.11	-0.4	-0.07	-0.01	0.01	-0.17	-0.03	0.04	-0.17	-0.12	-0.47	-0.22	0.01	0.25	-0.14	-0.15	-0.01	0.26	0.25	-0.07	0.2	0.16	0.06	0.28		0.37	-0.29	-0.49	-0.23	0.39	-0.34	0.68	0.59	-0.86	-0.42	0.11	-1.09	0.03	-1.18	-0.2	0.63	-0.29	-0.51	-0.89	-1.29	0.7	-0.49	-0.49	0.28	-0.03	-0.15	0.08	0.01	-0.01	0.06		-0.81	-0.27	0.37	-0.03	-0.04	-0.12	-0.07	-0.32	0.1	0.29	0.12	-0.14	-0.69	0.1	-0.27
+YGL207W	SPT16  CHROMATIN STRUCTURE    NON-HISTONE PROTEIN	-0.47	-0.47	0.04	0.31	0.23	0.14	-0.49	-0.17	-0.09	-0.4	0.61	0.44	0.14	0.01	0.18	0.24	-0.64	-0.23	-0.22	-0.23	-0.12	0.03	-0.09	0.26	0.3	0.42	0.25	0.21	-0.06	0.19	0.04	-0.07	-0.4	-0.18	-0.15	-0.69	-0.64	0.07	-0.25	0.4	-0.45	-0.86	-1.06	-0.47	-0.67	0.51	-0.56	0.06	-0.04	-0.47	-0.94	-0.81	-0.36	0.33	-0.62	-0.1	0.15	-0.12	-0.18	0.1		0.34	-0.07	-0.6	-0.43	-0.6	0.1	0.01	0.01	-0.04	-0.49	0.38	0.33	0.29	0.18	-0.12	-0.22	-0.03	-0.32
+YNL118C	PSU1   RESPIRATION (PUTATIVE)   UNKNOWN; SUPPRESSES PET MUTANT	-0.54	-0.76	-0.45	-0.49	0.04	0.07	0.24	-0.18	-0.2	-0.22	-0.15	-0.3	-0.2	-0.22	0.15		0.19	-0.2	0.54	-0.4	-0.54	-0.2	-0.4	-0.54	-0.43	-0.14	0.1	-0.25	-0.47	-0.09	-0.03	-0.36	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42		-0.94	0.21	-0.38	-0.42	-0.43	-0.56	-0.56	-0.64	-0.43	-0.27	-0.34	-0.22	0.01	-0.54	-0.49	0.18	-0.36	-0.18		-0.58	-0.45	-0.6	-0.14	-0.23	-0.25	-0.4	0.14	0.19	0.14	0.21	0.24	0.06	0.04	-0.1	-0.14
+YNL076W	MKS1   RAS SIGNALING       NEGATIVE REGULATOR OF CAMP-DEPENDENT GENES	-0.32	-0.38	-0.36	-0.2	-0.09	0.1	0.04	-0.18	-0.22		-0.3	-0.34	-0.27	-0.54	-0.07	-0.23	0.04	-0.15	0.57	-0.18	-0.3	-0.3	-0.3	-0.34	-0.27	-0.09	-0.07	-0.23	-0.47	-0.23	-1.09	-0.45	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42		-0.94	0.21	-0.38	-0.34	-0.71	-0.54	-0.42	-0.49	-0.76	-0.25	0.06	-0.32	-0.15	0.2	-0.06	0.11	0.04	-0.18	0.07	0.06	-0.15	-1	-0.45	-0.4	-0.2	0.48	0.63	0.37	0.06	-0.38	-0.36	0.25	-0 [...]
+YGR007W	MUQ1   PHOSPHOLIPID METABOLISM  CHOLINE PHOSPHATE CYTIDYLYLTRANSFERASE	-0.09	0.23	0.21	-0.01	-0.07	-0.14	0.2		-0.07	0.04	-0.3	0.01	-0.18	-0.15	0.1	-0.1	0.16	-0.22	0.3	-0.54	-0.22	-0.38	-0.4	-0.29	-0.34	0.06	0.01	-0.03	0.03	-0.01	-0.07	-0.07	-0.17	0.39	-0.23	0.03	-0.49	0.32	-0.12	1.16		-1.12	-0.79		-1.4	0.2	-0.62	-0.56	-0.58	-0.67	-0.54	-0.62	-0.71	-0.14	-0.29	-0.38	-0.2	-0.4	-0.12	0.08	-0.22	-0.69	-0.38	-0.56	-0.12	0.12	0.1	0.19	-0.76	0.2	0.15	-0.12	-0.06	-0.22	0.23	0.04	-0.01	0. [...]
+YDL160C	DHH1   TRANSCRIPTION       RNA HELICASE	0.06	0.15	-0.14	-0.17	-0.2	-0.32	-0.18	-0.29	-0.42	-0.29	-0.23	-0.22	-0.27	-0.45	-0.38	-0.38	-0.04	-0.23	0.71	-0.2	-0.29	-0.43	-0.3	-0.29	-0.32	0.04	0.03	0.06	0.24	0.29	0.07	0.21	-1.15	0.31	-0.51	-0.38	-1.4	-1.43	0.21	1	1.33	-1.03	-0.47		-1.18	0.32	-1.09	-0.15	-0.84	-0.64	-0.47	-0.79	-0.6	-0.42	-0.23	-0.12	-0.1	0.19	-0.07	0.85	-0.1	-0.36	-0.01	-0.32	-0.62	-0.27	0.23	0.06	-0.07	-0.36	-0.23	0.43	-0.17	-0.23	0.07	-0.49	-0.6	0.07	-0.3
+YMR203W	TOM40  MITOCHONDRIAL PROTEIN TA OUTER MEMBRANE TRANSLOCASE COMPONENT	-0.23	-0.15	-0.32	-0.15	-0.07	-0.01	0.19	-0.29	-0.03	-0.18	-0.23	-0.2	0.03	-0.32	-0.14	-0.3	-0.42	-0.32	-0.14	-0.51	0.5	-0.29	-0.38	-0.04	0.04	0.49	0.29	0.58	0.39	0.58	0.55	0.38	-0.97	-0.04	-0.56	-0.32	-3.06	-1.36	-2.64	1.18	1.68	-1.18	-0.2	0.16	-0.81	0.1	-1.18	-0.3	-1.15	-0.56	-0.29	-0.86	-0.69	-0.67	0.06	-0.89	-0.47	-0.04	-0.03	-0.06	-0.2	-0.43	-0.3	-0.76	0.32	-0.76	0.34	0.14		-0.09	-0.54	-0.17	0.12	-0.15	0.19 [...]
+YDL188C	PPH22  CELL CYCLE       PROTEIN PHOSPHATASE 2A	0.01		0.03	0.04	-0.18	-0.12	-0.06		-0.23	-0.17	-0.29	-0.1	0.15	-0.3	-0.06	-0.12	0.34	-0.12	0.44	0.26	0.26	-0.17	0.07	0.08	-0.51	0.18	0.14	0.26	0.2	0.33	0.1	0.45	-0.74	-1.18	-0.04	-0.07	-0.64	-2.56	-0.25	1.28	0.75	-0.94	-0.4		-1.29	-0.03	-1.12	0.07	0.18	-0.34	-0.45	-0.54	-0.43	0.3	-0.27	-0.29	-0.04	0.14	0.07	0.59	-0.03	-0.25	-0.07	-0.25	0.38	-0.32	-0.12	-0.32	0.01	0.31	0.44	0.51	0.07	0.01	0.26	-0.18	-0.32	0.07	-0.15
+YMR287C	MSU1   MITOCHONDRIAL BIOGENESIS COMPONENT OF 3'-5' EXONUCLEASE COMPLEX 	0.18	1.52	-0.06	0.06	-0.03	0.29	0.2	0.16	0.03	0.1	-0.23	0.31	0.12	-0.06	-0.23	-0.01	-0.15	-0.01	-0.17	-0.04	-0.67	-0.09	-0.3	-0.03	-0.15	-0.09	-0.12	0.15	0.14	0.07	-0.27	0.1	-0.06	0.01	-0.14	-0.76	-1.47	-1.09	0.28	0.4	0.34	-1.64	-1.56	0.88	0.38	0.16	0.15	-0.01	-0.34	-0.67	-0.92	-0.97	-1.18	0.04	-0.36	-0.69	-0.4	-0.38	-0.45	-0.32	-0.58	-0.3	-0.36	-0.34	-0.43	0.06	-0.43	-0.34	-0.58	-0.51	-0.56	-0.1	0.18	0.06	-0 [...]
+YIL015W	BAR1   MATING         ALPHA-FACTOR DEGRADATION	0.16	0.4		0.1	0.23	0.18		-0.06	-0.18	0.23	-0.18	-0.06	0.24	0.03	0.2	-0.15	-0.27	-0.03	-1.18	-0.94	-0.3	-0.43	-0.06	-0.15	-0.3	-0.43	-0.38	0.04	0.54	0.73	0.53	0.4	-0.89	0.1	-0.12	-0.97	-1.09	-0.81	-0.94	1.09	0.58	-1.12	-1.32	-0.14	-0.71	-0.2	0.12	0.07	-0.62	-1.12	-0.62	-0.71	-1.15	0.1	-0.15	-0.51	-0.51	0.01	-0.51	-0.71	0.41	0.28	-0.06	-0.34	-0.67	-0.6	-0.6	-0.84	-0.22	-0.4	-0.29	-1.29	0.26	0.41	0.44	-0.51	-0.3	0.18	-0.22
+YJR006W	NONE   DNA REPLICATION     POLYMERASE DELTA 55 KD SUBUNIT	-0.71	-0.43	-0.01	0.31	-0.1	0.15	-0.43	-0.32	-0.58	-0.09	-0.23	0.06	0.2	-0.32	-0.23	-0.2	-0.64	-0.6	-0.79	-0.38	0.03	-0.45	-0.12	0.38	-0.06	0.12	-0.1	-0.01	-0.01	0.1	-0.42	0.14	-0.3	0.12	0.46	-0.09	-0.42	-0.51	0.28	0.55	0.15	-0.3	-0.76	0.56	0.31	0.01	0.11	-0.15	0.58			-0.54	-0.49	0.38	-0.34	-1.09		0.5	-0.36	-0.06		-0.04	-0.15	-0.09	0.18	-0.04	-0.03	0.1	-0.38	0.26	-0.6	-0.64	-0.6	-1.15	0.16	-0.25	-0.34	0.59	-0.1
+YMR228W	MTF1   TRANSCRIPTION       MITOCHONDRIAL RNA POLYMERASE SPECIFICITY FACTOR	-0.23	-0.12	-0.38	-0.34	-0.38		-0.04	-0.32	-0.17	-0.03	-0.38	-0.49	-0.12	-0.6	-0.92	-0.1	-0.12	-0.25	-0.01	-0.64	-0.43	-0.25	-0.06	0.14	-0.2	-0.17	-0.3	-0.09	0.43	-0.22	-0.34	0.06	-0.25	0.4	0.23	-0.2	-0.89	0.24	-0.07	1.12	0.16	-0.86	-1.29	-0.06	-0.86	-0.17	-0.43	-0.22	0.15	-0.89	-0.89	0.14	-0.79	0.04	-0.49	0.21	-0.4	-0.15	-0.2	-0.42	-0.06	-0.2	-0.25	-0.17	-0.43		-0.3	-0.64	0.28	0.07	-0.43	-0.43	-0.47	-0.38 [...]
+YDR408C	ADE8   PURINE BIOSYNTHESIS    PHOSPHORIBOSYLGLYCINAMIDE FORMYLTRANSFERASE	-0.4	-0.43	-0.89	-0.3	-0.67	-0.58	-0.23	-0.67	-0.07	-0.06	-0.27	-0.43	-0.38	-0.71	-0.69	-0.43	-0.51	-0.38	0.43	-0.51	-0.36	-0.4	-0.27	-0.43	-0.22	-0.3	-0.34	-0.71	-0.12	-0.29	-0.94	-0.25	-0.04	0.14	0.16	0.14	-0.62	0.42	0.18	1.21	0.31	-1.03	-1.12	0.59	-1.51	-0.42	-0.74	-0.06	-0.07	-0.32	-0.32	-0.12	0.11	-0.18	-0.18	0.2	-0.81	-0.38	-0.18	-0.47	-0.14	0.19	-0.97	0.01	-0.34	-0.09	-0.92	-0.76	0.16	0.45	-0.2	-0.4	 [...]
+YER058W	PET117 RESPIRATION      CYTOCHROME C OXIDASE ASSEMBLY FACTOR	-0.18	0.12	0.14	-0.01	-0.03	-0.06	-0.07	-0.12	-0.18	0.11	-0.23	0.03	-0.38	-0.1	-0.43	-0.34	-0.04	-0.06	-0.43	-0.67	-0.22	-0.12	-0.18	-0.12	-0.17	-0.18	0.12	-0.2	0.25	-0.29	-0.1	-0.42	0.43		-0.67	0.12	-0.15	-0.42	0.11	1.41	0.58	-0.94	-0.49	0.56	-0.76	-0.04	-0.89	-0.1	0.07	-0.69	-0.58	-0.32	-0.43	-0.09	-0.1	0.07	-0.6	-0.6	-0.18	-0.09	0.2	0.07	-0.34	0.49	-0.89	0.39	-0.2	-0.64	-0.54	0.08	0.16	0.07	-0.56	0.32	-0.27	-0.3	-0.1 [...]
+YMR257C	PET111 PROTEIN SYNTHESIS     COX2 TRANSLATIONAL ACTIVATOR	-0.4	-0.09	-0.15	-0.43	-0.71	-0.42	-0.3	-0.18	-0.36	0.1	-0.54	-0.06	-0.38	-0.07	-1	-0.23	-0.34	-0.38	-0.15	-0.07	0.61	-0.38	-0.32	-0.23	-0.23	-0.07	-0.36	-0.14	0.14	-0.12	-0.29	-0.17	-0.38	-0.09	-0.67	-0.49	-0.45	-0.4	-0.42	1.5	-0.22	-0.81	-0.22	0.4	-0.54	-0.76	-0.62	-0.15	-0.92	-1.06	-1.29	-0.12	-1.06	-0.25	-0.86	-0.2	0.03	-0.4	-0.22	0.04	0.39	-0.27		-0.84	-0.6	-0.23	-0.43	-0.38	-0.3	0.62	-0.51	-0.36	0.03	-0.22	-0.32	-0.5 [...]
+YNR006W	VPS27  VACUOLAR PROTEIN TARGETI COMPONENT OF CLASS E PROTEIN COMPLEX	0.28	-0.4	-0.43	-0.15	-0.32	-0.15	-0.04	0.07	-0.12	-0.25	-0.47	-0.07	-0.25	0.49	-0.47	-0.1	-0.14		0.76	-0.15	0.07	-0.4	-0.49	-0.47	-0.14	-0.29	-0.06	-0.22	-0.2	0.11	-0.23	-0.01	0.26	0.53	0.38	0.16	0.19	0.23	0.2	0.04	1.22	0.29	0.07	1.13	0.55	0.3	0.34	-0.22	-0.71	-0.76	-1.09	-1.06	-1.29	-0.09	-0.45	-0.43	-0.47	0.11	0.18	-0.07	0.37	-0.51	-0.4	-0.23	-0.29	0.12	0.31	-0.04	-0.47	0.41	-0.18	0.08	0.03	-0.32	-0.29	-0.3	- [...]
+YLR026C	SED5   SECRETION        ER-TO-GOLGI T-SNARE	-0.29	-0.17	-0.56	-0.3	-0.47	-0.03	-0.18	-0.29	-0.09	0.07	-0.69	-0.2	-0.42	-0.74	-0.47	-0.17	-0.18	0.01	0.29	0.25	-0.32	0.12	0.23	0.06	0.04	0.2	0.04	0.16	0.15	-0.04	-0.03	0.08	-0.1	-0.12	0.04	0.33	0.19	0.16	-0.03	-0.03	0.28	0.29	-0.54	0.81	0.24	0.03	0.41		-0.71	-0.54	-0.6	-0.69	-1.03	-0.43	-0.27	-0.67	-0.27	0.1	-0.23	-0.49	-0.58	-0.86	-0.79	-0.01	-0.04	0.14	-0.09	0.19	-0.22	0.28	-0.25	0.31	-0.22	0.25	0.18	-0.25	-0.36	0.46	-0.64
+YKL011C	CCE1   TRNA PROCESSING     CRUCIFORM CUTTING ENDONUCLEASE	-0.56	-0.29	-0.4	-0.32	-0.45	0.08	-0.43		-0.25	-0.07	-0.6	-0.2	-0.25	-0.54	-0.42	-0.34	-0.25	-0.18	0.21	-0.1	-0.09	-0.43	0.11	0.03	-0.01	-0.25	-0.38	-0.34	0.18	-0.17	-0.4	-0.12	-0.22	-0.12	0.12	0.51	0.32	-0.09	-0.3	0.07	1.04	0.51	0.14	0.4	-1	0.03	0.24	-0.22	-0.29			-0.36	-0.69	-0.04	0.08	-0.38	0.08	-0.2	-0.23	-0.45	-0.3	-0.6	-0.43	-0.03	-0.15	0.15	-0.27	-0.36	-0.74	0.2	-0.34	-0.22	0.07	-0.25	0.43	0.07	-0.07	0.26	-0.45
+YHL009C	YAP3   TRANSCRIPTION       BASIC LEU ZIPPER TRANSCRIPTION FACTOR	-0.15	0.04	-0.1	-0.04	-0.36	0.23	-0.1	0.31	-0.04	0.24		0.03	-0.14	0.06	-0.62	-0.09	-0.18	0.08	0.74	0.04	0.39	0.42	0.33	0.11	-0.04	-0.42	-0.6	-0.34	-0.06	-0.42	-0.6	-0.27	-0.27	0.08	-0.23	0.79	-0.51	-0.74	-0.4	-0.06	1.62	-0.47	-0.81	0.21	-0.76	-0.43	-0.67	0.12	-0.01	-0.38	-0.79	-0.89	-0.51	0.38	-0.71	-0.54	-0.18	-0.84	0.04	-0.3	-0.06	-0.36	-0.64	0.3	-0.23	0.1	-0.27	-0.3	-0.49	0.2	-0.2	0.26	-0.17	-0.3	0.5	0.06	-0.4	0. [...]
+YGR057C	LST7   SECRETION        UNKNOWN; POST-GOLGI	-0.25	-0.01	-0.27	-0.2	-0.69		-0.45	0.16	-0.1	-0.06	-0.3	-0.12	-0.09	-0.36	-0.32	-0.3	-0.04		0.45		0.39	0.51	0.51	0.16	0.12	-0.58	-0.64	-0.38	0.1	-0.47	-0.67	-0.2	0.11	0.01	0.11	-0.2	-0.3	-0.34	-0.56	-0.23	-0.12	-0.23	-0.4	0.29	-1.03	-0.14	-0.32	-0.18	-0.54	-0.86	-1.06	-0.84	-1.09	0.18	0.06	-0.89	0.21	-0.1	0.07	-1	-0.27	-0.43	-0.42	0.36	0.04	0.31	-0.15	-0.17	-0.34	0.58	-0.4	-0.12	-0.12	-0.23	0.19	-0.23	-0.3	0.34	0.23
+YIR009W	MSL1   MRNA SPLICING       U2 SNRNP PROTEIN	-0.17	0.31	0.06		-0.38	0.29	-0.3	-0.32	-0.15	-0.07	-0.29	-0.2	-0.12	-0.36	-0.6	-0.09	-0.15	-0.01		-0.22	0.33	0.04	0.43	0.19	0.21	-0.38	-0.49	-0.36		-0.45	-0.45	-0.15	-0.03	0.31	0.14	0.19	-0.45	-0.47	-0.22	0.14	1.08	0.03	-0.25	0.19	-0.17	-0.38	0.15	-0.06	0.29	-0.17	-0.43	0.01	-0.42	0.48	-0.42	-0.86	0.23	0.16	-0.12	-0.27	-0.14	-0.12	-0.67	0.14	-0.12	0.12	-0.2	-0.45	-0.34	0.19	-0.06	0.4	-0.29	-0.34	-0.17	-0.17	-0.67	0.24	-0.67
+YJR057W	CDC8   DNA REPLICATION     THYMIDYLATE KINASE	-0.22	-0.09	-0.04	0.29	-0.07	0.25	-0.22	-0.25	-0.23	-0.14	-0.22	-0.06	0.01	-0.6	-0.3	-0.4	-0.27	-0.23	-0.45	-0.01	0.29	0.08	0.23	0.16	0.03	-0.1	-0.3	-0.23	0.11	-0.3	-0.6	-0.4	-0.49	-0.18	-0.01	0.1	0.14	0.08	0.03	0.12	0.1	-0.27	0.01	0.4	-0.25	-0.38	-0.14	-0.34	0.39			-0.3	-0.54	0.38	-0.17	-0.69			-0.29	-0.43	-0.49	-0.42	-0.64	-0.06	-0.17	0.26	0.03	-0.29	-0.38	0.49	-0.15	-0.12	-0.32	-0.54	-0.2	0.1	-0.14	-0.27	-0.89
+YHR144C	DCD1   PYRIMIDINE METABOLISM    DEOXYCYTIDYLATE DEAMINASE	-0.29	0.23	-0.47	0.04	-0.56	0.29	-0.27	0.12	-0.34	0.01	-0.01	-0.25	-0.23	-0.27	-0.43	-0.22	-0.06	-0.25	-0.6		-0.14	0.26	0.44	0.33	0.01	-0.15	-0.58	-0.09	-0.06	-0.36	-0.4	-0.03	-0.1	0.34	-0.45	0.12	-0.43	-0.18	-0.17	0.01	0.46	-0.25	-0.29	0.4	-0.4	-0.3	-0.32	0.01		-0.3	-0.54	0.07	-0.89	0.08	-0.3	0.54	0.24	0.32	-0.32	-1.51	-0.03	-0.71	-0.62	0.04	-0.2	-0.18	-0.71	-0.36	-0.69	-0.03	-0.22	-0.4	-0.34		0.52	-0.18	-0.43	0.28	-0.42
+YMR177W	MMT1   MITOCHONDRIAL IRON TRANS TRANSMEMBRANE DOMAIN (4)  PROTEIN	-0.34	-0.32	-0.32	0.06	-0.23	0.01	-0.04	-0.49	-0.29	-0.17	-0.34	0.04	-0.18	-0.29	-0.54	-0.51	-0.18	-0.47	-0.84	-0.62	-0.04	0.44	0.34	0.24	0.16	-0.06	-0.47	-0.01	0.23	-0.43	-0.62	-0.34	-0.58	0.65	0.32	0.03	-0.32	-0.15	0.48	0.29	0.24	0.29	-0.1	-0.01	0.23	0.03	-0.09	0.01	-0.51	-0.29	-0.58	-0.3	-1.09	-0.29	0.08	-0.29	-0.3	0.06	-0.47	-1.12	-0.43	-1.22	-0.92	-0.32	-0.14	-0.38	-0.74	-0.38	-0.42	0.39	0.21	0.86	-0.07	-0.32	 [...]
+YLR411W	CTR3   TRANSPORT        COPPER TRANSPORTER	0.04	-0.17	0.04	-0.1	-0.23	-0.17	-0.04	-0.17	-0.07	-0.2	-0.29	-0.03	0.06	-0.67	-0.17	-0.12	-0.32	-0.12	0.18	-0.32	-0.3	-0.18	-0.34	-0.38	-0.56	-0.45	-0.47	-0.43	-0.36	-0.45	-0.18	-0.12	0.33	-0.04	-0.15	-0.15	0.11	0.01	0.06	-0.09	0.11	-0.25	0.14	-0.32	-0.4	-0.14	-0.14	-0.03	0.73	1.27	-0.89	-0.58	-1.06	-0.43	-2.12	-2.12	0.96	0.7	0.21	0.34	0.18	0.01	-0.1	0.39	-0.27	-0.18	-0.12	-0.42	-0.4	0.55	-0.45	-0.34	-0.18	0.03	-0.01	-0.47	-0.32	0.19	-0.01
+YKR053C	YSR3   SPHINGOLIPID METABOLISM  DIHYDROSPHINGOSINE-1-PHOSPHATE PHOSPHATASE	-0.62	-0.58	-0.62	-0.54	-0.43	-0.09	-0.22	-0.4	0.04	0.2	0.14	0.15	0.01	-0.42	-0.29	0.07	-0.29	-0.12	-0.38	0.4	-0.12	-0.15	-0.2	-0.06	-0.27	0.11	-0.17	0.16	0.11	0.03	-0.42	0.34	-0.17	-0.34	-0.01	-0.09	0.16	0.42	-1.74	-0.23	0.38	0.07	0.11	0.59	-0.32	-0.56	-0.42	-0.32	-0.71	-0.43	-0.56	-0.81	-0.94	-0.64	-0.42	-0.97	0.52	1.07	-0.36	-0.54	-0.4	-0.4	-0.27	0.1	0.04	0.66	-0.18	-0.03	-0.62	0.39	-0.86	-0.29	-0.14	-0 [...]
+YLR240W	VPS34  VACUOLAR PROTEIN TARGETI PHOSPHATIDYLINOSITOL 3-KINASE	-0.14	0.04	-0.2	-0.07	-0.43	-0.01	-0.09	-0.14	-0.06	0.3	-0.07	0.07	-0.15	-0.64	-0.3	-0.23	-0.32		0.04	-0.22	0.18	0.12	-0.42	-0.27	-0.45		-0.15	-0.1	0.12	-0.06			-0.15	-0.25	-0.25	-0.14	-0.04	-0.09	-0.14	-0.12	0.06	-0.71	-0.34	0.48	-0.17	-0.29	-0.32	-0.22	-0.71	-0.56	-0.81	-0.89	-0.81	-0.3	-0.71	-1.06	0.2	0.42	-0.43	0.39	0.01	0.03	0.11	0.25	-0.51	-0.15	-0.15	-0.04	-0.43	0.36	-0.36	-0.36	-0.07	-0.17	-0.22	-0.03	-0.17	1.02	0.39
+YGL087C	"MMS2   DNA REPAIR, POSTREPLICAT UNKNOWN"	-0.01	0.06	-0.04	0.08	-0.12	0.08	-0.07	0.19	0.14	-0.4	-0.15	-0.32	-0.32	-0.54	-0.15	-0.2	-0.17	-0.14	0.5	0.14	0.28	0.26	-0.36	-0.1	-0.23	0.04	-0.18	-0.38	0.04	-0.25	-0.07	0.08	0.03	-0.1	-0.14	-0.3	-0.51	-0.22	-0.4	-0.67	0.01	-0.4	-0.09	-0.12	-0.25	-0.18	0.06	-0.22	0.24	-0.14	-0.54	-0.69	-0.92	0.06	-0.36	-0.86	0.19	0.46	-0.14	0.1	0.19	0.16	-0.07	0.21	-0.01	0.1	0.21	-0.07	-0.4	0.5	-0.09	-0.79	-0.12	-0.07	-0.09	-0.1	-0.14	0.68	0.15
+YER022W	SRB4   TRANSCRIPTION       RNA POLYMERASE II MEDIATOR SUBUNIT	-0.4	-0.15	-0.42		-0.56	-0.1	-0.42	-0.14	-0.1	0.1	0.01	-0.2	-0.1	-0.18	-0.32	0.08	-0.36	-0.12	0.82	0.1	0.39	-0.45	-0.3	-0.01	-0.1	-0.15	-0.2	-0.25	0.1	-0.2	-0.12	-0.23	-0.17	0.26	0.14	-0.09	-0.04	-0.07	0.07	0.01	0.11	-0.01	-0.14	0.33	0.08	-0.04	-0.04	0.28	0.07	-0.29	-0.86	-1.09	-1.06		-0.64	-1.29	0.37	0.57	0.03	-0.3	-0.27	-0.34	-0.45	-0.23	0.15	0.08	0.15	-0.18	-0.51	-0.4	-0.18	-0.27	-0.17	0.18	0.16	0.21	-0.38	0.56	-0.1
+YCL052C	PBN1   PROTEIN DEGRADATION    PROTEASE B	-0.15		-0.01	-0.17	-0.43	-0.22	-0.47	-0.18	-0.04	0.23	0.34		-0.04	-0.04	-0.07	0.2	-0.07	0.18	0.73	-0.32	0.33	-0.86	-0.43	-0.27	-0.29	0.1	-0.04	-0.18	-0.06	0.1	-0.09	0.28	0.33	0.25	0.24	0.16	0.33	0.23	0.51	0.49	0.19	0.3	0.31	0.12	0.61	0.46	0.59	0.3	-0.07	-0.29	-0.86	-1.15	-1.36	0.07	-0.67	-1.25	-0.12	0.6	0.37	0.21	0.15	-0.58	-0.34	-0.64	0.01	0.33	0.04	-0.25	-0.45	0.12	-0.67	-0.38	-0.56	-0.54	-0.01	-0.03	-0.43	0.88	0.18
+YFR010W	"UBP6   PROTEIN DEGRADATION, UBI DEUBIQUITINATING ENZYME (PUTATIVE)"	0.18	0.03	0.11	-0.18	-0.07	-0.2	0.24	-0.15	0.11	0.16	0.08	0.16	-0.03	-0.38	-0.12			-0.01	0.59	-0.04	-0.25	-0.69	-0.49	-0.42	-0.71	-0.17	-0.06	0.04	-0.1		0.01	-0.1	-0.12	0.28	-0.22	-0.47	-0.6	-0.42	-0.64	0.7	-0.84	-0.79	0.07	0.53	-0.4	-0.45	-0.6	-0.06	-0.07	-0.09	-0.34	-1.36	-1.94	-0.18	-0.58	-1.94		1.23	-0.03	0.2	-0.03	-0.56	-0.34	-1.12	0.1	0.19	0.25		-0.76	0.11	-0.32	-0.29	-0.29	-0.06	0.41	0.08	-0.09	0.67	0.04
+YGL130W	CEG1   MRNA CAPPING        MRNA GUANYLYLTRANSFERASE	-0.32	0.15		0.18	-0.12	0.4	0.08	0.25	0.1	0.33		0.2	0.07	-0.18	-0.06	0.56	-0.1	0.12	0.83	0.23	0.3	0.19		0.11	0.1	-0.04	-0.23	-0.01	0.18	-0.07	-0.38	0.11	-0.43	-0.07	-0.09	-0.4	-0.56	-0.38	0.01	0.38	0.43	-0.67	-0.45	0.16	-0.15	-0.27	-0.12	0.04	0.23	-0.29	-0.18	-0.81	-0.62	0.11	-0.36	-0.84	0.57	0.82	-0.36	-0.3	-0.58	-0.3	-0.29	0.33	-0.15	-0.06		-0.56	-0.54	0.06	-0.43	-0.32	-0.25	-0.69	0.3	0.08	-0.07	0.68	-0.29
+YCR019W	MAK32  DSRNA VIRUS PROPAGATION  UNKNOWN	-0.15	0.03	-0.03	-0.36	0.32	-0.4	-0.4	-0.03	0.03	0.11	0.31	-0.14	-0.09	-0.29	-0.67	0.2	-0.17	-0.12	0.5	0.44	-0.23	0.31	-0.12	0.08	-0.03	-0.34	-0.36	-0.4	-0.03	-0.54	-0.38	-0.03	0.07	-0.06	0.1	-0.18	-0.29	-0.25	-0.07	0.25	-0.38	-0.34	-0.34	-0.49	0.03	-0.27	-0.2	-0.1	0.11	0.07	0.11	-0.23	-0.62	-0.32	-0.38	-1.15	0.18	1.24	-0.04	-0.2	0.21	-0.25	-0.58	0.56	-0.25	0.26	-0.1	-0.4	-0.38	0.25	-0.06	-0.14	-0.92	-0.45	0.37	-0.3	-0.92	0.55	
+YOR266W	PNT1   PENTAMIDINE RESISTANCE   UNKNOWN	-0.47	-0.12	-0.56	-0.3	-0.43	-0.49	-0.32	-0.29	-0.25	-0.27	-0.4	-0.12	-0.2	-0.6	-0.97	-0.42	-0.54	-0.64	-0.25	-0.45	0.15	-0.54	-0.36	-0.3	-0.2	-0.3	-0.2	0.1	0.01	-0.27	-0.71	0.33	0.04	0.03		-0.14	0.29	-0.22	-0.18	0.04	-0.25	-0.43	-0.32	-0.06	-0.17	-0.42	-0.17	-0.3	-0.6	-0.51	-0.74	-0.15	-0.81	0.11	-0.58	0.12	0.23		-0.29	0.19	-0.22	-0.06	-1.15	-0.15	-0.54	0.04	-0.27	-0.76	-0.49	0.97	-0.42	0.26	-0.22			0.03	-0.2	0.51	-0.27
+YOL044W	PEX15  PEROXISOME BIOGENESIS    INTEGRAL MEMBRANE PROTEIN	-0.2	-0.49	-0.38	-0.51	-0.18	0.2	0.03	-0.29	-0.22	-0.22	-0.51	-0.62	-0.36	-0.54	-0.69	-0.45	-0.03	-0.12	0.36	-0.58	-0.58	-0.67	-0.67	-0.92	-0.84	-0.6	-0.62	-0.64	-0.79	-0.42	-0.32	-0.49	-0.14	-0.07	-0.1	-0.34	-0.25	-0.22	-0.15	0.26	0.29	-0.29	-0.92	-0.09	-0.14	-0.07	-0.4	-0.58	-0.06	0.29	-0.06	-0.15	-0.22	-0.56	-0.38	-0.64	0.53	0.28	-0.32	-0.15	-0.03	0.59	-0.23	-0.34	-0.4	-0.22	-0.81	-0.38	-0.03	0.57	-0.1	-0.29	-0.14	-0.3	 [...]
+YNL097C	PHO23  PHOSPHATE SIGNALING    TRANSCRIPTIONAL REGULATOR OF PHO5	-0.51	0.14	-0.03	-0.4	-0.04	-0.32	-0.12	-0.17	-0.29	0.03	-0.22	-0.14	-0.2	-0.36	-0.32	-0.45	-0.04	-0.27	0.43	-0.2	-0.36	-0.38	0.08	-0.09	-0.09	0.19	-0.03	-0.17	0.03	0.12	0.08	-0.03	0.07	0.19	0.11	0.19		-0.06	0.18	0.08	-0.27	-0.07	-0.18	0.15	0.57	0.3	0.42	-0.58	-0.1	-0.18	-0.56	-0.74	-0.69	0.08	-0.4	-0.01	0.07	0.76	-0.01	0.01	-0.34	0.76	-0.36	0.26	0.37	0.04	-0.74	-0.01	-0.32	0.49	0.01	0.21	-0.67	-0.34	0.16	-0.38	-0.62 [...]
+YJL206C	"NCE101 SECRETION, NON-CLASSICAL UNKNOWN"	0.11	-0.03	0.11	0.08	0.19	0.11	0.18	0.14	-0.15	-0.17	-0.15	-0.32	-0.04	-0.32	0.04	-0.27	0.3	-0.29	0.56	-0.22	-0.17	-0.25	-0.14	-0.32		-0.06	-0.09	-0.42		-0.17	-0.36	-0.1	-0.09	-0.22	-0.29	-0.23	-0.12	-0.18	-0.03	-0.29	-0.18	-0.14	0.07	-0.18	-0.15	-0.2	0.16	-0.6	-0.15	-0.32	-0.23	-0.43	-0.54	-0.01	-0.27	-0.47	-0.14	0.01	-0.01	0.04	-0.06	-0.04	-0.07	-0.09	-0.32	0.08	-0.54	-0.27	-0.09	0.46	-0.2	-0.32	-0.14	0.06	0.19	-0.12	0.18	0.48	0.34
+YOL096C	"COQ3   UBIQUINONE BIOSYNTHESIS  3,4-DIHYDROXY-5-HEXAPRENYLBENZOATE METHYLTRANSFERASE"	-0.22	-0.29	-0.27	-0.12	-0.58	-0.2	-0.25	-0.07	-0.1	-0.3	-0.36	-0.17	-0.04		-0.3		-0.29		0.71	1.3	-0.01	-0.58	-0.43	-0.4	0.16	0.1	-0.3	0.04	-0.04	0.11	-0.09	0.31	-0.49	-0.14	-0.01	-0.15	-0.04	0.1	0.14	0.24		-0.32	-0.23	0.36	0.68	0.49	0.7	-0.2	-0.69	-1.09	-1.22	-0.54	-1.29	0.1	0.1	-0.29	-0.67	-0.17	-0.15	0.26	0.12	-0.23	-0.51	-0.12	-0.3	0.39	-1.15	0.16	-0.32	0.37	0.12	-0.29	-0.32	-0.4	0.39	0.03	 [...]
+YMR284W	HDF1   DNA REPAIR       KU70 HOMOLOG	-0.06	-0.1	-0.22	-0.74	-0.62	-0.84	-0.47	-0.45	-0.17	-0.22	-0.01	-0.23	-0.12	-0.76	-0.23	-0.51	-0.38	-0.4	0.21	-0.09	-0.64	0.01	-0.4	-0.49	-0.64	-0.23	-0.22	-0.47	-0.64	0.31	-0.3	-0.18	-0.07	-0.09	-0.2	0.25	0.11	0.26	0.14	-0.25	0.07	-0.18	0.06	-0.67	-0.15	0.5	0.25	-0.27	-0.25	-0.58	-1.09	-1.12	-0.43	0.1	-0.42	0.1	-0.3	-0.07	-0.06	0.63	0.06	-0.03	-0.29	-0.09	-0.51	0.18	-0.67	-0.14	-0.36	0.95	-0.43	-0.27	-0.17	-0.23	-0.09	-0.03	0.07	1.28	0.18
+YPR180W	"AOS1   PROTEIN DEGRADATION, SMT SMT3P ACTIVATING PROTEIN"	-0.2		-0.17	-0.56	-0.14	-0.42	-0.04	-0.4	-0.1	0.01	-0.3	-0.58	-0.32	-0.47	-0.07	-0.4	-0.3	0.18	-0.04	-0.79	-0.62	-0.32	-0.47	-0.56	-0.62	0.28	-0.12	-0.25	-0.32	-0.29	-0.06	-0.64	0.03	-0.2	-0.03	-0.81	-0.67	-0.42	-0.25	-0.01	-0.01	-0.62	-0.36	-0.12	-0.1	0.08	-0.07	-0.42	-0.12		-0.71	-1.03	-0.71	0.21	-0.34	-0.51	-0.23	-0.29	0.59	-0.34	-0.09	0.36	-0.49	-0.06	-0.2	-0.4	-2.74	-0.38	-0.32	0.65	0.63	-0.79	-0.27	-0.25	0.12	-0.25	 [...]
+YJL023C	"PET130 PROTEIN SYNTHESIS, MITOC UNKNOWN"	-0.32	0.18	-0.04	-0.04	-0.69	0.12	-0.4	-0.18	-0.17	0.12	-0.43	-0.07	-0.29	-0.06	-0.84	-0.06	-0.07	-0.06	0.77	0.12	0.06	-0.47	-0.04	-0.17	-0.09	-0.3	-0.51	-0.56	0.06	-0.34	-0.42	-0.1	0.51	0.61	0.45	0.25	0.1	0.14	-0.12	-0.23	0.04	0.04	0.04	-0.04	0.24	0.2	0.3	-0.06	-0.07	-0.32	-0.54	-0.29	-0.22	0.15	0.34	-0.74	0.62	0.74	0.11	-0.23	0.03	0.06	-0.42		-0.36	0.1	-0.43	-0.06	-0.45	0.41	-0.14	-0.17	-0.43	0.29	0.33	-0.04	-0.3	0.71	0.29
+YLR306W	"UBC12  PROTEIN DEGRADATION, UBI E2 UB.-CONJUGATING ENZYME"	-0.23	-0.3	-0.17	-0.27	-0.01	0.11	0.14	-0.22	-0.27	-0.25	-0.3	-0.34	0.01	-0.42	-0.1	-0.49	-0.45	-0.23	-0.29	-0.47	-0.38	-0.38	-0.27	-0.23	-0.36	-0.32	-0.38	-0.64	-0.4	-0.3	-1.06	-0.51	-0.18	0.11	0.29	-0.09	-0.03	-0.69	-0.06	0.4	-0.18	-0.09	-0.15	-0.38		0.03	-0.06	-0.51	-0.14	-0.51	-0.51	-0.58	-0.56	0.51	-0.71	-0.3	0.41	0.19	-0.12	-0.42	0.19	0.16	-0.74	-0.2	-0.25	-0.03	-0.62	0.14	-0.42	0.48	-0.2	-0.2	-0.32	-0.36	0.01	-0.0 [...]
+YJR022W	NONE   MRNA SPLICING       SNRNP PROTEIN (PUTATIVE)	0.04	-0.2	0.55	-0.23	0.34	0.03	0.16	-0.04	-0.15	-0.27	-0.25	-0.23	-0.23		-0.56	-0.2	-0.07	-0.15	0.42	-0.47	-0.22	-0.22	-0.03	-0.34	-0.04	-0.27	-0.43	-0.47	-0.34	-0.56	-0.47	-0.4	-0.43	-0.14	0.12		-0.09	0.08	-0.27	0.21	0.01	-0.3	-0.29	0.2	-0.03	-0.03	0.26	-0.2	0.1	-0.12	-0.42	-0.71	-0.79	0.34	0.03	-0.76	0.56	0.5	0.15	-0.58	-0.36	0.46	-0.54	0.43	-0.18	0.28	-0.45	0.06	-0.12	0.75	-0.07	-0.42	-0.14	-0.15	-0.15	-0.32	-0.15	0.67	0.11
+YPR134W	"MSS18  MRNA SPLICING, COX1 MRNA UNKNOWN"	-0.22	-0.47	0.25	-0.1	-0.03	0.06	-0.29	-0.4	-0.17	-0.23	-0.71	-0.32	-0.1	-0.49	-0.36	-0.67	-0.1	-0.07	0.11	-0.36	-0.38	-0.18	-0.36	-0.74	-0.47	-0.15	-0.27	-0.47	-0.43	-0.4	-0.49	-0.29	0.32	0.5	-0.06	0.08	0.08	-0.03	0.38	0.29	0.28	0.07	0.2	0.61	0.4	0.34	0.5	-0.25	0.38	0.04		-0.49	-0.62	0.32	-0.22	-1.03	0.34	0.42	-0.07	-0.51	-0.03	0.29	-0.36	0.32	-0.18	0.07	-0.14	-0.3	-0.62	0.33	0.36	0.25	-0.17	-0.14	0.2	-0.07	0.01	0.41	-0.23
+YML112W	CTK3   CELL CYCLE (PUTATIVE)    PROTEIN KINASE SUBUNIT	-0.17	-0.3	-0.18	-0.64	-0.27	-0.42	-0.18	-0.22	-0.17	-0.1	-0.56	-0.45	-0.45	-0.58	-0.56	-0.34	-0.3	-0.18		-0.79	-0.34	-0.38	-0.07	0.16	-0.32	-0.1	0.15	-0.01	-0.2	-0.42	-0.49	-0.34	0.46	0.56		0.48	0.18	0.31	0.53	0.19	0.04	0.5	0.39	0.5	0.43	0.31	0.46	-0.4	0.33	-0.34	-0.2	-0.3	-0.18		-0.23	-0.29	0.18	-0.23	-0.04	-0.84	0.28	0.01	-0.22	-0.2	-0.2	0.12	-0.49	-0.69	-0.69	0.65	-0.32	-0.38	-0.54	-0.18	0.3	-0.1	-0.49	0.54	0.11
+YDL044C	"MTF2   MRNA SPLICING, MITOCHOND UNKNOWN"	-0.04	0.01			-0.36	-0.3	-0.22	-0.17	-0.17	-0.03	-0.07	-0.23	0.16	-0.43	-0.36	-0.43	-0.14	-0.32	0.1	-0.29	-0.18	-0.47	-0.29	-0.32	-0.79	-0.43	-0.12	-0.32	-0.27	-0.23	-0.3	-0.3	-0.01	0.07	-0.27	-0.49	-0.4	-0.25	-0.18	-0.51	-0.47	-0.18	-0.47	-0.17	0.08		0.11	-0.04	-0.3	-0.4	-0.3		-0.42	-0.04	-0.18	-0.34	-0.45	0.18	-0.15	-0.1	-0.1	0.71	-0.09	0.08	-0.09	-0.03	-0.74	-0.4	-0.25	0.54	0.14	-0.1	-0.27	-0.42	-0.03	-0.2	-0.4	0.04	-0.34
+YAL010C	MDM10  MITOCHONDRIAL BIOGENESIS (PUTATIVE) COMPONENT OF ACTIN BINDING PROTEIN COMPLEX	-0.2	-0.01	-0.01	-0.36	-0.6	-0.36	-0.09	-0.29	-0.15	0.11	-0.64	0.16	-0.04	-0.29	-0.86	0.37	0.16	-0.01	0.48	0.33	-0.17	-0.69	-0.54	-0.36	0.18	-0.27	-0.2	-0.17	0.15	-0.14	-1.12	-0.14	-0.25	-0.07	-0.12	-0.27	-0.54	-0.32	-0.32	-0.29	-0.15		-0.58	0.7	-0.42	-0.42	-0.54	0.16	-0.76	-1.25	-1.89	-1.74	-1.6	0.16	-0.6	-0.64	-0.07	0.06	2.39	-0.25	-0.18	-0.15	-0.03	-0.42	-0.47	-0.38	0.01	-0.07	-0.3	0.36	-0.34 [...]
+YBL019W	ETH1   DNA REPAIR       EXONUCLEASE III HOMOLOG	-0.15	0.52	-0.03	0.97	-0.4	-0.43	-0.12	0.1	-0.54	0.15	0.34	-0.03	-0.12	-0.43		0.33	-0.51	-0.07		-0.45	-0.2	0.26	-0.22	-0.3	-0.04	-0.25	-0.3	-0.23	-0.25	-0.09	-0.6	-0.25	-0.27	0.1	-0.03	0.86	-1.06	-0.62	-0.58	-0.32	0.07		-0.62	0.67	-0.36	-0.27	-0.3		-0.32	-0.81	-1.43	-1.25	-1.43	0.43	-0.67	-0.84	-0.2	0.08	1.24	-0.04	-0.18	-0.18	-0.07	0.07	-0.14	-0.64	-0.38	-0.42	0.19	0.33	-0.06	-0.03	-1.06	-0.25	0.41	-0.27	-0.81	0.82	0.04
+YCR066W	"RAD18  DNA REPAIR, POSTREPLICAT FORMS COMPLEX WITH RAD6P; PUTATIVE ATPASE"	-0.15	-0.15	-0.29	-0.27	-0.56	0.16	-0.47	0.16	0.06	0.08	-0.22	0.03	-0.15	-0.36	-0.47	0.03	0.04	-0.15	0.62		-0.04	-0.15	-0.06	-0.3	0.1	-0.15	-0.23	-0.27	0.23	-0.36	-0.36	-0.04	0.08	0.46	-0.1	-0.07	-0.84	-0.62	0.12	-0.42	0.21	0.15	-0.1	0.85	-0.14	-0.34	-0.22	0.15	-0.62	-0.1	-0.62	-0.58	-0.58	-0.67	-0.4	-0.23	-0.49	0.12	0.1	0.2	0.38	0.06	0.04	0.16	-0.29	-0.18	-0.27	-0.04	-0.23		0.1	0.32	-0.76	-0.12	0.16	-0.5 [...]
+YBR130C	SHE3   CELL POLARITY       ASYMMETRIC HO EXPRESSION	-0.32	-0.54	-0.18	-0.4	-0.36	-0.12	0.12	0.32	-0.09	0.06	-0.38	-0.07	-0.34	-0.15	0.11	0.01	0.37	0.01	-0.12	-0.67	-0.38	-0.54	-0.34	-0.01	-0.12	-0.03	0.04	-0.06	-0.14	0.15		0.01	-0.47	-0.36	-0.09	0.15	0.08	-0.25	-0.29	-0.42	-0.04	0.21	-0.14	-0.15	0.24	0.01	0.18	-0.14	-0.62	-0.64	-0.64	-0.97	-0.84	-0.09	-0.27	-0.64	-0.01	0.12	-0.23	0.14	0.1	-0.76	-0.32	-0.3	0.04	-0.04	-0.18	-0.04	-0.3	0.23	0.34	0.11	0.07	0.03	0.01	-0.18	-0.18	0.39	-0.49
+YGL134W	PCL10  CELL CYCLE       CYCLIN (PHO85P)	-0.45	-0.38	-0.18	-0.43	-0.51	-0.14	-0.15	0.04	-0.12		-0.3	-0.43	-0.22	-0.58	-0.38	-0.25	-0.34	-0.32	0.19	0.25	0.06	0.12	0.14	-0.09	0.03	-0.03	-0.09	-0.12	0.37	0.04		0.32	-0.51	-0.06	-0.36	-0.25	-0.76	-0.47	-0.25	0.96		-1	-0.1	0.36	-1.29	-0.42	-0.58	-0.18	0.21	-0.2	-0.79	-0.69	0.06	0.2	-0.76	-0.17		0.43	-0.32	-0.79	-0.14	-0.03	-0.25	-0.07	-0.56	-0.04	-0.18	-0.4	-0.17	0.18	-0.18	0.25	-0.86	-0.56	0.39	-0.1	-0.69	0.7	0.42
+YOL148C	SPT20  CHROMATIN STRUCTURE    HISTONE ACETYLTRANSFERASE COMPLEX SUBUNIT	-0.45	-0.25	-0.45	-0.09	-0.43	-0.15	-0.23		-0.32	-0.09	-0.34	-0.09	-0.36	-0.4	-0.42	-0.29	-0.34	-0.2	0.12	0.15	0.06	0.07	-0.18	0.06	0.01	0.25	0.1	0.23	0.18	0.1	0.18	0.16	-0.03	0.32	0.04	-0.07	-0.1	-0.18	0.04	0.26	0.36	0.01	-0.64	0.33	-0.17	-0.43	-0.23	-0.06	-0.56	-0.74	-0.84	-0.49	-0.47	-0.03	-0.36	-0.71	-0.43	-0.1	-0.42	0.3	-0.25	-0.25	0.04	-0.01	-0.25	0.04	-0.2	-0.42	-0.38	-0.34	-0.58	-0.25	-0.25	-0.07	0.19 [...]
+YPL271W	ATP15  ATP SYNTHESIS       F1-ATP SYNTHASE EPSILON SUBUNIT	-0.07	-0.27	0.2		0.04	-0.49	-0.09	-0.6	-0.23	-0.45	-0.18	-0.54	-0.03	-0.51	-0.09	-0.47	-0.2	-0.27	-0.51	-0.97	-0.51	-0.67	-0.76	-0.38	-0.51	-0.32	0.04	-0.15	-0.4	-0.09	-0.25	-0.42	-0.34	-0.23	-0.2	-0.43	-0.4	-0.54		1.06	0.23	-1.06	-0.23	0.26	-0.64	-0.18	-0.51	-0.71	-0.29	-0.36	-0.18	-0.69	-0.81	-0.22	-0.36	-1.25	-0.42	-0.81	0.41	0.19	0.06	-0.12	-0.27	0.03	-0.32	-0.1	-0.34	-0.67		0.39	-0.56	-0.56	-0.4	-0.51	-0.06	-0.14	0.2 [...]
+YER173W	"RAD24  CELL CYCLE, CHECKPOINT   INERACTS WITH RFC"	-0.14	-0.4	-0.09	-0.43	-0.04	-0.38	0.07	-0.22	-0.07	-0.2	-0.36	-0.22	-0.06	-0.27	-0.29	-0.25	-0.03	-0.34	-0.56	-0.58	-0.43	-0.17	-0.3	-0.42	-0.49	0.15	0.04	0.03	-0.25	0.01	-0.06	0.29	-0.6	-0.45	-0.17	-0.47	-0.36	0.19	-0.49	0.72	-0.1	-0.36	-0.29	0.1	-0.4	-0.23	-0.64	-0.23	0.14	-0.3	-0.38	-0.74	-0.45	0.34	-0.69	-0.64	0.57	0.64	-0.32	-0.2	1.46	-0.54	-0.09	0.44	-0.34	-0.15	-0.23	-0.56	-0.07	0.51	-0.34	0.14	-0.34	-0.34	-0.01	-0.4	-0. [...]
+YJR122W	CAF17  CATABOLITE REPRESSION    COMPONENT OF CCR4 TRANSCRIPTIONAL COMPLEX	-0.3	-0.07	-0.06	-0.62	-0.09	-0.23	-0.01	-0.12	-0.2	-0.07	-0.23	-0.34	-0.09	-0.54	-0.25	-0.32	-0.06	-0.27	-0.34	-0.36	-0.3	-0.56	-0.06	0.07	-0.38	-0.06	0.06	-0.12	0.16	0.11	0.01	-0.04	0.1	0.06	-0.23	-0.43	-0.6	-0.07	-0.29		-0.25	-0.6	-0.51	0.06	-0.69	-0.29	-0.45	-0.51	-0.3	-0.56	-0.6	-0.62	-0.1	0.36	-0.54	0.12	0.06	0.31	-0.09	0.34	0.45		0.11	0.15	-0.2	-0.34	-0.54	-0.23	-0.22	0.18	-0.34	-0.6	-0.79	-0.2	0.2	- [...]
+YLR005W	SSL1   TRANSCRIPTION       TFIIH SUBUNIT	-0.27	0.11	-0.03	0.31	-0.07	0.11	-0.01	0.07	-0.07	-0.14	-0.14	-0.12	0.01	-0.29	-0.18	-0.1	-0.4	-0.14	-0.15	0.88	0.36	0.53	0.08	-0.04	0.07	0.07	-0.18	-0.14	0.11	0.04	-0.22	0.01	0.21	0.28	0.31	-0.22	-0.25	-0.12	-0.04	-0.1	0.19	-0.3	-0.36	0.46		-0.17		-0.14	0.5	-0.07	-0.54	-0.89	-0.38	0.31	-0.54	-0.36	0.72	0.12	-0.18	-0.15	0.23	-0.14	-0.1	0.3	-0.32	-0.07	-0.18	-0.47	-0.29	0.15	0.21	0.3	0.07	0.16	0.38	0.06	-0.38	0.75	0.08
+YOL126C	MDH2   TCA CYCLE        MALATE DEHYDROGENASE	0.36	1.1	0.6	0.3	0.28	0.54	0.36	0.36	0.01	0.08	-0.29		-0.22	0.01	-0.14	-0.3	-0.07	-0.15	-0.42	0.68	-0.3	0.03	-0.97	-0.89	0.04	0.77	1.05	0.62	0.37	0.66	0.93	0.29	0.23	0.28	0.3	0.08	0.1	0.43	0.1	-1.06	0.83	0.11	-0.1	0.39		0.04	0.11	-0.07	1.04	-0.54	-1.06	-1.69	-2.12	1.45	-0.74	-2	1.12	0.04	0.14	0.6	0.16	-0.49	-1	1.18	-0.45	-1.25	-0.43	0.01	-0.04	0.65	-0.14	-0.32		-0.1	-0.04	-0.43	0.14	1.08	1.38
+YEL062W	NPR2   NITROGEN TRANSPORT    TRANSCRIPTION FACTOR	0.01	0.11	0.07	0.04	0.1	-0.22	0.12	-0.09	-0.09	-0.2	-0.1	0.01		-0.2	-0.2	-0.06	-0.04	-0.14	0.45	-0.09	0.12	-0.18	-0.2	0.01	-0.4	-0.14	-0.09	-0.09	0.11	-0.12	-0.18		0.07	0.1	0.15	0.29	0.26	0.24	0.18	0.19	0.34	0.2	0.01	-0.6	-0.09	-0.09	0.03	-0.23	0.19	-0.14	-0.92	-1.18	-0.47	0.74	-0.58	-0.71	0.45	0.49	0.01	0.25	-0.17	-0.14	0.11	-0.12	-0.25	-0.2	-0.42	-0.4	-0.51	0.06		0.08	-0.34	-0.14	-0.06	-0.42	-0.69	0.58	-0.07
+YGR241C	YAP1802ENDOCYTOSIS AND SECRETIO CLATHRIN ASSEMBLY PROTEIN	-0.1	0.18	0.23	-0.12	-0.17	-0.42	0.15	-0.36	0.01	0.06	-0.17	-0.01	-0.07	-0.29	-0.07	-0.06	0.06	0.06	-0.29	-0.18	0.03	-0.1	0.12	0.31	0.26	0.56	0.34	0.23	0.19	0.44	0.1	0.08	0.3	0.04	0.07	0.28	0.32	0.4	0.16	0.1	0.03	0.11	-0.1	0.3	0.15	-0.03		-0.2	0.29	-0.09	-0.84	-1.43	-1.69	0.73	-0.62	-0.92	0.41	0.6	-0.14	0.43	0.24	-0.06	-0.03	0.26	-0.29	-0.36	-0.71	-0.54	0.19	0.1	0.6	0.49	0.14	-0.04	-0.14	-0.34	-0.42	0.53	-0.49
+YEL066W	HPA3   CHROMATIN STRUCTURE    HISTONE ACETYLTRANSFERASE COMPLEX SUBUNIT	-0.14	-0.07	0.2	0.1	0.33	0.2	0.32	-0.09	0.04		-0.03	0.04	0.16	-0.36	-0.14	-0.32	-0.4	-0.54	-0.49	0.21	0.08	0.11	0.36	0.24	-0.07	0.33	0.16	0.21	0.24	0.23	-0.03	0.45	1.27	0.99	0.62	0.29	0.43	0.62	0.61	0.67	0.24	0.54	0.58	-0.2	0.53	0.54	0.79	-0.43	0.99	-0.15	-0.89	-1.18	-1.06	1.96	-0.6	-0.56	0.48	-1.09	-0.47	-0.25	-0.34	0.16	0.56	0.07	-0.25	-0.54		-0.4	-0.3	0.01	-0.06	-0.54	-0.06	0.04	0.16	0.01	0.24	0.63	0.26
+YIR031C	DAL7   ALLANTOIN UTILIZATION    MALATE SYNTHASE	-0.07	0.08	0.1	-0.03	0.18	0.1	0.28		-0.15	-0.01	-0.07	0.26		-0.07	-0.03	-0.03	0.25	0.04	-0.36	0.29	0.08	-0.43	-0.43	-0.43	-0.32	0.34	0.37	0.29	0.21	0.36	0.25	0.25	-0.1	-0.03	0.08	0.62	0.52	0.43	0.84	0.87	0.32	1.23	0.67	-0.84	1.45	1.29	0.99	-0.17	1.68	-0.67	-0.74	-1.84	-1.4	2.47	-0.47	-0.49	1.5	-0.62	-0.09	0.2	0.1	-0.15	0.3	0.42	-0.25	-0.15	-0.74	-0.4	-0.23	0.48	0.68	0.66	-0.6	-0.43	0.7	-0.51	-0.36	0.19	0.04
+YPL048W	CAM1   PROTEIN SYNTHESIS     TRANSLATION ELONGATION FACTOR EF-1GAMMA	0.18	-0.03	0.19		0.15	-0.04	0.3	0.1	-0.01	-0.06	-0.1	-0.18	0.06	-0.15	0.06	-0.15	0.28	0.01	0.06	0.07	-0.09	0.54	0.43	0.33	-0.07	0.33	0.42	0.32	0.31	0.34	-0.27	0.49	-0.2	-0.2	0.04	0.39	0.53	0.15	-0.01	-0.09	-0.12	0.16	0.16	-1.18	-0.1	-0.17	-0.18	-0.2	0.36	0.04	0.19	-0.49	-1.22	0.18	0.06	-1.32	0.03	0.68	0.32	0.61	0.36	-0.18	0.18	0.63	-0.3	-1.79	0.21	0.4	0.52	0.44	0.18	-0.18	-0.07	-0.01	0.42	-0.51		-0.07	-1.15
+YNL003C	PET8   MITOCHONDRIAL PROTEIN TA MITOCHONDRIAL CARRIER FAMILY	0.2	0.11	0.07	-0.18	-0.06	0.01	0.43	0.06	-0.01	-0.17	-0.34	-0.29	-0.06	-0.51	0.26	-0.17	0.3	-0.18	-0.18	-0.32	-0.51	-0.47	-0.3	-0.1	-0.12	0.16	0.04	0.14	0.04	0.19	-0.2	0.25	-0.71	-0.69	-0.2	0.34	0.36		-0.1	-0.03	-0.07	0.18	0.2	-1.25	-0.18	-0.15	-0.01	-0.43	-0.42	-0.29		-0.4	-1.09	-0.07	0.01	-0.97	-0.1	0.53	0.34	0.46	0.24	-0.18	0.18	0.1	-0.04	-0.36	0.12	0.11	-0.29	0.55	-0.03	0.1	-0.09	-0.14	0.01	0.16	0.11	0.2	-0.42
+YMR020W	FMS1   STEROL METABOLISM (PUTAT UNKNOWN	0.4	0.37	0.33	0.15	0.08	0.16	0.1		0.06	0.4	0.01	0.25	0.04	-0.2	-0.18		-0.2	0.11	0.71	-0.2	-0.09	0.12	-0.27	-0.36	-0.27	0.14	0.06	0.03	-0.15		0.11	0.2	-0.15	-0.18	0.11	0.5	-0.06	-0.15	-0.25	0.23	-0.03	0.26		-0.29	0.2	0.15	0.29	-0.23	-0.84	-0.62	-0.89	-0.69	-1.29	-0.17	-0.2	-1.15	-0.47		-0.01	0.38	0.18	0.29	-0.04	-0.36	-0.15	-0.49	0.01	-0.32	-0.09	-0.67	-0.07	-0.71	0.1	0.06	0.07	-0.06	-0.1	0.04	-0.58
+YKL129C	"MYO3   CYTOSKELETON        MYOSIN, CLASS I"	0.1	-0.36	-0.04	-0.1		-0.27	0.06	-0.12	-0.14	-0.27	0.03	-0.14	-0.12	-0.47	-0.12	-0.17	0.03	-0.17		-0.18	-0.2	-0.36	-0.3	-0.25	-0.42	-0.23		-0.15	-0.29	0.37	0.36	-0.15	0.15	0.01	-0.1	0.06	0.11		0.08	0.81	-0.07	-0.06		0.04	-0.03	0.08	-0.14	-0.29	-0.22	-0.43	-0.76	-1	-0.92	0.41	-0.45	-0.69	-0.03	0.12	0.01	0.2	0.07	1.17	0.26	-0.12	-0.07	-0.54	0.04	-0.06	-0.1	-0.29		-0.62		-0.2	-0.27	-0.38	-0.01	0.49	0.2
+YLR144C	ACF2   CYTOSKELETON        CORTICAL ACTIN ASSEMBLY	-0.15	-0.3	-0.43	-0.2	-0.36	-0.18	-0.06	-0.27	-0.18	-0.38	-0.25	0.01	-0.15	-0.58	-0.45	-0.07	-0.36	-0.07	-0.12		0.11	-0.17	-0.22	-0.4	-0.1	0.01	-0.18	0.08	-0.12	0.12	-0.07	0.26	-0.15	0.15	0.07	0.37	0.49	0.3	0.01	0.12	-0.03	0.11	-0.03	0.19	-0.01	-0.22	-0.18	0.11	-0.56	-0.76	-1.18	-0.69	-1.22	-0.14	-1.03	-1.09	0.16	0.53	-0.17	0.68	0.32	0.39	0.51	0.01	-0.3	-0.81	-0.27	-0.43	-0.22	0.19	-0.89	-0.29	0.07	0.08	0.11	-0.14	-0.36	0.26	-0.47
+YNL239W	LAP3   PROTEIN DEGRADATION    AMINOPEPTIDASE OF CYSTEINE PROTEASE FAMILY	0.41	0.31	0.69	0.15	0.43	0.23	0.7	0.08	0.16	0.2	0.06	0.16	0.21	-0.04	0.26	0.01	0.07	0.1	-0.14	0.19	0.01	-0.34	-0.17	-0.18	-0.32	-0.07	0.1	0.12	0.11	0.33	0.43	0.3	-0.42	-0.6	-0.38	0.06	0.32	0.21	0.34	0.25	0.08	0.2	0.34	-0.49	0.26	0.28	0.4	-0.38	0.6	-0.1	-0.49	-0.71	-0.54	0.85	-0.69	-1.06		0.32	-0.15	0.46	0.2	-0.03	0.03	-0.01	-0.06	-0.81	0.19	0.36	0.16	0.19	0.1	-0.2	0.08	0.06	0.26	-0.34	-0.23	0.12	
+YDR294C	DPL1   PHOSPHOLIPID METABOLISM  DIHYDROSPHINGOSINE PHOSPHATE LYASE	0.23	-0.03	0.12	-0.29	0.29	-0.12	0.43	-0.2	0.06	-0.07	-0.17	-0.12	-0.01	0.07	-0.04	0.03	-0.04	-0.17	0.18	-0.22	-0.43	-0.69	-0.42	-0.45	-0.56	-0.01	0.36	0.23	-0.15	0.37	0.12	0.39	-0.34	-0.45	-0.06	0.33	0.12	0.03	-0.07	0.26	0.32	0.21	0.36	-1.22	0.01	0.03	0.1	-0.3	0.07	-0.32	-0.94	-1.25	-0.69	0.84	-0.76	-0.74	0.06	0.33	-0.07	0.29	0.49	0.16	0.24	-0.22	0.14	-0.71	0.11	-0.04	-0.1	-0.04	-0.07	-0.15	-0.15	-0.04	0.3	0.08	0 [...]
+YJR065C	ARP3   CYTOSKELETON        ACTIN-RELATED PROTEIN	0.15	0.2	0.54	0.08	0.2	-0.36	0.11	-0.4	-0.23	0.03	-0.25	0.06	-0.14	-0.32	-0.17	-0.2	-0.06	-0.17	0.45	-0.18	-0.15	-0.15	-0.23	0.01	-0.1	0.29	0.41	0.31	-0.15	0.24	0.5	0.2	-0.51	-0.25	-0.34	-0.23	-0.89	-0.27	-0.62	0.49	-0.14	-0.76	-0.1	0.19	-0.89	0.1	-0.43	-0.22	-0.23	-0.51	-0.92	-1.29	-1.32	0.66	-0.67	-0.94	-0.2	0.52	0.21	1.01	0.58	-0.04	0.16	0.19	0.43	-0.54	0.36	0.43	-0.06	-0.06	-0.18	-0.4	0.01	-0.23	-0.23	-0.51	-0.29	0.1	-0.71
+YKL127W	PGM1   GLYCOLYSIS       PHOSPHOGLUCOMUTASE	1.02	0.52	0.74	0.64	0.81	0.33	0.65	0.39	-0.09	-0.29	-0.17	-0.04	0.3	-0.06	0.41	0.01	0.21	-0.29	0.07	-0.54	-0.23	-0.97	-0.62	-0.29	-0.07	0.12	0.16	-0.4	-0.1	0.33	0.51	0.16	-0.6	-0.71		0.2	-0.22	-0.86	-0.38	1.29	0.38	0.03	-0.43	-0.86	-1.89	-0.43	-0.4	-0.3	0.28	0.03	-0.6	-1.25	-1.74	0.82	-0.79	-1.79	1.26	0.57	-0.18	0.14	0.31	-0.86	-0.17	-0.17	-0.09	-0.51	-0.1	0.21	-0.14	-0.54	0.55	-0.76	0.24	0.56	0.43	-0.2	-0.3	-0.34	-0.56
+YBR236C	ABD1   MRNA CAPPING        MRNA CAP METHYLTRANSFERASE	0.24	-0.22	-0.12	-0.3	-0.07	0.1	0.26	0.25	0.12	0.93	-0.12	0.08	0.08	-0.09	-0.12	0.01	-0.12	0.11	-0.23	0.03	-0.27	-0.34	-0.38	-0.38	-0.49	-0.4		-1.79	-0.1	-0.06	0.04		-0.3	-0.6	-0.54	-0.2		0.06	-0.1	-0.22	-0.29	0.11	0.11	0.41	-0.06	-0.3	-0.04	0.14	-0.01	-0.29	-0.76	-1.06	-0.79	0.5	-0.49	-0.92	0.16	0.34	-0.09	0.1	0.26	-0.09	0.07	-0.38	0.14	-0.4	0.16	0.2	-0.14	0.37	-0.2	-0.54	0.21	0.6	0.38	0.07	-0.29	-0.14	-0.42
+YOR185C	GSP2   NUCLEAR ORGANIZATION     GTPASE; RAN HOMOLOG	0.15	0.16	0.3	0.12	0.33	0.4	0.25	0.14		-0.23	0.03	-0.43	0.12	-0.36	0.21	-0.27	0.36		0.31	0.14	0.07		0.23	-0.42	-0.25	-0.04	0.03	-0.14	-0.12	0.25	0.51	0.29	0.56	0.31	0.14	0.07	0.12	-0.01	0.23	0.31	0.06	0.11	-0.1		0.33	0.63	0.67	-0.4	-0.14	-0.2	-0.32	-0.62	-0.89	-0.14	-0.1	-0.74	-0.06	0.25	0.03	1.24	0.03	0.04	0.8	-0.25	0.49	-0.4	0.58	0.69	-0.04	0.15	0.34	-0.34	0.1	-0.1	-0.09	-0.84	-0.27	-0.29	-0.51
+YJL174W	"KRE9   CELL WALL BIOGENESIS     BETA-1,6-GLUCAN ASSEMBLY"	-0.22	-0.1	-0.15	-0.38	0.12	0.04	0.34	-0.01	-0.15	-0.27	-0.32	-0.25	0.15	-0.2	-0.06	-0.3	0.14	-0.22	0.28	-0.25	-0.15	-0.6	0.18	0.25	-0.12	0.24	0.15	0.12	0.32	0.06	-0.14	0.25	0.64	0.25	0.4	0.61	0.62	0.36	0.37	0.55	0.26	0.49	0.43	-0.92				-0.69	-0.56	-0.23	-0.56	-1.12	-1.43	-0.4	-0.79	-1.43	-0.07	0.07	0.04	0.98	0.62	-0.01	0.43	0.11	-0.04	-0.64	-0.01	0.29	-0.09	0.32	0.24	0.55	-0.09	-0.3	-0.18	-0.74	-0.47	-0.32	
+YOL033W	MSE1   PROTEIN SYNTHESIS     MITOCHONDRIAL GLUTAMYL-TRNA SYNTHETASE	-0.17	-0.34	-0.04	-0.2	-0.12	-0.45	-0.04	-0.2	-0.3	-0.15	-0.3	-0.1	-0.09	-0.45	-0.4	-0.36	-0.2	0.36	-0.34	-0.49	-0.51	-0.12	-0.14	-0.04	-0.27	0.04	0.11	0.01	-0.43	-0.14	-0.27	-0.2	0.04	0.03	-0.18	-0.25	0.15	0.18	0.48	0.53	-0.27	0.19	0.26	-0.2	0.49	0.52	0.53	-0.42	0.01	-0.12		-0.47	-0.76	0.07		-1.6	0.08		-0.15		-0.18	0.55	-0.3	-0.38	0.24	-0.32	-0.34	-0.71	0.03	0.6	-0.54	-0.94	-0.27	-0.47	-0.27	-0.27	-0.14	-0.25	-0.89
+YOR130C	ARG11  MITOCHONDRIAL PROTEIN TA AMINO ACID TRANSPORTER	1.16	0.81	0.88	0.51	0.24	-0.1	0.11	-0.27	-0.03	-0.34	-0.2	-0.17		-0.42	0.08	-0.15		0.18	-0.54	-0.74	-0.27	-0.45	0.04	-0.07	-0.29	-0.15	-0.09	-0.17	-0.29	-0.22	-0.32	-0.34	-0.89	-0.67	-0.2	-0.49	-0.54	-0.49	-0.54	-0.12	-0.2	-0.4	-0.3	-1.6	0.1	0.15	0.21	-0.94	0.14	-0.42	-0.56	-0.71	-0.92	0.26	-0.38	-1.4	0.16	-0.22	0.03	-0.12	-0.25	0.28	-0.1	0.04	-0.03	-0.03	0.1	-0.32	-0.27	0.2	-0.17	-0.79	0.08	-0.47	-0.09	-0.45	-0.22	-0.09	-0.64
+YNL192W	CHS1   CYTOKINESIS      CHITIN SYNTHASE 	1.9	0.75	-0.17	-0.74	-0.49	-0.81	-0.67	-1.4	-1.43	0.49	1.24	0.79	0.24	-0.54	-0.42	-0.6	-0.62	0.03	0.44	-2	-1.4	-1.22	-0.92	-0.86	-0.81	-0.76	-0.3	0.1	-0.27	0.88	0.74	0.01	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42		-0.94	0.21	-0.38	0.37	-1.03			-0.86	-1.36	0.84			-1.84	-2.4	0.03	-0.4	-0.09	-0.27	-0.67	-1.06	-1.03	-0.27	0.37	0.53	0.14	-0.23	0.18	-0.86	0.03	0.25	0.25	-0.27	0.03	-0.76	-0.76
+YGR119C	NUP57  NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.23	-0.71	-0.6	-0.71	-0.1	-0.34	0.29	-0.29	-0.03	-0.18	-0.3	-0.27		-0.47	-0.07	-0.04	-0.04	-0.22	-0.25	-0.23	0.18	-0.14	-0.17	-0.04	-0.3	0.15	0.21	0.25	-0.1	0.3	0.19	0.3	-0.15	-0.12	-0.2	0.73	-0.29	0.14	-0.47	-0.47	-0.2	-1.84	-0.2	0.1	-0.23	-0.4	-0.2	-0.29	-0.45	-0.45	-0.49	-0.86	-0.69	0.04	-0.38	-0.54	0.15		-0.56	-0.17	-0.15	-0.23	0.14	-0.34	-0.22	-0.29	-0.4	-0.45	0.34	0.43	0.04	0.25	-0.12	0.23	0.21	-0.34	-0.09	-0.15	-0.6
+YDL045C	FAD1   FLAVIN BIOSYNTHESIS    FLAVIN ADENINE DINUCLEOTIDE (FAD) SYNTHETASE	0.08	0.03	0.49	-0.18	0.54	-0.09	0.21	-0.07		-0.09	1.08	-0.15	0.15	-0.15	0.1	0.01	0.07	0.16	-0.03	-0.62	-0.4	-0.62	-0.27	-0.71	-0.47	-0.4	-0.32	-0.4	-0.43	-0.2	-0.15	-0.38		-0.06	-0.07	-0.22	-0.17	-0.04	0.14	0.2		0.04	0.11	0.15	0.15	0.24	0.46	-0.3	-0.12	-0.54	-0.42	-0.25	-0.42	0.33	0.07	-0.15	-0.12	-0.49	-0.12	0.21	0.28	-0.36	-0.1	-0.23	-0.1	-0.14	-0.06	-0.27	-0.04	0.06	0.04	0.12	-0.15	-0.1	-0.03	0.11		0.44	0.04
+YGL043W	DST1   TRANSCRIPTION       ELONGATION FACTOR TFIIS	-0.07	0.58	-0.2	-0.47	-0.07	-0.14	0.15	-0.23	0.4	-0.29	-0.03	-0.09		-0.32	0.03	-0.17	-0.2	-0.04	-0.4	-0.07	-0.17	0.38	0.36	-0.17	0.18	0.1	0.06	0.14	-0.34	-0.34	-0.23	0.1	-0.23	-0.3	-0.34	-0.23	-0.54	-0.3	-0.47	-1.56	-0.18	-0.36	-0.32	0.65	0.04	-0.2	0.03	-0.1	-0.43	-0.56	-0.97	-0.67	-0.32	0.06	-0.42	0.1	-0.71	-0.29	-0.27	-0.62	-0.23	0.15	-0.27	0.11	0.57	-0.12	0.21	0.06	-0.15	0.1	0.7	0.08	0.14	0.16		-0.12	-0.36	-0.22	-0.51
+YML116W	ATR1   AMINOTRIAZOLE RESISTANCE TRANSPORTER (PUTATIVE)	-0.27	0.56	-0.01	-0.79	-0.32	-0.27	0.12	0.04	-0.09	-0.15	-0.43	-0.34	-0.38	-0.27	-0.01	-0.12	-0.15	-0.06	-0.14	-0.3	-0.45	0.04	-0.17	-0.17	-0.32	-0.17	-0.03	0.08	-0.51	-0.12	-0.51	-0.4	-0.42	-0.71	-1.03	-0.29	-0.23	-0.14	-0.22	-0.6	-0.36	-0.07	0.12	-0.15	-0.3	-0.2	0.04	-0.2	-0.6	-0.58	-0.51	-0.49	-0.15	-0.18	-0.27	-0.06	-0.74		-0.06	-0.12	-0.09	0.15	-0.03	0.04	0.57	0.38	-0.54	-0.6	-0.1	0.55	0.07	0.33	-0.01	0.14	0.34	-0.27	-0. [...]
+YDR021W	FAL1   RRNA PROCESSING     RNA HELICASE 	-0.09	0.76	-0.3	-1.64	0.03	-0.34		-0.09	0.67	-0.1	0.03	-0.2	0.03	-0.18	0.36	0.36	-0.32	0.21	-0.34	-0.36	-0.3		-0.2	0.1	-0.2	-0.25	-0.67	-0.27	-0.32	-0.94	-0.34	-0.22	-0.29		-0.84	-0.62	-0.69	-0.58	-1.22	-0.25	-0.06	-1.06	-0.67	0.24	-1.22	-0.54	-1.09	-0.29	-0.17	-0.22	-0.27	-0.23	-0.25	-0.2	-0.47	-0.29	-0.38	-0.15	0.11	0.12	-0.36	-0.79	-0.45	-0.6	-0.2	-0.22	-0.64	-0.58	-0.27	-0.12	-0.38	0.15	-0.01	0.55	-0.06	-0.64	-0.64	-1.18	-0.56
+YBR118W	TEF2   PROTEIN SYNTHESIS     TRANSLATIONAL ELONGATION FACTOR EF-1 ALPHA	0.14	0.07	-0.3	-0.07	-0.1	-0.03	0.19	0.6	0.06	0.29	0.01	0.15	0.07	0.29	0.3	0.23	0.01	0.58	-0.36	0.14	-0.25	0.21	0.59	0.67	0.6	1.05	0.82	0.8	0.42	0.56	0.52	0.42	-0.2	-0.15	-0.06	0.21	0.25	0.12	0.26	0.31	0.19	0.78	0.33	0.77	0.15	-0.01	0.1		-0.62	-0.07	-0.4	-0.01	-0.81	0.21	0.39	0.63	0.06	-0.09	0.36	-0.14	-0.86	-1.18	-0.3	-0.45	0.11	-0.56	-0.04	-0.51	0.33	-0.27	-0.84	-0.64	0.32	0.25	0.15	-0.01	-0.56	-0.2	-1
+YJL025W	RRN7   TRANSCRIPTION       COMPONENT OF RDNA TRANSCRIPTION FACTOR	-0.2	-0.62	-0.22	-0.47		-0.15	0.16	-0.3	-0.06	-0.01	-0.2	-0.23	0.01	-0.29	-0.23	-0.32	-0.12	-0.32	-0.47	-0.15	-0.12	-0.14	0.03	-0.12	-0.17	-0.04	0.08	0.04	-0.3	-0.04	0.04	0.08	0.52	0.37	0.33	0.65	0.51	0.41	0.29	0.42	0.14	0.34	0.3	-0.79	-0.3	-0.38	-0.27	-0.32	-0.01	0.14	0.11	0.08	-0.34	0.06	-0.18	-0.43	-0.1	0.52	0.14	-0.62	-0.2	0.59	0.31	-0.71	-0.09	-0.6	-0.4		-0.74	0.11	-0.74	-0.76	-0.01	0.06	-0.12	-0.47	-0.42	-0.3	
+YLR071C	RGR1   TRANSCRIPTION       RNA POLYMERASE II MEDIATOR SUBUNIT	-0.15	-0.07	-0.14	-0.09	-0.12	-0.1	0.07	-0.15	0.11	-0.25	0.23	-0.14		-0.25	0.12	0.2	-0.29	-0.1		-0.18	-0.07		0.21	0.12	0.19	0.08		0.03	0.06	0.19	0.24	0.07	0.21	0.2	-0.04	0.11	0.14	0.37	0.2	0.01	0.16	0.03	-0.25	-0.06	0.15	-0.36	-0.17	-0.17	-0.43	-0.22	-0.45	-0.18	-0.06	-0.32	-0.3	-0.03	-0.17	-0.43	-0.1	-0.47	-0.1	0.61	-0.06	0.26	-0.3	-0.6		-0.34	-0.17	-0.47	-0.43	-0.2	0.07	0.14	-0.09	-0.34	-0.32	-0.09	-0.25
+YDR310C	SUM1   SILENCING        NUCLEAR PROTEIN	-0.38	-0.38	0.01	0.03	-0.17	-0.34	-0.64	-0.47	-0.03	-0.03	0.3	-0.09	-0.15	-0.29	-0.3	-0.04	-0.42	-0.17	-0.3	-0.04	-0.22	-0.3	0.07	0.12	0.52	0.45	0.34	0.45	-0.07	0.38	0.41	0.39	-0.09	0.14	0.14	-0.14	-0.36	0.08	0.11	0.43	-0.14	-0.64	-0.69	-0.09	-0.51	-0.1	-0.58	0.01	-0.45	-0.12	-0.56	-0.14	0.26	-0.22	-0.07	0.5	-0.15	-0.15	-0.18	-0.1	-0.06	0.44	0.18	0.49	-0.6	-0.45	-0.15	-0.36	-0.54	-0.64	-0.25	-0.92	0.03	-0.04	-0.25	-0.18	-0.54	-0.38	-0.89
+YLR375W	STP3   TRNA SPLICING       UNKNOWN	-0.36	-0.74	-0.58	-0.89	-0.2	-0.56	-0.03	-0.6	-0.51	-0.51	-0.64	-0.76	-0.23	-0.62	-0.25	-0.42	-0.2	-0.47	0.24	-0.51	-0.25	-0.49	-0.27	-0.36	-0.25	-0.17	0.29	0.12	-0.36	0.15	0.16	-0.12	-0.2	-0.34	0.06	0.12	0.21		-0.1	0.25	-0.1	0.18	0.12	-1.06	-0.23	-0.32	-0.17	-0.45	-0.32	-0.92	-0.42	-0.4	-0.54	0.04	-0.09	0.15	0.01	-0.45	0.21	-0.1	-0.12	0.25	0.72	0.12	0.31	-0.58	0.15	-0.25	0.11	-0.01	-0.38	-0.47	-0.34	0.18	0.46	-0.23	0.37	0.48	0.18
+YML113W	DAT1   TRANSCRIPTION (PUTATIVE) OLIGO(DA)/OLIGO(DT)-BINDING PROTEIN	-0.27	-1.03	-0.71	-0.69	-0.17	-0.42	0.2	-0.29	-0.12	-0.29	-0.43	-0.54	-0.06	-0.58	-0.32	-0.23	0.03	-0.29	-0.42	-0.49	-0.12	-0.01	0.19	-0.09	-0.27	-0.38	0.39	0.16	-0.56	-0.29	0.12	-0.34	0.58	0.38	0.16	0.3	0.34	0.07	0.11	-0.2	-0.01	0.04	0.08	-0.81	-0.38	-0.49	-0.32	-0.15	-0.23	-0.3	-0.34	-0.38	-0.49	-0.43	-0.23	-0.58	-0.51	-0.92	-0.34	-0.67	-0.54	0.74	0.16	-0.43	-0.25	-0.67	-0.43	-0.6	0.15	-0.79	-0.81	-0.81	-0.23	- [...]
+YHR041C	SRB2   TRANSCRIPTION       RNA POLYMERASE II MEDIATOR SUBUNIT	-0.17	-0.64	-0.25		-0.03	-0.67	-0.03	-0.67	-0.27	-0.25	-0.4	-0.51	0.01	-0.69	-0.27	-0.51	-0.29	-0.43	-0.76	0.23	-0.25	-0.32	-0.12	-0.42	-0.03	0.07	0.03	0.07	-0.18	0.08	-0.03	-0.09	-0.09	-0.15	-0.06	0.15	0.12	0.11		0.11	-0.15	-0.12	-0.14	-0.1	-0.18	-0.32	-0.86	-0.76	0.06	-0.25	-0.17	-0.43	-0.32	-0.18	-0.23	-0.6	-0.34	-0.79	0.06	-0.22	-0.34	0.06	0.29		-0.03	-0.79	-0.2	-0.62	-0.06	0.26	-0.43	-0.45	-0.38		0.16	-0.34	-0.14	-0.15	
+YNL025C	SSN8   TRANSCRIPTION       RNA POLYMERASE II MEDIATOR SUBUNIT	-0.03	0.3	0.18	-0.32	-0.27	-0.12	0.16		-0.15	0.14	-0.18	-0.03	-0.15		-0.17	-0.18	-0.03	-0.07	-0.43	-0.84	-0.54	-0.45	-0.69	-0.43	-0.4		-0.14	-0.25	-0.6	-0.22	-0.14	-0.18	-0.18	-0.14	-0.07	-0.2	0.03	-0.2	-0.09	0.24	-0.36	-0.36	-0.29	-0.42	-0.09	-0.06	-0.25	-0.69		-0.58	-0.2	-0.27	-0.07	0.11	-0.29	-0.49	-0.17	-0.09	-0.23	0.86		-0.36	0.15	0.11	-0.34	-0.09	-0.34	-0.42	-0.34	0.11	-0.42	-0.43	-0.18	-0.15	-0.47	-0.6	-0.86	0.2 [...]
+YNL148C	ALF1   PROTEIN FOLDING     ALPHA-TUBULIN FOLDIN	-0.03	-0.43	0.08	-0.03	0.25	-0.25	0.15	-0.09	0.06		0.28	-0.09	-0.14	-0.27	-0.14	-0.27	0.03	-0.2	-0.74	-0.3	-0.14	-0.22	-0.06	-0.51	-0.27	-0.29	-0.14	-0.22	-0.42	-0.17	0.14	-0.2	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42		-0.94	0.21	-0.38	-0.89			-0.64	-0.49	-0.32	-0.54	-0.27	-0.15	-0.12	-0.42	-0.03	0.03	-0.29	0.24	0.06	-0.14	-0.34	-0.27	0.08	-0.32	-0.1	0.03	-0.15	-0.32	-0.64	-0.69	-0.45	-0.62	-0.6	-0.27	-0.22
+YOR328W	PDR10  TRANSPORT        ATP-BINDING CASSETTE (ABC) FAMILY	-0.2	-0.58	-0.04	-0.22	-0.18	-0.51	-0.12	-0.25	-0.22	-0.25	-0.4	-0.22	-0.43	-0.18	-0.49	-0.25	-0.45	0.15	0.63	0.11	-0.42	0.08	-0.56	-0.64	-0.51	0.01	0.06	-0.32	-0.81	-0.09	0.21	-0.6	0.28	0.39	0.37	-0.2	-0.07		0.01	-0.3	-0.45	-0.17	-0.27	-1.29	-0.06	-0.47	-0.51	-0.49	-0.51	0.06	-0.58	-0.27	0.38	-0.56	-0.84	-0.22	-0.76	-0.32	-0.29	0.7	0.24	0.53	-0.06	-0.76	-0.56	-0.22	-0.45	-0.71	0.19			-0.45	-0.22	-0.27	-0.25	-0.51	-0.67	-1	-0.6
+YCR081W	SRB8   TRANSCRIPTION       RNA POLYMERASE II MEDIATOR SUBUNIT	0.1	0.46	0.11	0.03	-0.1	-0.09	0.21	-0.1	0.01	0.12	-0.22	0.03	0.07	-0.06	-0.01	0.08	-0.09	0.12	-0.01	-0.17	-0.15	-0.23	-0.12	-0.25	-0.34	0.16	0.28	-0.06	-0.12	0.1	0.32	0.11	-0.32	-0.14	-0.49	-0.51	-0.36	-0.67	-0.58	-0.54	-0.15	-0.23	-0.27	-0.3	-0.6	-0.43	-0.97	-0.27	-0.49	-0.62	-0.67	-0.34	-0.34	-0.2	-0.1	-0.12	-0.54	-0.36	-0.34	0.25	0.07	0.24	-0.01	-0.81	-0.58	-0.54	-0.38	-0.49	0.14	0.12	-0.45	-0.17		-0.18	-0.2	-0.36	- [...]
+YLR398C	SKI2   MRNA DECAY AND VIRUS RES PUTATIVE HELICASE	0.38	0.06	0.03	-0.01	-0.03	-0.12	-0.06	0.07	-0.25	-0.12	-0.17		-0.07	0.04	-0.1		0.04	-0.12	-0.64	-0.3	-0.64	-0.32	-0.27	-0.2	-0.01	0.3	0.39	0.19	-0.22	0.26	0.31	0.28	-0.43	-0.12	-0.15	0.04	-0.32	-0.03	-0.22	-0.2	0.21	-0.3	-0.22	-0.14	-0.29	-0.4	-0.42	-0.45	-0.69	-0.07	0.15	-0.23	-0.1	-0.49	0.03	-0.23	-0.43	-0.29	-0.34	-0.09	-0.14	0.01	-0.07	-0.94	-0.43	-0.43	-0.1	-0.36	0.06	-0.43	-0.92	-0.71		-0.22	-0.14	-0.17	-0.23	-0.42	-0.71
+YKL197C	PEX1   PEROXISOME BIOGENESIS    ATPASE (PUTATIVE)	-0.06	-0.38	0.06	-0.14	0.21	-0.27	0.2		-0.04		0.32	-0.03	-0.04	-0.38	0.23	-0.14	0.07	-0.42	0.48	0.15	-0.3	-0.4	-0.43	-0.58	-0.56	-0.29	-0.15	-0.45	-0.45	-0.2	-0.09	-0.29	-0.54	-0.18	-0.34	-0.23	-0.22	-0.17	0.01	0.82	-0.09	-0.29	-0.38	-0.42	-0.27	0.04	-0.3	-0.36	-0.14	-0.12	0.01	0.06	0.06	-0.1		0.01	-0.1	-0.6	-0.42	0.48	0.29	-0.47	0.34	-0.76	-0.25	-0.89	-0.14	-0.18	0.11	-0.3	-0.71	-0.84	-0.03	-0.01	0.06	-0.38	0.01	-0.18	0.11
+YER176W	ECM32  CELL WALL BIOGENESIS     DNA HELICASE I	0.32	-0.03	0.34	0.1	0.38	0.08	0.34	0.21	0.3	0.12	0.5	0.16	0.11	-0.01	0.31	0.26	0.38	0.12	-0.15	-0.29	-0.25	-0.22	-0.17	-0.29	-0.32	-0.29	-0.1	-0.29	-0.34	-0.07	-0.09	-0.38	-0.27	-0.25	-0.2	-0.54	-0.32	-0.56	-0.58	-0.18	-0.6	-0.92	-0.69	-0.04	-0.56	-0.58	-0.79	-0.4	-0.18	0.01	0.15	0.01	-0.17	-0.34	0.06	-0.22	0.07	0.14	-0.1	-0.17	-0.3	0.11	0.01	-0.01	-0.34	-0.34	-0.23	-0.34	-0.25	-0.3	-0.58	-0.76	-0.07	0.04	-0.06	-0.51	-0.18	-0.54	-0.32
+YPL040C	ISM1   PROTEIN SYNTHESIS     MITOCHONDRIAL ISOLEUCYL-TRNA SYNTHETASE	-0.38	-0.29	-0.23	0.11	-0.06	-0.29	-0.1	-0.34	-0.1	-0.01	-0.1	-0.01	0.01	-0.45	-0.49	-0.18	-0.49	-0.23	-0.81	-0.32	-1.25	-0.38	-0.07	0.04	0.36	0.03	0.21	0.31	0.25	0.26	0.14	0.33	-0.69	-0.1	-0.34	-0.42	-0.49	-0.32	-0.12	-0.34	-0.14	-0.3	-0.22	0.5	-0.62	-0.42	-0.76	-0.23	0.04	0.18	-0.1	-0.42	-0.34	-0.4	-0.42	-0.58	0.28	0.19	-0.27	0.2	-0.18	0.2	0.03	0.11	-0.29	-0.67	-0.25	-0.43	-0.25	0.1	-0.69	-0.18	-0.12	-0.17	-0. [...]
+YDL141W	BPL1   PROTEIN PROCESSING    BIOTIN:APOPROTEIN LIGASE	-0.06	-0.74	-0.1	-0.6	-0.09	-0.38	-0.07	-0.22	-0.23	-0.56	-0.22	-0.45	-0.34	-0.36	-0.22	-0.32	-0.1	-0.36	-1.64	-0.79	-0.94	-0.94	-0.45	-0.18	-0.45	-0.1	0.24	0.28	-0.6	0.26	-0.3	-0.4	-0.38	0.18	-0.54	-0.47	-0.56	-0.27	0.03	0.41	0.11	-0.84	-0.64	0.03	-1.25	-0.38	-0.56	-0.27	0.38	0.21	-0.2	-0.06	-0.43	0.06	-0.67	-0.18	0.37	0.11	0.06	-0.03	0.11	0.54	0.3	-0.01	-0.79	-0.12	-0.25	-0.42	-0.2	-0.45	-0.45	-0.56	0.14	0.26	0.58	-0.38	-0.4 [...]
+YMR015C	ERG5   STEROL METABOLISM     C-22 STEROL DESATURASE	0.04	-0.69	-0.86	-0.51	-0.32	-0.07	0.21	-0.07	0.01	-0.15	0.04	-0.34	-0.1	-0.47	0.06	-0.14	-0.27	-0.2	-1.74	0.37	0.57	0.48	0.23	-0.07	-0.22	-0.6	-0.69	-0.58	-0.27	-0.49	-0.84	-0.42	-0.29	-1	-1.09	0.82	0.7	0.71	0.32	0.29	0.11	0.2	0.26	-0.49	-0.2	-0.36	-0.25	-0.1	1.3	0.43	-1.36	-1.15	-0.64	0.8	-1.89	-1.25	0.71	-0.42	0.44	-0.32	0.38	0.34	0.44	0.21	-1.12	-1.6	-0.45	-0.2	-0.29	-0.4	-1.69	-1.03	0.37	0.42	0.01	-0.18	-0.04	-0.76	-0.45
+YBR229C	ROT2   CYTOSKELETON        GLUCOSIDASE II	-0.4	-0.54	-0.01	-0.3	-0.12	-0.47	-0.29	-0.23	-0.29	0.04	-0.15	0.14	-0.34	-0.12	-0.32	0.44	-0.38	0.14	-0.36	-0.18	-0.51	-0.43	-0.56	-0.36	-0.54	0.11	0.08	0.19	-0.38	-0.03	0.08	0.18	-0.07	-0.25	-0.25	-0.15	0.06	0.06	0.08	0.2	-0.25	-0.17	-0.23	0.15	-0.04	-0.3	-0.18	-0.42	-0.18	-0.18	-0.76	-0.36	0.01	0.2	-0.84	-0.27	0.43	0.4	-0.15	0.41	0.61	0.55	0.32	-0.29	-0.25	-0.79	0.01	0.11	-0.36	-0.42	-0.81	-0.94	0.08	0.1	0.34	0.11	0.1	-0.34	-0.34
+YGR157W	CHO2   PHOSPHOLIPID METABOLISM  PHOSPHATIDYLETHANOLAMINE N-METHYLTRANSFERASE	-0.07	0.2	0.53	0.32	0.03	0.18	0.31	0.29	0.44	0.1	0.32	0.21	0.08	-0.09	0.24	0.45	-0.12	0.12	-0.79	0.41	-0.12	-0.1	-0.29	-0.12	0.1	0.11	0.15	0.21	0.2	0.16	0.04		-0.58	-0.84	-0.38	-0.1	-0.47	-0.89	-0.79	-0.22	-0.07	-0.58	-0.74	-0.62	-0.27	-0.34	-0.3	-0.03	-0.18	-0.2	-0.49	-0.76	-0.69	-0.07	-0.56	-0.94	-0.03	-0.62	-0.07	0.2	0.07	-0.17	0.34	-0.38	0.06	-0.6	-0.25	-0.43	-0.3	-0.43	-1.12	-0.58	0.18	-0.01	0.34	0. [...]
+YBR060C	"RRR1   DNA REPLICATION     ORIGIN RECOGNITION COMPLEX, 72 KD SUBUNIT"	-0.23	-0.47	-0.23	-0.45	-0.01	-0.6	-0.18	0.24	0.21	-0.06	-0.07	-0.03	-0.3	0.19	0.04	0.04		-0.04	-0.3	-0.56	-0.54	0.07	-0.09	-0.04	-0.23	0.34	0.1	0.25	-0.54		-0.07	0.11	-0.3	-0.29	-0.09	-0.36	-0.29	-0.2	-0.36	-0.58	-0.34	-0.23	-0.3	-0.56	-0.22	-0.67	-0.4	-0.23		-0.34	-0.71	-0.2	-0.23	0.07	-0.6	-0.29	0.34	-0.38	0.03	-0.67	0.03	0.23	-0.09	-0.81	-0.42	-0.18	-0.49	-0.47	-0.03	0.33	0.06	-0.64	-0.45	-0.58	0.15	-0.51	 [...]
+YHR075C	"NONE   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL SMALL SUBUNIT"	-0.14	-0.34	-0.23	0.07	-0.43	-0.43	-0.4	-0.56	-0.36	0.04	-0.22	-0.32	0.14	-0.56	-0.47	-0.43	-0.29	-0.47	-0.04	-0.56	-0.49	-0.27	-0.43	-0.51	-0.47	-0.38	-0.18	-0.49	-0.43	-0.17	-0.2	0.12	-0.79	0.06	-0.06	0.43	-0.17	0.12	-0.01	0.26	-0.4	-0.22	-0.14	-0.17	0.42	0.15	0.45	-0.06	-0.1	-0.14	-0.27	-0.12	-0.04	0.01	0.16	-0.09	-0.01	-0.2	-0.25	0.12	-0.1	0.28	-0.27		-0.25	-0.25	-0.38	-0.43	-0.54	0.41	-0.42	-0.27	0 [...]
+YDL128W	VCX1   TRANSPORT        VACUOLAR H+/CA(2+) EXCHANGER	-1.51	-0.94	-0.62	-0.94	-0.92	-1.15	-0.51	-0.94	-0.51	-0.47	-0.23	-0.51	-0.4	-1.09	-0.97	-1.29	-0.86	-0.76	-0.58	-0.67	-0.18	-0.56	-0.67	-0.76	-0.51	-0.34	0.08	-0.04	-0.32	0.7	0.57	0.38	-1.25	-0.64	-0.69	-0.58	-0.71	-0.67	-0.17	-0.04	-0.23	-0.14	-0.01	1.26	0.24	0.21	0.16	-0.06	0.41	-0.14	-0.51	-0.4		0.91	-0.36	0.34	-0.03	-0.3	-0.45	-0.04	-0.03	-0.23	-0.56	-0.56	-0.4	-1.22	-0.42	-0.6	0.38	0.11	-0.62	0.38	-0.09	0.23	0.48	0.23	0.2 [...]
+YMR026C	PEX12  PEROXISOME BIOGENESIS    INTEGRAL MEMBRANE PROTEIN	-0.36	-0.56	-0.17	-0.71	-0.1	-0.4	-0.14	-0.38	-0.03	-0.34	-0.36	-0.23	-0.17	-0.69	-0.36	-0.4	-0.17	-0.17	-0.3	-0.43	-0.62	-0.51	-0.22	-0.12	-0.23	0.29	0.01	0.07	-0.43		0.14	0.08	-0.38	-0.01	0.08	-0.15	0.07	0.11	-0.1	0.28	0.25	-0.12	-0.04	0.25	-0.09	-0.06	0.08	-0.12	-0.03	-0.54	-0.64		0.32	0.65	-0.32	0.29	-0.15	0.25	-0.32	-0.38	0.03	0.12	-0.14	0.14	-0.22	-0.51	-0.14	-0.51	-0.17	0.15	-0.42	-0.18	-0.07	-0.29	-0.12	-0.25	-0.14 [...]
+YLR286C	CTS1   CELL WALL BIOGENESIS     ENDOCHITINASE	-0.71	-0.97	-1.4	-2.06	-3.06	-3.32	-3.47	-4.06	-4.06	-3.64	-1.84	-0.49	-0.01	-0.58	-0.38	-0.94	-1.32	-1.74	1.79	0.34	-0.38	-2.06	-2.12	-2.4	-2.74	-2.25	-1.89	-1	-0.3	0.42	1.21	1.55	-3.32	0.33	-0.6	-2.64	-3.18	-3.64	0.52	1.45	0.37	-1.25	-2.06	-1.43	1.09	1.61	1.53	0.01	-0.34	-1.79	-1.6	-0.27	-1.32	1.47	-0.17	0.56	-1.74	-3.18	-0.12	-0.42	-1	-0.71	-0.43	-0.01	-0.32	-1.06	-0.45	-1.09	-0.03	-0.86	-1.09	-1.6	0.28	0.19	0.64	0.33	-0.06	-0.49	-1
+YDL179W	PCL9   CELL CYCLE       CYCLIN (PHO85P)	-1.43	-0.69	-1.18	-0.89	-1.12	-0.45	-1.4	-0.84	-0.89	0.7	1.54	0.42	-0.09	-0.17	-0.51	-0.29	-0.49	-0.25	-0.23	-0.97	-0.76	-0.34	-0.45	-1.03	-0.86	-0.58	-0.49	-0.25	-0.01	-0.1	0.21	0.29	-0.25	0.48	-0.09	-0.94	-0.81	-0.42	-0.34	0.54	-0.14	-1.03	-0.49		-1.36	-0.03	-0.56	-0.03	0.39	-0.56	-0.42	-0.43	-0.69	0.79	-0.18	-0.34	-0.67	-0.47	-0.38	-0.6	-0.45	-0.43	-0.49	0.64	-0.2	-0.15	-0.79		-0.6	-0.25	-1.12	-0.81	0.01	0.39	-0.42	-0.6	-0.71	-0.54	-1.12
+YNL327W	EGT2   CELL CYCLE       UNKNOWN	-3.64	-2.12	-3.32	-3.84	-3.47	-3.84	-4.06	-3.64	-4.32	-0.58	0.53	0.53	-0.25		-1.36	-1.47	-2.56	-1.25	0.15	-2.47	-0.09	-2.12	-2.06	-2.12	-1.6	-1.84	-0.62	0.15	0.06	1.39	0.25	1.13	0.12	1.44	-0.97	-1.22	-1.69	-0.92	0.9	0.29	-0.79	-2.25	-1.15	-0.14	-0.1	-0.1	-0.86	-0.27	-0.18	-1.29		0.19	-1.69	1.32	-0.36	-0.12	-0.89	-2.47	-0.25	-0.36	-0.62	-0.34	-0.69	-0.54	-1.29	-0.92	-1.03	-1.25	0.1	-0.6	-1.32	-0.64	0.11	-0.1	-0.07	-0.62	-0.92	-2	-2.12
+YNL066W	SUN4   AGING          UNKNOWN	-1.89	-2.56	-2.25	-2.56	-1.43	-1.4	-1.06	-1.47	-1.4	-1.64	-0.94	-0.62	-0.29	-0.76	-0.43	-0.84	-0.74	-1.43	-0.79	-1.12	-1.47	-1.79	-1.25	-1.22	-1	-0.49	-0.18	0.01	0.08	0.93	1.53	0.97	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42		-0.94	0.21	-0.38	-0.29	0.42	-0.29	-0.56	-0.56	-0.17	0.61	-0.56	-0.09	-0.92	-1.69	-0.01	-1.51	-1.25	-0.97	-0.04	0.16	-0.42	-1.15	-1.09	-1.09	-0.25	-1.29	-1.79	-1.29	0.11	0.33	0.77	0.14	0.03	-0.64	-1.51
+YGR041W	"BUD9   BUD SITE SELECTION, BIPO UNKNOWN"	-2.12	-1.22	-0.84	-0.89	-1.51	-0.71	-1.94	-2.06	-1.74	-0.74	-0.01	0.7	0.04	-0.3	-0.67	-0.56		-1	-0.64	0.04	0.2	-0.36	-0.22	0.07	0.01	-0.12	-0.27	0.23	0.26	0.5	0.74	0.81	-0.2	0.82	-0.18	-0.74	-1.29	-1.25	0.48	0.77	0.16	-1	-1.22	-0.23	0.33	0.29	-0.17	0.1	0.41	-0.23	-0.43	-0.15	-0.67	0.49	-0.34	-0.3	0.67	0.56	-0.1	-1.29	-0.25	-0.25	-0.27	0.26	0.06	-0.69	-0.29	-0.17	0.04	0.06	-0.09	-0.04		0.01	0.14	-0.38	-0.71	-0.03	-0.23
+YDL202W	"MRPL11 PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L11"	-0.45	-0.14	-0.38	-0.17	-0.43	-0.04	-0.34	-0.15	0.14	-0.09	0.14	-0.25	-0.12	-0.3	-0.38	0.03	-0.27	0.01	-0.17	-0.23	0.1	-0.84	-0.18	0.08	0.29	0.29	0.07	0.14	0.42	0.14	0.04	0.06	-0.27	-0.42	-0.54	-0.03	-0.45	-0.79	-0.22	-0.15	0.78	-0.71	-0.36		0.44	0.2	-0.2	-0.09	-0.69	-0.34	-0.45	-0.49	-0.34	0.21	-0.03	-0.3	-1.56	-0.14	0.19	-0.49	-0.04	-0.71	-0.67	-0.36	-0.06	0.12	0.23	-0.49	-0.76	-0.22	-0.4	-0.07	-0.1	0.61	-0.06	 [...]
+YER099C	PRS2   PURINE BIOSYNTHESIS    RIBOSE-PHOSPHATE PYROPHOSPHOKINASE	0.3	0.25	-0.1	-0.18	0.11	-0.32	0.07	-0.15	0.29	0.12	0.72		0.55	0.04	0.55		-0.06	-0.09	-0.25	-0.54	-0.49	-0.27	-0.2	-0.38	-0.43	-0.04	-0.09	0.01	-0.22	-0.29	-0.17	0.19	0.6	0.37	0.28	0.42	0.15	0.29	0.4	0.12	0.06	0.36	0.4	-0.76	0.28	0.15	0.15	-0.15	-0.09		0.25	0.01	0.34	-0.43	-0.22	-0.22	0.15	0.34	-0.38	-0.62	-0.64	-0.64	-0.09	-0.56	-0.4	-0.71	-0.47	-0.89	-0.58	-0.06	-0.45	-0.4	-0.15	0.04	0.07	-0.29	-0.34	0.01	-0.64
+YML055W	SPC2   SECRETION        SIGNAL PEPTIDASE SUBUNIT	-0.04	-0.2	0.04	0.3	0.11	-0.03	0.1	0.03	-0.15	-0.3	-0.3	-0.58	-0.2	-0.45	-0.18	-0.43	0.01	-0.62	-0.3	-0.22	-0.43	-0.34	-0.14	-0.58	-0.32	-0.29	-0.36	-0.62	0.01	-0.54	-0.4	-0.76	-0.23	-0.36	-0.36	-0.14	-0.25	-0.27	-0.1		-0.23	-0.3	0.04	-0.23	-1.43	-0.12	0.06	-0.49	0.49	0.39	0.71	0.24	-0.09	0.39	0.28	-0.69	-0.04	-0.2	-0.3	-0.62	-0.42	-0.67	-0.14	-0.76	0.04	0.2	-0.27	0.11	-0.32	0.18	-0.86	-0.97		0.2	0.2	0.11	0.2	-0.03	-0.22
+YKL041W	VPS24  VACUOLAR PROTEIN TARGETI COMPONENT OF CLASS E PROTEIN COMPLEX	-0.51		-0.49	-0.04	-0.51	-0.6	-0.6	-0.29	-0.34	-0.17	-0.03	-0.25	-0.27	-0.3	-0.81	-0.14	-0.84	-0.12	0.33	0.23	-0.18	-0.29	-0.27	-0.76	-0.4	-0.38	-0.12	-0.25	-0.34	0.03	0.11	0.07	-0.07	0.06	-0.01	-0.09	-0.15	-0.07	-0.04	0.39	0.07	-0.07	0.11	1.58	0.06	0.03	0.29	-0.07	-0.14			-0.54		0.12		-0.25			-0.38	-0.42	-0.36	-0.56	-0.43	0.23	-0.03	-0.09	-0.3	-0.54	-0.62	0.14	-0.64	-0.69	-0.2	-0.27	-0.17	-0.27	-0.4	0.54	-0.27
+YMR091C	NPL6   NUCLEAR PROTEIN TARGETIN UNKNOWN	-0.07	-0.32	-0.23	-0.32	0.01	-0.1	0.11	-0.25		-0.09	-0.04	-0.4	-0.2	-0.58	-0.12	-0.14	0.11	-0.25	-0.1	-0.56	-0.6	-0.45	-0.34	-0.58	-0.27	-0.12	-0.09	-0.27	-0.51	-0.06	-0.1	-0.25	-0.18	-0.15	-0.04	-0.12	0.08	-0.1		-0.18	-0.22	0.04	-0.12	-0.42	0.31	0.01	0.24	-0.69	-0.15	-0.22	-0.29	-0.62	0.36	-0.09	-0.32	-0.79	-0.18	-0.47	-0.47	-0.58	-0.64	0.28	-0.43	-0.86	0.32	-0.36	-0.15	-0.3	-0.01	-0.38	-0.58	-0.45	0.07	0.2	0.34	-0.1	-0.06	0.07	-0.42
+YGR005C	TFG2   TRANSCRIPTION       TFIIF 54 KD SUBUNIT	-0.23	-0.25	0.04	-0.1	-0.03	-0.14		-0.01	-0.15	0.41	-0.15	0.26	-0.18	-0.3	-0.14	-0.18	0.2	-0.07	0.08	-0.42	-0.32	-0.43	-0.17	-0.18	-0.45	0.18	-0.03	0.12	-0.17	-0.04		-0.1	-0.38	-0.54	-0.12	-0.34	-0.64	-0.47		1.17	-0.71	-1.06	0.11		-0.92	-0.27	-0.62	-0.17	0.3	0.19	-0.01	-0.51	-0.4	0.46	0.03	-0.07	0.59	0.55	-0.15	-0.29	-0.42	-0.64	-0.92	-1.29	-0.14	0.18	-0.14	-0.47	-0.6	0.2	-0.36	0.03	-0.04	-0.43	0.33	-0.22	-0.22	0.52	-0.4
+YPR017C	DSS4   SECRETION        GDP/GTP EXCHANGE FACTOR FOR SEC4P	-0.47	-0.45	-0.42	-0.45	-0.36	-0.49	-0.36	-0.54	-0.25	-0.09	-0.36	-0.1	-0.1	-0.56	-0.56	-0.49	-0.51	-0.27	-1.29	-0.67	-0.79	-0.04	-0.18	-0.4	-0.17	0.06	-0.36	-0.22	-0.3	-0.36	-0.62	-0.12	0.33	0.51	0.32	-0.22	-0.15	-0.42	-0.04	0.12		-0.4	-0.42	-0.43	-0.03	-0.14	-0.03	-0.36	0.66	0.28	0.93	0.31	0.72	0.21	0.08	-0.23	0.75	0.62	-0.47	-1.03	-0.14	0.04	-0.89	-1.29	-0.23	0.5	-0.38	-0.64	-0.45	0.08	-0.64	-0.18	-0.06	-0.07	0.33	-0.07 [...]
+YJR144W	MGM101 MITOCHONDRIAL GENOME MAI (PUTATIVE) NUCLEIC ACID INTERACTOR	-0.54	-0.84	-0.29	-0.67	-0.14	-0.42	-0.2	-0.89	-0.34	-0.17	-0.29	-0.04	-0.07	-0.51	-0.43	-0.38	-0.45	-0.43	-0.54	-0.4	-0.4	0.14	0.24	0.24	0.34	0.57	0.44	0.18	0.31	0.32	0.23	0.21	-0.45	-0.25	0.03	0.33	0.23	0.04	0.01	0.26	0.12	-0.04	0.03	-1.6	-0.14	-0.15	0.1	-0.51	0.89	0.79	0.34	-0.17	-0.07	0.44	-0.4	-0.23	0.74	0.52	-0.34	-1.15	-0.4	-0.06	-0.71	-1.4	-0.45	0.36	-0.45		-0.84	-0.17	-0.38	-1.09	-0.17	0.01	-0.03	-0.2	0.1 [...]
+YBR253W	SRB6   TRANSCRIPTION       RNA POLYMERASE MEDIATOR SUBUNIT	-0.18	-0.34	-0.23	-0.38	-0.32	-0.3	-0.22	0.18	-0.23	0.14	-0.32	0.33	-0.36	-0.18	-0.36	0.33	-0.17	0.37	-0.29	-0.71	-0.04	-0.71	-0.2	0.1	-0.62	-0.09	-0.03	-0.29	-0.04	-0.36	-0.17	-0.2	-0.4	0.08	0.12	-0.29	0.21		-0.04	0.3	-0.47	-0.1	0.01	0.48	0.03	0.04	0.4	-0.38	0.23	0.2	0.41	0.14	0.19	-0.03	-0.15	-0.54	0.46	0.53	-0.27	-0.29	-0.38	-0.49	-0.81	-0.47	-0.54	0.39	-0.34	-0.47	-0.47	0.36	-0.42	-0.36	-0.2	-0.29	0.11	-0.18	-0.4	0.42	-0.3
+YDR392W	SPT3   CHROMATIN STRUCTURE    HISTONE ACETYLTRANSFERASE COMPLEX SUBUNIT	-0.07	0.1	0.07	-0.2	0.04	-0.47	-0.14	-0.43	0.01	0.11	0.2	-0.17	-0.29	-0.34	-0.45	-0.4	-0.23	-0.18	-0.17	-0.69	-0.36	0.19	-0.12	-0.17	-0.14	0.23	0.07	0.16	-0.29	0.16	-0.15	0.06	-0.04	0.15	0.1	-0.22	-0.36	-0.04	-0.14	-0.1	-0.14	0.06		-0.07	0.56	0.15	0.42	-0.1	0.14	0.03	0.54	0.23	0.06	-0.27	0.11	-0.25	0.51	0.6	-0.15	-0.07	0.03	-0.15	-0.36	-0.56	-0.34	0.29	-0.25	-0.32	-0.25	0.2	-0.15	-0.27	-0.56	-0.49	0.07	-0.4	- [...]
+YDR308C	SRB7   TRANSCRIPTION       RNA POLYMERASE II MEDIATOR SUBUNIT	-0.27	1.29	-0.34	-0.18	-0.6	-0.09	-0.47	-0.29	0.24	-0.14	0.06	-0.38	-0.15	-0.09	-0.49	-0.14	-1.32		-0.01	-0.25	-0.18	-0.22	-0.18	-0.29	0.04		0.01	0.07	-0.27	0.03	0.14	0.04	0.1	0.42	-0.09	-0.22	-0.32	0.16	0.11	0.29	0.18	-0.12	-0.54	0.04	-0.06	-0.09	-0.04	0.07	-0.15	-0.22	-0.25	-0.15	0.08	-0.09	-0.34	-0.12	-0.1	0.16	-0.76	-0.1	-0.07	-0.56	-0.42	-0.51	0.01	-0.09	-0.04	-0.36	-0.71	-0.18	-0.79	-1.51	-0.04	0.1	0.29	-0.18	-0. [...]
+YKR068C	BET3   SECRETION        SNARE DOCKING COMPLEX ASSEMBLY	-0.23		-0.27	-0.29	-0.01	-0.22	0.15	-0.25	-0.25	-0.54	-0.38	-0.47	-0.1	-0.69	-0.12	-0.3		-0.49	-0.22	0.12	-0.84	-0.81	-0.62	-0.79	-0.64	-0.47	-0.18	-0.64	-0.29	-0.17	-0.14	-0.54	-0.23	-0.01	0.39	0.33	0.45	0.28	0.34	0.76	0.3	0.21	0.33	-0.09	0.23	0.1	0.34	-0.36	0.12	-0.14	-0.01	-0.22	-0.23	0.42	-0.2	-0.29	0.42	0.73	-0.32	0.21	-0.4	-0.94	0.12	-0.32	0.39	0.12	0.12	0.07	-0.36	-0.22	-0.56	-1.12	0.18	0.21	0.11		-0.04	0.06	-0.22
+YKR062W	TFA2   TRANSCRIPTION       TFIIE 43 KD SUBUNIT	0.06	-0.04	-0.07		-0.23	-0.23	-0.04	-0.17	-0.14	-0.03	-0.12	-0.1	-0.09	-0.38	-0.01	-0.23	-0.01	-0.17	0.15	-0.29	-0.74	-0.43	-0.43	-0.38	-0.47	-0.47	-0.1	-0.51	-0.43	-0.01	-0.18	-0.34	0.19	-0.03	0.01	-0.29	-0.03	0.1	0.06	0.12	-0.04	-0.15	0.01		0.16	-0.01	0.06	-0.29	-0.03	0.45	0.31	-0.15	-0.34	-0.07	0.11	-0.74	0.25	0.65	-0.38	-0.36	-0.58	-0.47	-0.36	-0.47	-0.1	0.07	-0.18	-0.23	-0.45	-0.3	0.25	-0.92	0.12	0.18	0.32	0.21	0.34	0.99	0.38
+YGR222W	PET54  PROTEIN SYNTHESIS     COX3 TRANSLATIONAL ACTIVATOR	-0.06	-0.06	0.29	0.1	0.06	-0.4	-0.18	-0.49	-0.14	-0.34	-0.15	0.19	0.14	-0.4	-0.34	-0.36	0.04	-0.25	-0.3	-0.18	-0.29	0.48	-0.23	-0.49	-0.23	-0.38	-0.42	-0.47	-0.01	-0.04	-0.34	-0.29		0.58	0.28	-0.58	-0.3	0.04	0.29	0.37	-0.14	-0.3	0.14	0.53	0.52	0.4	0.3	-0.29	0.56	0.51	0.03	-0.2	-0.4	0.21	-0.27	-0.18	0.56	0.48	-0.27	-0.23	-0.49	-0.45	-0.3	-0.2	-0.06	0.41	-0.09	-0.27	-0.3	0.21	0.01	-0.64	-0.12	0.04	0.57	0.15	0.25	0.87	0.49
+YHR012W	"VPS29  VACUOLAR PROTEIN TARGETI TARGETS VACUOLAR RECEPTOR, VPS10"	0.23	-0.29		-0.06	-0.07	-0.4	0.2	-0.27	-0.07	-0.06	-0.12	-0.14	-0.01	-0.3	-0.2	-0.49	-0.07	-0.22	-0.12	-0.12	-0.43	-0.45	-0.45	-0.56	-0.45	-0.2	-0.03	-0.18	-0.07	-0.03	-0.03	-0.14	-0.18	0.15	0.07	0.07	-0.06	0.07	-0.34	-0.17	-0.06	-0.4	-0.04	-0.03	0.1	-0.1	0.16	-0.36	0.54	0.1	0.07	-0.2	-0.69	0.24	-0.14	0.01	0.26	0.32	-0.12	-0.04	0.07	-0.67	-0.3	-0.76	0.28	0.16	0.15	-0.1	-0.06	0.01	-0.51	-0.27	-0.17	0.2	0.51	0.1	0.0 [...]
+YDL135C	RDI1   SIGNALING        RHO GDP DISSOCIATION INHIBITOR FOR RHO1P	0.71	0.25	0.66	0.23	0.12	-0.15	0.06	-0.27	-0.22	-0.15	0.15	-0.03	-0.14	-0.09	-0.17	-0.38	0.01	-0.09	-0.69	-0.81	-0.69	-0.67	-0.51	-0.09	-0.3	0.18	0.29	-0.03	-0.34	0.03	-0.2	-0.67	0.14	0.06	0.44		0.12		0.06	0.2	0.33	-0.07	-0.1	0.34	0.57	0.41	0.81	0.12	0.43		-0.74	-0.79	-0.79	0.95	-0.4	-0.38	0.07	0.32	-0.62	-0.84	-0.58	-0.45	-0.4	-0.94	-0.07	0.42	-0.42	-0.43	-0.32	-0.07	-0.67	-1.79	0.16	-0.09	0.29	0.06	0.18	0.66	-0.14
+YKR014C	"YPT52  ENDOCYTOSIS      GTP-BINDING PROTEIN, RAB FAMILY"	0.06	-0.17	0.19	0.06	0.11	-0.42	0.16	-0.42	-0.01	-0.22	-0.03	-0.12	0.15	-0.38	-0.01	-0.42	0.11	-0.34	0.5	-0.17	-0.42	-0.47	-0.49	-0.49	-0.71	-0.27	-0.1	-0.32	-0.15	-0.1	-0.15	-0.12	-0.4	-0.15	-0.07	-0.06	-0.22	-0.2	-0.14	-0.03	-0.49	-0.23	-0.06	0.06	0.41	0.51	0.3	-0.43	-0.15	-0.42	-0.69	-0.92	-1	0.67	-0.47	-0.56	-0.06	-0.07	-0.43	-0.07	-0.2	-0.84	-0.43	-1.06	0.06	-0.29	-0.1	0.01	-0.43	-0.25	-0.71	-1.15	-0.03	-0.27	-0.01	0. [...]
+YKL149C	DBR1   MRNA SPLICING       DEBRANCHING ENZYME	-0.14	-0.62	-0.36	-0.34	0.2	-0.14	0.12	-0.45	-0.32	-0.18	-0.47	-0.38	-0.14	-0.43	-0.27	-0.29	-0.07	-0.34	-0.27	-0.47	-0.29	-0.69	-0.54	-0.86	-0.89	-0.58	-0.25	-0.64	-0.69	-0.51	-0.43	-0.49	-0.29	0.3	0.36	-0.01	0.1	0.15	0.2	0.31	0.2	0.11	0.1	0.12	0.07	0.01	0.01	-0.6	0.08	-0.51	-0.38	-0.47	-0.43	0.44	-0.14	-0.45	0.24	-0.29	-0.4	-0.25	-0.43	-0.56	-0.17	-0.23	-0.06	-0.17	-0.2	-0.18	-0.22	0.1	-0.58	-0.51	-0.4	0.07	0.29	-0.14	-0.22	0.44	0.08
+YPR101W	SNT309 MRNA SPLICING       SPLICEOSOME-ASSOCIATED PROTEIN	-0.15	-0.32	-0.29	-0.58	-0.38	-0.3	-0.17	-0.17	-0.22	-0.25	-0.54	-0.64	-0.42	-0.6	-0.03	-0.49	0.19	0.14	0.76	-0.17	-0.29	-0.14	0.14	0.12	0.11	-0.2	-0.29	-0.38	-0.32	-0.34	-0.69	-0.32	-0.2	0.08	0.26	0.01	0.03	0.16	0.15	-0.18	-0.03	0.06	0.12	-0.42	0.46	0.38	0.72	-0.38	0.01	-0.18	-0.14	0.39	0.61	0.19	-0.4	0.41	-0.49	0.1	-0.45	-0.97	-0.18	-0.45	-0.81	-0.76		0.43	-0.51	-0.29	-0.42	0.26	-0.79	-0.81	-0.15	-0.38	-0.14	-0.56	-0.38	 [...]
+YOL005C	RPB11  TRANSCRIPTION       RNA POLYMERASE II SUBUNIT	-0.92	-0.47	-0.14	-0.54	-0.34	-0.36	-0.04	-0.62	-0.1	-0.29	-0.29	-0.51		-0.42	-0.4	-0.58	-0.51	-0.47	-0.54	0.18	0.15	-0.01		-0.04	-0.07	0.49	0.25	0.25	0.32	0.24	0.53	0.51	0.54	0.7	0.68	0.66	0.4	0.25	0.19	0.43	0.43	0.08	0.37	-0.04	0.29	0.06	0.1	-0.22	0.11	0.01	0.41	0.29	0.28		0.6	-0.54		-0.01	-0.25	-0.71	-0.67	-0.84	-0.84	-0.58	-0.18	-0.23	-0.34	-0.2	-0.84	-0.25	-1.18	-1.47	-0.09	0.29	0.15	-0.01	0.07	0.24	-0.4
+YPL234C	TFP3   VACUOLAR ACIDIFICATION   VACUOLAR H+-ATPASE V0 DOMAIN 17 KD SUBUNIT	-0.25	-0.54	-0.81	-0.36	-0.36	-0.56	-0.06	-0.45	-0.27	-0.89	-0.51	-0.79	-0.34	-0.79	-0.18	-0.89	-0.64	-0.81	0.24	-0.3	-0.17	-0.43	-0.42	-0.3	0.11	-0.07	-0.12	-0.01	0.04	0.01	0.01	0.03	-0.64	-0.45	-0.42	-0.23	0.03	0.03	0.01	0.19	-0.03	-0.3	0.07	-0.51	-0.42	-0.51	-0.27	-0.3	0.01	-0.42	-0.22	-0.06	-0.3	0.26	-0.04		-0.94	-0.74	-0.22	0.01	-0.89	-1.32	-0.54	-1.06	-0.06	-0.38	-0.2	-0.4	-0.42	-0.2	-1.25	-0.92	-0.2 [...]
+YGR267C	FOL2   FOLATE BIOSYNTHESIS    GTP CYCLOHYDROLASE I	0.19	-0.17	0.03	-0.15	-0.17	-0.6	0.04	-0.6	-0.09	-0.17	-0.14	-0.3	0.16	-0.4	-0.07	-0.43		-0.43	0.4	-0.3	-0.4	-0.47	-0.34	-0.34	-0.81	0.1	0.01	-0.09	-0.29	0.08	0.12	0.14	-0.03	0.03	0.04	-0.15	-0.04	-0.04	0.1		-0.15	-0.22	-0.17	-1.18	-0.03	-0.1	0.03	-0.29		-0.2	0.28		0.32	0.24	0.19	0.32	-0.67	-0.49	-0.62	-0.15	-0.64	-1.06	-0.45	-0.89	-0.1	-0.29	-0.4	-0.56	-0.79	-0.45	-0.76	-0.81	0.2	0.08	0.11	-0.32	-0.07	0.28	-0.23
+YLR268W	SEC22  SECRETION        ER-TO-GOLGI V-SNARE	-0.42	-0.1	-0.25	-0.34	-0.51	-0.03	0.01	0.04	0.01	0.06	-0.6	-0.2		-0.6	-0.45	-0.25		-0.07	0.2	-0.17	0.15	-0.27	-0.04	-0.01	0.1	0.04	0.12	-0.15	0.34	0.12	-0.04	-0.06	0.23	0.01	0.2	0.41	0.33	0.14	-0.14	-0.01	0.37	0.42	0.38	0.18	0.03	-0.04	0.1		0.34	0.5	0.12	0.21	-0.45	0.23		-0.67	0.62	0.89	-0.2	-0.56	-0.3	-0.79	-0.47	-0.51	0.24	-0.27	-0.25	-0.27	-0.42	-0.23	-0.6	-0.81	0.03	-0.29	-0.32	-0.43	-0.56	-0.23	-1.36
+YLR447C	VMA6   VACUOLAR ACIDIFICATION   VACUOLAR H+-ATPASE V0 DOMAIN 36 KD SUBUNIT	-0.06	-0.45	-0.27	-0.27	-0.17	-0.22	0.03	-0.23	-0.17	-0.23	-0.1	-0.43	-0.18	-0.54	-0.03	-0.3	0.12	-0.29	-0.04	-0.47	-0.38	-0.62	-0.38	-0.42	-0.64	-0.42	-0.14	-0.56	-0.47	0.03	0.04	-0.64	-0.71	-0.74	-0.42		0.1	-0.03	0.07	0.1	0.1	0.1	0.24	-0.18	0.07	0.1	0.19	-0.34	0.29	0.04	0.34	0.07		0.32	0.14	-0.29	0.24	-0.29	-0.47	-0.67	-1.47	-1.64	-0.84	-1.6	0.55	-0.07	0.01	-0.17	-0.4	-0.62	-1.32	-1.4		0.52	0.3	-0.25	-0. [...]
+YGR105W	VMA21  VACUOLAR ACIDIFICATION   VACUOLAR H+-ATPASE ASSEMBLY PROTEIN	-0.42	-0.01	-0.49	-0.22	-0.58	-0.01	-0.27	-0.1	-0.04	0.15	-0.14		-0.14	-0.18	-0.15	-0.18	-0.12		-0.09	-0.06	0.1	-0.2	-0.27	-0.01	0.03	0.03	-0.12	-0.1	0.4	-0.38	-0.23	-0.03	-0.49	-0.42	-0.3	0.26	-0.1	-0.17	-0.22	0.01	0.25	0.04	0.15	0.33	-0.17	-0.17	0.11	0.14	0.33	0.38	0.57	0.29	0.3	0.07	0.01	-0.47	0.39		-0.18	-0.43	-0.64	-0.94	-0.4	-0.94	0.21		-0.14	-0.22	-0.4	0.04	-0.86	-1.06	-0.07	-0.14	0.07	-0.09	0.04	-0.36	-0.56
+YDL084W	SUB2   MRNA SPLICING       RNA HELICASE	-0.62	-0.51	-0.58	-0.2	-0.58	-0.18	-0.56	-0.22	-0.14	0.14	0.23	-0.22	-0.3	-0.27	-0.06	0.28	-0.07	0.18	-0.09	0.14	-0.04	0.29	-0.1	0.45	0.37	0.56	0.38	0.49	0.32	0.34	0.34	0.15	-0.47	-0.42	-0.36	-0.01	-0.03	-0.38	-0.58	-0.45	-0.29	0.16	0.16	-0.27	-0.6	-0.43	-0.49	-0.03	0.37		0.04	0.04	-0.2	0.3	-0.2	-0.38	0.66	0.12	-0.07	-0.92	-1.25	-1.47	-0.47	-1.51	0.45	-0.42	0.2	-0.29	-0.25	-0.23	-1.25	-1.43	0.16	0.25	-0.04	-0.38	-0.43	-1.29	-1.47
+YDR086C	SSS1   SECRETION        ER PROTEIN TRANSLOCATION COMPLEX SUBUNIT	-0.51	-0.42	-0.56	-0.17	-0.29	-0.1	-0.04	-0.38	-0.1	-0.23	-0.32	-0.36	-0.01	-0.69	-0.01	-0.3	0.12	-0.25	-0.32	-0.51	-0.2	-0.43	-0.27	-0.14	-0.45	0.21	0.01	-0.14	0.23	0.01	-0.15	-0.4	0.2	0.56	0.26	0.06	-0.12	-0.18	0.08	0.23	0.24	-0.1	0.1	-0.25	0.29	0.31	0.76	0.12	0.73	0.29	0.53	0.15	0.04	0.67	0.25	-0.32	0.74	0.29	-0.45	-0.97	-1.36	-2	-1.22	-1.22	0.15	0.99	0.15	-0.14	-0.38		-0.67	-1.25	0.16	-0.03	0.21	0.04	0.06	0.12	-0.94
+YOL149W	DCP1   MRNA DECAY       DECAPPING ENZYME	-0.27		-0.34	-0.01	-0.04	-0.07	-0.03	-0.36	-0.25	-0.43	-0.38	-0.22	0.14	-0.27	-0.14	-0.32	-0.23	-0.42	-0.03	-0.4	-0.2	-0.27	0.18	-0.17	-0.06	-0.1	-0.42	-0.34		-0.29	-0.29	-0.47	-0.23	0.29	0.32	-0.4	-0.45	0.14	-0.15	0.83	0.41	-0.47	-0.3	0.19		-0.18	-0.03	0.03	0.89		0.2	-0.06	0.07	0.46	-0.45	-0.42	1.1	0.3	-0.12	-1.56	-0.79	-1.32	-1	-0.38	0.06	0.65	-0.38	-0.22	-0.51	0.07	-0.54	-0.67	0.19	0.15	0.24	0.06	-0.04	-0.18	-0.54
+YOL049W	GSH2   GLUTATHIONE BIOSYNTHESIS GLUTATHIONE SYNTHETASE	-0.25	-0.04	-0.17	-0.18	-0.15	-0.07	-0.06	-0.29	0.03	0.15	-0.17	-0.07	-0.2	-0.38	-0.23	-0.14	-0.2	-0.06	-0.25	0.08	-0.07	-0.45	-0.23	-0.29	-0.2	0.07	0.04	0.14	0.23	0.26	0.3	0.24	-0.2	-0.51	-0.34	-0.12	-0.1	0.03	-0.06	0.03	-0.51	-0.38	-0.04	-0.12	0.4	0.32	0.43	-0.1	0.4	0.2	-0.12	-0.25	-0.6	0.1	-0.6	-1	0.57	1.12	-0.49	-0.45	-0.58	-0.67	-0.4	-0.71	0.31	0.07	0.04	-0.07	-0.71	-0.18	-1.12	-1.29	0.15	0.1	0.14	0.08		-0.18	-0.84
+YKL180W	RPL17A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L17A	-0.01	-0.2	-0.32	0.04	-0.17	-0.03	-0.17	-0.04	0.21	0.11	0.08	0.31	0.31	-0.07	0.37	0.12	0.01	0.18	-0.69	0.16	0.43	0.61	0.53	0.71	0.33	0.67	0.39	0.58	0.32	0.39	0.04	0.12	-0.32	0.1	0.12	0.37	-0.23	0.29	0.23	0.31	0.32	0.01	0.21	1.04	-0.22	-0.23	-0.2	-0.25	-0.4	-0.36	-0.4	-0.23	0.11	-0.1	0.04	-0.23	-0.47	-0.89	-0.34	-1.47	-2.32	-1.32	-0.81	-0.92	0.44	-0.03	-0.23	-1.15	-0.81	-0.74	-1.69	-2.56	0.01	-0.06	-0.04	-0.12	0.06	0.37	-0.17
+YDL137W	ARF2   SECRETION        ADP-RIBOSYLATION FACTOR	-0.49	-0.58		-0.04	-0.23	-0.42	-0.09	-0.17	0.03	-0.4	0.06	-0.29	-0.23	-0.43	0.04	-0.07	0.3	-0.4	-0.27	-0.56	-0.23	-0.43	-0.32	-0.12	-0.23	0.31	0.38	0.44	-0.07	0.38	0.3		-0.71	0.11	-0.12	-0.42	-0.6	-0.49	0.41	1.24	-0.29	-1.09	-0.74	0.52	-1.29	-0.45	-1	0.06	0.31	-0.49	-0.3	-0.47	-0.92	1.05	0.26	-0.27	-0.34	-1.51	-0.58	-0.69	-1.09	-1.15	-0.64	-1	0.65	0.31	0.42	0.45	-0.34	-1.06	-0.76	-1.6	0.33	0.28	0.41	0.28	0.65	0.46	-0.32
+YDL192W	ARF1   SECRETION        ADP-RIBOSYLATION FACTOR	0.04	-0.49	-0.15	0.03	-0.03	-0.07	0.36	0.16	0.34	-0.1	0.34	0.07	0.36	-0.09	0.29	0.2	0.45	0.08	-0.45	-0.15		-0.17	0.32	0.31	-0.3	0.16	0.26	0.41	0.6	0.37	0.01	0.12	0.04	-0.56	-0.38	-0.09	-0.12	-1.06	-0.42	1.15	0.46	-0.89	-1		-0.94	-0.12	-0.62	0.12	0.07	-0.51	-0.43	-0.51	-0.76	1.07	0.15	-0.51	-0.45	-1.06	-0.4	-0.62	-1.47	-1.6	-0.69	-1.15	0.56	0.45	0.42	-0.56	-0.18	-0.25	-0.56	-1.09	0.31	0.04	0.42	0.29	0.49	-0.15	-1.15
+YDL184C	RPL41A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L41A	0.25	-0.47	0.08	0.04	0.31	0.52	0.2	0.28	0.3	0.36	0.43	0.34	0.34	-0.49	0.54	0.15	0.5	0.48	-0.47	-0.81	-0.54		-0.1	-0.4	-0.34	-0.15	0.07	-0.07	-0.29	0.04	-0.06	-0.47	-0.22	0.08	0.36	0.24	0.5	0.55	0.72	0.77	0.71	0.32	0.51	0.5	0.4	0.62	1.14	0.01				-0.89	-0.49	1.66		0.58	-0.94	-1.6	-0.22	-0.47	-2.18	-2.06	-1.51	-1.64	-0.17	0.68	-0.23	-0.84	-0.14	-1	-0.58	-1.89	0.19	0.28	0.58	0.3	0.3	-0.62	-1.4
+YLR043C	TRX1   DNA REPLICATION     THIOREDOXIN I	-0.04	-0.17	-0.14	-0.18	-0.09	-0.42	-0.09	-0.27	-0.3	-0.4	-0.23	-0.64	-0.18	-0.79	0.1	-0.49	0.18	-0.51	0.18	0.16	-0.01	-0.29	-0.4	-0.36	-0.43	-0.22	0.14	-0.29		0.19	0.18	-0.07	-0.15	-0.15	0.1	0.34	0.58	0.41	0.31	0.33	0.11	0.32	0.49	-0.27	0.23	0.18	0.62	-0.54	-0.23	-0.47	-0.23	-0.64	-0.71	0.58	-0.1	-0.29	-0.2	-0.79	-0.15	-0.29	-1.18	-1.43	-0.6	-0.86	0.16	0.28	0.12	0.06	0.04	-0.09	-0.94	-1.47	-0.09	-0.04	0.28	0.21	0.42	0.3	-0.67
+YMR260C	TIF11  PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF1A	0.24	-0.1	-0.09	-0.14	-0.42	-0.22	-0.17	-0.09	0.16	-0.27	0.2	-0.43	-0.14	-0.54		-0.32	-0.09	-0.34	-0.04	-0.34	0.1	0.08	0.55	0.52	0.26	0.26	-0.18	-0.27	0.32	-0.15	-0.56	-0.42	-0.2	-0.15	-0.4	0.03	-0.54		0.14	0.76	0.03	-1.6	-0.58	0.15	-1.09	-0.2	-0.49	-0.1	-0.27	0.19	0.78	0.81	0.68	-0.74	0.32		-1.32	-1.15	-0.54	-1.18	-1.89	-1.94	-1.25	-0.97	0.3	0.93	-0.51	-0.6	-0.42	-0.01	-0.38	-1.06	0.37	0.32	0.67	0.04		-0.09	-1.09
+YGR234W	YHB1   OXIDATIVE STRESS RESPONS FLAVOHEMOGLOBIN	-0.27	-0.62	-0.89	-1.22	-1.36	-1.47	-1.47	-1.43	-1.03	-1.29	-0.36	-0.45	-0.18	-0.27	-0.15	-0.2	-0.92	-0.86	-0.14	-0.04	0.9	0.69	0.48	0.26	-0.1	-0.17	-0.3	-0.25	0.03	0.21	-0.32	-0.42	-0.22	0.18	0.25	0.1	0.03	0.4	0.65	0.7	-0.07	0.01	-0.2	1.43	0.58	0.43	0.45	0.16	0.21	0.07	0.62	0.52	0.54	0.37	0.51	0.21	-0.67	-0.62	-0.42	-1.22	-3.18	-3.18	-3.06	-1.89	0.04	0.82	-1.6	-2.25	-0.2	-0.67	-0.62	-1.69	0.23	0.44	0.34	-0.64	-0.54	-1.29	-0.51
+YHR060W	VMA22  VACUOLAR ACIDIFICATION   VACUOLAR H+-ATPASE ASSEMBLY PROTEIN	0.01	-0.42	-0.4	-0.2	-0.32	-0.27		-0.47	-0.36	-0.15	-0.42	-0.07	-0.2	-0.34	-0.2	-0.23	-0.23	-0.15	0.07	-0.58	-0.23	-0.51	-0.29	-0.14	-0.36	-0.18	-0.23	-0.3	0.04	-0.27	-0.45	-0.43	-0.15	0.4	0.06	-0.42	-0.3	-0.45	0.15	0.62	-0.03	-1.32	0.11	0.1	-0.54	-0.06	-0.74	-0.12	-0.07	-0.38	-0.62	-0.89	-0.67	0.39	-0.42	-0.54	-0.54	-0.27	-0.32	-0.27	0.16	-0.67	-0.38	-0.34	-0.1	0.6	-0.51	-0.42	-0.76	0.21	-0.76	-1	-0.06	-0.07	-0. [...]
+YLR170C	APS1   SECRETION        AP-1 COMPLEX SUBUNIT	-0.43	-0.1	-0.45	-0.42	-0.81	-0.25	-0.14	-0.3	-0.18	-0.42	-0.47	-0.36	-0.36	-0.6	-0.51		-0.3	-0.3	0.04	-0.1	-0.25	-0.42	-0.42	-0.09	-0.42	-0.25	-0.14	-0.22	0.3	0.16	0.25	-0.04	-0.42	-0.1	-0.14	-0.06	-0.27	-0.1	-0.38	-0.45	-0.22	-0.18	-0.04	0.49	-1	-0.14	0.32	-0.2	-0.03	-0.25	-0.18	-0.49	-0.49	0.1	-0.09	-0.56	0.23	-0.6	-0.62	-0.43	-0.1	-0.54	-0.71	-0.45	-0.12	0.69	-0.01	-0.38	-0.71	0.51	-1.03	-1.18	-0.04	-0.3		0.11	0.23	1.05	0.7
+YLR262C	"YPT6   SECRETION        GTP-BINDING PROTEIN, RAB FAMILY"	-0.06	-0.23	-0.38	-0.47	-0.51	-0.04	-0.03	-0.25	0.16	0.33	-0.15	-0.22	-0.18	-0.58	-0.38	-0.32	-0.25	0.06	-0.32	0.16		-0.18	-0.25	-0.58	-0.34	-0.01	-0.04	-0.18	0.32	0.15	0.03	0.06	0.08	0.23	0.16	0.26	0.15	0.26	0.25	0.31	0.46	0.36	0.28	0.79	0.7		0.77	0.04	-0.54	-0.74	-0.15	-0.36	-0.43	0.29		0.11	-0.34	-0.3	-0.81	-0.69	-0.34	-0.79	-0.94	-1.15	0.46	0.81	0.19	-0.14	-1.25	-0.2	-1.06	-1.12	0.03	0.03	0.5	0.15	-0.22	1.1	
+YKL186C	MTR2   MRNA EXPORT      UNKNOWN	-0.27	-0.34	-0.54	-0.51	-0.6	-0.12	-0.42	-0.25	-0.12	0.12	-0.15	-0.1	-0.23	-0.56	-0.74	-0.54	-0.45	-0.09	0.45	-0.06	-0.43	-0.49	-0.27	-0.06	-0.58	0.11	-0.15	-0.18	-0.09	-0.12	-0.07	-0.06	0.38	0.42	-0.06	0.04	-0.01	0.31	0.1	-0.04	0.58	-0.07	0.1	1.16	0.06	-0.1	0.15	-0.32	-0.47	-0.71	-0.69	-0.42	-0.36	0.42	-0.1	-0.22	-0.71	-1	-0.09	-0.64	-0.3	-0.76	-0.6	-0.45	-0.12	0.7	-0.18	-0.18	-0.64	0.07	-0.86	-1.06	-0.09	-0.17	-0.01	-0.12	-0.29	0.67	0.31
+YMR282C	AEP2   PROTEIN SYNTHESIS     ATP9/OLI1 MRNA TRANSLATION	-0.4	-0.25	-0.27	-0.12	-0.43	-0.18	-0.25	-0.34	-0.29	-0.22	-0.45	-0.2	-0.1	-0.58	-1.12	-0.69	-0.51	-0.17	-0.76	-0.51	-0.03	-0.15	-0.32	-0.34	-0.4	-0.15	-0.34	-0.03	0.1	-0.14	-0.4	-0.42	0.15	0.36	0.12	-0.17	-1.36	-0.04	0.12	0.3	0.04	-0.22	-0.23	0.56	0.24	0.1	0.15	-0.2	-0.42	-0.54	-0.58	-0.22		-0.2	-0.18	-0.01	-0.71	-0.09	-0.38	-0.49	-0.23	-0.94	-0.76	-0.97	0.01	-0.03	-0.43	-0.42	-0.62	0.37	-0.6	-0.67	-0.12	-0.22	0.08	0.06		0. [...]
+YOR210W	"RPB10  TRANSCRIPTION       SHARED SUBUNIT OF RNA POLYMERASES I, II, AND III"	-0.04	-0.23	-0.34	-0.14	-0.17	-0.03	-0.09	-0.06		-0.06	-0.23	-0.36	-0.09	-0.54		-0.36	-1	0.08	-0.22	-0.42	-0.27	-0.1	0.57	0.44	0.04	-0.09	-0.22	-0.36	0.23	-0.4	-0.36	-0.54	0.56	0.57	0.48		0.23	0.25	0.2	0.07		-0.1	-0.2	0.25	0.49	-0.36	0.65	-0.56	-1	-0.74	-1.09	-0.94	-1.06	-0.69	-0.3	-0.89	-1.15	-0.94	-0.51	-1.47	-1.22	-0.97	-0.89	-0.97	0.43	0.64	-0.67	-0.64	-0.92	-0.23	-0.76	-1.09	-0.09	-0.27	0.37	-0.17	 [...]
+YKL110C	KTI12  KILLER TOXIN RESISTANCE  UNKNOWN	-0.2	-0.89	-0.84	-0.62	-0.54	-0.43	-0.45	-0.58	-0.18	0.01	-0.56	-0.34	-0.27	-0.86	-0.45	-0.42	-0.58	-0.29	-1.06	-0.06	0.24	-0.06	-0.04	-0.42	-0.45	-0.15	-0.29	-0.15	-0.12	-0.34	-0.09	0.21	0.59	0.34	0.06	-0.14	-0.15	-0.01	-0.04	-0.15	-0.03	0.08	0.11	-0.27	0.18	-0.23	0.03	-0.2	-0.81	-0.45	-0.89	-0.43	-0.67	-0.58	-0.79	-0.76	-1.03	-0.3	-0.4	-1	-0.54	-0.56	-0.6	-0.32		-0.07	-0.56	-0.54	-0.36	0.61	-0.86	-0.42	-0.2		0.12	-0.43	-0.56	0.42	0.21
+YDL092W	SRP14  SECRETION        SIGNAL RECOGNITION PARTICLE SUBUNIT	-0.01	-0.07	-0.18	-0.25		-0.32	-0.12	-0.3	-0.01	0.2	-0.18	-0.29	0.06	-0.49	-0.17	-0.23	-0.12	-0.07	0.23	-0.45	-0.09	-0.47	-0.15	-0.22	-0.47	-0.01	-0.15		0.11	-0.07	-0.04	-0.23	0.54	0.56	0.51	-0.15	-0.06	0.04	0.15	0.03	-0.03	-0.15	0.03	-0.12	0.34	-1.15	0.31	-0.22	-0.22	-0.4	-0.56	-0.47	-0.6	0.43	-0.06	-0.38	-0.22	-0.12	-0.23	-0.76	-0.43	-1.36	-0.76	-1.06	-0.45	0.68	-0.23	-0.51	-0.67	0.16	-0.49	-0.25	-0.04	-0.18	0.04	-0.15 [...]
+YLR078C	BOS1   SECRETION        ER-TO-GOLGI V-SNARE		-0.27	-0.42	-0.04	-0.36	-0.09	-0.2	-0.45	-0.09	0.1	-0.32	-0.22	-0.32	-0.71	-0.64	-0.29	-0.49	-0.3	-0.54	-0.03	0.04	-0.14	-0.09	0.07	-0.18	0.18	0.18	0.06	0.36	0.1	0.14	0.24	0.06	-0.25	-0.09	0.18	0.11	0.07	-0.09	-0.03	0.36	0.04	0.12	0.16	0.26	0.03	0.32	-0.04	0.07	-0.34	-0.76	-0.62	-0.51	0.37	-0.27	-0.32	0.08	0.37	-0.56	-0.45	-0.3	-0.3	-0.14	-0.36	0.56	0.26	0.32	-0.32	-0.94	-0.01	-0.81	-0.92	0.04	-0.14	0.06	0.08	-0.06	0.26	-0.51
+YMR038C	LYS7   OXIDATIVE STRESS RESPONS COPPER CHAPERONE FOR SUPEROXIDE DISMUTASE SOD1P	-0.23	-0.76	-0.45	-0.71	-0.47	-0.36	0.08	-0.4	-0.07	-0.2	-0.22	-0.29	-0.22	-0.71	-0.2	-0.47	-0.14	-0.49	-0.43	0.19	-0.17	-0.23	-0.23	-0.25	-0.47	-0.12	0.08	-0.15	-0.43	0.1	0.3		0.14		-0.12	-0.29	-0.1	-0.15	-0.07	-0.22	-0.56	-0.12	-0.04	-0.15	0.23	0.03	0.25	-0.27	0.1	-0.64	-0.89	-0.76	-0.84	0.62	-0.49	0.14	-0.25	-0.38	-0.34	-0.36	-0.67	-0.62	-0.43	-0.34	0.59	0.39	-0.27	-0.64	-0.43	-0.2	-0.84	-1.06		-0. [...]
+YBR164C	ARL1   SECRETION        ADP-RIBOSYLATION FACTOR-LIKE PROTEIN	-0.06	-0.29	0.12	0.32	0.06	-0.34	0.14	0.36	0.4	0.4	0.37	0.06	0.03	0.25	0.19	-0.2	0.14	0.51	-0.69	-0.45	-0.36	-0.23	-0.12	-0.49	-0.27	-0.18	-0.17	-0.49	-0.36	-0.22	-0.54	-0.32	0.3	0.33		-0.22	-0.18	0.03	0.18	-0.07	-0.01	0.25	0.19	0.75	0.54	0.31	0.58	0.11	-0.38	-0.3	-0.38	-0.14	-0.18	0.03	0.1	0.38	0.29	-0.45	-0.74	-1.09	-0.76	-1.18	-0.71	-0.51	0.51	0.53	0.1	0.01	-0.3	-0.01	-0.6	-0.25	0.15	0.29	0.67	0.15	-0.3	0.36	-0.62
+YOR232W	"MGE1   MITOCHONDRIAL PROTEIN TA COULD CHANGE TO: PROTEIN FOLDING; MITOCHONDRIAL CHAPERONE (HAS A TARGETING PHENOTYPE, ONLY B/C MISFOLDED PROTEINS ACCUMULATE IN THE MITO., WHICH BACKS THE PATHWAY UP)"	-0.03	-0.09		-0.03	-0.18	-0.04	0.2	-0.04	-0.03	-0.09	-0.23	-0.27	-0.07	-0.34	-0.14	-0.43	0.14	0.04	0.24	-0.1	-0.09	-0.09	0.18	0.37	0.1	0.24	0.1	0.04	0.07	0.04	-0.09	-0.07	0.04	-0.04	-0.01	-0.03	0.26	0.26	0.45	0.36	0.44	0.49	0.5	0.07	1.06	0.68	0.9	-0.32	-0.76		-0.32	-0.23	-0.07	-0.07 [...]
+YDR194C	"MSS116 MRNA SPLICING, MITOCHOND RNA HELICASE"	-0.23	-0.58	-0.4	-0.18	-0.42		-0.45	0.01	0.25	0.25	0.64	-0.22	-0.18	-0.23	-0.38	0.16		0.07	-0.94	-0.49	-0.07	0.1	0.33	0.52	0.3	0.32	-0.01	0.41	0.5	0.03	0.14	-0.17	0.32	0.11	-0.32	-0.3	-0.32	0.11	0.51	0.32	0.46	0.49	0.4	1.64	1.03	0.81	0.82	-0.01	-0.49	-0.1	-0.67	-0.45	-0.47	-0.51	-0.6	-0.4		0.59	-0.84	-0.97	-0.6	-1.74	-1.06	-0.86	-0.18	0.11	0.21	-0.27	-0.51	-0.4	-1.06	-0.36	-0.15	0.12	0.4	0.31	0.04	0.07	-0.47
+YER148W	SPT15  TRANSCRIPTION       TFIID AND TFIIIB SUBUNIT	0.1	-0.4	-0.23	-0.27	0.1	-0.2	0.01	0.03	0.19	-0.2		-0.07		-0.2	0.07	-0.06	0.33	-0.06	0.49	-0.15	-0.17	0.25	0.51	0.3	0.37	0.07	-0.22	-0.22	0.08	-0.18	-0.3	-0.1	0.24	0.08	0.12	-0.27	-0.04	-0.12	-0.03	-0.14	-0.09	-0.04	0.04	-0.29	0.11	-0.14	0.11	-0.17	0.19	0.56	0.89	0.42	0.04	-0.4	0.26	-0.49	0.34	0.19	-0.25	-1.32	-0.81	-1.06	-0.58	-0.3	0.23	0.4	-0.49	-0.29	0.08	-0.01	0.21	-0.1	0.24	0.33	0.45	-0.09	-0.1	0.15	-0.42
+YKL122C	SRP21  SECRETION        SIGNAL RECOGNITION PARTICLE SUBUNIT	-0.29	-0.14	-0.34	-0.47	-0.22	0.1	0.06	-0.01	-0.18	-0.14	-0.38	-0.36	-0.06	-0.34	-0.1	-0.4	0.3	-0.51	0.5	-0.38	-0.03	-0.36	0.4	0.03	-0.06	-0.03	-0.17	-0.2	0.11	-0.22	-0.15	-0.29	0.68	0.73	0.82	0.38	0.2	0.12	0.33	0.42	0.4	0.14	0.28	-0.86	0.61	0.31	0.74	-0.36	0.26	0.44	1.06	0.7	0.37	-0.32	0.24	-0.3	0.03	0.19	-0.58	-1.15	-0.84	-1.64	-0.84	0.01	-0.07	0.88	-0.36	-0.14	-0.84	0.07	-0.54	-0.47	-0.01	0.1	0.07	-0.43	-0.01	-0.32	-0.97
+YNL153C	PFD4   PROTEIN FOLDING     PREFOLDIN SUBUNIT 4		-0.58	-0.67	-0.42	-0.3	-0.3		-0.2	0.16	-0.18	-0.25	-0.25	-0.4	-0.62	-0.56	-0.45	-0.38	-0.32	0.24	0.32	-0.12	-0.09	0.33	-0.2	-0.27	0.11	-0.18	-0.03	0.12	0.1	-0.09	0.1	0.76	0.8	0.57	0.19	0.21	0.64	0.45	0.37	0.29	0.45	0.4	0.11	0.52	0.42	0.6	-0.38	-0.32	0.53	1.08	0.41	0.62	-0.84	0.3	-0.25	-0.12	0.21	-0.34	-1.36	-0.84	-1.43	-1.29	-0.27	0.03	0.7	-0.09	-0.3	-0.76	0.32	-0.89	-0.36	-0.03	-0.2	0.16	-0.1	-0.29	-0.03	-1.12
+YML105C	SEC65  SECRETION        SIGNAL RECOGNITION PARTICLE SUBUNIT	-0.01	-0.4	-0.43	0.01	-0.23	-0.42	-0.06	-0.29	-0.04	-0.22	-0.25	-0.25	-0.04	-0.6	-0.25	-0.23	-0.2	-0.42	-0.2		-0.18	-0.1	-0.07	-0.06	0.03	0.07	-0.14	0.07	0.06	0.21	-0.32	0.01	0.03	0.32	0.26	-0.1	0.03	0.08	-0.09	-0.04		0.08	0.07	0.01	0.32	0.12	0.29	0.03	-0.01	0.26	0.74	0.56	0.29	0.07	0.38	-0.14	-0.42	-0.76	-0.34	-0.92	-0.36	-0.92	-0.74	-0.18	0.46	0.25	-0.03	-0.23	-0.34	0.14	-0.1	-0.34	0.16	0.28	0.49	-0.09	-0.22	0.65	-0.18
+YDR002W	YRB1   NUCLEAR PROTEIN TARGETIN GTPASE-ACTIVATING PROTEIN FOR RAN	-0.15	0.21	-0.17	0.06	-0.43	0.08	-0.42	0.2	0.31	0.32	0.41	-0.06	-0.22	-0.34	0.1	0.33	0.33	0.21	0.08	0.63	0.66	0.73	0.65	0.92	0.81	0.7	0.37	0.28	0.57	0.12	0.34	0.4	0.95	0.95	0.86	0.23	0.42	0.08	0.1	0.03	0.37	0.43	0.32	0.51	0.7	0.43	0.79	0.12	-0.07	0.36	0.45	0.45		-0.34	0.38	-0.18	-0.14	0.69	-0.47	-0.62	-0.76	-1.6	-1.06	-0.62	0.51	0.18	0.03	-0.12	-0.51	-0.07	-0.67	0.18	0.26	0.33	0.28		-0.17	0.01	-1.22
+YDR381W	YRA1   MRNA PROCESSING     RNA ANNEALING PROTEIN	-0.54	-0.45	-0.58	-0.36	-0.67	-0.2	-0.54		0.21	-0.29	0.34	0.12	0.23	-0.03	0.21	0.38	-0.14	-0.25	0.51	0.38	0.42	-0.1	0.01	0.37	0.58	0.18	0.21	0.2	0.34	0.38	0.45	0.31	-0.71	-0.6	-0.38	0.03	-0.12	-0.23	-0.04	0.16	0.24	0.44	0.24	0.26	0.36	0.03	0.39	0.04	0.71	0.54	0.38	0.52	0.74	0.42	0.52	0.61	0.42	0.57	-0.34	-1.03	-1.64	-1.36	-0.89	-0.89	0.82	0.31	-0.01	-0.06	-0.4		-0.4	-0.38	0.32	-0.09	-0.12	-0.1	-0.29	0.03	-0.89
+YNL032W	SIW14  CELL CYCLE       TYROSINE PHOSPHATASE	-0.71	-0.49	-0.89	-0.43	-0.04	-0.18	-0.25	-0.47	-0.32	-0.64	-0.38	-0.38	-0.03	-0.54	-0.07	-0.36	-0.49	-0.43	-0.2	-0.79	-0.69	-0.54	-0.25		0.03	0.07		0.2	0.01	-0.01		-0.43	-0.3	0.52	-0.15	-0.09	-0.54	0.01	0.16	0.06	0.04	-0.1	-0.62	-0.17	-0.06	-0.01	0.19	-0.15	-0.27	-0.07	0.11	0.11	-0.07	-0.15	-0.04	-0.18	-0.22	-0.09	-0.27	-1.06	-0.47	-1.12	-0.74	0.04	-0.25	0.18	-0.38	-0.6	-0.47	0.39	-0.22	-0.23	-0.1	-0.18	-0.07	-0.4	-0.15	-0.01	-0.51
+YDR044W	HEM13  HEME BIOSYNTHESIS     COPROPORPHYRINOGEN III OXIDASE	0.11	-0.03	0.19	-0.17	-0.45	-0.54	-0.29	-0.15	0.14	0.01	0.34	-0.49	-0.12	-0.22	-0.42	0.2	-0.67	-0.14	-0.43	0.1	0.1		-0.23	-0.18	0.19	-0.12	-0.22	0.29	-0.03	-0.47	-0.47	0.11	1.33	1.18	1.01	0.9	0.54	0.41	-0.86	0.08	-0.1	0.73	0.81	0.28	0.07	-0.06	-0.14	0.03	0.56	0.43	0.23	-0.2	-0.3	-0.3	-0.6	-1.32	0.04	0.08	-0.06	-0.42	-1.22	-1.32	-0.86	-1.06	0.07	-0.45	0.49	-0.01	-0.04	0.49	-0.97	-1.18	-0.12	0.2	0.45	0.12	0.03	0.08	-0.76
+YBR288C	APM3   VACUOLAR PROTEIN TARGETI AP-3 COMPLEX SUBUNIT	-0.01	0.06	-0.01	1.1	-0.12	0.04	-0.01	0.04	0.34	-0.3	0.14	0.18	-0.03	-0.22	-0.17	0.3	-0.03	0.11	-0.03	-0.12	-0.04	0.04	-0.32	-0.18	-0.12	0.14	-0.04	-0.15	-0.01	0.01	-0.12	-0.06	-0.18	-0.14	0.01	-0.18	-0.12	-0.09		-0.15	-0.09	0.18	-0.01	0.25	0.04	-0.18	-0.12	0.04	-0.07	-0.27	-0.43	-0.74	-0.84	-0.27	-0.6	-0.89	0.18	0.7	-0.07	-0.34	-0.22	-0.42	-0.43	-0.79	0.19	-0.22	-0.34	-0.49	-0.22	0.03	-0.36	0.01	0.24	0.04	0.37	0.01	-0.3	-0.27	-0.47
+YNL085W	MKT1   VIRAL PROPAGATION     RETROVIRAL PROTEASE SIGNATURE PROTEIN	-0.18	-0.38	-0.54	-0.23	-0.34	-0.3	-0.36	-0.56	-0.29	-0.03	-0.34	0.08	-0.18	-0.29	-0.2	-0.15	-0.49		-0.64	-0.3	0.15	-0.09	-0.18	-0.09	0.03	0.14	0.07	0.24	0.26	0.1	0.11	0.15	-0.23	-0.32	-0.34	-0.42	-0.43	-1.15	-0.29	-0.38	0.38	-0.32	-0.36	0.01	-0.49	-0.54	-0.51	-0.56	-0.09	-0.51	-0.64	-0.69	-0.4	0.15	-0.51	-0.62	0.14	-0.25	-0.1	-0.45	-0.81	-0.42	-0.22	-0.07		-0.6	0.1	0.58	-0.51	-0.58	-1.06	-0.34	0.04	0.01	0.01	-0.2 [...]
+YML008C	ERG6   STEROL METABOLISM     S-ADENOSYL-METHIONINE DELTA-24-STEROL-C-METHYLTRANSFERASE	-0.29	-0.67	0.08	0.19	0.49	0.65	0.72	0.4	0.48	0.04	0.08	-0.01	0.08	-0.34	0.34	-0.09	0.15	-0.3	-0.84	0.38	0.12	0.01	0.15	-0.09	-0.07	-0.03	-0.23	-0.27	-0.12	-0.06	-0.09	-0.14	-0.43	-0.3	0.14	0.36	0.4	0.4	0.52	0.24	0.21	0.25	0.14	-0.1	0.34	0.06	0.37	0.01	0.7	-0.74	-1.69	-2.47	-3.47	1.66	-1.15	-2.4	0.36	0.55	-0.56	-0.69	-0.76	-0.62	-0.49	-0.51	0.18	-0.62	0.24	0.41	-0.32	-0.4	-0.01	0.2	0.33	0.3		-0 [...]
+YMR202W	ERG2   STEROL METABOLISM     C-8 STEROL ISOMERASE	-0.22	-0.42	-0.29	-0.2	-0.3	0.06	0.39	0.3	0.38	-0.18	0.11	-0.3	0.03	-0.38	0.16	-0.12	0.18	-0.18	-0.92	0.24	0.24	0.26	0.26	0.1	0.32	0.11	-0.03	0.04	0.23	0.11	-0.09	0.07	-0.6	-0.86	-0.84	0.07	0.65	0.6	0.03	-0.56	-0.12	0.04	0.16	-0.47	-0.34	-0.58	-0.49	-0.14	0.75	-0.15	-1.03	-1.06	-1.74	1.24	-0.84	-1.12	0.39	-0.03	0.21	-0.6	-0.69	-0.03	0.12	0.73	-0.23	-0.92	-0.03	0.37	0.03	-0.3	-0.79	-0.62	0.36	0.03	0.36	-0.15	0.03	-1.51	-1.64
+YML126C	HMGS   STEROL METABOLISM     3-HYDROXY-3-METHYLGLUTARYL COENZYME A SYNTHASE	0.06	-0.34	-0.25	0.01	-0.01	0.06	0.28	0.12	0.2	-0.07	0.12	0.16	0.34	-0.01	0.31	0.12	-0.09	-0.01	-0.76	0.36	0.14	0.3	-0.17	-0.03	-0.15	-0.04	0.03		0.1	0.26	0.04	0.14	-0.58	-0.64	-0.56	0.16	0.3	0.19	0.33	0.39	0.21	0.23	0.12	-0.54	-0.12	-0.14	-0.04	0.25	0.84	-0.06	-0.97	-1.64	-1.64	0.91	-0.74	-1.09	0.23	0.2	0.04	-0.64	-0.89	-0.09	0.03	0.39	-0.29	-0.84	0.1	0.03	0.01	0.26	-0.22	-0.29	0.46	0.7	0.66	-0.27	-0.17	 [...]
+YGL012W	ERG4   STEROL METABOLISM     STEROL C-24 REDUCTASE	-1.4	-0.94	-0.81	-0.3	-0.36	0.24	0.15	0.15	0.19	0.16	0.06	-0.22	0.04	-0.27	0.03	-0.03	-0.17	-0.12	-0.86	-0.06	0.68	-0.1	0.19	0.72	0.73	0.56	0.25	0.29	0.41	0.33	0.1	0.12	-0.18	-0.3		0.16	-0.3	-0.22	-0.1	0.44	0.34	-0.04	-0.2	0.07	-0.47	-0.43	-0.23	-0.15	0.29	-0.38	-0.45	-0.69	-0.76	0.41	-0.45	-1.06	0.15	0.25	0.37	-0.54	-0.25	-0.1	-0.12	0.31	-0.1	-1.25	0.16	0.16	-0.12	0.31	-0.81	-0.74	0.11	0.42	0.71	0.12	-0.1	-0.49	-1.22
+YGL225W	GOG5   PROTEIN GLYCOSYLATION    MAY REGULATE GOLGI FUNCTION AND GLYCOSYLATION	-1.15	-1.06	-0.23	0.12	0.54	0.3	0.03	0.23	0.11	-0.56	0.04	-0.07	0.28	0.2	0.39	0.34	-0.27	-0.51	-1.56	-1.32	-0.84	-0.23	0.25	0.48	0.77	0.43	0.03	0.06	0.32	-0.15	-0.6	-0.23	-0.36	-0.45	-0.09	0.5	0.29	-0.14	-0.14	0.57	0.44	0.14	-0.03	-1	-0.51	-0.67	-0.42	-0.29	0.33		-0.34	-0.27	-0.58	0.07	-0.3	0.12	0.34	0.18	0.28	-0.81	-0.81	-0.49	0.08	-0.12	0.25	-0.92	0.24	0.23	-0.04		-0.67	-0.74	0.19	0.36	0.78	0.11	-0.18 [...]
+YJR143C	PMT4   PROTEIN GLYCOSYLATION    DOLICHYL PHOSPHATE-D-MANNOSE:PROTEIN O-D-MANNOSYLTRANSFERASE	-0.49	-0.92	-0.45	-0.12	0.39	0.14	0.55	-0.06	-0.23	-0.67	-0.25	-0.18	0.18	-0.18	0.45	-0.01	0.18	-0.54	-1.56	-0.74	-0.71	-0.34	-0.18	0.25	0.57	0.31	0.04	-0.12	0.04	-0.03	-0.25	-0.22	-0.58	-0.27	-0.15	-0.29	-0.04	0.11	0.06	0.2	-0.1	-0.43	-0.36	0.46	0.04	0.07	-0.01	-0.51	1.06	0.56	0.07	-0.62	-0.74	0.45	-0.86	-1.09	1.1	-0.15	0.04	-0.71	-1.32	-0.97	-0.12	-0.01	-0.15	-0.97	-0.09	-0.47	0.06	-0.5 [...]
+YDR212W	TCP1   PROTEIN FOLDING     CYTOPLASMIC CHAPERONIN COMPLEX	-0.29	-0.4	-0.36	-0.36	-0.42	-0.1	-0.4	-0.12	0.21	0.26	0.42	-0.1		-0.38	-0.29	0.19	-0.25	0.06	0.08	0.4	-0.09	-0.1	-0.1	0.03	0.18	0.36	0.03	0.33	0.21	0.15	0.25	0.2	0.07	0.18	-0.1	-0.1	-0.22	-0.1	-0.15	-0.1	-0.25	-0.01	-0.07	0.29	-0.01	-0.23	-0.04	-0.01		0.24	-0.49	-0.76	-0.38	-0.06	-0.97	-1.12	0.06	0.38	-0.42	-0.56	-0.09	-0.34	-0.04	-0.18	0.15	-0.84	0.2	-0.34	-0.09	-0.12	-0.76	-0.04	0.08	0.16	0.41	-0.29	-0.6	-0.43	-1.22
+YIL142W	CCT2   PROTEIN FOLDING     CYTOPLASMIC CHAPERONIN COMPLEX	-0.54	-0.67	-0.3	-0.4	-0.42	-0.03	-0.18	-0.32	0.07	0.14	-0.18	0.06	-0.23	-0.54	-0.2	-0.07	-0.29	-0.18	-0.47	0.81	0.01	-0.09	0.16	0.43	0.24	0.69	0.31	0.49	0.12	0.2	0.51	0.45	0.08	-0.17	-0.07	-0.23	-0.3	-0.3	-0.22	-0.23	-0.1	0.04	-0.01	-0.03	0.16	-0.09	0.08	-0.15	-0.32	-0.18	-1.12	-1.06	-1.09		-0.67	-0.86	0.03	0.11	-0.3	-1.03	-0.69	-0.64	-0.58	-0.4	0.1	-0.01	0.03	-0.14	-0.51	-0.36	-0.67	-0.01	0.06	0.08	0.39	-0.25	-0.49	-0.01	-0.97
+YBR106W	PHO88  PHOSPHATE TRANSPORT    REGULATOR OF PHO81	-0.29	-0.62	0.2	-0.09	0.44	-0.27	0.44		0.23	0.06	0.15		0.12	0.06	0.29	0.21	-0.17	-0.01	-1.89	-0.51	-0.67	-0.45	0.06	0.43	-0.27	0.62	0.31	0.56	-0.07	0.44	0.12	0.24	-0.01	0.07	0.04	-1.18	-1.06	-1.18	-1.79		0.03	-1.4	-1.51	-0.45		-0.12	0.07		0.26	0.2	-0.36	-0.62	-0.92	-0.03	-0.71	-1.4	0.12	0.33	-0.38	-1.47	-1.18	-1	-0.49	-0.51	0.52	-0.12	0.39	0.31	-0.45	-0.25	-0.23	-0.3	0.23	0.29	0.21	0.06	0.01	-1.09	-2
+YGL097W	SRM1   NUCLEAR TARGETING; MATIN GDP/GTP EXCHANGE FACTOR FOR GSP1P/GSP2P	-0.4	-0.76	-0.79	-0.34	-0.06	-0.04	0.31	0.19	0.18	-0.15	-0.18	-0.17	0.04	-0.29	0.14	-0.06	0.26	-0.2	-0.64	-0.32	-0.29	-0.56	0.14	-0.01	0.19	0.2	0.16	0.26	0.19	0.23	0.01	0.12	-0.09	-0.12	-0.03	-0.04	0.08	-0.23	-0.17	-0.34	-0.25	-0.17	-0.15	-0.06	-0.38	-0.58	-0.3	-0.36	0.25	-0.04	-0.23	-0.67	-1.15	0.24	-0.23		0.5	-0.2	0.04	-0.32	-0.17	-0.4	0.07	0.01		-0.43	-0.4	-0.45	0.15	0.18	0.1	0.19	0.11	0.03		-0.1	-0.06	-0. [...]
+YIL068C	SEC6   SECRETION        EXOCYST COMPLEX SUBUNIT	-0.56	-0.47	-0.3	-0.15	-0.34	-0.27	-0.22	-0.3	-0.22	-0.45	-0.15	-0.36	-0.4	-0.54	-0.2	-0.23	-0.15	0.2	0.06	-0.64	-0.67	-0.32	-0.34	0.01	-0.29	0.01	-0.22	-0.22	-0.25	-0.15	-0.15	-0.42	-0.27	-0.3	-0.15	-0.1	-0.1	-0.14	-0.07	-0.4	-0.42	-0.69	-0.22	-0.56	0.11	-0.2	-0.22	-0.29	-0.34	-0.29	-0.29	-0.17	-0.23	0.12	0.1	-0.18	-0.17	-0.25	-0.64	0.06	-0.27	-0.81	-0.23	-0.23	-0.01	-0.42	-0.29	-0.32	-0.81	0.18	-0.62	-0.2	0.12	0.03	0.03	-0.25	-0.2 [...]
+YLR105C	SEN2   TRNA SPLICING       SPLICING ENDONUCLEASE SUBUNIT	0.16	-0.18	0.03	0.14	0.26	-0.09	0.32	-0.04	0.07	-0.07	-0.09	-0.15	0.06	-0.4		-0.23	0.36	-0.29	-0.62	-0.25	-0.49	-0.34	-0.06	-0.2	-0.23	-0.25	-0.15	-0.32	-0.58	-0.01	-0.14	-0.17	0.07		0.2	0.01	0.19	0.06	0.33	0.8	-0.14	0.01	-0.04	-0.22	0.51	0.31	0.43	-0.45	0.36	-0.27	-0.58	-0.69	-0.79	0.33	-0.58	-0.64	0.24	-0.18	-0.51	-0.84	-0.34	-0.67	-0.23	0.32	0.03	-0.09	-0.18	-0.51	-0.38	0.15	-0.42	-0.2	-0.01		-0.06	-0.25	-0.14	-0.22	-0.15
+YDL043C	"PRP11  MRNA SPLICING       U2, U5, U4/U6 SNRNP PROTEIN"	0.03	-0.29	0.16	-0.4	0.24	-0.12	0.06	0.03		-0.09	0.68	-0.09	-0.17	-0.23	-0.04	-0.1		0.16	-0.34	-0.4	-0.36	-0.27	-0.14	-0.62	-0.43	-0.51	-0.51	-0.3	-0.36	-0.29	-0.2	-0.32	0.26	0.06	0.06	-0.03	0.07	0.24	0.15	0.07	-0.18	0.15	0.12	-0.09	0.43	0.19	0.34	-0.29	0.16	0.12	-0.18	0.01	-0.03	0.12	-0.64	-0.47	0.33	-0.25	-0.18	-0.4	-0.36	-0.74	-0.27	-0.1	-0.07		-0.43	-0.4	-0.3	0.19	-0.2	-0.47	-0.15	-0.1	0.12	-0.04	-0.23	-0.25	-0.54
+YBR291C	CTP1   TRANSPORT        MITOCHONDRIAL CITRATE TRANSPORTER	-0.1	-0.14	-0.38	-0.54	-0.27	-0.51	-0.09	-0.58	0.07	-0.15	0.01	-0.01	0.16	-0.3	-0.17	-0.18	-0.18	-0.01	-0.64	-0.38	-0.43	-0.2	0.14	-0.22	-0.38	-0.03	-0.23	-0.17	-0.42	-0.58	-0.56	-0.32	0.11	0.3	0.36	0.7	0.42	0.07	0.18	-0.23	-0.67	-0.14	0.03	-0.74	-0.51	-0.3	-0.07	-0.51	-0.14	-0.32	0.21	-0.32	-0.07	0.07	0.1	-0.09	0.69	0.16	-0.12	-0.51	-0.12	-0.25	0.03	-0.34	-0.6	-0.47	-0.69	-0.76	-0.03	0.25	-0.38	-0.71	-0.06	-0.22	-0.32	-0. [...]
+YDL232W	OST4   PROTEIN GLYCOSYLATION    OLIGOSACCHARYLTRANSFERASE COMPLEX ASSEMBLY		-0.07	0.24	0.11	0.2	-0.07	0.04	-0.23	0.15	0.03	-0.04	0.06	-0.04	-0.36	-0.1	-0.17	0.1	-0.04	-0.43	-0.38	-0.38	-0.3	-0.18	-0.22	-0.17	0.03		-0.01	-0.22	-0.2	-0.15	0.04	-0.1	-0.27	-0.22	0.16	-0.25	-0.1	-0.1	0.01	0.36	-0.23	0.25	-1.51	-0.32	-0.1	-0.2	-0.27	-0.1	-0.06	0.07	-0.06	-0.29	-0.01	-0.27	-0.64	0.12	-0.01	-0.03	-0.07	-0.1	-0.14	-0.09		-0.62	-0.32	-0.86	-0.54	-0.34	0.14	-0.62	-0.69	-0.04	-0.07	0.1	-0.1	 [...]
+YDL069C	CBS1   PROTEIN SYNTHESIS     COB MRNA TRANSLATIONAL ACTIVATOR (MITOCHONDRIA)	-0.34	0.16	-0.23	-0.67	-0.18	-0.67	-0.27	-0.38	-0.34	-0.54	-0.58	-0.42	-0.3	-0.89	-0.56	-0.47	-0.54	-0.15	-0.25	-0.62	-0.49	-0.86	-0.47	-0.71	-0.67	-0.51	-0.43	-0.42	-0.49	-0.32	-0.84	-0.58	-0.27	-0.06	0.14	-0.25	-0.6	-0.09	-0.09	-0.07	-0.23	0.03	0.12	-0.25	0.08	-0.25	0.19	-0.34	-0.03	0.01	-0.07	-0.32	-0.2	-0.09	-0.4	-0.45	0.38	1.14	-0.58	0.2	-0.12	-0.86	-0.56	-0.45	-0.22	0.55	-0.23	-0.56	-0.42	0.5	-0.79 [...]
+YJL203W	PRP21  MRNA SPLICING       U2 SNRNP ACTIVATION	0.04	-0.42	-0.03	-0.2	0.03	-0.17	0.03	-0.34	-0.25	-0.42	-0.32	-0.27	-0.3	-0.84	-0.38	-0.18	-0.17	-0.45	-0.29	-0.27	-0.74	-0.38	-0.43	-0.32	-0.51	-0.67	-0.54	-0.76	-0.58	-0.47	-0.58	-0.67	-0.14	0.19	0.23	0.03	0.14	-0.07	0.01	-0.07	0.11	-0.06	-0.03	0.21	0.5	0.2	0.55	-0.58	-0.07	0.04	-0.03	-0.23	-0.18	-0.25	-0.45	-0.58	0.29	0.67	-0.01	-0.3	-0.1	0.34	-0.36	-0.14	-0.38	0.18	-0.6	-0.62	-0.81	0.77	-0.43	-0.36	-0.18	-0.23	-0.17	-0.42	-0.15	- [...]
+YPR107C	YTH1   MRNA 3'-END PROCESSING   CLEAVAGE/POLYADENYLATION SPECIFICITY FACTOR SUBUNIT	-0.34	-0.2	-0.36	-0.58	-0.29	-0.1	-0.04	-0.34	-0.51	-0.76	-0.76	-0.45	-0.18	-0.45	-0.1	-0.47	0.07	0.08	0.38	-0.3	-0.43	-0.47	0.1	-0.15	-0.6	-0.17	-0.34	-0.4	-0.29	-0.29	-0.32	0.06	-0.34	0.11	0.33	0.24	0.19	-0.01	0.18	0.23	0.77	0.08	0.21	-0.6	0.32	0.37	0.46	-0.49	-0.17	-0.09		-0.09	-0.32	-0.32	0.04	-0.94	-0.17	0.79	-0.3	-0.12	-0.17	-0.54	-0.22	-0.49	-0.22	0.04	-0.12	-0.22	-0.3	0.2	-0.43	-0.17	-0.22 [...]
+YPR062W	FCY1   PYRIMIDINE METABOLISM    CYTOSINE DEAMINASE	-0.25	-0.64	-0.43	-0.54	-0.3	0.16	0.01	-0.56	-0.3	-0.51	-0.27	-0.64	-0.2	-0.58	-0.12	-0.54	0.01	-0.47	-0.51	-0.49	-0.64	-0.64	-0.49	-0.25	-0.4	0.04	0.07	-0.25	-0.4	0.12	-0.03	-0.36	0.5	0.59	0.7	0.57	0.58	0.44	0.56	0.54	0.43	0.38	0.55	-0.84	0.38	0.29	0.69	-0.3	0.72	0.45	0.58	-0.1	-0.64	-0.06	-0.22	-1.29	-0.17	0.06	-0.71	-0.67	-1.06	-0.86	-0.45	-0.97	-0.15	-0.58	-0.79	-0.94	-0.49	-0.54	0.04	-1.12	-0.23	-0.38	-0.1	-0.47	-0.22	-0.62	-0.58
+YOR038C	HIR2   TRANSCRIPTION       HISTONE TRANSCRIPTION INHIBITOR	-0.49	-0.49	-0.3	-0.54	-0.22	-0.42	-0.09	-0.36	-0.1	-0.07	-0.25	-0.15	-0.22	-0.54	-0.32	-0.2	0.06	0.23	-0.38	-0.51	-0.56	-0.38	-0.25	0.14	-0.1	0.15	0.12	0.1	-0.15	-0.1		-0.15	0.14	0.51	0.32	-0.25	0.03	-0.01	0.18	0.25	0.31	0.07	-0.34	-0.07	0.03	-0.17	-0.29	-0.49	0.66	0.24	0.07	-0.03	-0.07	0.16	-0.62	-0.76	0.86	0.44	-0.23	-0.47	-0.67	-0.01	-0.27	-0.38	-0.01	-0.64	-0.4	-0.62	-0.45	0.19	0.15	-0.25	0.16	0.16	0.15	-0.07	-0.12	0 [...]
+YHR013C	ARD1   PROTEIN PROCESSING    PROTEIN N-ACETYLTRANSFERASE SUBUNIT	-0.1	-0.3	0.14	-0.36		-0.23	-0.07	-0.25	-0.22		-0.29	-0.07	-0.2	-0.49	-0.1	-0.45	-0.32	-0.47	-0.32	-0.42	-0.14	0.11	0.38	0.23	0.16	0.33	0.15	0.14	0.19	-0.1	-0.18	-0.18	-0.1	0.29	0.2	-0.09	-0.04	-0.15	0.16	0.01		-0.14	-0.04	-0.34	0.42	0.06	0.39	-0.29	0.63	0.29	0.32	-0.42	-0.45	0.42	-0.6	-1.22	0.43	0.28	-0.29	-0.92	-0.58	-0.67	-0.62	-0.56	0.37	-0.01	-0.25	-0.22	-0.49		-0.09	-0.49	-0.1	-0.15	0.18	-0.18	0.04	0.03	
+YPR057W	BRR1   MRNA SPLICING       REQUIRED FOR SNRNP BIOGENESIS	-0.4	-0.49	-0.32	-0.29	-0.2	-0.34	-0.09	-0.14	-0.23	-0.36	-0.47	-0.34	-0.27	-0.51	-0.04	-0.32	-0.14	0.21	-0.42	-0.84	-0.18	-0.49	0.29	0.53	-0.17	0.15	0.21	-0.09	-0.1	-0.14	-0.25	-0.2	-0.14	-0.07	0.29	0.28	0.18	-0.45	-0.27	-0.14	0.18	0.41	0.12	-0.04	0.31	0.14	0.38	-0.22	0.32	-0.15	0.04	-0.34		0.25		-0.97	0.14	0.71	-0.36	-0.51	-0.6	-0.17	-0.38	-0.42	0.54	-0.07	-0.34	-0.27	-0.51	0.39	-0.29	-0.47	0.07	0.25	0.26	-0.2	-0.2	0.16	0.11
+YMR223W	"UBP8   PROTEIN DEGRADATION, UBI PUTATIVE DEUBIQUITINATING ENZYME"		-0.15	-0.15	-0.6	-0.2	-0.3	-0.15	-0.23	-0.14	-0.12	-0.18	-0.25	-0.12	-0.4	-0.34	-0.32	-0.07	0.01	-0.34	-0.36	-0.25	-0.1	0.08	0.18	-0.3	0.23	-0.04	-0.17	0.01	-0.12	-0.32	0.01	0.51	0.23	0.07	-0.12	-0.1	-0.3	-0.32	0.24	0.26	-1.25	-0.6	-1.18	-0.15	-0.2	-0.27	-0.34	-0.12	-0.4	-0.22	-0.42	-0.2	0.2	-0.56	-0.47		0.57	-0.43	-0.49	-0.74	-0.32	-0.23	0.32	-0.15	-0.3	-0.47	-0.42	-0.71	-0.06	-0.27	-0.2	-0.22		0.12	-0.6	-0.67	- [...]
+YKR063C	"LAS1   MORPHOGENESIS, CYTOSKELE (PUTATIVE) GENE EXPRESSION "	-0.22	-0.6	-0.58	-0.64	-0.18	-0.56	-0.03	-0.32	-0.17	-0.07	-0.43	-0.27	-0.2	-0.32	-0.43	-0.3	-0.03	-0.01	-0.49	-0.32	-0.43	-0.07	0.06	-0.14	-0.36	0.07	-0.07	-0.06	-0.49	-0.17	-0.09	-0.12	0.24	0.1	0.12	-0.04	0.31	0.34	0.06	0.06	0.2	0.01	0.06	-0.42	-0.1	-0.22	-0.1		-0.22	0.2	0.4	0.4	0.46	-0.43	-0.49	-0.15		0.64	-0.54	-0.64	-0.03	-0.4	-0.29	-0.81	-0.43	-0.43	-0.54	-0.81	-0.18	0.16	-0.76	-0.79	-0.22	0.03	0.24	-0.15	-0.18	-0.43	
+YNL151C	RPC31  TRANSCRIPTION       RNA POLYMERASE III 31 KD SUBUNIT	-0.17	-0.54	-0.86	-0.32	-0.67	0.01	-0.07	-0.1	-0.07	-0.23	-0.34	-0.29	-0.22	-0.22	-0.47	-0.34	-0.22	0.03	-0.69	-0.18	-0.29		0.32	0.26	0.04	0.04	-0.15	0.21	0.1	-0.15	-0.01	-0.04	0.4	0.68	0.37	0.1	0.06	0.21	-0.04	0.08	1.38	0.12	0.08	0.68	-0.32	-0.38	-0.23	-0.1	0.11	0.39	0.14	-0.12	0.18	-0.54	-0.4	-0.6	-0.2	0.06	-0.34	-1.51	-0.79	-1.22	-0.67	-0.64	-0.22	0.11	-0.79	-0.92	-0.54	-0.71	-0.64	-0.25	0.29	0.1	0.31	-0.29	-0.3	-0.17	-0.62
+YBR283C	SSH1   SECRETION        ER PROTEIN TRANSLOCATION COMPLEX SUBUNIT	-0.18	-0.15	-0.25	-0.25	-0.29	-0.17	-0.32	-0.15	0.07	0.16	0.29	-0.25	-0.03	-0.22	-0.15	0.03	-0.17	-0.12	-0.32	0.01	0.26	-0.1	-0.12	0.19	0.23	0.33	0.01	0.11	0.3	-0.04	0.04	0.01	-0.54	-0.43	-0.54	-0.3	-0.58	-0.22	-0.25	-0.17	-0.38	-0.1	-0.1	0.14	-0.47	-0.6	-0.54	0.1	-0.27	0.37	0.7	0.38	-0.01	-0.86	0.07	-0.81	0.12	1.51	0.16	-0.71	-0.71	-1.03	-0.43	-0.89	0.03	-0.92	-0.2	-0.71	-0.17	-0.4	-1.43	-0.3	0.24	0.1	0.68	-0.04	-0 [...]
+YMR235C	RNA1   RNA EXPORT       GTPASE ACTIVATING PROTEIN FOR GSP1P	-0.09	0.11	-0.6	-0.1	-0.34	-0.06	-0.22	-0.1	-0.01	0.14	-0.25	0.07	-0.03	-0.34	0.01	-0.23	0.12	-0.03	-0.29	-0.1	0.11	-0.07	0.45	0.42	-0.03	0.1	-0.15	0.24	0.4	0.07	-0.23	0.19	0.38	0.32	0.2	-0.32	0.15	0.08	0.04	0.19	-0.23	-0.27	-0.07	-0.62	-0.03	-0.12	-0.09	0.03	0.28	0.41	0.03	-0.12	-0.4	-0.23	-0.51	-1.4	0.21	0.77	-0.29	-0.94	-0.86	-1.09	-0.71	-0.17	0.2	-0.38	-0.03	-0.18	-0.47	-0.23	-0.67		0.07	0.2	0.5		-0.07	-0.2	-1.36
+YDR211W	GCD6   PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF2B SUBUNIT	-0.06	-0.27	-0.27	-0.09	-0.17	-0.22	-0.22	-0.15	0.34	-0.15	0.38	-0.01	0.03	-0.1		0.34	-0.22	0.28	-0.97	-0.23	-0.07	0.32	0.16	0.19	0.23	0.03	-0.04	0.3	-0.04	0.1	-0.09	0.03	0.21	0.18	0.01	-0.18	-0.42	-0.25	-0.2	-0.4	-0.2	-0.22	-0.4	0.31	0.21	-0.25	-0.1	-0.01	0.33	0.39	-0.2	-0.51	-0.27	-0.3	-0.74	-0.86	-0.07	0.71	-0.36	-1.47	-1.18	-0.4	-0.4	-0.62	-0.1	-0.43	-0.32	-0.3	-0.01	-0.1	-0.67	0.03	0.43	0.26	0.55		-0.67 [...]
+YJL014W	CCT3   PROTEIN FOLDING     CYTOPLASMIC CHAPERONIN COMPLEX	-0.07	-0.49	-0.22	-0.23	-0.15	-0.17	0.03	-0.03	0.34	-0.1	0.41	-0.07	0.04	-0.07	0.04	0.29	-0.36	-0.18	-0.34	-0.3	-0.32	-0.14		0.1	-0.1	0.21	0.06	0.34	0.1	0.24	0.04	-0.03	-0.01	0.06	0.01	0.04	-0.03	-0.15	-0.1	-0.27	-0.3		-0.04	-0.43	0.12	-0.23	-0.15	-0.09	0.16	0.52	0.18	-0.29	-0.32	-0.22	-0.47	-0.76	0.39	1.04	-0.18	-0.97	-0.69	-0.58	-0.58	-0.4	0.03	-0.42	0.04	-0.58	-0.03	0.54	-0.34	0.51	0.26	0.55	0.63	0.01	-0.22	-0.32	-0.92
+YGR158C	MTR3   MRNA TRANSPORT      NUCLEOLAR PROTEIN	0.07	-0.47	0.2	0.01	0.07		-0.18	0.32	0.2	-0.29	0.38	-0.09	0.03		-0.09	0.39	-0.32	-0.32	-0.89	-0.54		-0.03	0.04	-0.09	-0.45	-0.07	-0.43	-0.34	-0.04	-0.49	-0.51	-0.27	-0.01	-0.14	-0.04	0.11	-0.01	-0.34	-0.15	0.01	-0.14	-0.18	-0.1	-0.67	-0.2	-0.3	-0.03	0.12	0.16	0.7	0.44	0.28	0.04	-0.58	-0.47	-1.03	0.37	1.02	-0.38	-0.92	-0.64	-0.76	-0.27	-0.34	-0.1	-0.29	-0.47	-0.71	-0.18	0.37	-0.42	0.15	0.06	-0.09	0.25	-0.34	-0.4	-0.47	-0.89
+YJL008C	CCT8   PROTEIN FOLDING     CYTOPLASMIC CHAPERONIN COMPLEX	0.1	-0.47	-0.15	-0.23	0.15	-0.22	0.29	-0.03	0.1	-0.47	0.04		-0.01	-0.3	0.19	-0.18	0.04	-0.25	0.19	0.31	-0.27	-0.03	0.1	0.01	0.12	0.24	0.12	-0.01	0.14	0.36	0.04	0.06	0.04	0.03	-0.03	-0.06		-0.06	0.18	-0.14	-0.51	0.16	0.04	0.19	0.58	0.15	0.19	-0.27	0.34	0.75	0.25	-0.14	-0.2	-0.38	-0.6	-0.79	0.5	0.99	-0.56	-1.29	-0.76	-0.64	-0.64	-0.47	-0.3	-0.06	-0.22	-0.69	-0.1	-0.71	-0.58		0.37	0.52	0.44	-0.03	-0.14	0.21	-0.6
+YKR036C	CAF4   CATABOLITE REPRESSION    COMPONENT OF CCR4 TRANSCRIPTIONAL COMPLEX	-0.17	-0.34	-0.36	-0.18	-0.4		-0.22	-0.07	0.03	-0.25	-0.3	-0.38	-0.15	-0.22	-0.18	0.18	-0.32	-0.15	-0.49	-0.23		-0.2	-0.01	-0.1	-0.15	0.06	0.01		-0.15	0.03	-0.15	-0.14	-0.17	0.07	0.16	-0.15	-0.17	0.1	-0.4	0.07	0.41	-0.17	-0.45	-0.17	-0.32	-0.67	-0.29	-0.2	0.16	0.19	-0.27	-0.74	-0.34	-0.14	-0.58	-0.34	0.31	0.93	-0.07	-0.79	-0.74	-0.3	-0.36	0.12	-0.34	-0.29	-0.23	-0.71	-0.01	0.01	-0.09		0.18	0.21	0.51	-0.06	- [...]
+YDL090C	RAM1   PROTEIN PROCESSING    FARNESYLTRANSFERASE	-0.22	-0.49	-0.3	-0.22	-0.29	-0.47	-0.04	-0.56	-0.4		-0.18	-0.1	-0.17	-0.38	-0.34	-0.27	-0.34	-0.22	-0.15	-0.6	-0.07	-0.47	-0.25	-0.17	-0.4	0.03	0.04	0.03		-0.12	-0.23	0.25	-0.81	-0.56	-0.18	-0.79	-0.58	-0.3	-0.12	-0.23	-0.51	-0.79	-0.54	-0.54	-0.06	-0.27	-0.38	-0.27	0.18	0.16	-0.03	-0.34	-0.22	0.5	-0.32	-0.47	0.82	0.1	-0.54	-0.14	-0.01	-0.15	-0.17	-0.79	-0.38	-0.38	-0.43	-0.54	-0.23	0.3	-0.81	-1.03	-0.14	-0.32	-0.18	-0.32	-0.49	0. [...]
+YOL102C	TPT1   TRNA SPLICING       2'-PHOSPHOTRANSFERASE	-0.51	-0.54	-0.71	-0.51	-0.54	-0.34	-0.2	-0.22	-0.32	-0.67	-0.84	-0.58	-0.1		-0.71	-0.56	-0.62	-0.45	-0.17	-0.49		-0.18	-0.23	-0.22	-0.25	-0.2	-0.58	-0.23	-0.06	-0.23	-0.49	-0.25	-0.14	0.07	-0.03	-0.81	-0.43	-0.84	-0.29	0.7	-0.54	-0.89	-0.51	-0.03	-1.22	-0.22	-0.6	-0.42	0.65	0.42	0.5	0.04	-0.06	-0.17	-0.36	-0.79	1.37	0.99	-0.42	-0.04	-0.29	-0.81	-0.69	-0.15	-0.03	0.33	-0.43	-0.58	-0.43	0.2	-1.12	-0.74	-0.17	-0.38	-0.25	-0.18	-0.2	- [...]
+YOL076W	DEC1   MITOCHONDRIAL INHERITANC TRANSMEMBRANE PROTEIN	-0.64	-0.86	-1	-0.67	-0.43		-0.09	-0.23	-0.12	-0.43	-0.81	-0.22		-0.54	-0.58	-0.22	-0.18	-0.23	-0.76	-0.4	-0.25	-0.04		0.01	-0.1	-0.34	-0.3	0.01	0.12	-0.29	-0.22	-0.01	-0.81	-0.43	-0.49	-0.29	-0.34	-0.67	-0.81	0.08	-0.17	-0.67	-0.81	-0.36	-0.67	-0.27	-0.74	-0.4	-0.09	0.16	-0.36	-0.01	-0.62	-0.43	-0.81	-1.15	0.85	0.8	-0.47	0.16	-0.49	-0.54	-0.01	-0.43	-0.38	-0.49	-0.69	-0.43	-0.1	-0.04	-0.84	-0.3	0.11	-0.07	0.06	-0.25	-0.49	0.44	-0.3
+YGL086W	MAD1   CELL CYCLE       SPINDLE CHECKPOINT COMPLEX SUBUNIT	-0.03	-0.6	-0.23	-0.3	-0.34	-0.49	-0.12	-0.38	-0.29	-0.4	-0.17	-0.12	0.21	-0.43	-0.22	-0.23	-0.15	-0.07	-0.49	-0.45		-0.09	-0.29	-0.27	-0.07	-0.25	-0.1	0.31	-0.38	0.07	-0.58	0.06	-0.25		-0.09	-0.51	-0.51	-0.6	-0.47	-0.07	-0.27	-0.42	-0.38	0.31	-0.42	-0.67	-0.54	-0.07	0.24	0.42	-0.04	-0.01	-0.06	-0.45	-0.45	-0.89	0.34	0.9	-0.1	0.04	-0.38	-0.56	-0.03	-0.2	-0.1	-0.36	-0.42	-0.27	-0.62	-0.32	-0.89	-0.67	0.04	0.18	-0.09	-0.32	 [...]
+YJL061W	NUP82  NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.32	-0.62	-0.06		0.12	0.08	-0.06	-0.2	-0.14	-0.29	0.18	-0.01	-0.14		-0.18	-0.18	0.16	-0.38	0.48	-0.3	-0.3	-0.23	-0.12	-0.43	-0.29	-0.51	-0.67	-0.64	-0.29	-0.56	-0.74	-0.67	-0.18	-0.32	-0.34	-0.54	-0.27	-0.2	-0.2	0.55	-0.29	-0.45	-0.69	-0.03	-0.18	-0.4	-0.56	-0.25	-0.34	-0.1	-0.47	-0.76	-0.92	-0.17	-0.43	-0.27	-0.22	-0.03	-0.4	-0.42	-0.07	-0.81	-0.06	-0.71	-0.56	-0.51	-0.51	-0.42	-0.12	-0.04	-0.56	-0.49	0.1	0.25	0.3	-0.07	0.04 [...]
+YIL085C	KTR7   PROTEIN GLYCOSYLATION    PUTATIVE MANNOSYLTRANSFERASE	-0.03	-0.49	-0.07	-0.62	0.2	-0.12	0.33		0.07	-0.2	-0.01	-0.23	-0.12	-0.25	0.1	0.03	0.06	-0.3	-0.32	-0.56	-0.45	-0.58		-0.45	-0.22	-0.34	-0.27	-0.56	-0.29	-0.3	-0.34	-0.43	-0.3	-0.17	-0.06	0.07	0.07		-0.27	-0.17	-1.15	-0.09	-0.1	0.03	-0.25	-0.51	-0.38	-0.43	-0.58	-0.47	-0.45	-0.32	-0.97	-0.04	-0.2	-0.49	-0.6	-0.81	-0.45	-0.42	-0.32	-0.27	-0.07	-0.32	-0.2	-0.6	-0.42	-0.54	-0.29	-0.3	-0.89	-0.86	-0.12	-0.07	-0.09	-0.27	-0. [...]
+YML095C	RAD10  DNA REPAIR       SSDNA ENDONUCLEASE	-0.23	-0.69	-0.34	-0.2	-0.04	-0.14	-0.09	-0.17	-0.36	-0.43	-0.4	-0.32	-0.06	-0.49	-0.2	-0.34	0.12	-0.29	-0.1	-0.38	-0.6	-0.67	-0.27	-0.2	-0.34	-0.62	-0.23	-0.15	-0.27	-0.32	-0.29	-0.4	0.24	-0.01	0.07	-0.12	-0.17	0.03	-0.14	0.03	0.01	-0.1	-0.14	-0.17	-0.17	-0.15	-0.17	-0.43	-0.36	-0.29	-0.18	-0.58	-0.92	-0.64	-0.47	-0.64	-0.3	-0.12	-0.14	-0.51	-0.45	0.03	0.11	-0.09	-0.1	-0.74	-0.4	-0.67	0.07	0.2	-1	-0.86	0.06	0.08	-0.1	-0.4	-0.2		-0.15
+YDR414C	ERD1   SECRETION        ER PROTEIN RETENTION	-0.3	-0.4	-0.04	0.31	0.15	-0.12	0.16	-0.4	-0.14	-0.1	-0.18	-0.2	0.31	-0.29	-0.14	-0.22	-0.22	-0.32	-1.4	-0.34	-0.71	-0.6	-0.22	-0.12	-0.22	-0.12	-0.03	-0.07	-0.01	-0.51	-0.23	-0.14	-0.76	-0.54	-0.29	-0.22	-0.36	-0.64	-0.58	-0.27	-0.51	-0.36	-0.67	-1.12	-0.54	-0.71	-0.45	-0.09	-0.22	-0.84	-0.38	-0.04	-0.86	0.53	-0.4	-0.12	0.48	0.04	-0.12	-0.79	-0.6	-0.97	-0.49	-0.42	-0.14	-0.47	-0.79	-0.69	-0.25	0.03	-1.03	-1.15	-0.23	-0.09	0.36	-0.32	- [...]
+YOR094W	ARF3   SECRETION        GTP-BINDING ADP-RIBOSYLATION FACTOR	-0.32	0.01	-0.81		-0.49	-0.01	-0.1	-0.2	-0.14	-0.36	-0.43	-0.43	-0.1	-0.64	-0.84	-0.06	-0.3	-0.4	-0.01	-0.09	-0.29	-0.06	-0.07	0.58	0.12	-0.09	-0.64	-0.38	0.34	-0.45	-0.64	-0.29	-1.06	0.2		-0.18	-0.34	-0.23	-0.25	-0.06	-0.01	-0.69	-0.47	0.16	-0.29	-0.45	-0.32	-0.51	-0.22	-0.36	-0.22	-0.27	-0.38	0.16	-0.34	-0.36	-0.09	0.06	-0.4	-1.03	-0.62	-0.67	-0.09	-0.29	-0.29	-0.01	-0.76	-0.81	-0.69	0.26	-0.79	-0.84	-0.04	-0.38	-0.09	 [...]
+YIL020C	HIS6   HISTIDINE BIOSYNTHESIS   PHOSPHORIBOSYL IMIDAZOLECARBOXAMIDE ISOMERASE	-0.3	-0.17	-0.47	-0.43	-0.27	-0.32	-0.29	-0.1	0.03	-0.22	-0.07	-0.29	0.11	-0.4	-0.03	-0.04	-0.3	-0.17	-0.64	-0.38	-0.17	-0.23	-0.18	-0.01	-0.12	-0.1	-0.71	-0.18	-0.22	-0.38	-0.18	-0.07	-0.22	-0.01	-0.06	-0.1	-0.25	-0.2	-0.27	-0.2	-0.22	-0.45	-0.27	-0.54	-0.32	-0.74	-0.45	-0.25	-0.15	-0.2	-0.18	-0.27	-0.07	0.15	-0.51	0.07	-0.04	0.77	-0.34	-1.03	-0.67	-0.86	-0.54	-0.25	-0.17	-0.27	-0.76	-0.92	-0.43	0.06	- [...]
+YOR039W	CKB2   SALT TOLERANCE      CASEIN KINASE II REGULATORY SUBUNIT	-0.36	-0.67	0.04	0.1	0.2	0.19	-0.04	-0.43	-0.3	-0.42	-0.17	-0.43	0.01	-0.49	-0.14	-0.6	-0.23	-0.23	-0.12	-1.09	-0.71	-0.81	-0.45	-0.43	-0.51	-0.29	-0.43	-0.64	-0.69	-0.27	-0.47	-0.81	0.19	0.26	0.18	-0.2	-0.1	-0.18	-0.01	0.54	-0.01	-0.3	-0.1	-0.34	-0.03	-0.18	-0.03	-0.49	0.53	0.61	0.12	-0.4	-0.4	0.03	-0.62	-1.4			-0.86	-0.74	-1.09	-1.22	-0.86	-1.18	-0.17	0.24	-0.51	-0.89	-0.58	-0.81	-0.69	-1.56	-0.01	0.18	-0.18	-0.58	- [...]
+YMR005W	MPT1   PROTEIN SYNTHESIS     UNKNOWN	-0.27	-0.38	-0.03	-0.62	-0.25	-0.49	-0.14	-0.49	-0.3	-0.22	-0.29	-0.32	-0.23	-0.45	-0.3	-0.47	-0.09	-0.38	-0.06	-0.69	-0.45	-0.45	-0.15	-0.23	-0.47	-0.14	-0.17	-0.32	-0.45	-0.25	-0.04	-0.25	0.54	0.5	0.28	-0.1	-0.14	-0.22	0.18	0.04		-0.06		-0.47	0.25		0.2	-0.09		-0.09	-0.34	-0.74	-0.49	0.19	-0.69	-0.74		0.39	-0.76	-0.64	-0.79	-0.89	-0.38	-0.74	-0.29		-0.4	-0.71	-0.74	-0.47	-1.09	-1.22	0.06	0.19	0.4	-0.1	-0.03	0.45	-0.22
+YJR068W	RFC2   DNA REPLICATION     REPLICATION FACTOR C 41 KD SUBUNIT	-0.22	-0.67	-0.29	-0.32	-0.23	-0.56	-0.06	-0.4	-0.12	-0.4	-0.27	-0.32	-0.1	-0.64	-0.15	-0.54	-0.03	-0.38	-0.23	-0.56	-0.76	-0.42	-0.36	-0.34	-0.49	-0.32	-0.14	-0.22	0.04	-0.1	-0.36	-0.29	-0.03	0.2	-0.03	-0.54	-0.32	-0.18	-0.3	0.57	-0.09	-0.14	-0.71	0.48	-0.18	-0.09	-0.27	-0.51	0.23	0.26	-0.04	-0.27	-0.4	-0.06	-0.56	-0.58	0.63		-0.64	-1.15	-0.86	-0.79	-0.34	-0.67	-0.22	0.01	-0.4	-0.42	-0.4	-0.27	-0.6	-0.97	-0.43	0.36	0. [...]
+YKL144C	RPC25  TRANSCRIPTION       RNA POLYMERASE III 25 KD SUBUNIT	-0.29	-0.84	-0.43		-0.07	-0.42	0.08	-0.25	0.01	-0.15	-0.2	-0.29	-0.04	-0.56	-0.18	-0.43	-0.07		-0.64	-0.54	-0.42	-0.6	0.15	-0.07	-0.34	-0.18	-0.1	-0.25	-0.2	-0.23	-0.62	-0.34	0.32	0.24	0.14		0.11	0.01	-0.03	-0.45	-0.1	-0.03	0.06	-1	-0.07	-0.25	-0.01	-0.36	0.07	-0.06		-0.27	-0.36	-0.15	-0.62	-1	0.33	0.3	-0.34	-1.36	-0.6	-0.49	-0.34	-0.17	-0.12	-0.45	-0.45	-0.71	-0.64	-0.2	-0.45	-0.6	-0.29	0.07	0.19	-0.36	-0.56	0.14	-0.45
+YNL261W	"ORC5   DNA REPLICATION     ORIGIN RECOGNITION COMPLEX, 50 KD SUBUNIT"	0.11	0.07	0.11	-0.17	0.07	0.12	0.25	-0.06	-0.07	-0.03	-0.25	-0.27	-0.07	-0.38	-0.22	-0.34	0.04	0.6	-0.62	-0.15	-0.29	0.28	0.36	0.23	0.03	-0.25	-0.18	-0.34	-0.23	-0.43	-0.56	-0.27	0.08	0.03	0.31	0.26	0.34	0.18	0.14	-0.03	-0.22	0.12	0.16	-0.84	-0.07	-0.2	0.03	-0.79		-0.27	-0.25	-0.67	-0.64	-0.18	-0.47	-1.03	0.19	0.54	-0.23	-0.76	-0.36	-0.64	-0.07	-0.3	0.32	-0.38	-0.36	-0.51	-0.74	-0.12	-0.54	-0.2	-0.14	0.11	0.28 [...]
+YML031W	NDC1   CYTOSKELETON        SPINDLE POLE BODY DUPLICATION	-0.36	0.14	-0.3	-0.18	0.06	-0.17	0.37	-0.09	0.03	-0.36	-0.23	-0.42	-0.06	-0.42	0.11	-0.2	0.08	-0.51	-0.54	-0.6	-0.71	-0.79	-0.43	-0.4	-0.14	-0.14	-0.2	-0.17	-0.56	-0.25	-0.3	-0.49	0.07	-0.12	0.1	0.18	0.32		0.06	0.1	-0.06	0.28		-0.64	-0.32	-0.38	-0.29	-0.51	0.16	0.34	-0.23	-0.51	-0.27	-0.27	-0.74	-0.89	0.39	0.33	-0.67	-0.79	-0.49	-0.69	0.04	-0.51	-0.2	-0.89	-0.49	-0.6	-0.4	-0.71	-0.64	-0.25	0.16	0.12	0.19	-0.36	-0.18	-0.32	-0.92
+YJL201W	ECM25  CELL WALL BIOGENESIS     UNKNOWN	-0.89	-0.81	0.1	0.08	0.06	-0.09	0.07	-0.38	-0.49	-0.58	-0.42	-0.27	-0.03	-0.38	-0.01	-0.27	-0.15	-0.67	-1.43	-1.03	-0.84	-0.74	-0.47	-0.25	-0.14	-0.38	-0.25	-0.49	-0.23	-0.29	-0.69	-0.64	-0.62	-0.2	0.31	0.43	0.2	-0.4	-0.17	0.29	0.06	0.15	-0.27	-0.67	-0.58	-0.51	-0.49	-0.58	0.62	0.28	-0.4	-0.74	-0.6	0.2	-0.89	-1.06	1.36	0.52	-0.62	-0.25	-0.45	-0.32	0.08	-0.34	-0.64	-0.42	-0.54	-0.92	-0.32	-0.29	-0.71	-0.71	0.12	0.01	0.11	-0.1	-0.15	0.25	-0.04
+YLR321C	SFH1   CHROMATIN STRUCTURE    CHROMATIN REMODELING COMPLEX SUBUNIT	-0.54	-1.22	-0.58	-0.84	-0.32	-0.45	-0.01	-0.49	-0.34	-0.6	-0.64	-0.76	-0.42	-0.84	-0.34	-0.34	-0.22	-0.51	-0.3	-0.71	-0.76	-0.64	-0.36	-0.58	-0.56	-0.34	-0.36	-0.51	-0.42	-0.42	-0.14	-0.6	-0.32	-0.29	-0.32	-0.32	-0.2	-0.38	-0.2	-0.42	-0.32	-0.15	-0.18	-0.14	0.04	-0.22	-0.09	-0.58	0.41	0.15	-0.17	-0.43	-0.4	-0.27	-0.54	-0.51	-0.17	-0.58	-0.67	-0.94	-0.56	-0.36	-0.27	-0.47	-0.14	0.07	-0.58	-0.62	-0.01	0.26	-0.92	-0 [...]
+YER032W	FIR1   MRNA 3'-END PROCESSING   UNKNOWN	-1.03	-1.25	-0.84	-0.49	0.03	0.51	0.29	0.23	-0.07	-0.54	-0.58	-0.74	-0.25	-0.15	0.4	0.14	0.25	-0.22	-1.03	-0.94	-0.76	-0.92	-0.47	-0.74	-0.45	-0.03	-0.14	-0.32	-0.67	-0.1	-0.1	-0.62	-0.71	-0.4	-0.03	0.4	0.33	-0.3	-0.58	-0.47	0.33	0.16	0.08	-0.92	-0.45	-0.69	-0.51	-0.23	0.29	0.08	0.16	-0.15	-0.12	-0.1	-0.29	-0.58	0.99	0.73	-0.14	-0.43	-0.45	-0.79	-0.18	0.21	0.15	-0.49	-0.29	-0.71	-1.06	0.21	-0.69	-0.89	0.01	-0.25	-0.03	-0.29	-0.27	-0.09	-0.84
+YKL092C	BUD2   BUD SITE SELECTION    GTPASE-ACTIVATING PROTEIN FOR	-0.22	-0.45	-0.29	-0.17		-0.25	-0.12	-0.29	-0.1	-0.3	-0.09	-0.09	0.06	-0.15	0.03		-0.47	-0.2	-0.22	-0.36	-0.1	0.01	0.11	-0.01	0.08	-0.03	0.12	0.16	0.01	-0.06	-0.09	-0.32	-0.36	0.23		-0.67	-0.43	0.12	-0.03	0.55	-0.25	-1	-0.38	0.06	-1.22	-0.45	-0.71	-0.27	0.25	0.23	0.29	-0.25	0.29	-0.34	-0.38	-0.64	0.66	0.48	0.04	-0.42	-0.64	-0.23	-0.29	-0.3	-0.56	-0.64	-0.64	-0.64	-0.29	-0.3	-0.45	-0.2	-0.03	-0.03	-0.1	-0.18	-0.36	-0.14	-0.34
+YKL130C	SHE2   CELL POLARITY       ASYMMETRIC HO EXPRESSION	-0.54	-0.71	-0.76	-0.74	-1.36	-0.2	0.01	-0.2	0.14	0.18	-0.38	-0.49	-0.29	-0.62	-0.45	-0.22	-0.22	0.01	-0.22	-0.25	-0.18	-0.47	-0.29	-0.23	-0.4	-0.03	-0.3	0.07	0.33	-0.01	-0.22	0.08	-0.23	-0.34	-0.42	0.39	0.51	0.67	-0.04	-0.17		-0.97	0.46	-0.07	-0.03	-0.54	-0.25		-0.23	-0.06	-0.06	-0.2	-0.32	-0.36	-0.14	-0.79	0.92	1.23	-0.12	-0.36	-0.49	-0.92	-0.23	0.24	-0.6	-0.38	-0.58	-0.67	-0.51	0.32	-1	-0.47	0.03	-0.14	0.41	-0.18	0.21	0.3	-0.67
+YPR058W	YMC1   TRANSPORT        (PUTATIVE) MITOCHONDRIAL CARRIER		-0.51	-0.14	-0.12	0.14	0.23	0.19	-0.07	0.01	-0.2	0.18	-0.29	0.12	-0.2	0.18	-0.27	0.21	-0.14	-0.81	-0.56	-0.49	-0.34	-0.06	-0.1	-0.29	-0.03	-0.23	-0.3	-0.23	-0.03	-0.36	0.01	-0.14	-0.07	0.07	-0.01	0.03	-0.04	0.04	0.01	-0.18	-0.14	0.06	-0.94	-0.27	-0.34	-0.17	-0.32	1.37	0.36	0.39	0.23	-0.1	0.48	-0.22	-0.67	0.71		-0.23	-1.06	-0.62	-0.29	-0.58	-0.04	-0.29	-0.6	-0.74	-1.56	0.03	0.18	-0.4	-0.22	0.01	-0.1	0.67	-0.56	-0.43	-1.25	-0.01
+YPR060C	ARO7   AROMATIC AMINO ACID BIOS CHORISMATE MUTASE	0.21	-0.47	0.04	0.25	0.2	0.33	-0.01	0.08	-0.14	-0.27	0.1	-0.14	0.12	-0.38	-0.14	-0.38	0.2	-0.2	-0.94	-0.6	-0.17	0.11	0.33	0.26	-0.1	0.04	-0.3	-0.25	-0.04	-0.69	-0.74	-0.45	0.77	0.64	0.48	0.18	0.14	0.15	0.51	0.42	-0.03	0.23	0.19	-0.58	0.29	0.07	0.12	-0.49	0.64	0.24		-0.45	-0.71	0.04	-0.42	-1.51	0.04	0.25	-0.25	-1.15	-0.56	-0.49	-0.43	-0.22	0.28	-0.1	-0.51	-1.09	0.15	-0.1	0.01	0.15	-0.01	-0.1	0.25	-0.64	-0.6	-0.94	-0.76
+YLR417W	VPS36  VACUOLAR PROTEIN TARGETI UNKNOWN?	0.23	-0.42	-0.18	-0.49	-0.25	-0.43	-0.09	-0.34	-0.4	-0.43	-0.42	-0.18	-0.17	-0.56	-0.27	-0.38	-0.01	-0.23	-0.22	-0.36	-0.27	-0.54	-0.47	-0.29	-0.38	-0.25	-0.12	-0.32	-0.1	-0.17	0.01	-0.25	0.14	0.11	0.16	-0.18	-0.22	0.07	0.1	-0.14	-0.43	-0.09	-0.25	0.43	0.07	-0.03		-0.38	-0.32	-0.94	-1	-0.97	-1.25	0.45	-0.62	-0.4	0.14	0.65	-0.15	-0.09	-0.23	0.08	-0.1	-0.04	-0.14	-0.12	-0.15	-0.06	0.01	-0.07	0.18	-0.56	-0.34		0.41	-0.03	-0.14	0.78	0.31
+YKL135C	APL2   SECRETION        AP-1 COMPLEX SUBUNIT	-0.06	-0.04	-0.29	-0.25	-0.22	-0.27	-0.22	-0.2	-0.06	-0.29	-0.06	-0.22	-0.22	-0.12	-0.01	0.46	-0.27	-0.15	0.45	-0.6		-0.34	-0.58	-0.22	-0.4	-0.47	-0.27	-0.32	-0.47	-0.03	-0.43	-0.42	-0.03	-0.07	-0.3	-0.18	-0.27	-0.14	-0.07	0.08	-0.1	-0.3	-0.32	-0.23	0.03	0.1	-0.15	-0.07	-0.09	-0.36	-0.86	-1.32	-0.86	-0.04	-0.74	-0.69	-0.22	0.24	-0.04	-0.15		-0.12	-0.29	0.41	-0.32	-0.06	-0.69	-0.58	-0.27	-0.06	-0.4	-0.45	0.31	0.28	0.2	0.03	-0.47	0.08	-0.17
+YPL083C	SEN54  TRNA SPLICING       SPLICING ENDONUCLEASE SUBUNIT	-0.29	-0.62	0.1	-0.27	0.06	-0.34	0.08	-0.15	0.01	-0.3	0.34	0.06	-0.18	-0.34	0.21	-0.22	0.16	0.25	-0.32	-0.67	-0.56	-0.49	-0.43	-0.94	-0.76	-0.34	-0.29	-0.23	-0.71	-0.3	-0.3	-0.45	-0.14	-0.12	-0.06	-0.06	-0.25	-0.36	-0.18	-0.25	-0.32	-0.36	-0.15	-0.58	-0.15	-0.18	-0.27	-0.23	0.04	-0.38	-0.47	-0.97	-0.67	0.12	-0.42	-0.74	0.11	0.28	-0.04	-0.4	-0.15	0.16	-0.17	0.32	-0.58	-0.56	-0.69	-0.43	0.23	0.3	0.28	-0.04	-0.07	0.07	0.41	-0. [...]
+YPL001W	HAT1   CHROMATIN STRUCTURE    HISTONE ACETYLTRANSFERASE COMPLEX SUBUNIT	-0.18	-0.25	0.08	-0.32	-0.03	0.11	0.24	-0.06	0.04	-0.34	-0.06	-0.4	0.07	-0.64	-0.12	-0.2	0.11	0.07	-0.09	-0.69	-0.43	-0.14	-0.36	-0.23	-0.67	-0.42	-0.56	-0.71	-0.74	-0.49	-0.84	-0.56	-0.17	-0.18		0.04	-0.17	-0.4	-0.12	0.14	-0.01	-0.38	-0.2	-0.47	-0.14	-0.1	-0.17	-0.36	0.12	-0.42	-0.76	-1.12	-1.15	0.21	-0.56	-1.43	0.03	0.63	-0.32	-0.27	-0.12	-0.07	-0.22	-0.06	-0.18	0.07	-0.18		-0.14	0.55	0.44	-0.58	0.07	0.04	0 [...]
+YDR164C	SEC1   SECRETION        SNARE DOCKING COMPLEX SUBUNIT (PUTATIVE0	0.44	-0.36	-0.34	-0.36	-0.2	-0.4	-0.64	-0.42	0.24	0.15	0.58	-0.3	-0.2	-0.3	-0.43	0.04	-0.22	-0.18	-0.45	-0.36	0.25	-0.04	-0.12		-0.06	0.16	-0.07	0.04	-0.04	0.04	0.14	0.04	-0.43		-0.1	-0.45	-0.67	-0.36	-0.27	-0.51	-0.32	-0.56	-0.34	0.16	-0.23	-0.36	-0.2	-0.15	-0.47	-0.64	-1.64	-1.06	-0.56		-0.64	-0.45	-0.36	0.28	-0.38	-0.67	-0.22	-0.1	-0.25	-0.97	-0.38	-0.38	-0.09	-0.22	-0.64	-0.14	-0.62	-0.79	-0.1	0.1	0.26	-0.3	-0.6 [...]
+YKL028W	TFA1   TRANSCRIPTION       TFIIE 66 KD SUBUNIT	-0.17	0.41	-0.04	-0.23	0.12	0.25	0.03	-0.12	0.07		0.23	-0.36	-0.23	-0.4	0.15	0.15	0.19	-0.36	-0.04	-0.51	-0.69	-0.47	-0.36	-0.67	-0.58	-0.36	-0.32	-0.42	-0.42	-0.29	-0.12	-0.45	-0.29	-0.23	-0.32	-0.2	-0.25	-0.17	-0.17	-0.49	-0.4	-0.18	-0.23	-0.27	0.21	-0.09	-0.01	-0.29	-0.06	-0.27	-0.38	-0.56	-0.51	0.03	-0.32	-0.4	-0.49	-0.47	-0.67	-0.18	-0.15	0.42	-0.2	-0.71	-0.38	-0.34	-0.14	-0.27	0.08	-0.43	-0.79	-0.18	-0.04	-0.15	0.45	-0.17	0.06	 [...]
+YJR005W	APL1   SECRETION        VESICLE COAT COMPONENT	-0.07	-0.23	0.23	-0.2	0.32	0.01	0.12	-0.27	-0.09	-0.18	0.16	-0.27	-0.22	-0.43	0.07	-0.25	-0.04	-0.36	-0.12	-0.64	-0.54	-0.27	-0.51	-0.71	-0.58	-0.6	-0.49	-0.49	-0.38	-0.17	-0.47	-0.58	-0.34	-0.4	-0.09	-0.06	-0.14	-0.18	-0.29	-0.67	-0.4	-0.38	-0.3	-0.56	-0.03	-0.18		-0.56	-0.49	-0.47	-0.84	-0.94	-0.74	-0.07	-0.67	-0.43	0.15	-0.01	-0.51	-0.09	-0.07	-0.09	-0.27	-0.58	-0.54	-0.18	-0.36	-0.43		0.31	-0.3	-0.47	-0.04	-0.1	-0.27	-0.3	-0.14	0 [...]
+YHR132C	ECM14  CELL WALL BIOGENESIS     UNKNOWN	0.2	-0.03	0.12	-0.22	0.07	-0.22	0.3	-0.22	0.1	-0.18	-0.07		-0.3	-0.45	-0.03	-0.14	0.01	-0.38	0.03	-0.45	-0.51	-0.51	-0.49	-0.56	-0.38	-0.06	0.1	-0.23	-0.29	0.1	-0.15	-0.18	-0.18	-0.17	0.15	-0.09	0.18	0.23	0.16	0.19	0.06		0.15	0.08	-0.2	-0.09	0.08	-0.34	-0.15	-0.69	-1.06	-1.15	-0.81	0.29	-0.54	-0.42	-0.07	0.06	-0.51	0.07	0.1	-0.07	-0.07	-0.62	-0.14	-0.71	-0.17	-0.32	0.07	0.08	-0.97	-0.67	0.19	0.3	0.28	-0.06	-0.12	0.31	0.07
+YMR167W	MLH1   DNA REPAIR       MUTL HOMOLOG; MISMATCH REPAIR	-0.32	-0.45	-0.43	-0.49	-0.3	-0.45	-0.32	-0.25	-0.27	-0.36	-0.34	-0.38	-0.23	-0.62	-0.36	-0.32	-0.2	-0.01	0.2	-0.81	-0.29	-0.36	-0.38	-0.54	-0.62	-0.47	-0.09	0.06	-0.64	-0.03	-0.07	-0.23	-0.17	-0.01	-0.04	-0.32	-0.18	-0.49	-0.27	-0.6	-0.07	-0.79	-0.47	0.15	-0.06	-0.32	-0.54	-0.34		-0.09	-0.76	-0.86	-0.74	-0.29	-0.79	-0.6	0.12	-0.14	-0.45	-0.25	-0.25	0.44	0.18	0.04	-0.74	-0.69	-0.29	-0.6	0.04	0.14	-0.6	-0.97	-0.1	0.14	0.33		0.0 [...]
+YKL010C	"UFD4   PROTEIN DEGRADATION, UBI UNKNOWN; MAY INFLUENCE MULTI-UB CHAIN TOPOLOGY"	-0.06		0.08	-0.09	0.37	0.43	0.1	-0.15	0.01	-0.01	0.32	-0.17	-0.25	-0.23	0.23	0.06	0.12	-0.18	-0.3	-0.18	-0.38	-0.38	-0.22	-0.47	-0.51	-0.15	0.1	-0.03	-0.29	0.1	0.12	-0.34	-0.07	0.16	-0.06	0.21	-0.04	0.25	-0.07	-0.23	-0.04	-0.3	-0.43	-0.1	-0.36	-0.29	-0.4	-0.3	-0.27	-0.14	-0.51	-0.51	-0.2	-0.1	-0.49	-0.2	-0.01	-0.12	-0.47	0.14	-0.38	0.16	0.15	-1.22	-0.29	-0.56	-0.29	-0.47	0.29	-0.22	-0.54	-0.69		-0.09 [...]
+YKL025C	PAN3   MRNA PROCESSING     PAB1P-DEPENDENT POLY(A) RIBONUCLEASE SUBUNIT	-0.1	-0.74	-0.29	-0.47	-0.09	-0.25	0.14	-0.29	-0.07	-0.1	-0.36	-0.15	0.07	-0.34	-0.1	-0.22	0.1	-0.25	0.1	-0.45	-0.47	-0.04	-0.34	-0.69	-0.2	-0.22	0.06		-0.36	0.11	-0.09	0.21	-0.62	-0.54	-0.2	0.1	0.15	0.01	-0.15	-0.15	-0.49	0.14		-0.86		-0.15	-0.14	-0.49	-0.04	-0.29	-0.51	-0.69	-0.79	0.03	-0.81	-0.86	0.98	0.72	-0.64	0.08	-0.47	-0.43	-0.1	-0.76	-0.29	-0.6	-0.07	-0.56	0.11	-0.36	-0.23	-0.47	0.03	0.12	-0.25	-0.42 [...]
+YOR162C	YRR1   TRANSPORT        TRANSCRIPTIONAL ACTIVATOR OF SNQ2	-0.25	-0.36	-0.29	-0.47	-0.27	-0.49	-0.12	-0.09	-0.22	0.01	-0.43	-0.22	-0.51	-0.36	-0.23	-0.45	-0.17	0.41	-0.34	-0.06	-0.03	-0.14	-0.22	0.06	-0.09	0.11	0.15	-0.1		0.12	-0.12	-0.22	-0.32	-0.6	-0.32	-0.67	-0.79	-0.3	-0.18	0.15	-1.18	-0.94	-0.62	0.4	-0.84	-0.15	-0.74	-0.42	0.38	0.04	-0.49	-0.71	-0.3	0.3	-0.67	-0.76	0.39	0.96	-0.03	0.32	0.11	-0.38	0.28	-0.06	-0.3	-0.17	-0.17	-0.17	-0.4	0.64	0.06	-0.58	-0.38	0.12		-0.34	-0.45	0 [...]
+YNL048W	ALG11  PROTEIN GLYCOSYLATION    UNKNOWN	-0.25	-0.51	-0.25	-0.42	0.12	-0.06	0.41	-0.07	-0.03	-0.3	-0.22	-0.36	-0.09	-0.36	0.18	-0.03	0.04	-0.25	-0.42	-0.29	-0.49	-0.4	-0.42	-0.07	-0.23	-0.03	-0.09	-0.22	-0.09	-0.09	-0.2	-0.4	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42	0.38	-0.94	0.21	-0.38	-0.51	0.24	0.04	-0.36	-0.76	-0.62	0.11	-0.69	-0.81	0.2	0.36	-0.1	-0.43	-0.32	-0.47	0.12	0.21	0.06	-0.4	-0.25	-0.18	-0.04	-0.12	-0.12	-0.27	-0.18	-0.07	-0.34	-0.56	-0.14	-0.71	-0.4
+YMR220W	ERG8   STEROL METABOLISM     PHOSPHOMEVALONATE KINASE	-0.12	-0.43	0.01	-0.03	0.39	0.3	0.32	-0.22		-0.22		-0.17	0.12	-0.32	0.15	-0.23	-0.15	-0.29	-0.18	-0.27	-0.14	-0.22	-0.22	-0.14	-0.29	-0.32	-0.25	-0.22	-0.42	-0.1	-0.22	-0.42	-0.58	0.07	-0.22	-0.38	-0.43	-0.62	-0.45	1.43	-0.23	-1.43	-0.17	0.55	-1.47	-0.51	-0.64	-0.32	0.23	0.03	-0.86	-1.36	-1.47	0.7	-0.81	-1.47	-0.12	0.28	-0.42	-0.34	-0.3	-0.47	-0.1	-0.36	-0.03	-0.79	-0.12	0.14	-0.47	-0.47	-0.76	-1.06	-0.1	0.23	0.41	0.03	0.08	0. [...]
+YHR107C	CDC12  CYTOKINESIS      SEPTIN	-0.17	-0.6	-0.47	-0.34	0.28	-0.12	0.37	-0.15		-0.14	-0.36	-0.3	-0.1	-0.29	-0.06	-0.14	0.15	-0.27	-0.97	-0.67	-0.56	-0.67	-0.04	-0.29	-0.42	0.57	0.21	0.31	-0.22	0.4	0.12	0.24	-0.27		-0.34	-0.47	-0.86	-0.43	-0.64	0.84	-0.25	-0.89	-0.54	0.28	-1.64	-0.17	-1.32	-0.38	0.1	0.04	-0.29	-0.97	-0.97	0.32	-0.62	-1.51	0.56	0.39	-0.34	0.15	-0.25	-0.27	0.19	-0.56	-0.09	-0.62	-0.09	-0.27	-0.2	0.14	-0.4	-0.2	-0.03	-0.12	-0.01	-0.22	-0.12	-0.22	-0.84
+YJR093C	FIP1   MRNA POLYADENYLATION     INTERACTS WITH POLY(A) POLYMERASE	-0.17	-0.54	-0.43	-0.64	-0.15	-0.25	0.2	0.19	0.11	-0.06	-0.18	-0.36	-0.23	-0.42	-0.15	-0.14	0.18	-0.04		-0.2	-0.51	-0.54	-0.47	-0.64	-0.3	-0.22	0.25	-0.17	-0.29	0.21	0.14	-0.18	-0.43	0.32	0.08	-0.29	-0.76	-0.14	-0.71	1.38	-0.74	-1.12	-0.29	0.14	-1.25	-0.62	-0.97	-0.3	0.24	0.15	-0.06	-0.67	-0.3	0.44	-0.47	-0.62	0.78	1.36	-0.29	-0.36	-0.45	-0.1	0.21	-0.27	-0.03	-0.34	-0.14	-0.45	-0.12	-0.14	-0.38	-0.54	-0.22	-0.03	0. [...]
+YJR094C	IME1   MEIOSIS        TRANSCRIPTION FACTOR	-0.38	-0.09	-0.04	-0.74	-0.34	-0.67	-0.22	-0.42	-0.12	-0.23	-0.43	-0.58	-0.36	-0.97	-0.51	-0.38	-0.1	-0.38	0.24	-0.67	-0.56	0.03	-0.23	-0.29	-0.38	-0.36	-0.47	-0.64	-0.81	-0.62	-1.36	-0.38	-0.69	-0.34	-0.1	-0.56	-0.56	-0.1	-0.15	1.32	-0.36	-0.56	-0.27	-0.51	-1.09	-0.3	-0.86	-0.07	-0.07	0.6	0.11	-0.89	-1.36	-0.23	-0.45	-1.79	0.61	0.18	-0.12	0.15	0.06	0.01	0.11	0.19	-0.36	-0.45	-0.84	-0.54	-0.4	0.68	-0.51	-0.51	-0.42	-0.56	-0.14	-0.64	-0.6 [...]
+YNL325C	FIG4   MATING (PUTATIVE)     UNKNOWN; INDUCED BY MATING FACTOR	-0.36	-0.14	-0.4	-0.4		-0.27	-0.36	-0.27	-0.38	-0.4	0.03	-0.15	-0.23	-0.2	-0.76	-1.06	-0.32	-0.22	0.15	-0.34	-0.22	-0.34	-0.12	-0.34	-0.23	-0.29	-0.86	-0.23	-0.22	-0.3	-1.18	-0.2	-0.42	0.1	-0.17	-0.36	-0.97	-0.29	-0.58	1.09	-0.56	-0.79	-0.81	0.5	-1.15	-0.38	-1.03	-0.43	-0.2	-0.29	-0.45	-0.43	-0.69	0.08	-0.84	-1.03	0.41	0.25	0.06	0.04	0.03	-0.15	-0.2	-0.15	-0.67	-0.58	-0.3	0.12	-0.23	0.43	-0.76	-0.27	-0.12	-0.2	0.29	0. [...]
+YDR017C	KCS1   CELL WALL ORGANIZATION   (PUTATIVE) TRANSCRIPTION FACTOR	0.11	0.25	0.01	-0.14	0.08	-0.42	0.1	-0.12	-0.04	-0.06	-0.18	-0.04	0.14	-0.12	-0.17	-0.14	-0.51	0.12	-0.17	-0.17	-0.22	-0.01	0.06	-0.06	0.11	-0.1	0.19	-0.25	-0.22	0.25	0.1	-0.07	-0.14	0.1	-0.45	-0.18	-0.58	-0.79	-0.43	1.58	0.11	-0.94	-0.89	0.51	-1.09	-0.6	-1.4	-0.29	0.06	0.01	-0.49	-0.4	-0.14	-0.01	-0.62	-0.47	0.82	0.82	-0.3	0.11	-0.09	0.11	-0.01	-0.58	-0.42	-0.69	-0.25	-0.56	-0.06	-0.14	-0.06	-0.56	-0.14	-0.14	-0.18	 [...]
+YHR120W	MSH1   DNA REPAIR       MUTS HOMOLOG; MITOCHONDRIAL DNA REPAIR	-0.07	-0.3	-0.17	-0.15	0.18	-0.1	-0.22	0.1		-0.3	0.59	-0.01	-0.01	-0.17	0.21	0.32	-0.3	-0.12	-0.76	-0.4	-0.34	0.06	0.08	0.08	0.06	0.03	-0.03		-0.15	-0.42	-0.07	-0.15	0.01	-0.15	0.12	-0.45	-0.4	-0.22	-0.03	0.31	0.01	-0.49	-0.79	-0.58	-0.74	-0.62	-0.81	-0.18	0.01	-0.18	-0.6	-0.42	-0.38	-0.04	-0.6	-0.43	-0.17	-0.38	-0.18	-0.27	-0.79	-0.49	-0.09	-0.62	-0.29	-0.62	-0.49	-0.4	-0.43		-0.45	0.06	-0.25	0.08	0.2	0.01	-0.23	-0.2	-0.54
+YMR059W	SEN15  TRNA SPLICING       SPLICING ENDONUCLEASE SUBUNIT	-0.03	-0.14	-0.36	-0.69	-0.3	-0.29	-0.04	-0.12	-0.38	-0.22	-0.45	-0.25	-0.18	-0.54	-0.67	-0.58	0.01	-0.18	-0.25	-0.67	-0.34	-0.69	-0.06	-0.06	-0.27	-0.27	-0.17	-0.54	-0.12	-0.36	-0.38	-0.34	0.37	0.63	0.28	0.18	0.31	0.39	0.43	0.48	0.18	0.21	0.23	-0.4	0.1	0.01	0.36	-0.6	-0.45	-0.49	-0.43	-0.2	-0.34	0.12	-0.27	-0.38	-0.38	-0.14	-0.17	-0.69	-0.22	0.23	-0.6	-0.47	-0.06	-0.09	-0.64	-0.22	-0.58	0.36	-0.23	-0.58	-0.27	-0.36	-0.34	- [...]
+YOR174W	MED4   TRANSCRIPTION       RNA POLYMERASE II MEDIATOR SUBUNIT	0.12	-0.6	-0.04	-0.4	-0.23	0.04	-0.23	-0.47	0.01	-0.62	-0.06	-0.32	-0.18	-0.34	-0.06	-0.49	-0.1	0.1	0.6	-0.42	-0.23	-0.49	-0.06	-0.74	-0.32	-0.3	-0.47	-0.71	-0.29	-0.69	-0.97	-0.64	0.06	0.34	0.25	-0.27	-0.29	-0.38	0.15	-0.29	-0.47	-0.54	-0.14	-0.25	-0.17	-0.1	-0.43	-0.69	-0.4	-0.29	-0.4	-0.3	-0.43	-0.07	-0.06	-0.74	-0.42	-0.23	-1.22	-0.97	-0.56	0.04	-0.56	0.06	0.01	0.14	-1.03	-0.4	-0.49	0.24	-0.22	-0.76	-0.1	-0.23	-0.1 [...]
+YPL161C	BEM4   BUD EMERGENCE       INTERACTS WITH RHO-TYPE GTPASES	-0.36	-0.76	-0.09	-0.36	-0.09	-0.49	-0.2	-0.22	-0.15	-0.3	-0.09	-0.06	-0.12	-0.3	0.08	-0.34	0.04	-0.32	-0.22	-0.22	-0.62	-0.3	-0.17	-0.25	-0.38	-0.42	-0.56	-0.32	-0.15	-0.32	-0.51	-0.42	-0.49	0.04	0.1	-0.2	-0.32	-0.15	0.01	-0.29	-0.36	-0.49	-0.23	-0.49	-0.17	-0.29	-0.47	-0.23	-0.3	-0.43	-0.36	-0.06	-0.18	-0.23	-0.23		0.12	-0.03	-0.49	-0.56	-0.38	0.19	-0.01	0.29	0.19	-0.17	-0.2	0.1	-0.43	0.42	-0.01	-0.43	-0.2	-0.07	-0.22	- [...]
+YOL001W	PHO80  CELL CYCLE       CYCLIN (PHO85P)		0.15	-0.27	-0.36	-0.49	-0.22	-0.12	-0.27	-0.34	-0.17	-0.47	-0.27	-0.22	-0.27	-0.56	-0.74	-0.18	-0.29	-0.14	-0.12	-0.17	0.08	0.11	0.12		-0.38	-0.4	-0.3	0.29	-0.18	-0.36	-0.17	-0.14	-0.01	-0.27	-0.22	-0.2	-0.29	-0.32	-0.2	0.3	-0.4	-0.47	-0.32	-0.56	-0.56	-0.54	-0.36	-0.32	-0.15	-0.01	-0.07	0.15	-0.01	-0.01	-0.64	0.18	0.2	-0.64	-0.54	-0.15	-0.76	-0.27	-0.15	-0.4	-0.36	-0.27	-0.34	-0.36	0.16	-0.06	0.1	-0.04	-0.22	-0.2	-0.38	-0.62	-0.38	-0.58
+YNR052C	POP2   GLUCOSE DEREPRESSION     COMPONENT OF CCR4 COMPLEX	-0.74	-0.29	-0.89	-0.15	-0.69	-0.01	-0.27	-0.3	-0.23	-0.15	-0.6	-0.2	-0.43	-0.23	-0.45	-0.4	-0.36	-0.29	0.2	-0.25	-0.17	0.7	0.14	0.23	0.21	0.41	0.25	0.23	0.29	0.19	0.29	0.2	0.14	0.06	-0.3	0.77	-0.4	-0.25	-0.17	0.06	0.11	-0.54	-0.49	0.45	-0.71	-0.38	-0.45	-0.03	-0.32	-0.14	-0.27	-0.22	-0.25	0.03	-0.1	-0.54	0.51	0.5	-0.12	-0.18	-0.03	-0.54	-0.25	-0.36	-0.06	-0.22	-0.09	-0.17	-0.27	-0.1	-0.51	-0.06	0.07	-0.2	-0.1	-0.42	-0.51	 [...]
+YOR216C	RUD3   SECRETION (PUTATIVE)     UNKNOWN; SUPPRESSES USO1-1	-0.38	-0.14	-0.36	0.06	0.01	0.06	-0.01	-0.17		0.46	-0.29	-0.15	-0.17	-0.2	-0.47	-0.27	-0.14	-0.14	-0.2	-0.58	-0.32	0.23	0.18	-0.12	-0.14	0.11		0.16	0.29	-0.06	-0.29	0.19	-0.86	-0.1	0.01	0.37	-0.45	-0.17	-0.67	0.54	-0.03	-0.36	-0.49	0.53	-0.15	-0.18	-0.29	-0.56	-0.2	-0.29	-0.64	-0.64	-0.62	-0.18	-0.42	-0.71	-0.27	-0.49	-0.29	-0.42	0.01	0.07	-0.62	-0.51	-0.14	0.19	-0.23	-0.3	-0.07	0.16	-0.58	-0.36	-0.01	-0.23	-0.01	-0.45	-0 [...]
+YNL229C	URE2   CATABOLITE REPRESSION    INHIBITOR OF GLN3P REGULATOR	-0.2	-0.32	-0.27	-0.36	-0.32	-0.36	-0.17	-0.49	-0.15	-0.18	-0.38	-0.1	-0.25	-0.45	-0.64	-0.38	-0.45	-0.36	0.12	-0.32	-1		-0.22	-0.1	-0.43	0.15	-0.04	0.01	0.15	0.03		-0.14	-0.17	0.14	-0.06	0.15	-0.79	-0.45	-0.45	0.37	-0.01	-0.4	-0.23	0.42	-0.34	0.21	-0.47	-0.18	-1.03	-0.45	-0.4	-0.2	-0.36	0.18	-0.06	-0.64	-0.64	-0.43	-0.45	-0.15	-0.54	-0.45	-0.56	-0.45	0.21	-0.14	-0.01	0.01	-0.32	0.3	-0.56	-0.07	-0.06	-0.22	-0.12	-0.38	- [...]
+YDL134C	PPH21  CELL CYCLE       PROTEIN PHOSPHATASE 2A	-0.23	-0.2	-0.2	-0.23	-0.34	-0.27	0.01	-0.34	-0.12	0.01	0.16	0.08	-0.17	-0.56	-0.38	0.1	-0.23	-0.15	-0.15	-0.17	-0.18		-0.58	-0.54	-0.6	-0.14	-0.06	0.12	0.81	0.01	-0.1	0.04	-0.47	0.39	-0.42	0.58	-0.84	-0.38	0.42	0.57	1.29	-0.4	-0.64	0.25	-0.94	-0.6	-0.62	-0.22	0.11	-0.38	-0.69	-0.64	-0.6	0.26	-0.42	-0.49	0.11	-0.09	-0.17	0.07	0.31	-0.07	-0.47	-0.71	0.08	-0.12	-0.2	-0.27	0.2	0.44	-0.34	0.01	-0.09	0.01	-0.32	-0.58	-0.32	-0.23	-1
+YBL040C	ERD2   ER PROTEIN RETENTION     HDEL RECEPTOR	-0.1	-0.2	-0.18	-0.3	-0.09	-0.49	-0.1	0.92	-0.3	-0.49	-0.18	-0.12	-0.07	-0.17	0.03	0.1	-0.2	-0.09	-0.56	-0.67	-0.71	-0.3	-0.34	-0.76	-0.62	-0.51	-0.32	-0.45	-0.69	-0.25	-0.25	-0.45	-0.04	0.37	0.08	-0.25	-0.43	-0.49	-0.3	0.03	-0.12		-0.25	0.11	-0.2	-0.18	-0.94	0.1	0.51	0.12	-0.32	-0.15	-0.51	0.39	-0.25	-0.89	0.76	0.86	-0.34	0.2	-0.01	-0.36	0.04	-0.86	0.58	0.19	0.46	-0.07	-0.18	0.2	-1.18	-1.03	0.34	0.16	0.5	0.25	0.03	-0.25	-0.67
+YLR396C	VPS33  VACUOLAR PROTEIN TARGETI SEC1 PROTEIN FAMILY	-0.29	-0.34	0.12		0.25	-0.18	0.07	-0.42	-0.3	-0.23	-0.38	0.23	0.07	-0.27	-0.25	0.03	-0.18	-0.15	-0.34	-0.15	-0.38	-0.4	-0.38	-0.27	-0.34	0.1	0.15		-0.25	0.01	0.1	-0.09	-0.22	-0.23	-0.18	-0.3	-0.18	-0.07		-0.25	0.01	-0.32	-0.15	-0.4	-0.1	-0.22	-0.34	-0.27	-0.2	-0.2	-0.12	-0.6	-0.74	-0.3	-0.36	-1.09	0.03	0.23	-0.18	0.25	0.28	-0.25	-0.06	-0.69	-0.15	-0.45	0.38	-0.34	-0.04	-0.15	-0.07	-0.81	0.08	0.03	-0.01	-0.03	0.01	-0.14	-0.42
+YML092C	PRE8   PROTEIN DEGRADATION    20S PROTEASOME SUBUNIT Y7 (ALPHA2	0.06	-0.43	-0.07	-0.49	-0.04	-0.36	0.3	-0.25	-0.01	-0.14	-0.1	-0.32	-0.04	-0.58	-0.25	-0.29		-0.38	0.53	-0.32	-0.42	-0.62	-0.58	-0.76	-0.56	-0.3	0.06	0.26	-0.54	0.32	0.3	0.04	-0.49	-0.58	-0.43	-0.38	-0.25	-0.23	0.08	0.06	-0.12	0.08	0.25	-0.62	0.33	0.33	0.41	-0.3	0.06	0.3	0.38	-0.22	-0.6	-0.47	-0.12	-1	0.45	1.26	-0.29	-0.38	-0.01	-0.36	-0.1	-1.43	0.16	-0.03	0.15	-0.15	-0.3	-0.58	0.01	-0.97	0.06	-0.14	-0.3	-0.6	-0.25	- [...]
+YML032C	RAD52  DNA REPAIR AND RECOMBINA RAD51P COFACTOR	-0.07	0.11	0.01	-0.09		-0.12	0.26	-0.09	0.23	0.16	-0.22	-0.03	-0.04	-0.43			0.03	-0.06	-0.34	-0.56	-0.42	-0.49	-0.15	-0.38	-0.2	-0.2	0.23	0.08	-0.4	0.25	-0.17		-0.58	0.04	-0.49	-0.06	-0.51	0.07	-0.6	0.36	-0.04	-0.42	-0.3	-0.47	-1.32	-0.49	-0.62	-0.47	0.28	1.05	0.64	-0.15	-0.43	-0.67	-0.51	-1.12	1.02	1.86	-0.79	0.88	0.16	0.16	-0.07	-1.18	-0.27	-0.3	0.79	0.39	-0.69	0.16	-0.49	-1.56	-0.12	-0.12	-0.36	-0.51	-0.43	-0.64	-1.06
+YBR135W	CKS1   CELL CYCLE       PORTEIN KINASE REGULATOR	-0.36	-0.94	-0.29	-0.09		0.31	0.01	0.24	-0.1	-0.25	-0.03	-0.15	-0.1	-0.18	0.29	0.06	0.14	-0.22	-0.69	-0.62	-0.51	-0.43	-0.29	-0.56	-0.43	-0.12	0.12	-0.01	-0.22	0.08	0.21	-0.25	-0.34	0.18	0.19	0.04	-0.09	-0.25	-0.2	0.12	-0.12	-0.04	-0.06	-0.04	-0.2	-0.2	0.01	0.03	-0.04	0.01	-0.32	-0.27	-0.3		-0.07	-0.38	0.82	1		0.03	-0.12	-0.1	0.04	-0.36	-0.01	-0.25	0.1	-0.12	0.26	-0.38	-0.62	-0.76	0.06	-0.22	-0.29	-0.64	-0.45	-0.62	-0.54
+YDR484W	SAC2   CYTOSKELETON        SUPPRESSOR OF ACTIN MUTATION	-0.2	0.37	0.06	0.4	0.04	0.43	-0.18	0.21	0.34	0.15	0.23	0.2	0.21	0.28	0.29	0.34	0.07	0.23	-0.03	-0.45	-0.34	-0.58	-0.23	-0.09	0.11	0.2	0.07	0.04	0.03	-0.1	-0.07	0.01	-0.84		-0.04	-0.29	-0.54	-0.15	-0.1	0.3	0.36	-0.56	-0.43	1.14	-0.43	-0.38	-0.18	0.01	0.04	-0.14	-0.25	-0.56	-0.6	0.25	-0.36	-1.03	0.57	1.29	-0.18	-0.23	-0.38	-0.64	-0.18	-0.84	-0.07	-0.34	-0.01	-0.12	-0.56	-0.32	-0.81	-1.25	0.23	0.06	0.18	-0.1	-0.25	0.1	-0.42
+YBR090C-A	NHP6B  CHROMATIN STRUCTURE    NON-HISTONE PROTEIN	-1.03	-0.42	-0.25	-0.34	-0.36	-0.56	-0.17	0.63	-0.18	0.32	-0.03		-0.09	0.14	-0.69	0.33	-0.12	0.23	-0.27	-0.3	-0.79	0.08	-0.22	0.07	0.12	0.65	0.43	0.39	0.19	0.28	-0.01		0.04	0.2	0.25	-0.64	-0.64	-0.58	-0.01	0.26	0.51	0.44	0.25	0.83	0.25	0.01	0.2	-0.22	-0.23	0.24	0.32	0.07	-0.25	-0.58	-0.14	-0.69		1.52	0.06	0.41	0.42	-0.45	-0.47	-1.06	0.12	-0.3	-0.2	-0.22	-0.23	0.03	-0.14	-0.86	-0.12	0.03	-0.29	-0.45	-0.49	-0.56	-0.47
+YHR136C	SPL2   CELL CYCLE       PROTEIN KINASE INHIBITOR	-0.62	-0.49	-0.25	-0.89		-0.34	0.14	0.03	0.25		0.23	-0.4	-0.49	-0.69	-0.71	-0.79	-0.34	-0.74	-0.58	0.43	0.15	-0.43	0.07	-0.69	-0.6	-0.6	-0.36	-0.67	-0.76	-0.47	-0.47	-0.71	-1.15	-1.06	-0.67	-0.47	-0.01	0.16	0.1	0.23	-0.03	0.14	0.3	0.4		-0.07	0.14	-0.6	-0.51	-0.56	-0.94	-0.89	-0.49	-0.3	-0.51	-0.43	0.03	-1	-0.29	-0.56	-0.34	-0.51	-0.86	-0.4	-0.64	-0.45	-0.2	-0.64	-0.67	0.1	-0.67	-1.03	-0.15	-0.03	0.01	-0.22	-0.17	-0.23	-0.22
+YBR010W	HHT1   CHROMATIN STRUCTURE    HISTONE H3	-2.12	-2.25	-1.64	-0.3	1.2	0.6	0.38	0.71	-0.71	-1.09	-1.43	-0.4	0.65	1.01	0.93	0.26	0.04	-0.51	-0.36	-1.32	-1.18	-0.43	0.1	1.12	1.07	1.08	1.04	0.78	0.25	0.8	0.06	-0.2	-0.79	-0.81	1.81	1.56	-0.01	-0.94	-0.81	1.12	1.82	1.13	0.23	-0.71	-0.14	0.16	0.69	0.18	0.46	0.32	0.25	-0.45	-0.49	0.5		-1.12	1.44	-0.36	-0.27	-0.49	-1.18	-2.06	-0.64	-0.97	0.4	0.03		-0.36	-0.23	-0.14	-0.3	-0.69	0.46	0.37	0.49	0.1	0.34	1.01	-0.09
+YNL031C	HHT2   CHROMATIN STRUCTURE    HISTONE H3	-2.25	-1.89	-2	-0.43	0.4	0.82	0.19	-0.6	-0.79	-1.25	-1.47	-0.54	0.36	0.58	0.53	-0.25	-0.3	-0.81	-0.4	-1.03	-0.17	-0.27	0.28	0.81	1.02	1.3	0.8	0.48	0.52	0.32	0.16	-0.32	-0.81	-0.92	1.37	1.52	0.08	-1.03	-0.71	0.95	1.69	1.06	0.18	-0.84	-0.4	0.1	0.67	-0.32	0.19	-0.01	-0.09	-0.32	-0.81	0.24	0.04	-1.03	1.27	-0.34	-0.34	-0.62	-1.06	-2.32	-0.84	-0.04	0.33	0.04	-0.22	-0.69	-0.62	-0.23	-0.84	-1.09	0.12	-0.06	0.03	-0.01	0.07	0.82	-0.25
+YNL030W	HHF2   CHROMATIN STRUCTURE    HISTONE H4	-2.84	-2.56	-2.32	-0.32	0.68	0.82	0.37	-0.36	-0.74	-1.56	-1.32	-0.67	0.56	0.38	0.82	-0.03	-0.47	-0.92	-1.51	-1.47	-1.56	-0.86	-0.17	0.63	0.98	1.14	0.84	0.56	0.57	0.52	-0.1	-0.89	-1.12	-0.86	1.7	1.58	-0.27	-1.32	-0.89	1.2	1.99	0.67	0.16	-0.71	-0.15	0.36	1.01	-0.01	0.29	0.38	0.31	-0.29	-0.97	0.15	0.08	-1	1.51	-0.06	-0.45	-0.97	-2	-2.25	-1.03	-0.97	0.36	0.42	-0.12	-0.6	-0.32	-0.45	-0.86	-1.79		-0.06	0.24	0.08	0.04	0.14	-0.64
+YBR009C	HHF1   CHROMATIN STRUCTURE    HISTONE H4	-2.84	-3.18	-1.94	-0.64	1.04	1.17	0.2	0.48	-0.79	-0.81	-1.22	-0.49	0.5	0.53	0.88	0.19	-0.4	-0.74	-2.12	-2.25	-1.94	-1.43	-0.47	-0.15	0.6	0.64	0.46	0.07	-0.27	0.08	-0.49	-1.25	-0.34	-0.84	1.71	1.5	-0.1	-1.32	-0.81	1.38	2	1.29	0.23	-0.3	0.03	0.48	1.21	0.11	0.55	0.53	0.25	-0.15	-0.76	0.12	0.04	-1.06	1.61	-0.1	-0.25	-0.92	-1.69	-2.25	-0.86	-0.94	0.32	0.4	-0.2	-0.56	-0.04	-0.22	-0.76	-1.56	0.06	-0.01	0.2	-0.14	0.34	-0.29	-0.51
+YDR224C	HTB1   CHROMATIN STRUCTURE    HISTONE H2B	-1.94	-2	-1.79	-0.4	0.86	0.72	0.51	-0.51	-0.56	-1.15	-1.18	-0.69	0.55	0.51	0.66	-0.12	-0.36	-0.86	-1.18	-1.43	-1.09	-0.84	-0.06	0.52	0.58	1.06	0.7	0.6	0.64	0.42	0.06	-0.51	-1.12	-0.54	1.83	1.76	-0.1	-1.6	-0.89	1.12	1.83	1.4	0.21	-1.25	-0.32	0.15	0.76	0.08	0.55	0.59	0.23	-0.71	-0.92	0.2	-0.4	-1.56	1.55	-0.1	-0.29	-0.6	-1.56	-2	-0.58	-1.09	0.12	-0.1	-0.23	-0.92	-0.1	-0.07	-0.23	-0.86	0.36	0.23	0.19	-0.01	0.03	-0.2	-1
+YBL003C	HTA2   CHROMATIN STRUCTURE    HISTONE H2A	-2.12	-3.06	-1.6	-1.06	0.48	0.63	0.39	0.54	-0.92	-0.89	-1.69	-0.67	0.26	0.76	0.66	0.79	-0.45	-0.6	-1.69	-0.74	-0.25	-1	-0.4	0.38	0.5	0.98	0.76	0.49	0.33	0.39	-0.12	-0.64	-1.32	-0.86	1.23	1.46	0.1	-1.36	-1.15	1.08	1.76	0.82	0.03	-1.18	-0.84	-0.22	0.25	0.31	0.4	-0.04	-0.3	-0.84	-1.36	0.24	-0.22	-0.92	1.12	-0.81	-0.17	-0.92	-1.56	-2.84	-0.97	-0.84	-0.14	-0.15	-0.23	-1.09	-0.32		-1.74	-1.32	0.12	0.33	0.5	0.4	0.18	0.18	-0.84
+YDR225W	HTA1   CHROMATIN STRUCTURE    HISTONE H2A	-2	-2.84	-1.94	-0.81	0.86	0.64	0.58	-0.45	-0.71	-1.36	-1.43	-1	0.44	0.61	0.93	0.04	-0.36	-0.89	-1.22	-1.32	-1.29	-1.15	-0.47	0.33	0.76	0.59	0.62	0.23	0.3	0.52	-0.32	-1.03	-1.25	-0.89	1.62	1.8	0.11	-1.47	-0.76	1.3	1.86	1.29	0.2	-1	-0.67	-0.17	0.45	-0.25	0.15	-0.1	-0.38	-1	-1.56	0.29	-0.29	-1.56	0.77	-1	-0.34	-0.84	-2.18	-2.74	-0.86	-1.18	0.19	-0.09	-0.38	-1.06	0.24	-0.38	-0.67	-1.47	0.26	0.48	0.62	0.31	0.46	0.03	-0.67
+YBL002W	HTB2   CHROMATIN STRUCTURE    HISTONE H2B	-2.47	-2.4	-2.06	-0.62	0.8	0.28	0.43	0.2	-0.74	-1.18	-1.51	-0.43	0.46	0.89	0.87	0.88	-0.25	-0.42	-1.84	-1.43	-1.32	-0.79	-0.1	0.51	0.97	0.68	0.66	0.21	0.33	0.38	-0.34	-0.86	-0.12	-1.4	1.23	0.85	-0.69	-1.84	-1.4	0.93	1.38	0.36	-0.47	0.46	-0.92	-0.6		0.39	0.71	0.74	0.25	-0.29	-0.45	0.58	-0.01	-0.84	1.83	0.12	-0.2	-0.23	-1.36	-1.94	-0.07	-0.54	0.23	-0.4	0.04	-0.84	0.08	0.07	-1.29	-0.84	0.34	0.32	0.1	-0.09		0.04	-0.58
+YDR252W	BTT1   TRANSCRIPTION       NEGATIVE REGULATOR OF RNA POLYMERASE II	-0.54	-0.14	-0.36	-0.32	-0.34	-0.12	-0.36	-0.3	-0.06	0.06	-0.03	-0.51	-0.17	-0.4	-0.18	-0.04	-0.22		0.14	0.16	0.24	-0.29	-0.3		0.11	0.2	0.12	0.28	0.18	0.18	0.08	0.07	-0.79	-0.49	0.01	-0.03	-0.36	-0.38	-0.86	-0.2	-0.43	-0.38	-0.36	-0.23	-0.64	-0.64	-0.34	0.04	-0.18	-0.03	-0.18	-0.25	0.21	0.06	-0.17	0.06	1.43	1.24	-0.29	-0.18	-0.86	-0.51	-0.07	-0.25	0.16	-0.56	-0.34	-0.42	-0.4	0.23	-0.47	-0.58	-0.25	-0.12	0.03	-0.18 [...]
+YDR228C	PCF11  MRNA 3'-END PROCESSING   CLEAVAGE/POLYADENYLATION FACTOR CF I COMPONENT	-0.29	-0.36	-0.36	0.01	-0.3	-0.17	-0.09	-0.34	-0.25	-0.06	-0.1	-0.2	-0.23	-0.15	-0.47		-0.3	0.03	-0.03	0.06	-0.18	0.11	-0.06	0.07	-0.01	0.06	0.12	-0.03	0.06	-0.25	0.21	-0.01	-0.14		-0.14		-0.09	-0.1	-0.12	-0.4	-0.22	-0.06	-0.27	-0.32	-0.07	-0.29	-0.29	0.06	-0.38	-0.29	-0.25	-0.34	-0.36	-0.29	-0.1	-0.29	0.66	1.03	-0.15	-0.1	-0.18	-0.32	0.06	-0.29	-0.4	-0.15	-0.15	-0.27	-0.22	0.14	-0.09	-0.23	-0.62	-0.17 [...]
+YDR478W	SNM1   RRNA PROCESSING     RNASE MRP COMPONENT	-0.49	-0.18	-0.47	-0.07	-0.74	0.06	-0.49	-0.01	-0.07	0.15	-0.27	-0.29	-0.07	0.14	-0.38	-0.34	-0.4	-0.25	0.21	-0.06	-0.17	-0.84	-0.49	-0.23	-0.09	-0.27	-0.36	-0.23	-0.04	-0.07	-0.32	-0.03		0.14	0.01	-0.22	-0.64	0.25	-0.01	0.12	0.3	-0.36	-0.2	0.63	-0.49	-0.15	-0.84	0.01	-0.34	-0.18	0.12	0.33	0.36	-0.4	0.24	0.07	-0.12	0.06	-0.07		0.1	-0.18	-0.42	-0.34	-0.43	-0.25	-0.54	-0.34	-0.94		-0.67	-0.89	-0.06	-0.04	0.38	-0.12	-0.36	0.37	-0.15
+YLR360W	VPS38  VACUOLAR PROTEIN TARGETI UNKNOWN	-0.74	-0.14	-0.42	-0.22	-0.32	-0.2	-0.29	-0.6	-0.01	0.1	-0.42	-0.29	-0.43	-0.51	-0.51	-0.25	-0.2	-0.3	-0.18	0.16	-0.34	-0.38	-0.45	-0.54	-0.38	-0.01	-0.14	-0.09	-0.01	-0.12	0.12	0.1	-0.34	-0.34	-0.17	-0.22	-0.42	-0.12	-0.27	-0.49	0.7	-0.4	-0.22	0.46	-0.69	-0.09	0.01		0.31	0.29	0.16	0.96	-0.36	-0.14	-0.54	-1.18	0.63	1.15		0.23	0.04	-0.64	0.21	-0.32	-0.32	-0.23		-0.12	-0.69	0.77	-1.4	-1.18	-0.18	0.07	0.33	0.16	-0.27	0.5	-0.12
+YHR118C	"ORC6   DNA REPLICATION     ORIGIN RECOGNITION COMPLEX, 50 KD SUBUNIT"	-0.34	-0.4	-0.14	-0.17	-0.1	-0.06	-0.12	0.1	-0.06	-0.32	0.06		-0.1	-0.07	-0.17	0.11	-0.34	-0.18	-0.47	-0.74	-0.45	-0.36	-0.25	-0.22	-0.01	-0.09	-0.17	-0.25	0.01	-0.22	-0.29	-0.15	-0.67	-0.45	-0.04	-0.51	-0.74	-1.74	-0.42	-0.14	-0.01	-0.56	-0.42	0.59	-0.22	-0.42	-0.18	0.07	0.24	0.43	0.52	0.01	0.24	-0.38	-0.23	-0.2	0.03	0.63	-0.34	-0.25	-0.45	-0.45	-0.23	-0.23	-0.25	-0.18	-0.27	-0.54	-0.54	0.48	-0.86	-0.67	-0.03 [...]
+YPR025C	CCL1   TRANSCRIPTION       TFIIH SUBUNIT	-0.56	-0.17	-0.67	-0.56	-0.84	-0.07	-0.3	-0.4	-0.29	-0.15	-0.76	-0.14	-0.4	-0.6	-0.71	-0.4	-0.51	-0.27	0.36	-0.25	0.11	-0.25	-0.42	-0.23	-0.36	-0.38	-0.43	-0.47	0.01	-0.32	-0.56	0.03		-0.07	-0.17	-0.06	-0.76	-0.47	-0.49	-0.29	-0.27	-0.67	-0.47	0.24	-0.18	-0.42	-0.86	-0.34	-0.38	-0.06	-0.03	0.15	-0.18	-0.25	0.07	-0.2	0.01	0.82	-0.14	0.14	0.07	-0.3	-0.71	-0.58	-0.06	0.58	0.23	-0.51	-0.6	0.34	-0.4	-0.67	-0.17	-0.36	-0.3	-0.25	-0.42	0.37	0.2
+YOL043C	NTG2   DNA REPAIR       ENDONUCLEASE III-LIKE GLYCOSYLASE	-0.23	-0.54	-0.32	-1.47	-0.38	-0.15	0.06	-0.15	-0.23	-0.3	-0.56	-0.47	-0.27	-0.36	-0.29	-0.64	-0.56	0.31	0.04	-0.92	-0.56	-0.2	0.01	-0.01	-0.3	0.04	-0.07	-0.27	-0.06	-0.14	-0.23	-0.03	-0.32	-0.12	0.11	-0.34	-0.36	-0.45	-0.45	-0.76	-0.34	-0.42	-0.09	-0.6	-0.49	-0.34	-0.56	-0.27	-0.32	-0.01	0.28		-0.22	-0.3	-0.01	-0.64	-0.17	0.85	-0.18	-0.18	0.08	0.14	0.08	-0.01	-0.06	0.12	0.18	-0.17	-0.62	0.61	-0.47	-0.23	-0.25	-0.45	-0.09	 [...]
+YDL106C	GRF10  PHOSPHATE SIGNALING    TRANSCRIPTION FACTOR	-0.67	-0.06	-0.01	-0.04	-0.62	-0.06	-0.34	-0.04	-0.03	0.04	0.26	-0.14	-0.09		-0.2	0.43	-0.27	0.04	0.37	0.01	0.58	-0.15	0.01	0.01	0.03	0.2	0.23	0.1	0.08	0.11	0.2	0.14	-0.58	-0.3	0.03	-0.42	-0.69	-0.67	-0.45	-0.49	-0.25	-0.32	-0.62	0.75	-0.07	-0.56	-0.36	-0.06	-0.42	-0.04	0.07	-0.1	-0.29	-0.67	0.12	-0.38	0.58	0.45	0.14	0.28	0.12	-0.17	-0.38	-0.43	0.01	-0.49	-0.04	0.08	-0.2	0.23	-0.14	-0.42	0.08	0.57	-0.15	-0.32	-0.42	0.18	0.04
+YDL108W	KIN28  CELL CYCLE       PROTEIN KINASE; ALSO TFIIH SUBUNIT	-0.43	-0.1	-0.42	-0.22	-0.36	0.03	-0.34	0.04	0.1	0.07	-0.12	-0.29	-0.29	-0.27	-0.42	-0.01	-0.15	-0.04	-0.14	-0.17	0.29	-0.49	-0.09	-0.09	-0.14	-0.18	-0.3	-0.09	-0.04	-0.34	-0.49	0.04	0.07	0.01	0.1	-0.09	-0.18	-0.2	-0.25	-0.38	-0.23	-0.15	-0.25	0.59	-0.1	-0.32	-0.12	0.08	-0.07	0.07	0.29	0.08	-0.27	-0.64		-0.62	0.11	0.21	-0.14	0.53	0.16	-0.62	-0.27	-0.42		-0.22	-0.14	-0.09	-0.4	0.21	-0.3	-0.32	-0.1	0.28	0.18	-0.1	-0.32	0.07	-0.43
+YER009W	NTF2   NUCLEAR PROTEIN TARGETIN NUCLEAR TRANSPORT FACTOR	0.36	0.4	0.28	0.2	0.45	0.2	0.38	0.24	0.19	-0.09	0.08	-0.2	0.37	-0.29	0.3	-0.23	0.5	-0.29	-0.22	-0.2	-0.04	-0.2	0.34	0.36	0.33	0.29		-0.25	0.4	0.15	-0.18	0.07	-0.07	0.04	0.3	0.49	0.57	0.4	0.37	0.38	0.03	0.14	0.4	-0.67	-0.04	-0.2	0.06	-0.06	0.21		1.14	0.75	0.46	-0.34	0.31	-0.4	0.18	0.32	-0.06	0.11	-0.56	-1.18	-0.27	-0.71	0.49	-0.42	-0.03	-0.58	0.12	0.23	-0.56	-0.6	0.18	0.07	0.37	0.04	0.28	-0.4	-1.43
+YCR032W	BPH1   TRANSPORT        UNKNOWN	0.67	-0.22	0.21	0.12	0.45	0.48	0.18	0.15	0.03	0.23	0.24	-0.32	0.06	-0.18	0.26	0.43	0.29	0.69	-0.09	-0.2	-0.14	-0.64	-0.32	-0.62	-0.6	-0.1	0.21	-0.01	-0.49	0.07	0.19	-0.3	-0.01	0.29	-0.29	-0.36	-0.81	-0.79	0.07	0.23	-0.03	-0.58	-0.09	-0.54	-0.81	0.54	-0.22		-0.23	0.25	0.4	0.59	0.42	-0.38	0.11	-0.09	-0.12	-0.03	-0.12		-0.45	-0.56	-0.09	0.01	-0.12	-0.42	-0.34	-0.22	-0.06	-0.67	-0.1	-0.71	0.14	0.1	0.08	-0.15	-0.22	-0.58	-0.76
+YBR205W	"KTR3   PROTEIN GLYCOSYLATION    PUTATIVE ALPHA-1,2-MANNOSYLTRANSFERASE"	-0.3	-0.84	-0.06	-0.3	-0.06	-0.47	-0.04	0.37	-0.25	-0.12	-0.3	0.11	-0.22	-0.4	-0.1	0.06	-0.2	0.53	0.46	-0.69	-0.6	-0.12	-0.49	-0.15	-0.09	0.58	0.53	0.34	-0.51	0.46	0.51	-0.01	0.18	0.08	0.15	0.04	0.01	-0.12	0.06		-0.15	-0.04	-0.04	-0.67	0.01	-0.14		-0.36	-0.06	-0.03	0.79	1.14	0.84	-0.23	0.5	0.43	0.29	-0.09	-0.25	-0.6	-0.58	-0.47	-0.23	-0.86	0.25	-0.84	-0.09	-0.22	-0.47	-0.86	-1.29	-1.56	0.15	-0.01	0.07	-0.04	 [...]
+YDL165W	CDC36  TRANSCRIPTION       GENERAL NEGATIVE REGULATOR	0.01	-0.14	0.16	-0.25	0.28	-0.34	0.08	-0.2	-0.14	-0.27	0.23	-0.34		-0.18	-0.15	-0.12	-0.1		-0.4	-0.49	-0.51	-0.29	-0.29	-0.54	-0.18	-0.29	-0.25	-0.29	-0.18	-0.14	-0.3	-0.22	-0.49	0.03	0.24	-0.64	-0.38	-0.27	-0.69	0.44	0.15	-1.18	-0.64	0.41	-0.36	-0.45	-1.09	-0.32	0.34	0.39	0.89	0.74	0.19	-0.2	0.38	-0.07	0.6	0.07	-0.36	-0.74	-0.54	-0.18	-0.49	-0.45	-0.03	-0.36	-0.43	-0.45	-0.09	0.07	-0.69	-1.15	-0.14	-0.23	-0.2	-0.3	-0.22	-0.07	-0.56
+YNL238W	KEX2   SECRETION        LATE GOLGI ENDOPROTEINASE		-0.6	-0.54	-0.42	0.3	0.41	0.44	-0.17	-0.15	-0.42	-0.36	-0.36	-0.01	-0.1	0.2	0.21	0.08	0.16	-0.18	-0.67	-0.71	-0.76	-0.29		-0.03	0.42	0.42	0.11	-0.1	0.18	0.07	-0.4	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42		-0.94	0.21	-0.38	-0.25	0.26	0.38	0.71	0.82	0.7	-0.43	-0.03	-0.06	0.42	0.1	-0.17	-0.2	-0.32	-0.4	-0.09	0.18	-0.04	-0.67	0.1	-0.4	-0.34	-0.3	0.37	-0.47	-0.01	0.19	-0.27	-0.45	-0.43	-0.09	-1.36
+YJR076C	CDC11  CYTOKINESIS      SEPTIN	-0.3	-0.67	-0.34	-0.38	0.2	0.01	0.51	0.11		-0.29	-0.56	-0.49	-0.06	-0.25	0.19	-0.07	0.28	-0.15	-0.64	-0.45	-0.6	-0.62	-0.3	0.03	0.03	0.28	0.28	0.01	0.19	0.21	0.04	-0.27	0.08	0.06	-0.22	-0.36	-0.23	-0.25	-0.17	0.83	-0.36	-0.43	-0.58	0.16	-0.32	-0.09	-0.34	-0.3	0.28	0.69	0.68	0.1	-0.36	-0.3	-0.22	-0.94	1.36	1.31	-0.47	-0.71	-0.56	-0.94	-0.09	-0.6	0.07	-0.25	0.01	0.06	0.03	-0.47	0.06	-0.69	-0.15	-0.25	-0.17	-0.36	-0.18	-0.43	-0.92
+YOL012C	HTA3   CHROMATIN STRUCTURE    HISTONE-RELATED	-1.6	-1.15	-1.36	-1.03	-0.3	0.49	0.33	-0.04	-0.38	-0.84	-0.94	-1.12	-0.32	-0.42	0.34	-0.1	0.2	-0.04	0.15	-0.64	-0.71	-1.22	-0.79	-0.07	0.11	0.62	0.16	0.06	0.11	0.21		-0.42	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.51	0.34	0.71	1.37	0.88	0.82	-0.71	0.32	-0.18	1.02	0.7	-0.23	-0.6	-0.89	-0.97	-0.36	-0.25	-0.01	-0.36	-0.18	-0.2	-0.27	-0.18	-0.45	-0.76	-0.3	-0.56	-0.17	-0.51	-0.3	-0.86	-0.92
+YOL064C	MET22  METHIONINE BIOSYNTHESIS  3'(2')5'-BISPHOSPHATE NUCLEOTIDASE	-0.15	-0.14	0.14	-0.12	-0.06	-0.29	0.11	-0.15		-0.23	-0.18	-0.32	0.01	-0.6	-0.07	-0.3	0.03	0.04	-0.07	-0.62	-0.32	-0.45	0.14	-0.07	-0.49	-0.23		-0.25	-0.07	-0.15	-0.18	-0.12	-0.84	-0.69	-0.29	-0.09	-0.25	-0.27	-0.03	0.08	0.14	-0.03	-0.49	-1.09	0.32	0.41	0.5	-0.56	-0.17	0.56	1.64	1.07	0.62	-0.84	0.62	-0.3	-0.15	0.63	-0.34	-0.29	-0.56	-0.6	-0.84	-1.06	0.16	0.1	-0.06	-0.38	-0.84	-0.32	-0.64	-1.03	-0.2	-0.25	-0.43	-0. [...]
+YOL056W	GPM3   GLYCOLYSIS       PHOSPHOGLYCERATE MUTASE	0.15	-0.25	-0.36	-0.22	-0.03	-0.03	0.44	0.03	-0.03	-0.12	-0.34	-0.29	-0.01	-0.4		-0.43	-0.36	0.21	0.08	-0.58	-0.22	-0.62	0.07	0.11	-0.32	0.15	-0.17	-0.25	0.1	-0.03	-0.14	-0.09	-0.4	-0.01	0.33	0.28	-0.06	-0.01	-0.32	-0.14	0.04	0.18	0.07	-1.06	0.12	0.01	0.07	-0.47	-0.22	0.14	1.1	0.49	-0.17	-0.67	0.32	-1.06	-0.23	0.45	-0.27	-0.97	-0.43	-0.22	-0.89	-0.62	0.08		0.03	-0.22	-0.76	-0.12	-0.34	-0.79	-0.29	-0.38	-0.1	-0.07	-0.34	-0.09	-0.86
+YIL114C	"POR2   MITOCHONDRIAL TRANSPORT  PORIN, ANION CHANNEL"	0.12	0.23	-0.22	-0.15	-0.67	-0.25	-0.64	-0.64	-0.47	-0.49	-0.36	-0.47	-0.12	-0.6	-0.49	-0.51	-0.54	-0.51	0.37	-0.15	0.07	-0.38	-0.54	-0.45	-0.62	-0.34	0.03	-0.23	0.16	0.32		0.2	-0.25	-0.29	-0.79	-0.67	-1.09	-0.47	-0.14	0.03	-0.09	-0.74	-0.56	0.25	-0.74	-0.42	-0.45	-0.03	-0.03	0.43	1.08	0.58	0.63	-0.47	0.56	-0.18	-0.04	0.36	-0.22	0.03	-0.17	-0.58	-0.81	-0.71	-0.17	-0.18	-0.45	-0.6	-0.38	0.03	-0.3	-0.43	-0.15	-0.2	0.4	0.07	-0.4 [...]
+YLR085C	ARP6   CYTOSKELETON (PUTATIVE)  ACTIN-RELATED PROTEIN	-0.04	-0.32	-0.25		0.21	-0.06	0.04	-0.03	-0.22	-0.23	-0.15	-0.04	-0.09	-0.18		0.03	-0.17	-0.1	-0.34	-0.1	-0.32	-0.58	-0.29	-0.23	-0.1	-0.25	-0.17	-0.29	-0.12	-0.04	-0.23	-0.36	-0.04	0.21	0.23	-0.25	0.04		0.06	0.4	-0.17	-0.04	-0.1	0.03	0.04	-0.1	-0.17	-0.42	0.1	0.31	0.48	0.34	0.15	-0.32	-0.04	-0.54	0.32	0.8	1.02	-0.64	-0.92	-0.6	-0.36	-0.29	-0.1	-0.38	-0.47	-0.6	-0.22	-0.62	-0.14	-0.81	0.01	0.12	0.39	-0.15	-0.01	0.12	-0.38
+YBR133C	HSL7   CELL CYCLE       SWE1P (KINASE) REGULATOR	-0.22	-0.86	-0.45	-0.56	-0.06	-0.06	-0.18	0.45	-0.3	-0.34	-0.15	-0.06	-0.06	0.08	0.24	0.21	0.06	-0.2	-0.69	-0.6	-0.79	-0.84	-0.49	-0.67	-0.69	-0.12	-0.03	-0.03	-0.47			-0.17	0.25	-0.47	-0.34	0.06	0.19	0.14	-0.47	0.18	-0.17	-0.07	-0.14	-0.2	-0.2	-0.3	-0.3	-0.22	0.58	0.61	1.01	0.91	0.36	-0.04	0.31	-0.01	0.85	0.61	-0.12	-0.29	0.72	-0.79	0.19	-0.69	-0.3	-0.64	-0.29	-0.58	0.11	-0.38	-0.09	-0.94	0.25	0.36	0.29	-0.47	-0.42	-1.18	-0.49
+YOR377W	ATF1   ACETATE ESTER BIOSYNTHES ALCOHOL ACETYLTRANSFERASE	-0.07	-0.81	-0.69	-1	-0.2	0.23	-0.06	-0.27	-0.25	-0.42	-0.27	-0.4	-0.12	-0.07	-0.07	-0.27		-0.06	0.5	-0.47	-0.43	-0.64	-0.62	-0.51	-0.34	-0.36	-0.43	-0.43	-0.42	-0.06	-0.36	-0.51	-0.64	-0.3	-0.81	-0.49	-0.23	-0.04	-0.01	0.04	-0.22	-0.45	-0.17	0.58	0.92	0.67	0.74	-0.43	0.7	0.31	1.09	1.08	0.59	-0.14	0.3	-0.29	0.72	0.53	-0.1	-0.32	-0.4	-0.47	0.28	0.14	-0.27	-1.25	-0.86	-0.81	-0.04	0.14	-0.92	-0.36	0.16	0.23	0.12	-1	-0.81	-0.2	-0.47
+YML019W	OST6   PROTEIN GLYCOSYLATION    PUTATIVE N-OLIGOSACCHARYLTRANSFERASE COMPLEX SUBUNIT	-0.4	-0.3	-0.58	-0.09	-0.32	-0.03	-0.04	-0.25	-0.2	-0.38	-0.45	-0.32	0.01	-0.43	-0.42	-0.43	-0.2	-0.32	-0.25	0.04	-0.4	0.12	0.23	0.23		0.04	-1.47	0.16	0.28	0.1	-0.18	0.24	-0.86	-0.84	-0.47	0.01	0.32	0.15	-0.27	0.15	-0.01	0.03	0.25	-0.94	-0.42	-0.54	-0.45	-0.1	0.66	0.03	-0.06	-0.15	-0.38	0.4	-0.92	-0.23	0.84	0.19	-0.18	-0.76	-0.27	-0.51	-0.23	-0.12	0.06	-0.51	-0.22	-0.14	-0.23	0.04	-0.4	-0.3	-0.38 [...]
+YNR028W	CPR8   PROTEIN FOLDING     PEPTIDYL-PROLYL CIS-TRANS ISOMERASE	-0.67	-0.23	-0.1	0.24	-0.18	0.29	0.2	-0.2	-0.22	-0.14	-0.6	-0.42	-0.23	-0.25	0.11	-0.27	0.07	-0.17	-0.15	-0.18	-0.34	-0.29	-0.22	-0.12	0.24	0.39	0.4	0.33	0.32	0.19	-0.07	0.14	-0.01	0.18	0.18	0.94	0.44	0.29	-0.15	0.16	1.2	0.74	0.26	0.53	-0.17	-0.25	-0.14	-0.56	0.32	0.1	-0.04	-0.12	-0.29	0.38	-0.25	-0.89	0.68	0.59	-0.25	-0.07	-0.29	-0.86	-0.42	0.08	-0.03	-0.34	-0.4	-0.43	-0.3	0.44	-0.74	0.14	-0.14	-0.32	-0.43	-0.32	-0.4 [...]
+YEL031W	SPF1   TRANSPORT        (PUTATIVE) CA(2+) ATPASE	-0.23	-0.38	-0.14	-0.29	-0.15	-0.06	0.14	0.42	0.18	0.54	-0.04	0.08	-0.12	-0.27	0.15	0.08	0.59	0.25	-0.03	-0.03	-0.3	0.39	0.16	0.25	0.4	0.33	0.32	0.18	0.03	0.21	0.18	0.23	0.23	0.11	0.2	0.28	0.69	0.79	0.57	0.21	0.24	0.58	0.87	-0.18	0.87	0.6	0.76	-0.18	0.06	-0.15		-0.38	-0.2	-0.15	-0.34	-0.38	0.12	-0.15	-0.62	-0.76	-0.49	-0.94	-0.56	-0.09	0.42	0.26	-0.58	-0.62	-0.54	0.06	-0.51	-0.4	0.08	0.1	0.16	-0.17	-0.43	-1.22	-0.84
+YGL058W	"RAD6   PROTEIN DEGRADATION, UBI E2 UB.-CONJUGATING ENZYME"	-0.2	0.04	-0.4	-0.06	-0.43	0.11	-0.34	0.12	0.01	0.01	-0.1	-0.09		-0.06	-0.22	0.01	-0.09	-0.01	0.59	0.06	0.4	-0.03	0.28	0.26	0.28	0.11	0.14	0.14	0.28	-0.06	0.15	0.28	0.39	0.37	0.08	0.23	0.06	0.19	0.3	0.34	0.08	0.64	0.55	0.4	0.93	0.61	0.78	-0.09	-0.32	-0.3	-0.76	-0.62	-0.89	-0.06	-0.45	-0.92	-0.15	0.24	-0.06	-0.27	-0.38	-0.43	-0.56		-0.04	0.08	-0.15	-0.22	-0.56	-0.18	-0.32	0.16	-0.04	0.08	-0.04	-0.36	-0.38	-0.58	-0.89
+YNL292W	PUS4   TRNA PROCESSING     PSEUDOURIDINE SYNTHASE	0.07	-0.6	-0.15	0.01	0.18	-0.18	0.23	0.07	0.03	-0.03	0.06	0.04	0.07	-0.22	-0.1	-0.27	-0.29	0.14	0.16	-0.2	-0.4	0.11	0.4	0.24	0.43		-0.42	-0.22	-0.1	-0.17	-0.47	-0.22	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.58	-0.14	0.2	-0.58	-0.94	-0.79	-0.43	-1	-1.12	-0.42	-0.74	-0.29	-1.6	-0.56	0.73	-0.47	0.06	0.15	0.04	-0.25	-0.62	-0.32	0.25	-0.38	-0.01	-0.04	-0.2	-0.03	-0.29	-0.42	-0.97	-1.43
+YDL131W	LYS21  LYSINE BIOSYNTHESIS    HOMOCITRATE SYNTHASE	-0.15	0.1	-0.18	-0.07	-0.18	0.03	0.12	0.04	0.24	0.45	0.48	0.4	0.3	0.16	0.36	0.15	0.24	0.1	-0.79	0.23	-0.15	0.53	0.5	0.36	0.18	0.18	-0.03	0.28	0.04	-0.23	-0.29	0.04	-0.12	0.01	0.03	0.23	0.18	0.11	0.15	-0.15	-0.29	-0.27	-0.01	-0.2	0.19	0.07	0.36	0.11	0.4		-0.67	-0.6	0.04	0.3	-0.84	0.08		-0.07	-0.15	-1.32	-0.94	-0.27	-0.07	0.1	0.9	0.07	-0.23	-0.27	0.01	-0.51	-0.03	-0.89	0.38	-0.04	-0.56	-1.15	-0.42	-1.94	-1.47
+YDL182W	LYS20  LYSINE BIOSYNTHESIS    HOMOCITRATE SYNTHASE	-0.03	-0.12	-0.01	-0.27	0.25	-0.09	0.31	-0.03	0.46	0.39	0.67	0.61	0.68	0.59	0.75	0.44	0.39	0.31	-1.29	0.41	-0.09	0.1	0.26	0.12	-0.3	-0.06	-0.01	0.26	-0.15	-0.15	-0.23	-0.14	-0.38	-0.1	-0.62	0.63	-0.71	-1.74	-0.74	1.28	1.54	-2.25	-2.94		-0.34	-0.15	-0.97	0.1		-0.07		-0.84	-0.01	0.58	-0.71	-0.27	-0.32	-0.89	-0.49	-1.29	-0.94	-0.76	-0.3	-0.17	1.1	0.45	-0.34	-0.69	-0.25	-0.17	-0.25	-0.47	0.1	-0.54	-0.89	-1.36	-1.43	-1.89	-2
+YDR172W	SUP35  PROTEIN SYNTHESIS     TRANSLATIONAL RELEASE FACTOR	-0.34	-0.64	-0.47	-0.36	-0.22	-0.01	-0.34	0.15	0.37	0.29	0.64	-0.17	-0.12	-0.12	0.06	0.43	-0.03	0.18	-0.12	0.45		0.44	0.48	0.9	0.41	0.72	0.38	0.58	0.15	0.29	0.44	0.55	0.38	0.36	0.23	0.06	-0.22	-0.1	-0.17	-0.3	-0.09	0.15	-0.15	0.39	-0.04	-0.27	-0.23	0.12	-0.74	-0.22	-0.15	-0.25	-0.29	-0.34	0.1	-0.07	-0.62	-0.3	-0.29	-1.43	-0.6	0.01	-0.01	0.03	-0.03	-0.76	-0.06	-0.47	-0.09	-0.34	-0.32	0.4	0.24	0.07	0.23	-0.42	-0.38	-0.17	-0.92
+YBL042C	FUI1   TRANSPORT        URIDINE PERMEASE	0.3	0.33	0.15	0.26	0.31	-0.29	-0.12	0.25	-0.07	-0.03	0.18	0.11	0.18	0.11	0.28	0.46	-0.1	-0.09	-0.09	-0.23	0.14	0.2	-0.1	-0.64	-0.45	-0.84	-0.69	-0.6	-1.03	-1.15	-1.43	-0.27	-0.04	0.3	0.08	-0.03	-0.54	-0.1	-0.09	0.69	0.03		-0.76	-0.36	-0.94	-0.18	-0.94	0.26	-1.06	-0.43	0.54	1.33	1.58	-1	0.98	1.63	-2.47	-2.18	0.32	-0.47	-0.97	0.39	-0.1	-0.23	-0.49	-0.92	-0.74	-0.56	0.28	0.37	-0.27	-0.54	0.34	0.33	1.09	0.24	0.65	-0.09	0.81
+YOR151C	RPB2   TRANSCRIPTION       RNA POLYMERASE II 140 KDA SUBUNIT	-0.25	-0.23	-0.47	0.03	-0.17	-0.07	0.04	-0.32	0.07	-0.27	-0.15	-0.01	-0.1	-0.14	0.14	0.14	-0.1	-0.09	-0.32	-0.07	-0.3	-0.18	-0.36	-0.27	-0.04	-0.09	0.21	0.33	0.06	0.15	0.14	-0.25	-0.18	-0.09	-0.12	-0.25	-0.12	-0.1	-0.38	-0.47	-0.18	-0.2	-0.54	0.08	-0.09	-0.32	-0.51	-0.27	-0.58	-0.43	-0.34	-0.01	0.24	-0.34	0.07	0.59	-0.79	-1.36	-0.03	-0.58	-0.22	0.44	-0.1	0.7	-0.23	-0.6	-0.15	-0.36	0.21	-0.29	-0.03	0.25	0.29	0.3	0.37	0.0 [...]
+YIL038C	NOT3   TRANSCRIPTION       GENERAL REPRESSOR	-0.38	-0.47	-0.23	-0.07	0.1	-1.25	0.1		-0.06	-0.06	0.04	-0.04	-0.04	-0.45		-0.15	-0.03	-0.09	0.01	-0.27	-0.3	-0.15	-0.4	-0.49	-0.45	-0.34	-0.22	-0.32	-0.47	0.14	-0.01	-0.42	0.46	0.2	0.01	-0.42	-0.07	-0.17	-0.23	-0.36	-0.23	-0.18	-0.4	0.1	-0.4	-0.22	-0.42	-0.47	-0.62	-0.45	0.45	0.37	0.15	-0.42	0.65	0.53	-0.62	-0.62	-0.09	-0.43	-0.42	0.08	0.04	0.04	-0.6	-0.84	-0.64	-0.74	-0.03	-0.62	-0.27	-0.56	0.03	-0.06	-0.04	-0.29	-0.25	-0.54	-0.94
+YLR138W	NHA1   TRANSPORT        NA+/H+ ANTIPORTER (PUTATIVE)	0.16	-0.12	-0.2	-0.18	0.19	0.01	0.32	0.06	-0.03	0.01	-0.07	-0.1	0.08	-0.17	0.16	0.16	0.2	-0.12	-0.17	-0.36	-0.56	-0.34	-0.17	-0.18	-0.36	-0.29	0.12	0.04		-0.01	-0.12	-0.1	0.77	0.45	0.3	0.3	0.42	0.36	0.06	-0.17	-0.14	0.21	-0.01	-1.09	-0.15	-0.29	-0.34	-0.56	-1.09	-0.76	0.23	0.15	-0.03	-0.49	0.94	0.56	-1.47	-1.47	-0.17	0.07	-0.23	-0.12		0.77	-0.3	-0.92	-0.23	-0.07	-0.67	-0.76	-0.09	-0.12	-0.15	-0.29	0.11	-0.12	-0.04	-0.81	-1.12
+YOL020W	TAT2   TRANSPORT        TRYPTOPHAN PERMEASE	-0.1	-0.43	-0.3	-0.07	0.2	0.62	0.36	-0.09	-0.25	-0.34	-0.12	-0.22	-0.12	-0.03	-0.03	-0.27	0.08	-0.2	-0.62	-0.18	-0.27	-0.18	0.15	0.12	0.29	0.1		-0.03	-0.4	0.06	-0.01	-0.18	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.56	-0.67	-0.2	0.14	0.24	0.07	-0.92	0.23	0.15	-2.06	-1.56	-0.04	0.07	0.12		0.44	0.37	-0.42	-0.74	-0.2	-0.15	-0.09	0.16	-0.01	-0.01	-0.09	0.16	0.04	-0.12	-0.12	-1.12	-0.67
+YBR069C	VAP1   TRANSPORT        AMINO ACID PERMEASE	-0.1	-0.67	-0.67	-0.81	-0.54	-0.15	0.07	0.46	0.16	0.11	0.4	0.45	-0.01	-0.07		0.48	-0.1	0.58	-1.69	-0.04	-0.3	-0.12		-0.01	0.07	0.12	0.46	-0.09	-0.22	0.37	0.43	0.07			-0.09	0.08	0.11	0.34	0.32	-0.01	-0.25	0.37	0.23	0.37	-0.4	-0.2	-1	0.21	-2.18	-0.81	0.58	0.99	1.32	-1.79	1.2	1.98	-3.84	-2.84	-0.17	-1.18	-0.86	-0.34	0.16	-0.18	-0.3	-1.12	-0.69	-0.89	0.14	-0.36	-0.45	0.21	0.3	0.18	0.39	-0.74	-1.03	-1.64	-0.29
+YOR213C	SAS5   CHROMATIN STRUCTURE    CHROMATIN REMODELING COMPLEX SUBUNIT	0.04	-0.54	-0.29	-0.25	0.11	0.28	0.06	-0.2	-0.23	-0.27	-0.29	-0.45	-0.14	-0.49	-0.18	-0.36	-0.04	0.11	0.3	-0.6	-0.47	-0.36	0.19	0.06	-0.01	0.07	-0.27	-0.22	-0.01	-0.38	-0.56	-0.32	-0.01	-0.1	-0.22	-0.06	-0.03	-0.47	-0.15	-0.23	-0.36	-0.23	-0.1	-0.47	-0.25	-0.3	-0.43	-0.34	-0.94		0.29	0.4	0.2	-0.79	0.65	0.89	-1.29	-1.47	-0.25	-0.84	-0.43	-0.25	-0.45	-0.23	-0.25	-0.6	-0.38	-0.06	-0.36	-0.03	0.14	-0.04	-0.07	-0.09	-0 [...]
+YML035C	"AMD1   PROTEIN GLYCOSYLATION    ALPHA-MANNOSIDASE, PUTATIVE"	-0.04	-0.42	0.31	0.11	0.3	-0.06	0.28	-0.07	0.28	0.14	0.21	-0.09	-0.04	-0.4		-0.2	0.12	-0.2	-0.47	-0.49	-0.38	-0.15	-0.4	-0.69	-0.36	-0.25	-0.22	-0.36	-0.69	-0.1	-0.42	-0.14	0.78	0.1	-0.22	-0.27	0.04	0.14	0.39	0.15	-0.17	0.03	0.07	0.01		-0.29	-0.23	-0.32	-0.76	-0.43	0.44	0.54		-0.43	0.58	0.24	-1.15	-1.79	-0.3	0.15		0.3	0.41	-0.17	-0.49	-0.69	-0.43	-0.23	-0.06	-0.47	-0.38	0.2	0.15	0.21	-0.07	-0.4	-0.47	0.01	-0.07
+YFL022C	FRS2   PROTEIN SYNTHESIS     PHENYLALANYL-TRNA SYNTHETASE	-0.47	-0.49	-0.4	-0.34	0.2	-0.32	-0.71	-0.29	0.07	0.08	0.29	-0.03	-0.12	-0.14	-0.17	-0.12	-0.23	-0.25	-1.29	0.06	0.2	0.28	0.33	0.24	0.43	0.8	0.49	0.56	0.03	0.1	0.52	0.61	-1.32	0.2		-0.18	-0.3	-0.25	-0.06	-0.2	-0.3	-0.45	-0.2	0.65	-0.18	-0.49	-0.42	-0.07	-0.76	-0.07	1.12	0.85	0.67	-0.97	1.04	0.34	-1.36	-2.25	0.04	-0.84	-0.74	-0.03	-0.27	-1.03	-0.32	-0.79	-0.01	-0.36	-0.49	-0.54	-0.76	-1.56	0.06	0.07	-0.29	-0.76	-0.92	-1.12	-1.51
+YOR270C	VPH1   VACUOLAR ACIDIFICATION   VACUOLAR H+-ATPASE 95 KD SUBUNIT	-0.1	-0.54	-0.76	-0.62	-0.45	-0.51	-0.01	-0.27	-0.12	-0.29	-0.27	-0.23	-0.09	-0.71	-0.18	-0.2	-0.58	-0.2	-0.32	-0.09	-0.47	-0.06	-0.12	0.04	0.18	0.2	0.07	0.33	-0.07	0.16	-0.01	0.06	-0.01	0.31	-0.42	-0.42	-0.81	-0.47	-0.22	0.1	-0.54	-0.97	-0.76	0.1	-0.54	-0.51	-0.86	-0.14	-0.36	-0.6	-0.18	-0.01	0.25	0.21	0.08	0.3	-1.03	-1.69	-0.01	-0.27	-0.25	-0.47	-0.07	-0.58	-0.07	-0.92	-0.32	-0.6	-0.12	-0.25	-1.06	-0.69	0.07	0.15	 [...]
+YNL070W	TOM7   MITOCHONDRIAL PROTEIN TA SMALL SUBUNIT OF TRANSLOCASE	-0.06	-0.4	-0.04	-0.27	0.21	0.15	0.38	-0.18		-0.45	0.14	-0.71	0.04	-0.54	0.04	-0.42	-0.23	-0.62	-0.69	-1.25	-0.51	-0.92	-0.81	-0.69	-0.58	-0.43	-0.07	-0.45	-0.18	-0.1		-0.64	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42		-0.94	0.21	-0.38	-0.42	-0.69	-0.6	0.33	0.59	0.18	-0.18	0.82	0.69	-1.22	-1.22	0.04	-0.14	-0.1	0.08	-0.09	-0.38	-0.1	-0.27	-0.51	-0.6	-0.09	-0.04	-1.51	-1.4	-0.04	-0.27	0.45	0.18	0.25	0.15	-0.49
+YKL058W	TOA2   TRANSCRIPTION       TFIIA 13.5 KD SUBUNIT	-0.23	-0.54	-0.47	-0.38	-0.04	-0.3	0.1	-0.45	-0.34	-0.45	-0.43	-0.54	-0.14	-0.6	-0.15	-0.56	0.12	-0.6	0.29	-0.36	-0.47	-0.23	-0.47	-0.27	-0.42	0.07	-0.01	0.04	-0.27	0.04	0.07	-0.01	-0.27	-0.25	-0.03	0.29	0.3	0.16	0.18	0.4	0.15	0.34	0.34	-0.56	-0.01	-0.04	0.12	-0.71	-0.18	-0.04	0.3	0.62	-0.01	-0.23	0.49	0.36	-0.49	-1.22	-0.47	-0.6	-0.49	-0.47	-0.27	-0.89	0.1	-0.32	-0.18	-0.4	-0.49	-0.18	-0.69	-1	0.03	0.01	0.15	-0.04	0.11	0.2	-0.49
+YOR045W	TOM6   MITOCHONDRIAL PROTEIN TA OUTER MEMBRANE TRANSLOCASE COMPONENT	-0.04	-0.45	-0.09	-0.03	0.25	0.57	0.46		0.06	-0.3	-0.01	-0.47	-0.03	-0.32	0.16	-0.36	0.01	-0.38	-0.38	-0.79	-0.34	-0.67	-0.32	-0.01	0.03	0.16	0.1	0.07	0.01	0.19	0.03	-0.1		-0.1	-0.17	0.14	0.4	0.49	0.5	0.84	0.33	0.34	0.49	0.15	0.37	0.16	0.6	-0.45	-0.49	-0.27	0.3	0.45	0.12	-0.45	0.73	0.48	-1.03	-1.36	-0.34	-0.76	-0.47	-0.36	-0.42	-0.58		-0.36	-0.23	-0.67	-0.32	-0.47	-0.58	-1.03	-0.17	-0.03	0.71	0.2	0.34	0.49	0.01
+YPR035W	GLN1   GLUTAMINE BIOSYNTHESIS   GLUTAMINE SYNTHETASE	0.43	0.58	0.44	-0.27	-0.38	-0.43	-0.06	-0.76	-0.74	-1.09	-0.64	-0.27	-0.29	-0.47	-0.15	-0.4	-0.49	-0.25	1.23	-0.12	-0.58	-0.06	-0.25	-0.04	-0.23	0.48	0.54	0.46	-0.43	0.16	0.38	0.23	0.3	-0.29	-0.06	0.44	0.49	0.2	0.04	0.58	0.19	0.11	0.04	-1.15	0.6	0.43	0.61	-0.4	-0.12	-0.22	0.53	0.88	0.94	-0.03	0.45	0.79	-1.22	-4.32	-0.17	-1.43	-0.74	-0.76	-1.29	-0.6	-0.3	-0.6	0.06	-0.4	-0.76	0.11	-0.79	-2.4	-0.22	0.15	-0.06	-0.1	0.48	-1.18	-0.34
+YHR039C	VMA10  VACUOLAR ACIDIFICATION   VACUOLAR H-ATPASE 13 KDA SUBUNIT	-0.3	-0.81	-0.62	-0.45	-0.49	-0.47	-0.18	-0.71	-0.42	-0.15	-0.09		-0.04	-0.47	-0.29	-0.47	-0.45	-0.51	-1.06	-0.1	0.15	0.38	-0.01	-0.12	-0.22	0.19	-0.07	0.03	-0.07	0.06	0.07	0.48	-0.74	0.07	-0.1	-0.38	0.01	0.08	0.8	0.86	0.21	-0.12	-0.18	-0.6	0.26	-0.09	-0.27	-0.62	-0.4	-0.34	-0.34		-0.17	0.16	-0.15	-0.14	-0.4	-0.89	-0.07	-0.89	-0.79	-0.22	-0.17	-0.06	-0.01	-0.81	-0.09	0.04	-0.15	-0.12	-0.27	-0.06	-0.2	-0.06	0.1	-0.25 [...]
+YBR092C	"PHO3   THIAMINE UPTAKE     ACID PHOSPHATASE, CONSTITUTIVE"	-0.23	-0.45	-0.56	-0.86	-1	-1.32	-0.3	0.65	1.52	0.77	0.77	0.15	-0.07	-0.42	-1.22	0.2	0.29	0.34	-1.32	-0.23	-0.43	-0.15	-0.32	-0.23	-0.51	0.04	0.1	0.62	0.1	0.39	0.08	0.4	-0.47	-1.94	-2.56	-1.29	0.55	1.88	0.59	-0.62	-1.25	0.33	1.3	1.74	0.08	-0.42	-0.47	-0.03	-0.1	-0.07	-0.09	-0.04	-0.09	0.21	0.07	0.59	0.36	1.7	0.11	-1.43	-1.4	-0.64	0.41	0.04	-0.42	-1.4	-1.84	-1.51	-0.17	-0.43	-1.15	-0.49	0.07	0.07	0.26	-0.47	-0.92	-1.51	-2.12
+YPL160W	CDC60  PROTEIN SYNTHESIS     LEUCYL-TRNA SYNTHETASE	-0.04	-0.56	0.03	-0.17	-0.07	-0.03	-0.04	-0.29	0.06	-0.04	-0.06	0.18	-0.1	0.15	-0.03	0.24	0.52	-0.09	-1.4	-0.4	-0.14	-0.23	0.4	0.4	-0.22	0.07	-0.07	0.26	0.08	-0.1	-0.38	-0.12	-0.23	-0.07	0.07	-0.3	-0.17	-0.14	-0.04	-0.4	-0.23	-0.32	-0.22	-0.18	-0.03	-0.38	-0.49	-0.34	0.42	0.68	0.65	0.45	0.29	-0.45	-0.56	-0.92	0.24	1.51	-0.2	-1.29	0.25	-1.18	-0.56	0.67	-0.62	-0.56	-0.74	-1.09	-0.07	-0.1	-0.06	-0.38	-0.06		-0.34	-0.38	-0.62	-1.84	-2
+YNL023C	FAP1   TRANSCRIPTION (PUTATIVE) FKBP12-BINDING PROTEIN		-0.79	-0.43	-0.47	0.12	-0.1	0.37		0.08	0.03	-0.09	0.1	-0.06		-0.18	-0.12	0.32	0.01	-0.86	-0.47	-0.47	-0.17	0.11	0.4	-0.14	0.11		0.11	-0.4	-0.45	-0.4	-0.03	0.56	0.53	0.23	0.06	0.1	0.26	0.23	0.21	-0.06	0.21	-0.25	-0.6	-0.12	-0.54	-0.6	-0.4	0.55	0.89	0.83	0.82	0.93	-0.64	-0.64	-0.71	0.57	1.19	-0.25	-1.89	-0.86	-0.3		-0.1	-0.4	-1.06	-0.36	-0.76	-0.6	0.32	-0.25	0.54	-0.07	-0.01	-0.06	-0.62	-0.81	-0.71	-0.94
+YDR075W	PPH3   CELL CYCLE       PROTEIN PHOSPHATASE 2A	-0.27	-0.49	-0.47	-0.2	-0.54	-0.23	-0.67	-0.09		-0.45	-0.2	-0.17	-0.09	-0.22	-0.42	0.08		-0.14	-0.67	-0.43	-0.45	-0.29	-0.01	-0.01	-0.25	-0.27	-0.42	-0.29	-0.25	-0.6	-0.4	-0.45	0.56	0.57	0.39	-0.06	0.03	0.14	-0.12	0.08	0.07	-0.09	0.15	0.07	-0.06	-0.49	0.07	-0.3	0.99	0.91	0.15	0.88	1.23	-0.06	-0.79	-0.2	0.18	-0.3	-0.51	-1.51	-0.79	-0.97	-0.6	0.1	-0.36	-0.12	-0.64	-0.71	-0.34	0.08	0.24	0.58	0.03	-0.06	0.07	-0.45	-0.71	-0.22	-0.67
+YHR128W	FUR1   PYRIMIDINE SALVAGE PATHW URACIL PHOSPHORIBOSYLTRANSFERASE	0.39	0.04	-0.1	-0.23	-0.17	0.04	-0.15	0.48	0.55	0.03	0.59		0.12	-0.01	0.2	0.3	0.18	-0.1	-0.84	-1.15	-0.45	0.18	0.7	0.58	0.52	0.16	-0.64	0.16	0.23	-0.6	-0.27	0.07	-0.04	0.04	0.04	-0.69	-0.56	-0.25	-0.32	0.85	-0.23	-1.22	-0.2	0.39	-0.6	-0.42	-0.49	-0.15	-0.69	1.34	1.64	1.38	1.19	-1.6	0.24	-0.56	-0.89	0.11	0.19	-1	-1.15	-0.86	-0.34	-0.04	0.07	-1.32	-0.89	-1.25	0.15	0.01	-0.32	-0.04	0.24	0.08	0.23	-0.71	-0.67	-1.89	-2.32
+YNL244C	SUI1   PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR 3 (EIF3)	-0.01	-0.49	-0.2	-0.18	0.2	0.29	0.28	-0.18	0.18	-0.2	0.15	-0.56	0.04	-0.58	0.04	-0.29	-0.04	-0.03	-0.64	-0.74	-0.76	-0.38	-0.04	-0.17	-0.34	-0.18	-0.04	-0.2	-0.34	0.07	-0.2	-0.54	0.57	0.76	0.8	0.67	0.73	0.86	0.7	0.66	0.5	0.45	0.72	-1.18	0.51	0.31	0.52	-0.36	-0.18	0.21	0.31	0.1	-0.18	-0.47	0.07	-0.42	-0.42	-0.07	-0.58	-1.03	-1.47	-1.36	-0.54	-1.18	0.33	0.04	-0.69	-0.71	-0.51	-0.38	-1	-1.03	-0.12	-0.22	-0.15	-0.34	 [...]
+YLR244C	MAP1   PROTEIN PROCESSING    METHIONINE AMINOPEPTIDASE	-0.22	-0.47	-0.89	-0.79	-0.54	-0.42	-0.12	-0.38	0.03	-0.04	-0.27	-0.25	-0.23	-0.58	-0.34	-0.2	-0.54	-0.29	-0.51	-0.38	0.23	0.28	0.23	0.07	-0.18	0.33	-0.03	0.28	0.18	-0.04	0.03	-0.01	0.5	0.32	0.01	-0.04	-0.04		0.08		-0.01	0.06	0.08	0.03	0.04	-0.17	-0.06	-0.14		0.21	0.8	0.49	0.8	-0.67	0.8	0.07	-0.71	-0.23	-0.56	-0.89	-1.29	-0.67	-0.42	-1.12	0.3	-0.54	-0.22	-0.43	-0.38	-0.22	-0.97	-0.54	0.24	-0.15	-0.25	-0.47	-0.6	-1.12	-1.51
+YDR464W	SPP41  SPLICING         NEGATIVE REGULATOR OF SPLICEOSOME GENES	-0.32	-0.54	-0.47	-0.17	0.01	-0.47	-0.04	0.12	-0.04	0.16	-0.14	0.53	-0.36	-0.22	-0.06	-0.14	-0.18	-0.6	-0.25	-0.69	-0.76	-0.18	-0.25	-0.36	-0.34	-0.47	-0.06	-0.06	-0.4	-0.14	0.12	-0.4	0.2	0.16	0.19	0.19	0.1	-0.01	-0.18	-0.38	0.07	-0.17	-0.2	-1	-0.4	-0.32	-0.32	-0.23	-0.2	0.3	0.26	0.25	0.48	-0.38	-0.1	-0.03	-0.2	0.33	-0.74	-0.22	-0.62	-0.3	-0.25	-0.43	-0.3	-0.56	-0.38	-0.04	-0.42	-0.23	-0.84	-0.76	-0.04	-0.18	-0.14	-0 [...]
+YMR080C	"NAM7   MRNA DECAY       RNA HELICASE, PUTATIVE"		-0.42	-0.34	-0.64	-0.07	-0.43	0.07	-0.36	-0.1	-0.2	-0.15	-0.06	-0.03	-0.34	-0.2	-0.12	-0.03	-0.17	-0.67	-0.51	-0.56	-0.67	-0.1	0.03	-0.29	-0.27	-0.06	0.15	-0.36	0.01	-0.51	-0.07	0.18	0.01	-0.14	0.14	0.14	0.12	0.07	-0.04	-0.07	0.15	-0.1	-1.03	-0.14	-0.25	-0.36	-0.43	-0.25	0.33	0.71	0.55	0.6	-0.62	-0.2	-0.23	0.16	0.56	-0.32	-0.76	-0.84	-0.36	-0.2	-1.06	-0.38	-0.89	-0.54	-0.6	-0.51	-0.38	-0.92	-0.92	-0.04	-0.03	-0.47	-0.49	-0.79	-1.32	-1.4
+YKL004W	AUR1   SPHINGOLIPID METABOLISM  PHOSPHATIDYLINOSITOL:CERAMIDE PHOSPHOINOSITOL TRANSFERASE	-0.43	-1.4	-1	-1.15	-0.3	-0.42	0.58	-0.34	0.2	-0.34	-0.27	-0.67	-0.1	-0.56	0.01	-0.18	0.26	0.07	-1.43	-0.71	-0.76	-0.43	-0.22	-0.07	-0.17	-0.32	-0.14	0.04	-0.15	-0.15	-0.69	-0.17	0.08	-0.27	-0.23	0.5	0.71	0.33	-0.2	-0.18	-0.09	0.3	0.3	-0.74	-0.84	-0.86	-0.67	-0.56	-0.07	0.24	1.44	0.76	0.9	-0.64	0.14	0.07	0.15	0.2	-0.07	-1.64	-1.32	-1.09	-0.04	-0.42	0.06	-1.4	-0.81	-1	-0.49	-0.79	-1.51	-0.84	 [...]
+YGL016W	PDR6   DRUG RESISTANCE     KARYOPHERIN-BETA FAMILY PROTEIN	0.55	-0.69	0.04	0.19	0.18	0.58	-0.25	-0.09	-0.22	-0.29	0.06	-0.23	-0.07	-0.15	0.16	-0.1	0.25	0.06	-1.4	-0.64	-0.36	-0.1	-0.06	-0.36	-0.34	-0.18	-0.17	-0.29	-0.42	-0.47	-0.14	-0.58	-0.25	0.01	-0.03	-0.09	-0.27	-0.03		0.03	0.18	-0.32	-0.04	0.08	-0.29	-0.4	-0.29	-0.18	0.08	0.23	0.86	0.97	0.53	-0.38	0.38	-0.12	0.48	0.45	-0.06	-0.81	-1.12	-0.81	0.07	-0.15	-0.18	-0.81	-0.58	-0.67	-0.45	-0.42	-0.89	-1.25	0.08	0.3	0.32	-0.4	-0.71 [...]
+YGR264C	MES1   PROTEIN SYNTHESIS     METHIONYL TRNA SYNTHETASE	0.2	-0.54	-0.47	-0.54	-0.18	-0.4	-0.06	-0.42	-0.01	-0.27	0.01	-0.09	0.01	-0.2	0.1	-0.09	-0.07	-0.06	-1.51	-0.6	-0.43	-0.04	0.5	0.11	-0.01	-0.25	-0.32	-0.12	-0.07	-0.34	-0.86	-0.47	-0.1	-0.1	-0.06	-0.29	-0.1	0.08	-0.03	-0.25	-0.49	-0.29	-0.14	0.08	-0.3	-0.45	-0.64	-0.42	0.14	0.9	0.64		0.18	-1.06	-0.71	-0.92	0.3	0.56	-0.38	-1.4	-2.12	-1.4	-0.6	-1	-0.36	-1.06	-1	-1.22		-0.92	-0.23	-1.09	0.42	0.43		-0.71	-0.81	-2.56	-2.06
+YDR321W	ASP1   ASPARAGINE UTILIZATION   L-ASPARAGINASE I	-0.03	-0.56	-0.07	-0.62	0.14	0.06	0.11	-0.3	0.01	-0.4	0.34	-0.38	-0.12	-0.18	0.33	-0.12	0.04	-0.84	-1.6	-0.64	-0.51	-0.32	0.07	-0.27	-0.15	-0.23	-0.49	-0.23	-0.49	-0.45	-0.64	-0.36	-0.14	-0.03	0.03	0.01	0.01	-0.2	-0.23	0.87	-0.47	-0.45	-0.2	-1.43	-0.69	-0.86	-0.86	-0.47	-0.47	0.34	0.2	-0.25	-0.34	-1.18	-0.56	-0.4	-0.56	0.5	-0.1	-0.64	-1.64	-1.22	-0.06	-0.6	0.38	-1.03	-0.29	-0.81	0.15	-0.14	-1	-0.58	-0.01	0.07	0.24	-0.56	-0.45	-1.84	-2.06
+YER086W	ILV1   ISOLEUCINE AND VALINE BI THREONINE DEAMINASE	0.12	-0.42	-0.12	-0.14	0.3	-0.14	0.45	-0.14	0.14	0.16	-0.1	0.06	0.19		0.26	0.03	0.07	-0.01	-1.94	-0.67	-0.64	-0.43	0.04	0.04	-0.15	0.39	0.15	0.49	0.04	-0.01	0.2	0.41	0.16	0.15	0.25	0.46	0.44	0.11	0.2	0.3	0.21	0.26	0.25	-0.86	-0.14	-0.3	-0.06	-0.2	0.57	0.43	0.29	-0.25	0.18	-0.03	-0.74	-0.81	0.19	-0.45	-0.27	-1.36	-1.69	-0.92	-0.27	-0.86	-0.32	-0.84	-0.47	-0.79	-0.25	-0.4	-0.45	-0.38	0.18	0.38	0.79	0.1	-0.22	-0.94	-1.69
+YBR249C	ARO4   AROMATIC AMINO ACID BIOS 2-DEHYDRO-3-DEOXYPHOSPHOHEPTONATE ALDOLASE	0.32	-0.06	0.42	0.37	0.23	-0.01	0.24	0.06	0.36	-0.01	0.38	0.19	0.24	-0.42	0.16	0.2	0.18	0.76	-1.43	-0.58	-0.56	-0.03	0.08	0.54	0.34	0.71	0.64	0.51	-0.29	0.32	0.2	0.07	-0.07	0.14	0.28	0.21	0.3	0.18	0.23	0.18	-0.06		0.15	-0.17	-0.15	-0.17	-0.18	-0.18	0.12	0.24	0.21	0.57	0.59	0.01	-0.27	-0.01	-0.94	-0.97	-0.06	-0.71	-1.89	-1.29	-0.58	-1	0.03	-0.89	-1	-1.25	-0.3	-0.4	-0.32	-0.62	0.15	0.04	0.14	-0.43	-0.6	-2	-2.4
+YMR243C	ZRC1   ZINC AND CADMIUM ION HOM UNKNOWN	-0.32	-0.47	-0.56	-1.4	-0.29	-0.32	0.3	-0.04	0.1	-0.1	0.01	-0.42	-0.09	-0.43	0.06	-0.42	0.08	-0.2	-0.58	-0.45	-0.45	-0.47	0.2	0.25	0.14	0.37	0.12	0.36	0.21	0.16	0.18	0.06	-0.4	0.15	-0.3	0.34	-0.1	-0.06	-0.32	0.41	0.43	-1.74	0.03	0.36	-0.64		-0.36	-0.29	0.06	0.23	1.38	1.42	1.42	-0.18	0.7	0.88	-0.6	-0.84	-0.29	-1.36	-1.69	-1.15	-0.38	-0.27	0.2	-1.6	-1.22	-1.15	-0.54	-0.56	-0.84	-2	0.08	0.18	0.69	-0.17	-0.17	-0.67	-0.45
+YDR454C	GUK1   PURINE METABOLISM     GUANYLATE KINASE	-0.09	-0.15	-0.29	0.14	-0.22	0.24	-0.2	0.03	0.06	0.3	0.15	-0.09		-0.18	0.12	0.15	-0.01	0.12	-0.42	-0.07	0.12	-0.23	0.37	0.49	0.5	0.33	0.12	0.32	0.4	0.15	-0.17	0.21	-0.18		-0.01	0.06	-0.07	-0.06	-0.15	0.25	0.48	-0.34	-0.03	0.39	-0.6	-0.51	-0.32	0.3	-0.06	0.2	1.87	1.85	1.82	-0.3	1.75	1.23	-0.42	-0.71	-0.17	-0.79	-1.47	-1.43	-0.4	-0.58	0.51	-0.47	-0.23	-0.51	-0.29	-0.17	-1.25	-0.92	0.25	0.12	0.36	-0.14	-0.07	-0.47	-1.32
+YCR034W	"FEN1   CELL WALL BIOGENESIS     BETA-1,3-GLUCAN SYNTHASE SUBUNIT"	-0.67	-0.64	-0.56	-0.17	0.1	0.34	0.11	0.06	0.12	0.1	0.19	-0.12	0.2	0.08	0.19	0.2	0.11		-1.74	-0.23	-0.18	-0.17	0.3	0.72	0.89	0.76	0.19	0.39	0.44	0.06	-0.34	0.06	-0.07		0.23	0.56	0.57	0.23	0.06	0.38	0.06	0.06	0.07	-0.97	-0.54	-0.76	-0.64	0.23	-0.2	-0.51	1.16	1.55	1.69	-0.49	1.3	1.26	0.14	-0.43	-0.01	-1.18	-1.06	-0.84	-0.22	0.49	0.33	-1.15	-0.38	-0.54	-0.23	-0.42	-1.32	-0.54	0.12	0.15	0.9	0.01	-0.43	-0.89	-1.64
+YLR372W	SUR4   FATTY ACID METABOLISM    CONVERSION OF 24-CARBON TO 26-CARBON FATTY ACIDS	-0.64	-0.97	-0.51	-0.32	0.38	-0.15	0.3	-0.56	-0.43	-0.62	-0.51	-0.27	0.03	-0.2	0.07	-0.62	-0.34	-0.84	-2.18	-1.18	-0.92	-0.71	0.23	0.58	0.43	0.4	0.06	0.16		-0.67	-0.69	-0.71	-0.42	-0.09	0.28	0.31	0.11	-0.22	-0.18	0.29	0.11	0.06	-0.17	-1.22	-0.64	-0.67	-0.67	-0.27	-0.29	0.76	2.24	1.75	1.7	-1.32	0.74	0.29		-1.47	-0.23	-1.56	-1.74	-1.69	-0.22	-0.89	-0.34	-1.09	-0.58	-0.86	0.04	-0.92	-0.97	-0.64	0.1	0.34 [...]
+YEL055C	POL5   DNA REPLICATION     DNA POLYMERASE V	-0.25	-0.62	-0.62	-0.23	-0.2	0.07	-0.34	0.11	0.31	-0.18	0.44	0.23	0.07	0.01	-0.03	0.43	-0.29	-0.01	-0.74	-0.69	-0.09	-0.01	0.07	0.34	0.4	-0.07	-0.3	-0.03	0.1	-0.45	-0.51	-0.38	0.57	0.33	-0.06	0.11	-0.17	-0.04	-0.14	-0.23	-0.17	-0.14	-0.47	-0.01	-0.4	-0.79	-0.79	-0.23	0.15	0.24	0.8	0.93	0.99	-0.27	0.45	0.54	0.15	-0.25	-0.2	-1.36	-1.51	-0.58	-0.51	-0.49	-0.67	-0.58	-0.89	-0.76	-0.15	-0.62	-0.32	-0.14	0.28	0.38	0.59	-0.25	-0.49	-0.92	-1.29
+YEL042W	GDA1   GOLGI ORGANIZATION    GOLGI MEMBRANE GUANOSINE DIPHOSPHATASE	-0.45	-0.76	-0.58	-0.04	0.31	0.14	0.52	0.07	-0.04	-0.3	-0.3	-0.27	0.08	-0.06	0.21	0.04	0.07	-0.34	-1.15	-0.62	-0.43	-0.22	0.21	0.42	0.49	0.72	0.52	0.6	0.46	0.14	-0.2	0.1	0.23	0.11	0.32	0.6	0.34	-0.29	-0.47	0.01	0.07	0.38	0.06	-1.36	-0.69	-0.74	-0.49	-0.29	0.39		0.91	0.77	0.81	-0.23	-0.03	-0.17	0.57	-0.14	-0.23	-1.18	-1.06	-0.62	-0.03	0.26	0.08	-1.32	-0.54	-0.74	0.12	-0.2	-0.42	-0.25	0.18	0.2	0.54	-0.22	-0.54	-0.6 [...]
+YDR062W	LCB2   SPHINGOLIPID BIOSYNTHESI SERINE C-PALMITOYLTRANSFERASE SUBUNIT	0.16	0.59	-0.07	-0.06	0.23	-0.18	0.2	-0.34	-0.06	-0.18	-0.07	-0.04	0.08	-0.29	0.01	-0.04	-0.25	-0.27	-0.4	-0.22	-0.2	-0.36	0.21	0.25	-0.12	0.32	0.25	0.24	-0.06	0.03	0.28	0.25	-0.23	-0.34	-0.18	0.32	0.25	-0.15	-0.17	0.03	0.04	0.03		-1.12	-0.36	-0.38	-0.36	-0.32	-0.3	-0.17	-0.32	-0.76	-0.47	-0.2	-0.47	-0.69	0.4	0.49	-0.22	-0.47	-0.49	-0.64	-0.34	-0.56	-0.58	-0.64	-0.25	-0.51	-0.2	-0.32	-0.4	-0.32	-0.06	0.06	0.19	 [...]
+YDR144C	MKC7   PROTEIN DEGRADATION    PERIPLASMIC ASPARTYL PROTEASE	-0.17	-0.51	-0.34	0.24	0.26	-0.27	-0.15	-0.69	-0.25	-0.51	-0.12	-0.09	-0.01	-0.15	-0.1	-0.25	-0.12	-0.4	-0.79	-0.56	-0.84	-0.15	-0.27	0.29	0.32	0.26	-0.07	0.24	-0.49	-0.03	-0.27	-0.25	-0.43	-0.29	-0.29	-0.42	-1.32	-0.89	-0.62	-0.2	-0.25	-1	-0.94	-0.07	-1	-0.89	-1.09	-0.01	-0.14	0.01	-0.34	-0.09	-0.04	-0.03	-0.23	-0.15	0.61	0.6	-0.36	-1.79	-1.22	-0.38	-0.36	-0.49	-0.3	-0.81	-0.74	-0.74	-0.27	-0.51	-0.43	-1.18	0.14	-0.04	- [...]
+YNL189W	SRP1   NUCLEAR PROTEIN TARGETIN ALPHA-KARYOPHERIN	-0.06	-0.42	-0.06	0.1	0.12	-0.17	0.16		-0.1	0.06	0.08	0.1	-0.1	-0.15	-0.01			0.1	-0.3	-0.54	-0.38	-0.36	-0.22	-0.3	-0.54			0.04	-0.49	-0.09	0.04	-0.2	0.06	-0.12	-0.18	0.01	-0.15	-0.1	-0.03	-0.12	0.15	-0.1	-0.22	0.19	-0.18	-0.27	-0.29	-0.45	0.29	0.1	0.14	-0.42	-0.47		-0.1	-0.76	0.16	0.69	-0.64	-0.42	-0.6	-0.67	-0.29	-0.54	0.14	-0.71	-0.29	-0.43	-0.64	-0.27	-0.67	-0.62	0.21	0.37	-0.3	-0.54	-0.67	-1.06	-1.25
+YLR032W	RAD5   DNA REPAIR       DNA HELICASE	-0.27	0.48	-0.07	-0.15	0.03	-0.43	-0.15	-0.29	-0.34	-0.22	0.08	0.11	-0.01	-0.2	-0.32	-0.14	-0.25	-0.51	-0.64	-0.38	-0.17	0.16		0.25	0.07	0.44	0.1	0.15	-0.22	-0.18	-0.27	0.01	0.31	0.45	0.2	-0.3	-0.47	-0.23	0.19	-0.34	0.1	-0.3	-0.25	-0.6	-0.4	-0.23	-0.43	-0.64	0.03	-0.09	-0.03	-0.22	0.04	0.24	-0.67	-0.03	0.11	0.06	-0.4	-0.54	-0.84	0.44	-0.18	-0.79	-0.76	-0.67	-0.74	-0.81	-0.27	-0.32	-0.34	-0.14	-0.22	0.14	-0.23	-0.38	-0.43	-0.76	-1.22
+YJR007W	SUI2   PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF-2 ALPHA SUBUNIT	0.25	-0.14	-0.07	0.07	0.24	0.1	0.06	0.04	0.38	-0.09	0.43	-0.07	0.08	0.04	0.2	0.26	-0.09	-0.17		-0.47	-0.27	0.29	0.42	0.25	0.15	-0.07	-0.43	-0.09	-0.15	-0.42	-0.42	-0.29	0.36	0.1	-0.14	0.26	0.06	0.14	0.04	-0.34	-0.12	0.14	-0.01	0.45	-0.22	-0.42	-0.29	0.08	-0.6	0.51	0.45	0.28	0.1	-1.12	0.04	-0.36	-0.6	-0.27	-0.06	-1.29	-1.09	-1.25	-0.74	-0.79	0.25	-1.12	-0.43	-0.49	0.15	-0.01	-0.32	0.42	0.43	0.3	0.1	-0.8 [...]
+YER025W	GCD11  PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF2 GAMMA SUBUNIT	0.34	-0.3	-0.04	-0.09	-0.12	0.07	-0.38	0.26	0.42	0.25	0.63	0.36	0.03	0.18	0.19	0.56	-0.14	-0.06	-0.6	-0.34	0.01	0.56	0.6	0.63	0.51	0.24	-0.03	0.08	0.08	-0.15	-0.27	-0.03	0.19	0.3	0.18	0.79	0.1	0.01	-0.09	-0.1	-0.29		-0.3	-0.06	0.04	-0.23	-0.23	0.38	-0.34	0.28	0.41	0.4	0.31	-0.34	0.32	-0.01	-0.58	-0.43	0.03	-1.74	-1.4	-0.74	-0.64	-0.47	0.23	-0.45	-0.58	-0.74	0.45	0.24	0.41	0.9	0.51	0.06	0.38	-0.49	-0.6	- [...]
+YER165W	PAB1   MRNA 3'-END PROCESSING   CLEAVAGE/POLYADENYLATION FACTOR CF IA COMPONENT	0.24	0.08	-0.03	0.14	-0.18	0.21	-0.04		0.26	0.45	0.34	0.28	0.04	0.11	0.2	0.45	-0.06	0.21		0.51	-0.01	0.49	0.76	1.04	0.96	0.69	0.23	0.48	0.57	0.21	-0.2	0.03	-0.09		0.08	1.76	-0.4	-0.1	-0.38	0.85	0.41	-1.03	-1.09	0.2	-0.62	-0.4	-0.67	0.39	-0.71		0.61	0.76	0.9	-0.67	0.78	0.5	-1.06	-0.74	0.41	-1.29	-1.69	-0.6	-0.51	-0.23	0.07	-0.84	-0.2	-0.36	0.31	0.51	0.21	1.18	0.4	0.39	0.01	-1	-1.03	-1.43	-1.69
+YOL021C	DIS3   RNA PROCESSING      3'-5' EXORIBONUCLEASE COMPLEX SUBUNIT	-0.17	-0.79	-0.94	-0.32	-0.62	-0.29	-0.12	-0.2	-0.03	0.15	-0.22	-0.15	-0.32	-0.29	-0.54	-0.17	-0.54	-0.12	-0.92	-0.23	-0.18	0.01	0.14	-0.06	0.07	0.48	0.1	0.56	0.36	0.23	-0.03	0.36	-0.6	0.8	0.07	0.43	0.34	0.36	0.31	0.18	-0.03	0.46	-0.1	0.34	-0.18	-0.45	-0.51	-0.34	-0.58	-0.56	-0.62	-0.27	-0.34	0.16	0.19	0.9	0.15	-0.03	-0.2	-1.03	-0.67	-0.34	-0.32	-0.09	-0.4	-1.03	-0.32	-0.36	-0.45	-0.92	-0.38	1.32	-0.14	-0.25	-0.42	- [...]
+YHR206W	SKN7   OXIDATIVE STRESS    TRANSCRIPTION FACTOR	-0.04	-0.89	-0.58	-0.32	-0.27		-0.04	-0.36	-0.32	-0.12	-0.3	-0.01	-0.25	-0.29	-0.29		0.15	-0.09	-0.2	-0.38	-0.34	-0.23	-0.01	0.15	-0.15	0.23	0.07	0.29	-0.47	-0.29	-0.45	-0.01	-0.74	-0.06	0.07	-0.1	-1.09	0.06	-0.3	0.39	0.28	-0.69	-0.47	0.15	-0.56	0.04	-0.81	-0.36	-0.92	-0.84	-0.56	-0.25	0.72		-0.07	0.44	-0.42	-0.58	-0.12	-0.79	-0.71	-0.17	-0.25	-0.38	-0.3	-0.69	-0.29	-0.18	-0.43	0.07	0.23	0.81	0.07	-0.15	-0.71	-1.15	-1.18	-1.18	-1.56
+YLR384C	IKI3   KILLER TOXIN SENSITIVITY UNKNOWN	-0.23	-0.34	-0.54	-0.42			-0.62	-0.45		-0.14	-0.1	0.11		-0.15	-0.42	0.07	-0.23	-0.22	-0.86	0.44	-0.29	0.24	-0.04	0.5	0.11	0.11	-0.17	0.32	0.14	-0.06	-0.54	0.29	-0.01	-0.06	-0.2	-0.09	-0.14	0.48	0.01	1.08	-0.4	-0.36	-0.14		-0.79	0.36	-0.34	-0.47	0.1	0.36	0.19	0.24	1.25	-0.17	-0.03	0.64	-0.42	-0.32	-0.38	-1.15	-1.29	-0.27	-0.17	-0.64	-1.6	-0.47	-1.09	-0.94	0.55	-0.12	0.46	0.96	-0.01	-0.15	-0.15	-0.34	-0.62	-1.74	-1.36
+YLR451W	LEU3   LEUCINE BIOSYNTHESIS     TRANSCRIPTION FACTOR	0.08	-0.54	-0.34	-0.3	0.04	-0.36	-0.1	-0.06	-0.09	-0.3	-0.56	-0.18	-0.17	-0.1	-0.17	-0.25	-0.03	-0.17	-0.22	-0.07	-0.23	0.34	0.34	0.01	0.1	-0.2	-0.4	-0.3	-0.06	-0.47	-0.43	-0.3	0.15	0.15	0.06	-0.09	-0.06	0.15	0.14	-0.62	-0.17	-0.23	-0.25	0.39	-0.15	-0.04	-0.34	-0.34	0.14	0.4	0.63	0.69	0.51	-0.36		0.01	-0.15	-0.45	0.39	-1.18		-0.06	-0.12	0.75	-0.74	-0.51	-0.79	-0.64		0.16	0.53	0.7	-0.2	-0.25	-0.06	-0.51	-0.36	-1.06	-0.56
+YMR129W	POM152 NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.38	-0.89	-0.71	-0.64	-0.32	-0.32	-0.14	-0.29	-0.04	-0.18	-0.06	-0.27	-0.62	-0.17	-0.03	0.1	-0.36	-0.38	-1	0.34	0.15	0.1	-0.06	0.06	0.23	0.48	0.25	0.5	0.06	0.1	-0.01	0.24	-0.06	-0.15	-0.42	0.24	0.11	-0.01	-0.1	-0.29	-0.12	0.03	-0.22	-1.09	-0.36	-0.6	-0.62	-0.45	-0.18	0.23	0.43	0.32	0.73	-0.86	-0.3	0.06		0.07		-0.64	-0.27	0.06	0.07	1.23	-0.6	-1.06	-0.34	-0.54	-0.06	0.07	-0.01	0.58	0.03	-0.1	-0.49	-0.49	-0.79	-1.47	-1.32
+YBL079W	NUP170 NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.47	-0.54	-0.58	-0.54	-0.29	-0.4	-0.1	-0.32	-0.22	-0.47	-0.3	-0.22	-0.4	-0.07	-0.14	0.04	-0.07	-0.3	-0.27	-0.71	-0.56	-0.27	-0.25	0.29	-0.07	0.15	0.16	0.07	-0.23	-0.1	-0.34	-0.18	0.28	-0.12	-0.36	0.1	0.07	0.03	-0.03	-0.29	-0.29	-0.09	-0.14	-0.71	-0.18	-0.67	-0.49	-0.23	-0.22	0.08	0.58	0.43	0.48	-0.15	0.4	0.16	-0.3	-0.42	-0.51	-0.81	-0.76	-0.36	-0.17	0.31	-0.6	-0.64	-0.4	-0.67	-0.1	-0.1	-0.2	0.18	0.07	-0.17	-0.32	-0.51	-0.45	- [...]
+YGL014W	NONE   AGING          SIR3P AND SIR4P LOCALIZATION	-0.15	-0.81	-0.43	-0.14	-0.2	-0.18	0.11	-0.07	-0.01	-0.25	-0.56	-0.34	-0.18	-0.14	0.04	-0.25	0.07	-0.12	-0.67	-1.03	-1	-0.34	-0.23	0.01	-0.25	-0.09	0.19	0.4	-0.42	0.03	-0.22	-0.12		0.26	-0.1	0.31	0.07	-0.04	-0.12	-0.18	-0.06	0.01	-0.14	-0.03	-0.51	-0.51	-0.54	-0.03	-0.01	-0.1	0.14	0.04	0.3	-0.36	-0.09	-0.34	0.04	0.15	-0.23	-0.69	-0.74	-0.49		0.37	-0.97	-0.92	-0.67	-0.62	0.1	-0.09	0.26	1.18	0.11	0.01	-0.18	-0.76	-0.62	-0.23	-0.81
+YOL130W	"ALR1   ALUMINUM RESISTANCE    ION TRANSPORTER, PUTATIVE"	0.11	-0.23	0.06	0.18	0.37	0.16	0.28		-0.03	0.11	0.06	0.21	-0.2	0.18	-0.12	0.14	-0.12	0.33	-0.38	-0.17	-0.06	-0.04	0.21	0.38	-0.04	0.29	0.12	0.16	-0.29	-0.04	0.03	-0.14	0.25	0.43	0.2	0.38	-0.22	0.3	-0.2	0.08	0.77	-0.14	-0.12	0.24	-0.2	-0.34	-0.47	-0.56	-0.79	-0.1	0.25	0.18	0.29	-0.89	0.28	0.24	-0.89	-0.01	-0.27	-0.94	-0.71	-0.27	-0.36	0.25	-0.69	-1.06	-0.71	-0.84	-0.36	-0.54	0.58	0.54	0.06	0.06		-0.89	-1.22	-0.81	-1.12
+YHR215W	PHO12  PHOSPHATE METABOLISM     SECRETED ACID PHOSPHATASE	-1.25	-0.4	0.11	0.24	-0.15	-0.15	0.32	1.05	1.82	1.58	1.84	1.04	0.58	-0.04	-0.23	-0.32	-0.29	0.33	-1.03	0.87	0.52	0.34	-0.12	0.19	-0.01	-0.04	-0.14	0.26	0.19	0.14	-0.06	-0.15	-1.79	-1.89	-2.56	-1.4	0.34	1.27	0.41	-0.49	-0.97	-0.51	0.42	0.29	-0.58	-1.32	-1.64	0.04	0.93	0.29	-0.23	0.12	0.42	1.06	-0.81	-0.22	0.67	-0.76	-0.01	-1.74	-1.84	-0.84	-1.03	-0.27	-0.6	-1.36	-1.56	-1.43	0.16	-0.43	-0.47	-0.2	0.48	0.55	0.28	-0.74	-0.94	- [...]
+YAR071W	PHO11  PHOSPHATE METABOLISM     SECRETED ACID PHOSPHATASE	-0.81	-0.32	0.32	0.16	-0.1	-0.25	0.57	0.45	1.92	2.13	1.57	1.53	0.65	0.15	-0.32	0.14	0.34	0.95	-1	1.13	0.36	0.2	0.18	0.11	0.18	-0.23	-0.4	-0.07	0.1	0.01	-0.3		-0.04	-0.07	0.08	-1.47	0.38	1.4	0.67	-0.6	-1.03		0.61	1.42	-0.47	-0.18	-0.94	0.37	1.1	0.54	-0.12	0.25	0.58	1.04	-0.71	-0.25	0.73	-0.71	0.11	-1.4	-1.51	-0.6	-1.12	0.3	-0.54	-1.4	-1.56	-1.32	0.76	0.6	0.15	1.18	0.49	0.37	0.4	-0.56	-1.22	-1.47	-1.84
+YBR093C	"PHO5   PHOSPHATE METABOLISM     ACID PHOSPHATASE, REPRESSIBLE"	-0.51	-0.76	-0.15	-0.38	-0.27	-0.76	0.12	0.08	1.72	1.64	1.37	0.96	0.24	-0.25	-0.54	0.01	0.04	0.79	-1.74	0.46	-0.1	-0.47	-0.23	-0.2	-0.43	-0.34	-0.27	0.08	-0.23	0.16	-0.04	-0.09		0.21	-0.09	-0.18	-0.62	-0.06	-0.58	1.21	0.15	-1.29	-0.92	0.23	-0.89	-0.2	-1	0.14	0.82	0.46	-0.22	0.2	0.5	0.57	-0.62	-0.23	0.3	-1.25	0.03	-1.43	-1.43	-0.6	0.07	-0.22	-0.56	-1.47	-1.69	-1.74	-0.04	-0.15	-1.43	-0.29	0.36	0.24	0.92	-0.25	-0.71	-1 [...]
+YOR335C	ALA1   PROTEIN SYNTHESIS     ALANYL-TRNA SYNTHETASE	0.2	-0.42	-0.45	-0.01	-0.12	-0.07	-0.01	-0.15	0.04	-0.27	-0.1	0.06	0.06	-0.15	0.1	0.21	-0.17	-0.04	-1.22	-0.36	-0.15	-0.06	0.04	0.11	0.2	0.12	0.03	0.44	0.01	-0.14	-0.34	-0.38	-0.3	0.03	-0.18	-0.12	0.36	-0.15	-0.56	-0.09	-0.23	-0.18	-0.25	0.18	-0.6	-0.22	0.14	-0.06	0.77	0.37	0.04	0.19	0.7	0.36	-0.58	-0.17	0.21	-0.81	-0.07	-1.56	-1.79	-0.92	-0.51	0.43	-0.89	-0.74	-0.67	-0.92	0.07	-0.69	-0.14	0.51	0.44	0.46	0.06	-0.69	-0.71	-1.74	-1.6
+YJR016C	ILV3   ISOLEUCINE AND VALINE BI DIHYDROXYACID DEHYDRATASE	-0.03	-0.47	-0.22	-0.42		-0.51	-0.69	-0.17	-0.07	-0.43	0.49	-0.15	-0.25	-0.32	0.26	0.37	-0.58	-0.67	-1.51	-0.47	-0.07	0.38	0.52	0.58	0.32	0.44	0.01	-0.25	-0.14	-0.25	-0.42	-0.12	-0.56	-0.3	0.06	0.2	0.33	0.21	0.16	0.11	-0.1	0.01	0.08	-0.09	-0.15	-0.23	-0.15	-0.06	1.74	1.28	0.48	0.84	1.24	0.54	-0.97	-0.2	-0.84	-1.94	-0.12	-1	-1.89	-0.62	-0.14	-0.17	-1.22	-0.71	-0.81	-1.22	-0.07	-0.23	-0.42	-0.64	0.34	0.46	0.15	-0.58	-0.54	-1 [...]
+YLR355C	ILV5   ISOLEUCINE AND VALINE BI KETOL-ACID REDUCTOISOMERASE	-0.25	-0.76	-0.43	-0.3	-0.04	-0.4	0.04	-0.17	0.19	0.41	0.18	0.16	0.21	-0.17	0.18	0.08	-0.2	0.19	-2.18	-0.1	-0.34	0.9	0.57	0.26	0.24	0.87	0.7	0.78	-0.14	0.24	0.54	0.5	0.06	0.14	0.29	0.14	0.49	0.51	0.48	0.41	0.11	0.3	0.39	0.48	0.07	0.08	0.03	-0.3	0.99	0.36	0.34	0.19	0.57	0.92	-0.49	-0.07	-2.06	-4.32	-0.81	-2.64	-1.15	-0.15	-0.4	-0.84	-0.23	-0.81	-0.84	-1.32	0.19		-0.12	-0.36	0.36	0.06	-0.45	-1.25	-1.22	-2.4	-2.12
+YML075C	HMG1   STEROL METABOLISM     3-HYDROXY-3-METHYLGLUTARYL-COENZYME A REDUCTASE	0.19	-0.2	-0.07	-0.22	-0.1	-0.32	0.18	0.01	0.1	-0.06	-0.12	0.11	0.1	-0.09	-0.18	-0.22	-0.14	-0.1	-0.56	0.25	-0.15	0.19	-0.32	-0.09	-0.1	-0.17	0.01	0.1	-0.17	0.03	0.03	-0.07	-0.32	-0.6	-0.6		0.04	0.03	0.14	-0.1	-0.1	-0.07	-0.32	-0.3	-0.42	-0.51	-0.54	-0.36	0.4	0.15	-0.27	-0.15	-0.18	0.06	-0.64	-0.79	0.08	-0.23	-0.12	-0.49	-0.17	-0.18	0.12	0.16	-0.94	-1.25	-0.56	-0.54	0.21	-0.51	0.3	0.69	0.06	0.03	0.11	-0. [...]
+YJR031C	GEA1   SECRETION        GDP/GTP EXCHANGE FACTOR FOR ARF	-0.79	-0.84	-0.58	-0.42	-0.1	-0.43	-0.2	-0.23	-0.09	-0.38	-0.49	-0.42	-0.36	-0.3	0.07	-0.38	-0.17	-0.47	-0.62	-0.94	-0.94	-0.43	-0.38	-0.07	-0.15	-0.12	0.03	0.14	-0.42	-0.2	-0.22	-0.47	-0.43	-0.58	-0.03	0.19	0.06	0.01	-0.89	-0.4	0.04	0.01	-0.32	0.15	-0.79	-0.69	-0.76		-0.2			-0.81		0.42		-0.62			-0.27	-0.54	-0.67	-0.15	0.29	-0.12	-0.62	-0.67	-0.71	-0.79	-0.17	-0.1	-0.15	0.08	0.06	0.11	0.04	0.01	-0.32	-0.43	-0.58
+YOR217W	RFC1   DNA REPLICATION     DNA REPLICATION FACTOR C 95 KD SUBUNIT	-0.2	-0.56	-0.47	-0.23	-0.07	-0.15	0.01	-0.14	-0.03	-0.23	0.12	-0.18	-0.22	-0.23	-0.03	0.03	0.07	-0.17	-0.18	-0.36	-0.22	-0.36	-0.32	-0.1	0.04	-0.12	0.04	0.01	-0.15	0.16		-0.09	-0.29	-0.36	-0.27	-0.25	-0.15	-0.23	-0.43	-0.34	-0.43	-0.17	-0.3	-0.49	-0.25	-0.51	-0.47	-0.18	0.06	0.12	-0.18	-0.32	-0.03	-0.07	-0.27	0.04	0.33	0.23	-0.15	-0.18	-0.32	-0.23	-0.17	-0.09	-0.29	-0.36	-0.22	-0.49	-0.18	-0.15	0.08	0.04	0.1	0.28	 [...]
+YLR335W	NUP2   NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.04	-0.6	-0.2	-0.15	0.42	-0.04	0.06	0.01	0.39	-0.3	0.73	-0.2	-0.03	0.04	0.37	0.6	-0.34	-0.62	-0.62	-0.34	-0.09	0.18	0.01	0.08	0.07	0.18	-0.01	0.06		0.04	-0.04	-0.25	-0.15	-0.36	-0.04	0.15	0.19	-0.03	-0.3	-0.34	0.08	0.19	-0.18	0.01	-0.04	-0.32	-0.2	-0.2	0.24	0.31	-0.06	-0.74	-0.6	-0.1	-0.42	-1.06	0.48	0.33	-0.27	-0.51	-0.42	0.1	-0.25	-0.81	-0.69	-0.42	-0.42	-0.43	0.23	-0.18	-0.42	0.28	0.21	0.32	0.3	-0.32	-0.36	-0.81	-1.15
+YJL076W	ESC5   SILENCING        UNKNOWN	-0.34	-0.79	-0.6	-0.43	-0.2	-0.3	0.14	-0.06	0.14	0.1	-0.27	-0.04	-0.14	-0.36	-0.15	0.08	0.25		-0.6	-0.34	-0.4	-0.06	0.07	-0.03	-0.04	0.07	0.41	0.5	-0.17	0.21	0.04	0.11	-0.23	-0.4	-0.34	-0.17	0.04	-0.1	-0.4	-0.84	-0.64	-0.25	-0.29	-1.18	-0.64	-0.89	-0.92	-0.34	0.06	0.7	0.49	-0.25	-0.18	-0.64	-0.4	-1.03	0.96	1.29	-0.17	-0.69	-0.81	0.73	0.21	0.41	-0.81	-0.94		-0.62	-0.09	-0.56	0.11	0.61	0.08	0.16	0.04	-0.23	-0.25	-0.43	-1.03
+YIL030C	SSM4   MRNA DECAY       UNKNOWN	0.11	-1.43	-0.22	-0.32	0.12	-0.1	0.5	0.15	0.24	0.12	0.24	0.1	-0.09	-0.14	0.29	0.18	0.34	-0.12	-0.94	0.03	-0.58	-0.3	-0.01	-0.27	0.12	-0.09	0.01	0.07	-0.23	0.44	0.01	0.08	-0.32	-0.27	-0.36	0.03	0.06	-0.58	-0.29	-0.1	-0.43	-0.3	-0.43	-0.17	-0.6	-0.42	-0.49	-0.54	-0.17	0.43	-0.04	-0.69	-0.38	-0.79	-0.6	-1.06	0.86	1.12	-0.17	-0.89	-0.6	0.84	0.11	-0.01	-0.97	-0.69	-0.17	-0.54	0.29	-0.45	-0.04	-0.18	-0.06	-0.04	-0.1	-0.42	-0.84	-1.29	-0.71
+YOR326W	"MYO2   CYTOSKELETON        MYOSIN, CLASS V"	-0.17	-0.54	-0.15	0.04	0.46	0.03	0.5		0.16	-0.3	-0.29	-0.15	0.48	-0.18	0.23	0.14	-0.18	0.03	-0.71	-0.56	-0.94	-0.17	-0.51	-0.17	-0.1	0.39	0.21	0.19	-0.45	0.19	-0.2		-0.22	-0.18	0.21	0.49	0.59	0.37	0.25	0.28	0.16	0.24	-0.79	-1.29	-0.17	-0.09	-0.01	-0.42	0.2	0.57	0.72	0.18	-0.01	-0.23	-0.18	-0.94	0.73	0.49	-0.62	-0.47	-0.86	0.62	0.08	-0.49	-0.74	-0.84	-0.18	-0.62	0.14	-0.17		-0.12	-0.23	-0.09	-0.06	-0.17	-0.01	-1.36	-1.47
+YAL029C	MYO4   CELL POLARITY       MYOSIN; ASYMMETRIC HO EXPRESSION	0.08	-0.2	-0.17	-0.18	-0.07	-0.27	-0.01	0.44	0.15	0.51	-0.58	0.33	-0.04	0.04	-0.23	0.67	0.24	0.42	-0.81	-0.32	0.24	0.07	-0.04	-0.12	0.41	-0.22	-0.03	0.4	0.06	0.12	-0.6	0.11	-0.25	-0.4	-0.12	-0.18	-0.54	-0.09	-0.36	-0.58	-0.06		-0.22	0.41	-0.45	-0.42	-0.34	0.06	-0.2	0.21	0.12	0.11	-0.4	-0.69	-0.15	-0.71	-0.4	0.32	-0.36	-0.89	-0.86	-0.23	-0.2	0.4	-0.84	-1	-0.38	-0.36	-0.29	-0.32	0.24	0.43	-0.06	0.87	0.12	-0.1	-0.23	-0.84	-1
+YHR007C	ERG11  STEROL METABOLISM     CYTOCHROME P450 LANOSTEROL 14A-DEMETHYLASE	-0.49	-1.22	-0.49	-1.09	-0.42	-0.4	0.24	-0.1	-0.04	-0.42	-0.22	-0.4	-0.25	-0.51	-0.1	-0.38	0.01	-0.4	-1.6	0.37	-0.22	-0.04	-0.15	-0.2	-0.71	-0.62	-0.36	-0.1	-0.54	-0.32	-0.32	-0.47	-0.36	-0.42	-0.45	0.29	0.37	0.04	0.11	0.06	-0.27		-0.04	-1.06	-0.56	-0.64	-0.79	-0.12	-0.4	-0.81	-0.51	0.18	-0.27	0.12	0.15	0.41	0.16	-0.45	-0.71	-1.56	-1.69	-1.29	-0.42	-1.4	-1.15	-2	-0.81	-0.49	-0.25	-1	-1.56	-1.4	0.01	0.06	0.4	- [...]
+YLR098C	CHA4   SER/THR METABOLISM    CHA1 ACTIVATOR	-0.67	-0.62	-0.86	-0.76	-0.84	-0.2		0.18	0.39	0.52	-0.15	-0.14	-0.43	-0.71	-0.47	-0.12		0.15	-0.54	-0.27	1.48		-0.1	-0.04	-0.1	0.2	0.34	0.57	0.28	0.21	0.18	0.38	-0.09	-0.15	0.12	2.71	0.03	-0.04	0.07	-0.06	-0.22	-0.09	-0.1	-0.27	-0.22	0.07	-0.23	-0.1	-0.14	-0.4		-0.03	0.41	0.2	0.18	-0.04	0.04	-0.04	-0.09	-0.42	-1.03	-0.38	0.37	0.26	-1.06	-1.4	-0.67	-0.51	-0.15	-0.94	-0.67	-1.69	0.14	-0.01	0.18	-0.03	-0.32	-1.18	-0.71
+YPL036W	PMA2   H+ HOMEOSTASIS      PLASMA MEMBRANE H+-ATPASE	-0.74	-0.97	-1.09	-1.12	-0.79	-0.76		-0.12	0.26	0.08	-0.29	-0.36	-0.54	-0.81	-0.56	-0.27	-0.18	0.07	-0.71	-0.03	-0.32	0.52	0.14	-0.15	0.52	0.01	0.18	0.52	0.19	-0.01	0.12	0.45	-0.38	-1.36	-1.51	-0.27	0.34	0.59	-0.2	-0.6	-0.67	-0.54	0.06		-0.71	-0.76	-0.81	-0.29	0.07	-0.49	-1.18	-0.04	0.72	0.32	-0.79	0.46	-0.51	-2	-0.03	-0.22	-1.15	-0.27	0.28	0.31	-1.03	-1.89	-0.86	-0.67	-0.06	-0.76	-0.89	-0.3	-0.34	-0.47	-0.17	-0.29	-0.64	-1.29	-0.94
+YGL008C	PMA1   H+ HOMEOSTASIS      PLASMA MEMBRANE H+-ATPASE	-0.67	-0.67	-0.69	-0.64	-0.67	-0.04	-0.06	0.33	0.59	0.78	0.5	0.06	-0.32	-0.17	-0.14	0.58	-0.03	0.5	-0.81	-0.25	0.25	0.21	0.24	0.48	0.45	0.52	0.65	1	0.67	0.67	0.57	0.63	-0.71	-1.51	-1.69	-0.04	0.37	0.86	-0.18	-0.64	-0.4	0.12	0.43	0.59	-0.81	-1	-0.97	0.24	0.32	-0.62	-1.29	-0.4	-0.67	0.77	-0.69	-0.47	-1.12	-2.74	0.29	-0.3	-1.12	-0.3	0.42	0.21	-1.4	-1.89	-0.54	-0.42	-0.17	-0.97	-1.03	-0.54	0.23	0.23	0.11		-0.29	-1.43	-1.51
+YML123C	PHO84  TRANSPORT        INORGANIC PHOSPHATE PERMEASE	-0.79	-0.84	-0.64	-0.69	-0.1	-0.27	0.42	0.04	0.43	-0.07	0.1	-0.27	-0.12	-0.3	-0.25	-0.32	-0.25	-0.2	-3.06	0.79	0.31	0.64	0.4	0.31	-0.09	-0.43	-0.42	0.1	-0.36	-0.3	-0.54	-0.54	0.12	-0.25	-0.4	0.82	0.84	0.9	0.42	0.32	0.36	0.58	0.58	-0.38	-0.49	-0.69	-0.45	-0.07	-0.81	-0.34	-1.6	-1.29	-0.86	-0.67	-1.43	-0.69	-1	-2.84	-0.23	-2.64	-0.74	0.62	-0.38	0.36	-0.62	-3.06	-0.92	-0.84	-0.38	0.56	-0.69	-0.2	0.51	0.5	0.55	-0.56	-0.67	-2.25	-1.69
+YJL133W	MRS3   TRANSPORT        MITOCHONDRIAL CARRIER	0.23	0.3	0.21	0.28	0.39	0.2	0.14	-0.06	-0.06	0.06	-0.12	-0.27	0.2	-0.36	0.12	-0.34	0.24	-0.27	-0.36	-0.3	-0.38	-0.07	-0.27	-0.34	0.15	0.1	0.11	-0.25	-0.15	0.1	-0.1	-0.09	0.58	0.07	-0.06	-0.03	0.12	0.07	-0.09	0.1	-0.27	-0.25	0.04	-0.3	-0.36	-0.42	-0.36	-0.4	-0.51	-0.38	-0.23	-0.29	-0.56	-0.07	-0.45	-0.62	-0.62	-0.54	-0.17	-0.58	-0.51	-0.27	-0.14	-0.04	-0.15	-0.62	-0.69	-0.42	0.18	-0.29	0.23	-0.22	0.03	0.1	0.38	-0.62	-0.6	-0.32	-0.38
+YJR147W	HMS2   PSEUDOHYPHAL GROWTH    TRANSCRIPTION FACTOR	-0.6	-0.97	-0.89	-1.47	-0.56	-0.94	-0.45	-0.79	-1.03	-1.09	-1.06	-0.58	-0.36	-0.62	-0.34	-0.43	-0.29	-1.09	-0.36	0.2	-0.15		0.21	0.1	0.19	0.18	0.07	-0.12	-0.07	-0.03	-0.09	0.23	0.57	0.65		-0.51	-0.32	0.04	0.21	0.31	-0.29	0.08	0.07	0.36	-0.3	0.12	0.03	-0.34	0.2	-0.84	-1.4	-1	-0.2	0.73	-0.86	0.34	-0.79	-2.12	0.12	-0.56	-0.18	0.4	0.46	1.08	-0.18	-1.32	-0.81	-0.84	0.18	0.07	0.25	-0.14	-0.06	-0.06	-0.27	-1.03	-0.76	-0.81	-0.45
+YLR130C	ZRT2   TRANSPORT        ZINC TRANSPORTER	-0.29	-0.3	-0.34	-0.79	-0.67	-0.89	-0.42	-0.97	-0.45	-0.58	-0.58	-0.64	-0.34	-0.86	-0.36	-0.89	-0.25	-0.67	-0.23	-0.54	-0.23	-0.38	-0.04	-0.1	-0.32	-0.34	-0.09	-0.23	-0.29	-0.23	-0.23	-0.17	0.23	-0.01	-0.38	-0.12	0.26	0.32	0.55	0.2	-0.29	0.06	0.18	-1.32	-0.22	-0.47	-0.42	-0.22	-0.03	-0.3	-0.81	-0.2		0.66	-0.97	0.04	-0.76	-1.94	-0.12	-1.03	-0.71	-0.56	-0.4	-0.15	-0.67	-0.97	-1.15	-1.36	-0.67		-0.97	-0.43	0.15	0.38	0.39	-0.12	-0.04	-0.43	-0.71
+YPR138C	MEP3   TRANSPORT        AMMONIA PERMEASE	-0.62	-1.06	-0.36	-0.36	-0.27	0.11	-0.38	-0.25	-0.43	-0.56	-0.23	-0.45	-0.29	-0.51	-0.06	-0.45	0.1	-0.47	0.84	-0.22	-0.1	-0.45	-0.06	-0.4	-0.49	-0.1	-0.27	-0.4	-0.67	-0.27	-0.25	-0.36	-0.38	-0.74	-0.42	0.52	0.59	0.38		0.14	0.03	0.1	0.08	-0.27	-0.32	-0.32	-0.17	-0.45	0.32	-0.54	-0.71	-0.89	-0.71	0.89	-0.4	0.11	-0.76	-1.51	-0.36	0.16	-0.3	-0.64	0.43	-0.29	-0.54	-0.89	-0.84	-1.15	-0.69	0.08	-0.42	-0.27	0.18	-0.1	-0.01	-0.36	-0.3	-0.34	-0.25
+YDL042C	"SIR2   SILENCING        REULATOR OF SILENCING AT HML, HMR, TELOMERES"	0.07	-0.47		-0.25	-0.07	-0.62	-0.29	-0.71	-0.36	-0.3	0.06	-0.25	0.1	-0.43	-0.4	-0.58	-0.22	-0.3	-0.62	-0.2	-0.29	-0.3	0.11	-0.1	-0.6	-0.1	-0.23	-0.14	-0.38	-0.4	-0.38	-0.32	0.36	0.33	0.21	-0.14		-0.03		-0.03	-0.15	-0.09	-0.07	-0.67	-0.22	-0.27	-0.22	-0.32	0.68	-0.32	-0.86	-0.17	-0.54	1.04	-0.45	-0.45	0.4	-1.22	-0.3	-0.92	-0.45	-0.51	-0.34	-0.15	-0.47	-0.36	-0.76	-0.84	-0.79	-0.14	-0.18	-0.4	-0.09	-0.38	-0.54	- [...]
+YOL140W	ARG8   ARGININE BIOSYNTHESIS    ACETYLORNITHINE AMINOTRANSFERASE	-0.07	-0.58	-0.74	0.01		-0.04	-0.18	-0.36	-0.23	-0.34	-0.27	-0.45	-0.29	0.06	-0.47	-0.56	0.01	-0.01	-0.69	-0.67	0.34	0.2	0.23	0.15	0.07	0.38	0.04	0.29	0.07	-0.07	-0.17	0.1	0.34	0.37	0.23	0.07	-0.25	-0.09	-0.27	-0.09	0.16	-0.14	-0.22	0.04	0.24	0.53	1.07	-0.06	0.36	-0.67	-0.25	-0.23	-0.06	1.14	-0.06	-0.22	-0.25	-1.36	-0.42	-1.12	-0.15	-0.36	0.34	0.16	-0.38	-0.89	-0.79	-0.67	-0.18	0.52	-0.58	-0.15	0.07	-0.17	-0.04	-0.6 [...]
+YDR135C	YCF1   TRANSPORT        VACUOLAR GLUTATHIONE S-CONJUGATE TRANSPORTER		-0.29	0.15	0.44	0.55	-0.23	0.12	0.15	0.4	0.29	1.17	-0.04	0.11	-0.81	0.88	0.15	0.01	0.29	-0.64	-0.38	-0.09	0.06	-0.34	-0.6	-0.45	-0.56	-0.2	-0.2	-0.49	-0.51	-0.71	-0.32	-0.42	-0.32	-0.42	-0.29	-0.49	-0.22	-0.23	0.32	0.37	-0.81	-0.67	0.16	-0.54	-0.15	-0.67	-0.27	-0.56	-0.67	-0.94	-0.84	-0.58		-0.3	-0.15	-0.3	-0.45	-0.45	-0.71	-0.4	0.5	-0.47	0.82	-0.97	-0.76	-0.62	-0.67	-0.14	0.15	0.7	0.07	-0.06	0.14	-0.1	-0.1	-0. [...]
+YNR015W	"SMM1   PROTEIN SYNTHESIS, MITOC UNKNOWN"	0.15	-0.79	0.07	-0.36	0.48	-0.56	0.11	-0.18	0.04	-0.1	-0.03	-0.27	0.01	-0.22	-0.03	-0.12	-0.03	0.04	-1.12	-0.58	-0.67	-0.18	0.01	-0.4		-0.17	-0.25	-0.34	-0.49	-0.29	-0.51	-0.09	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.4	-0.03	-0.09	-0.27	-0.64	-0.58	0.06	-0.43	-0.56	0.07	-0.36	-0.14	-1.06	-0.38	0.14	0.2	0.24	-0.22	-0.76	-0.76	-0.76	-0.12	0.32	0.45	-0.14	-0.2	-0.43	-0.29	-0.74	-0.81	-0.49	-0.01
+YNR017W	MAS6   MITOCHONDRIAL PROTEIN TA INNER MEMBRANE TRANSLOCASE COMPONENT	-0.15	-0.86	0.08	-0.36	0.24	-0.6	-0.15	-0.47	-0.15	-0.29	0.18	-0.2	-0.12	-0.64	-0.18	-0.45	-0.18	-0.34	-0.74	-0.58	-0.4	-0.25	0.08	-0.18	0.1	0.06	0.04	-0.03	-0.34	0.01	0.14	-0.07	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.29	-0.94	-0.56	-0.67	-0.43	-0.54	-0.29	-0.54	-0.01		-1.6	0.07	-0.51	-0.23	0.32	0.31	-0.1	0.04	-0.76	-0.27	-0.6	0.26	0.08	1.12	-0.03	-0.29	-0.23	-0.23	- [...]
+YNL316C	PHA2   PHENYLALANINE BIOSYNTHES PREPHENATE DEHYDRATASE	0.03	0.03	-0.25	-0.17	-0.27	-0.43	-0.01	0.08	-0.04	-0.38	-0.4	-0.2	-0.12	-0.27	-0.22	-0.3	0.3	-0.17	0.29	-0.36	-0.18	0.16	-0.15	-0.29	-0.42	-0.29	-0.49	-0.42	-0.15	-0.62	-0.45	-0.34	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.54	-0.25	-0.18	-0.3	-0.42	-0.62	-0.1	-0.36	-0.6	-0.14	-0.23	-0.14	-0.32	0.48	-0.2	-0.01	0.18	-0.67	-0.67	-0.81	0.08	-0.32	0.1	0.08	0.03	-0.04	0.01	-0.12	-0.69	-0. [...]
+YOR334W	"MRS2   MRNA SPLICING, MITOCHOND UNKNOWN"	-0.14	-0.58	-0.34	-0.17	0.01	-0.36	-0.23	-0.2	-0.2	-0.23	-0.34	-0.34	-0.15	-0.47	-0.51	-0.4	-0.18	-0.45	-0.18	-0.25	-0.23	-0.18	0.04	-0.3	-0.43	-0.36	-0.36	-0.34	-0.34	-0.69	-0.56	-0.45	-0.27		0.03	-0.54	-0.42	-0.25	-0.36	-0.18	-0.3	-0.27	-0.38	0.32	-0.79	-0.34	-0.1	-0.42	-0.1	-0.18	0.03	-0.12	-0.94	-0.12	-0.25	0.01	-0.56	0.33	-0.12	-0.71	0.1	0.06	-0.23		-0.56	-0.71	-0.84	-0.42	0.15	-0.07	-0.09	-0.17	-0.34	-0.49	-0.4	-0.15	-0.36	-0.17	-0.58
+YHR062C	RPP1   RRNA AND TRNA PROCESSING RNASE P AND RNASE MRP SUBUNIT	-0.09	-0.69	-0.45	-0.51	0.12	-0.3	0.33	-0.62		-0.04	-0.4	-0.15	0.03	-0.4	-0.25	-0.17	-0.15	-0.15	-0.81	-0.64	-0.34	-0.3	0.12	0.3	-0.01	0.29	0.11	0.03	-0.12	-0.43	-0.45	-0.18	0.21	0.19		-0.18	-0.29	-0.43	-0.06	0.56	0.75	-1.64	-0.36	0.23	-0.74	-0.62	-1.06	-0.38	-0.34	-0.15	-0.4	-0.2	-0.12	-0.17	-0.07	-0.2	-0.94	-0.43	-0.17	-1.18	-0.12	-0.25	-0.2	-0.2	-0.07	-0.69	-0.79	-0.92	-0.54	0.23	-0.74	0.01	-0.09	0.12	0.11	-0.4	-0.5 [...]
+YLR014C	PPR1   PYRIMIDINE BIOSYNTHESIS  TRANSCRIPTION FACTOR	-0.14	-0.22	-0.27	-0.01	-0.06	-0.23	-0.04	0.1	-0.1	0.04	-0.17	-0.07	-0.29	-0.22	-0.03	-0.2	0.36	-0.18	-0.84	-0.54	-0.29	-0.09	0.18	0.12	-0.29	-0.18	-0.04	-0.01	-0.62	-0.79	-0.58	-0.74	0.19	0.36	0.16	0.04	-0.3	-0.38	-0.49	-0.09	0.87	-0.69	-0.12	-0.15	-0.45	-0.25	-0.62	-0.27	-0.6	-0.09	0.21	0.25	0.12	-0.25	-0.07	-0.01	-0.94	-0.45	-0.43	-0.71	-0.34	0.18	0.08	-0.36	-0.54	-0.74	-0.76	-0.54	-0.18	0.44	-0.58	-0.32	-0.1	-0.29	-0.04	-0. [...]
+YDR110W	FOB1   DNA REPLICATION(PUTATIVE FORK BLOCKING PROTEIN	-0.18	-0.42	-0.4	-0.04	-0.09	-0.22	0.06	0.07	-0.12	-0.09	-0.23	-0.01	0.12		-0.17	-0.17	0.06	0.2	0.11	0.16	-0.01	-0.14	0.24	0.08	-0.42	-0.18	0.03	0.11	0.21	-0.2	-0.17	-0.04	0.32	0.54	0.32	-0.4	-0.3	-0.2	-0.2	-0.07	-0.42	-0.54	-0.4	-0.32	-0.25	-0.69	-0.47	-0.3	-0.32	-0.32	-0.58	-0.15		-0.12	-0.42	-0.18	-0.14	0.14	-0.64	-0.69	-0.17	-0.36	-0.12	-0.2	-0.51	-0.47	-0.89	-0.45	-0.09	0.51	-0.54	-0.36	-0.32	-0.3	0.26	-0.3	-0.54	0.1	-0.67
+YPL008W	"CHL1   MITOSIS        KINETOCHORE PROTEIN, DEAH BOX FAMILY"	0.77	-0.29	0.03	0.18	-0.14	-0.38	-0.12	-0.38	-0.03	-0.15	-0.07	-0.07	0.11	-0.14	-0.1	-0.29	-0.49	-0.38	-0.69	-0.58	-0.27	-0.1	-0.09	-0.01	-0.06	-0.27	-0.22	-0.14	-0.22	-0.36	-1	-0.23	0.19	0.12	0.26	-0.12	-0.32	-0.51	-0.29	-0.1	-0.1	-0.6	-0.38	-0.43	-0.14	-0.32	-0.51	-0.58	-0.36	-0.15	-0.22	-0.27	-0.01	-0.04	-0.2	-0.51	-0.76	-0.42	-0.09	-0.54	-0.04	0.24	-0.01	0.58	-0.38	-0.34	-0.6	-0.64	-0.04	0.5	0.36	0.24	-0.2	-0.15	-0. [...]
+YKL139W	CTK1   TRANSCRIPTION       PROTEIN KINASE; PHOSPHORYLATES RNA POL. II SUBUNIT	-0.17	0.12	-0.03	-0.03	-0.09	-0.23	-0.07	-0.1	0.11	-0.32	0.15	-0.36	-0.07	-0.18	-0.12	-0.06	-0.25	-0.38	-0.22	-0.3	-0.07	0.07	-0.03	-0.1	0.11	-0.17	-0.18	-0.27	-0.29		-0.18	-0.14	-0.17	0.08	-0.04	-0.81	-0.84	-0.36	-0.45	0.16	-0.09	-1.06	-0.22	0.03	-0.58	-0.12	-0.22	-0.03	-0.34	0.06	-0.34	-0.38	0.04	-0.51	-0.34	0.08	-0.36	-0.06	0.06	-0.42	0.18	-0.01	-0.06	0.11	-0.22	-0.25	-0.6	-0.69	0.15	0.39	0.24	0.5	0. [...]
+YDL205C	HEM3   HEME BIOSYNTHESIS     PHORPHOBILINOGEN DEAMINASE (UROPORPHYRINOGEN SYNTHASE)	-0.43	-0.86	-0.2	-0.94	-0.1	-0.79	-0.64	-0.92	-0.2	-0.86	0.24	-0.18	-0.29	-0.56	-0.71	0.46	-1.09	-0.34	-0.62	-1.03			-0.42	-0.58	-0.62	-0.18	-0.51	-0.54	-0.64	-0.69	-0.58	-0.38	-0.14	0.43	0.3	-0.18	-0.67	-0.64	0.07	0.56		-1.47	-0.62		-1.18	-0.4	-0.58	-0.22	-0.74	-0.64	-0.92	-0.43	-0.29	-0.27		-0.27	-0.38	-0.6	0.03	-0.76	-0.36	-0.58	-0.42	0.36	-0.81	-0.27	-1.6	-1.12	0.04	0.37	0.18	0.9	-0.51	0.99	-0 [...]
+YGR233C	PHO81  CELL CYCLE       PHO85P KINASE INHIBITOR	0.06	-0.4	-0.49	-0.45	-0.38	-0.15	-0.29	-0.32	0.07	0.2	0.37	-0.01	-0.1	-0.32	-0.38	-0.12	-0.76	-0.18	-0.2	0.38	-0.06	0.61	0.07	0.15	-0.06	0.16	-0.12	0.07	0.1	0.18	-0.3	0.24		-0.09	0.1	-0.23	-0.81	-0.71	-0.34	0.82	0.37	-1.09	-0.69	0.51	-1.06	-0.14	-0.64	0.19	-0.17	0.07	-0.14	-0.03	0.26	-0.36	-0.3	-0.23	-0.17	-0.34	-0.12	-0.69	-0.14	0.4	-0.43	-0.03	-0.29	-0.36	-1.12	-0.64	-0.07	0.55	0.15	0.62	0.11		0.49	-0.56	-0.4	-0.76	-0.71
+YIL115C	NUP159 NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.3	-0.71	-0.12	-0.51	-0.03	-0.42	-0.12	-0.17	0.04	-0.2	-0.03	-0.15	-0.17	-0.38	-0.23	-0.22	-0.09	-0.1	0.08	-0.34	-0.34	-0.49	-0.2	-0.12	-0.56	-0.23	-0.29	-0.38	-0.3	-0.38	-0.32	-0.29	0.07	-0.12	-0.17	0.65	-0.07	0.04	-0.89	-0.36	-0.22	-0.51	-0.58	0.01	-0.86	-0.09	-1.32	-0.25	-0.6	-0.27	-0.34	-0.2	0.06	-0.56	0.16	-0.03	-0.34	-0.38	-0.54	-0.49	-0.56	-0.54	0.14	0.97	-1.64	-0.76	-0.89	-0.76	-0.64	-0.32	-0.25	-0.03	0.04	0.03	0.26	- [...]
+YPR164W	KIM3   DIEPOXYBUTANE AND MITOMY UNKNOWN	-0.58	-0.67	-0.51	-0.14	-0.4	-0.42	-0.36	-0.25	-0.04	-0.23	-0.03	-0.38	-0.36	-0.51	-0.09	-0.14	0.08	-0.15	-0.62	-0.4	-0.58		-0.42	-0.56	-0.89	-0.54	-0.4	-0.42	-0.64	-0.34	-0.62	-0.49	-0.32	0.1	-0.34	-0.27	-0.47	-0.17	-0.36	0.07	-0.38	-0.62	-0.3	-0.43	-0.43	-0.62	-0.42	-0.29	-0.29	-0.38	-0.34	-0.3	-0.45	-0.47	-0.15	-0.3	-0.03	-0.01	-0.62	-0.67	-0.45	0.11	0.06	-0.14	-1.22	-0.58	-0.62	-0.71	-0.14	-0.06	0.29	0.12	0.03		-0.04	-0.04	-0.18	-0.4	-0.32
+YER060W	FCY22  TRANSPORT        PURINE-CYTOSINE PERMEASE	-0.14	0.11	-0.06	0.44	0.29	0.34	0.23	-0.04	0.18	-0.27	0.86	-0.34	-0.01	-0.25	0.82	0.11	-0.34	-0.42	-0.67	-0.6	-0.27	0.1	-0.29	-0.22	-0.4	-0.43	-0.23	-0.22	-0.81	-0.69	-0.54	-0.32	0.04	-0.36	-0.54	-0.25	-0.25	-0.14	-0.09	-0.07	0.39	-0.34	-0.1	0.49	-0.58	-0.34	-0.43	-0.18	0.26	0.41	0.04	0.03	0.46	-0.22	-0.84	-0.4	-0.74	-0.97	-0.29	-0.58	-0.38	0.3	-0.54	0.46	-0.36	-0.47	-1.29	-1.15	0.19	0.16	0.66	0.01	-0.03	0.3	0.37	-0.56	-0.42	-1.22	-1.69
+YNL271C	"BNI1   BUD SITE SELECTION, BIPO INTERACTS WITH RHO1P"	-0.36	-0.45	-0.07	0.16	0.49	0.16	-0.22	-0.17	0.08	-0.29	0.7	-0.38	-0.01	-0.54	0.43	0.04	0.1	-0.34	-0.51	-0.67	-0.43	-0.3	-0.36	-0.64	-0.43	-0.4	0.04	-0.25	-0.58	-0.29	-0.1	-0.38	-0.03	-0.06	-0.04	-0.14	-0.12	-0.14	0.25	0.12	0.07	-0.22	-0.17	-0.06		-0.45	-0.12	-0.36	-0.09	0.03	-0.23	-0.18	-0.18	-0.01	-0.27	-0.54	0.08	0.14	-0.2	-0.2	-0.54	-0.3	-0.22	0.15	-0.38	-0.38	-0.76	-0.58	0.06	-0.18	0.11	-0.1	0.06	0.04	0.08	-0.01	-0.07	-0 [...]
+YBR017C	KAP104 NUCLEAR PROTEIN TARGETIN BETA-KARYOPHERIN	-0.14	-0.42	0.06	-0.2	0.23	0.29	0.08	0.1	0.12	0.04	0.62	0.31	0.03	-0.09	0.44	0.06	0.14	-0.25	-0.69	-0.56	-0.43	-0.47	-0.36	-0.97	-0.89	-0.29	-0.15	-0.14	-0.6	-0.07	-0.17	-0.49	-0.97	0.21	-0.18	-0.17	-0.04	-0.03	0.06	0.03	-0.1	-0.01	-0.22	0.32	-0.3	-0.62	-0.42	-0.12	-0.2	-0.54	-0.81	-0.58	-0.04	0.32	-0.25	0.32	-0.32	-0.74	0.03	-0.38	-0.36	0.59	0.15	0.39	-0.45	-0.54	-1.12	-0.79	0.49	-0.1	-0.07	-0.54	0.29	0.08	0.14	-0.29	-0.07	-0.84	-1
+YNL328C	MDJ2   PROTEIN FOLDING     MITOCHONDRIAL CHAPERONIN	-0.76	-0.6	-0.32	1.02	0.07	-0.14	-0.38	-0.17	-0.51	-0.17	0.04	0.14	-0.3	-0.23	-0.3	0.1	-0.4	-0.32	-0.25	-0.49	-0.34	0.1	0.19	-0.42	-0.09	-0.32	-0.6	-0.25	0.03	-0.18	-0.47	-0.03	-0.23	0.29	-0.89	-0.97	-1.03	-0.58	0.18	-0.27	-0.71	-1.06	-1.18	0.03	-0.34	-0.32	-0.97	-0.43	0.07	-0.18	-0.18	-0.54	-0.3	-0.22	-0.4	0.25	0.19	-0.47	0.18	-0.25	-0.17		0.07	0.3	-1.03	-0.62	-0.94	-0.64	-0.15	0.3	0.21	-0.15	-0.29		-0.04	-0.36	-0.01	-0.36	-0.04
+YBR055C	PRP6   MRNA SPLICING       U4/U6 SNRNP PROTEIN	-0.07	-0.32	-0.17	-0.6	-0.06	-0.62	-0.25	0.52	-0.12	-0.25	-0.04	0.1	-0.34		-0.17	-0.04	-0.23	-0.27	-0.32	-0.74	-0.25	-0.56	-0.04	-0.67	-0.42	-0.74	-0.2	-0.23	-0.51	-0.29	-0.32	-0.51	0.31	0.55	0.28	-0.45	-0.12	0.12	0.01	-0.09	-0.32	-0.23	-0.27	0.1	-0.47		-0.22	-0.2	0.14	0.15	-0.25	-0.22	-0.18	0.06	-0.45	-0.36	-0.38	-0.04	-0.69	-0.14	-0.06	-0.09	0.08	-0.25	-0.67	-0.1	-0.69	-0.81	-0.17	0.78	0.96		-0.01	-0.12	0.15	-0.06	0.16	-0.36	-0.51
+YBR081C	SPT7   CHROMATIN STRUCTURE    HISTONE ACETYLTRANSFERASE COMPLEX SUBUNIT	-0.45	-0.64	-0.3	-0.2	-0.29	0.08	-0.09	1.04	-0.15	0.24	-0.22	0.16	-0.22	-0.49	0.11	0.6	0.19	-0.04	-0.09	-0.51	-0.42	-0.32	-0.43	-0.18	-0.49	-0.27	-0.36	-0.2	-0.6	-0.3	-0.29	-0.49	-0.17	-0.09	0.21	0.01	-0.54	-0.34	-0.36	0.89	-0.17	-0.64	-0.49	0.04	-0.14	-0.51	-0.54	-0.03	-0.04	-0.06	0.04	-0.07	-0.12	-0.29	-0.2	-0.14	-0.04	0.2	-0.42	-0.49	-0.17	0.23		0.46	-0.81	-0.36	-0.74	-0.74	-0.14	0.52	0.9	0.03	0.06	-0.03	0 [...]
+YOR346W	REV1   DNA REPAIR       DEOXYCYTIDYL TRANSFERASE	-0.25	0.51	-0.17	0.24	-0.1	-0.14	0.06	-0.03	-0.14	0.04		-0.36	-0.34	-0.22	0.29	-0.07	-0.09	0.28	-0.97	0.14	-0.56	-0.4	-0.49	-0.47	-0.42	0.18	0.12	0.19	-0.43		-0.17	-0.06	-0.18	-0.01	0.08	0.52	-0.43	-1.22	0.06	0.2	0.3	-0.56	-0.03	0.15	-0.23	-0.17	-0.23	-0.6	0.01	-0.2	-0.1	-0.45	-0.36	0.31	-0.36	-0.69	-0.09	-0.34	-0.22	0.01	-0.3	-0.09	-0.04	0.07	-0.47	-0.69	-0.76	-0.89	-0.01	-0.03		0.03	-0.25	-0.23	-0.09	-0.2	-0.23	-0.51	-0.42
+YJL098W	SAP185 CELL CYCLE       SIT4P-ASSOCIATED PROTEIN	-0.32	-0.69	-0.47	0.34	0.11	-0.45	-0.06	0.24	-0.14	0.01	-0.27	-0.01	-0.07	-0.32	-0.14	-0.07	0.16	-0.22	1.51	-0.34	-0.38	0.21	0.16	0.2	0.11	0.26	0.14	-0.04	-0.62	-0.22	-0.38	-0.3	-1.09	0.32	0.32	0.04	1.17	-0.2	-0.36	-0.18	-0.17	-0.17	-0.32	-0.17	-0.45	-0.62	-0.81	-0.49	-0.92	-0.4	-1	-0.69	-0.71	-0.6	-0.6	-0.51	-1.15	-0.97	-0.15	-1.15	-0.18	0.19	-0.15	-0.12	-0.84	-0.89	-0.94	-1.51	-0.29	0.52	0.16	0.25	-0.04	-0.4	-0.29	-0.09	-0.89	-1. [...]
+YFL025C	BST1   SECRETION        NEGATIVE REGULATOR OF COPII VESICLE FORMATION	-0.27	-0.27	-0.12	-0.14	-0.01	-0.32	-0.38	-0.42	0.04	-0.34	-0.25	-0.27	0.07	-0.27	-0.18		-0.45	-0.18	-0.67	-0.25	-0.27	-0.29	-0.14	-0.23	0.14	0.19	0.04	-0.07	-0.06	-0.23	-0.23	0.01	-0.79	-0.3	0.2	-0.29	-0.49	-0.43	-0.47	0.03	0.04	-0.4	-0.45	-0.45	-0.64	-0.54	-0.51	-0.32	-0.22	-0.51	-0.51	-0.56	-0.42	0.26	-0.81	-0.1	0.11	0.12	-0.17	-0.2	-0.23	0.08	0.01	-0.6	-0.94	-0.62	-0.51	-1	-0.1	0.52	-0.47	-0.2	0.01	0.5	0.39 [...]
+YBR153W	RIB7   FLAVIN BIOSYNTHESIS    HTP REDUCTASE	0.52	-0.6	-0.04	-0.51		0.01	-0.09	0.6	-0.01	-0.03	-0.06	-0.23	-0.18	-0.34	-0.27	0.24	0.14	-0.07	-0.79	-0.69	-0.67	-0.47	-0.25	-0.71	-0.67	-0.32	-0.17	-0.34	-0.69	-0.29	-0.6	-0.34	-0.1	0.08	-0.51	-0.58	-0.18	-0.22	-0.18	0.2	-0.38	-0.97	-0.6	-0.3	-0.49	0.03	-1.03	-0.1	-0.34	0.06	-0.06		-0.56	-0.51	-0.2	-0.2	-0.58	-0.42	-0.6	-0.79	0.19	-0.07	-0.34	-0.34	-0.29	-0.45	-0.58	-0.84	0.1	0.19	-0.38	-0.92	0.04	0.04	0.08	-0.38	-0.17	-0.32	-0.15
+YDL122W	"UBP1   PROTEIN DEGRADATION, UBI UBIQUITIN-SPECIFIC PROTEASE"	0.1	-0.32	-0.4	-0.22	-0.18	-0.01	0.23	0.08	-0.1	-0.01	-0.23	-0.04	0.06	-0.25	-0.09	0.11	0.16	-0.01	0.29	-0.43	-0.27	0.12	0.15	0.01	-0.1	-0.29	-0.15	0.11	-0.23	-0.27	-0.36	-0.36	0.29		-0.3	-0.29	-0.51	-0.07	-0.45	0.16	-0.79	-1.25	-0.32	0.49	-0.94	-0.43	-0.89	-0.01	-0.03	-0.64	-0.32	-0.27	-0.4	0.24	0.32	1	0.11	-0.32	-0.29	-1.03	-0.89	0.16	-0.23	0.01	-0.36	-0.79	-0.34	-0.18	-0.64	-0.74	-0.47	0.06	-0.17	0.1	-0.07	-0.25	-0. [...]
+YGL105W	ARC1   TRNA AMINOACYLATION    G4 NUCLEIC ACID BINDING PROTEIN	0.19	-0.29	0.04	0.12	-0.04	0.19		0.26	0.24	0.06	0.34	0.15	0.18	0.11	0.06	0.29	0.14	0.15	0.48	0.38	0.68	0.82	0.57	0.41	0.38	0.44	0.31	0.33	0.49	0.15	0.32	0.33	-0.06	0.03	0.15	-0.04	-0.3	-0.2	-0.04	-0.07	-0.06	-0.14		0.18	0.19	0.08	0.26	0.15	-0.12	-0.38	-0.89	-0.92	-1	-0.04	0.07	-0.36	-0.22	-0.45		-0.45	-0.62	-0.62	-0.6	-0.43	0.46	-0.3	0.1			0.12	-0.27	-0.25	0.37	0.03	0.4	-0.49	-0.36	0.04	-1.15
+YEL009C	"GCN4   AMINO ACID, PURINE BIOSY TRANSCRIPTION FACTOR"	-0.1	0.03	-0.04	0.06	-0.09	0.26	-0.22	0.15	0.01	0.15	0.11	-0.32	-0.04	-0.09	0.14	0.08	0.19	0.04	0.88	0.41	1.16	0.54	0.56	0.65	0.44	0.29	0.07	0.31	0.5	0.18	0.15	0.39	-0.32	-0.45	-0.32	0.06	-0.03	-0.1	-0.22	-0.18	0.03	0.01	0.19	0.59	-0.27	-0.29	-0.29	0.19	0.03	-0.4	-1	-1.64	-1.4	0.42	-0.58	-1.12	-0.64	-1.47	-0.14	-1.12	-0.64	-0.54	-0.64	-0.18	0.52	-0.71	-0.29	-0.42	-0.04	-0.03	-0.79	-0.54	0.14	0.31	0.55	-0.18	-0.22	-0.45	0.24
+YMR319C	FET4   TRANSPORT        IRON TRANSPORTER	-0.25	-0.84	-0.38	-0.89	-0.18	-0.4	0.01	-0.42	-0.12	-0.27	0.12	-0.36	-0.17	-0.18	0.4	-0.14	0.07	-0.45	-0.38	-0.69	-0.43	-0.51	-0.32	-1.03	-0.74	-0.47	-0.25	-0.38	-0.56	-0.49	-0.64	-0.51	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42	0.18	-0.94	0.21	-0.38	-0.62	-1.15	-0.47	-1.36	-1.22	-1.36	-0.67	-1.12	-1.36	-0.42	-1.51	-0.51	-0.97	-1.25	-1.22	-1.03	-0.86	0.11	-0.42	-0.36	-0.92		-0.51	-0.1	0.03	-0.14	0.01	-0.23	-0.56	-0.12	-0.6 [...]
+YGL070C	RPB9   TRANSCRIPTION       RNA POLYMERASE II 14.2 SUBUNIT	-0.22	-0.07	-0.29	-0.18	-0.12	0.06	0.19	0.16		-0.12	-0.12	-0.12	0.08	-0.2	-0.03	-0.2	0.38	-0.18	0.3	-0.32	-0.29	-0.22	0.23	0.12	-0.04	0.07	-0.18	-0.14	-0.03	-0.1	-0.42	-0.09	0.31	0.11	0.06	0.15	-0.04		-1.69	-0.01	-0.32	0.24	0.32	-0.62	0.18	-0.01	0.29	-0.23	-0.42			-0.3	-0.51	0.25	-0.1	-0.29	-1	-1.32	-0.07	-0.71	-0.58	-1	-0.56	-0.38	-0.18	0.1	-0.34	-0.51	-0.6	0.28	0.1	-0.03	-0.1	-0.34	-0.14	-0.49	-0.17	-0.3	-1.25
+YDL014W	"NOP1   RRNA PROCESSING, 35S     FIBRILLARIN HOMOLOG"	0.28	-0.4	-0.54	-0.51	0.11	-0.06	0.33	0.06	0.24	0.07	0.04	-0.07	0.34	-0.03	0.16	-0.04	0.51	0.15	-0.6	0.03	0.07	0.26	0.93	0.66	-0.01	0.28	0.18	0.41	0.45	-0.25	-0.1	0.03	0.11	0.29	0.18	0.28	0.39	0.2	0.04	-0.04	-0.4	-0.09	0.03	-0.69	-0.58	-0.71	-0.79	0.39		-0.58		-1	-0.79	0.12	-0.47		-0.43	-1.03	0.1	-1.29	-0.94	-0.56	-0.18	-0.81	0.23	-0.71	-0.58	-1	0.26	0.15	0.3	0.67	-0.12	-0.32		-0.51	-0.51	-1.22	-1.43
+YDR341C	NONE   PROTEIN SYNTHESIS     ARGININE-TRNA SYNTHETASE	-0.09		-0.22	0.16	-0.22	0.14	-0.27	0.06	0.37	0.04	0.37	-0.06	0.08	-0.14	0.07	0.3	-0.1	0.12	-1.03	-0.09		0.07	0.12	0.4	0.36	-0.09	-0.17	0.03	0.28	-0.29	-0.58	-0.29	-0.67	0.46	-0.43	-0.71	-0.6	-0.49	0.18	0.45	-0.32	-1.12	-0.25		-0.97	-0.49	-0.58	-0.15	-0.07	-0.07	-0.67	-0.89	-0.51	-0.06	-0.64	-0.74	-0.42	-0.18	-0.15	-0.81	-1.6	-1.4	-0.45	-1.22	-0.06	-0.69	-0.92	-1.03	0.07	0.18	0.6	-0.12	0.23	0.11	-0.06	-0.69	-0.6	-1.94	-1.69
+YJL087C	TRL1   TRNA SPLICING       TRNA LIGASE	-0.22	-0.45	-0.4	-0.04	-0.06	-0.22	-0.45	-0.15	-0.03	-0.12	-0.04	0.07	0.11	0.03	-0.17	-0.04	-0.49		-0.58	-0.23	-0.18	0.32	-0.15	-0.2	-0.1	-0.14	-0.22	0.06	0.15	-0.32	-0.38	-0.07	-0.1	0.53	0.21	-0.29	-0.56	-0.06	-0.06	-0.18	-0.1	-0.34	-0.45	-0.36	0.06	-0.36	-0.18	-0.29	-0.12	0.03	0.03	-0.04	0.14	0.08	-0.3	0.03	-0.23	-0.54	-0.25	-0.71	-0.56	-0.43	-0.4	-0.12	-0.4	-0.6	-0.58	-0.1	-0.22	0.3	-0.32	0.53	-0.18	-0.12	-0.07	-0.4	-0.27	-0.58	-0.62
+YDR120C	TRM1   TRNA PROCESSING     TRNA METHYLTRANSFERASE	-0.42	0.11	-0.62	0.01	-0.43	0.32	-0.38	0.21	0.28	0.1	0.45	-0.01		0.01		0.26	0.1	0.1	-0.69	-0.06	-0.04		0.23	0.33	0.45	0.34	0.04	0.2	-0.09	-0.38	-0.1	-0.01	0.62	0.4	-0.04	-0.22	-0.15	-0.04	-0.25	-0.54	-0.47	-0.18	-0.03	0.45	-0.36	-0.86	-0.42	0.11	-0.69	-0.51	-0.62	-0.3	0.12	-0.6	-0.64	-0.12	-0.81	-0.51	-0.69	-2.4	-0.81	-0.76	-0.51	0.14	-0.42	-0.84	-1.03	-1.32	-0.58	-0.36	-0.86	0.08	-0.03	-0.12	0.4	-0.62	-0.45	-0.1	-1
+YPL212C	PUS1   TRNA PROCESSING     PSEUDOURIDINE SYNTHASE	-0.14	-0.86	-0.67	-0.51	-0.25	-0.23	-0.06	-0.1	-0.06	-0.09	-0.25	-0.36	-0.1	-0.09	-0.22	-0.04	0.34	-0.09	-0.97	-0.22	-0.27	0.29	1.01	0.69	-0.07	-0.34	-0.3	0.16	-0.09	-0.62	-0.47	-0.25	-0.38	-0.07	-0.17	-0.23	-0.04	-0.34	-0.23	-0.06	-0.14	-0.12	-0.47	-0.1	-0.43	-0.49	-0.42	-0.32	-0.76	-0.49	-0.76	-0.49	-0.62	-0.2	-0.22	-0.47	-0.64	-0.6	-0.89	-3.32	-0.69	-0.29	-0.84	-0.23	-0.25	-0.64	-1.25	-1.06	-0.32	0.36	1.12	1.64	-0.06	-0.15	-0.2 [...]
+YJR002W	MPP10  RRNA PROCESSING     U3 SNORNP PROTEIN	-0.07	-1.09	-0.84	-0.81	-0.3	-0.42	0.01	0.07	0.04	-0.14	-0.17	-0.15	-0.27	-0.18	-0.1	-0.04	0.32	-0.04	-0.94	-0.54	-0.25	-0.09	0.51	0.77	-0.32	0.1	-0.25	0.08	0.07	-0.36	-0.56	-0.15	0.55	0.46	-0.01	-0.14	-0.17	-0.15	-0.2	-0.97	-0.54	-0.18	-0.4	-0.81	-0.25	-0.62	-0.6	-0.54	-0.62	-0.38	-0.25	-0.22	-0.1	-0.2	-0.06	-0.12	-0.62	-0.71	-0.97	-2.74	-1.22	-1.29	-0.84	-0.86	-0.42	-1	-1.18	-1.22	-0.62	-0.34	-0.04	0.99	-0.04	-0.23	-0.2	-0.38	0.03	-0 [...]
+YHR065C	RRP3   RRNA PROCESSING     RNA HELICASE	0.08	-0.79	-0.6	-0.6	-0.27	-0.49	0.1	-0.2	-0.03	-0.38	-0.25	-0.29	-0.17	-0.43	-0.3	-0.4	-0.04	-0.34	-1.18	-0.32	-0.56	-0.2	0.1		-0.36	-0.06	-0.25	-0.23	-0.43	-0.32	-0.38	-0.56	0.71	0.46	0.15		0.03	0.03	0.14	-0.17	-0.36		-0.18	0.25	0.1	-0.23	-0.14	-0.58	-0.45	-0.3	-0.12	-0.03	-0.23	-0.2	0.24	-0.27	-0.49	-0.4	-0.42	-2.56	-0.4	-0.12	-0.27	-0.3	-0.3	-0.49	-0.76	-1	0.04	0.07	-0.2	-0.38	-0.23	-0.12	-0.06	-0.45	-0.51	-0.3	-0.14
+YBR142W	MAK5   MRNA SPLICING       RNA HELICASE	-0.18	-1.29	-1.29	-0.71	-0.4	-0.67	-0.15	0.43	-0.07		-0.47	0.2	-0.04	-0.14	-0.49	0.61	0.08	0.15	-1.22	-0.56	-0.12	0.14	0.45	0.28	0.46	-0.47	-0.49	0.06	-0.3	-0.56	-0.89	-0.25	1.04	0.88	0.33	-0.29	-0.22	0.06	0.07	-0.23	-0.27	0.23	-0.06	0.63	-0.3	-0.6	-0.56	-0.01	-0.2	-0.76	-0.25	-0.27	-0.51	0.31	0.19	0.72	0.01	-0.32	-0.49	-1.79	-1.22	-1.03	-0.69	-1.06	-0.89	-0.43	-1.18	-1.32	-0.3	-0.32	-0.38	0.84	0.18	0.25	0.63	-0.6	-0.64	-1.09	-1.09
+YNL112W	DBP2   MRNA DECAY       RNA HELICASE	0.3	-0.49	-0.94	-0.97	-0.45	-0.51	-0.07	0.04	0.24	-0.09	0.1	-0.14	0.26	0.39	0.34	0.32	-0.22	-0.07	-1.47	-0.79	-0.3	0.88	1.12	0.77	0.23	-0.01	-0.64	0.07	-0.43	-0.97	-0.86	-0.56	1.3	1.7	1.38	0.81	0.49	0.58	0.46	0.3	0.39	0.49	0.36	0.11	-0.23	-0.3	-0.25	-0.36	-0.4	0.25	-0.25	0.18	-0.07	-1.29	-0.29	-0.18	-1.47	-1.18	-0.22	-1.79	-2.25	-2.4	-1.51	-1.36	-0.58	-0.86	-1.89	-1.84	0.1	0.04	-0.71	1.14	0.1	0.1	0.25	-0.62	-0.79	-1.09	-1.74
+YAL059W	ECM1   CELL WALL BIOGENESIS     UNKNOWN	-0.01	-0.86	-1.03	-0.45	-0.1	0.06	0.18	0.1	-0.03	0.23	-0.47	0.11	-0.2	-0.07	-0.36	0.23	0.03	0.31	-1.09	-0.29	0.37	-0.29	0.99	0.37	-0.18	-0.09	-0.29	-0.27	-0.04	-0.69	-0.62	-0.22	1.64	1.76	1.18	0.51	0.38	0.58	0.4	0.19	-0.23		0.37	0.72	0.2	-0.27	-0.04	0.31	-0.51	-0.67	-0.3	0.59	0.77	-0.67	-0.36	0.7	-1.6	-0.74	1.06	-2.32	-1.15	-1.36	-1.32	-0.47	-0.47	-0.67	-1.4	-1.25	-0.6	-0.23	-0.71	0.76	-0.32	0.19	-0.09	-0.86	-1.06	-1.36	-1.79
+YNL186W	"UBP10  PROTEIN DEGRADATION, UBI UBIQUITIN C-TERMINAL HYDROLASE"	0.07	-1.18	-0.15	-0.09	-0.01	-0.42	0.08	0.04	0.07	-0.04	0.11	-0.27	-0.22	-0.64	-0.01	-0.29	0.03		-0.69	-0.29	-0.34	-0.12	0.03	-0.29	-0.04	-0.2	-0.38	-0.17	-0.64	-0.54	-0.42	-0.54	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42		-0.94	0.21	-0.38	-0.42	0.34	0.69	-0.1	-0.6	-0.51	-0.03	-0.94	-1.12	0.03	0.21	-0.58	-2.12	-1.18	-1.09	-0.3	-0.62	-0.86	-0.79	-0.89	-1.09	-0.42	-0.58	-0.22	0.21		0.31	0.16	-0.74	-0. [...]
+YHR187W	IKI1   KILLER TOXIN SENSITIVITY UNKNOWN	-0.03	-0.58	-0.27	-0.18	0.07	-0.29	0.29	-0.09	-0.07	-0.2	-0.25	-0.17	0.06	-0.36	-0.14	-0.38	0.06	-0.23	-0.29	-0.17	-0.06	-0.42	-0.23	-0.38	-0.45	-0.23	-0.27	-0.32	-0.1	-0.23	-0.45	-0.32	0.01	0.29	0.24	-0.15	-0.14	0.29	-0.94	-0.14	0.16	-0.56	-0.92	-0.29	-0.51	-0.49	-0.42	-0.4	0.11	-0.2	-0.47	-0.29	-0.62	0.1	-0.42	-0.27	-0.29	0.26	-0.47	-1.06	-0.56	-0.49	-0.1	-0.43	-0.36	-1.06	-0.3	-0.56	-0.22	-0.3	-0.17	-0.29	0.03	0.04	-0.17	-0.67	-0.4	-0.36	-0.71
+YKL024C	URA6   PYRIMIDINE METABOLISM    URIDINE-MONOPHOSPHATE KINASE	-0.15		-0.17	-0.47	0.12		0.07	-0.32	-0.01	-0.25	0.08	-0.4	-0.18	-0.56	0.08	-0.38	-0.09	-0.67	-1.06	-0.32	-0.45	-0.51	0.14	-0.32	-0.25	0.01	-0.12	-0.36	-0.32	-0.03	-0.09	-0.32	0.51	0.38	0.36	0.18	0.1	-0.03	-0.07	-0.22	-0.27	-0.15	0.03	-0.81	-0.17	-0.42	-0.27	-0.56	0.03	0.04	-0.79	-0.94	-0.79	0.14	-0.97	-0.47	-0.79	-1.51	-0.69	-1.09	-1.64	-1.32	-0.45	-1.15	0.2	-0.01	0.08	-0.03	-0.09	-0.42	-0.74	-0.94	-0.03	-0.32	-0.4	-0.7 [...]
+YKL216W	URA1   PYRIMIDINE BIOSYNTHESIS  DIHYDROOROTATE DEHYDROGENASE	0.21	-0.45	-0.64	-0.34	-0.03	-0.23	0.26	-0.09	0.04	0.03	-0.04	-0.18	0.19	-0.38	-0.01	-0.25	0.18	-0.18	-1	0.7	0.58	0.33	0.12	-0.2	-0.45	-0.6	-0.79	-0.23	-0.07	-0.3	-1.18	-0.76	0.95	0.97	0.59	0.06	0.24	0.21	0.01	-0.09	-0.4	0.24	0.41	-0.49	-0.01	-0.27	-0.1	-0.42	-0.76	-0.84	-0.69	-0.81	-0.86	0.32	-0.23	-0.3	-0.84	-0.89	-0.43	-2.06	-2.84	-2.25	-1.12	-1.32	0.38	-1	-0.84	-0.3	-0.6	-0.69	-0.97	-2.25	-0.12	0.03	-0.04	-0.42	-0.5 [...]
+YMR239C	RNT1   RRNA PROCESSING     RIBONUCLEASE III	-0.07	-0.74	-0.58	-0.84	-0.14	-0.34	-0.06	0.08	0.01	0.03	-0.03	-0.23	-0.15	-0.47	-0.62	-0.43	-0.18	-0.18	-0.92	-0.67	-0.6	-0.29	0.42	0.52	-0.34	-0.23	-0.34	-0.32	-0.42	-0.69	-0.94	-0.43	0.08	0.06	-0.2	0.1	0.04	-0.42	-0.45	0.54	-0.1	-2.18	-0.71	0.63	-0.94	0.79	-0.23	-0.25	-0.94		-1.29	-0.6	-0.38	-0.51	-1.15	-0.62	-2.25		-0.22	-1.29	-0.38	0.37	-0.56	-0.36	-0.2	-0.47	-0.89	-0.97	-0.92	0.64	-0.74	-0.84	0.07	-0.23	0.07	-0.81	-0.94	-1.79	-1.84
+YNL282W	POP3   RRNA AND TRNA PROCESSING RNASE P AND RNASE MRP SUBUNIT	-0.12	-0.62	-0.38	-0.34	-0.25	-0.15	0.04	-0.43	-0.4	-0.36	-0.42	-0.32	-0.15	-0.23	-0.45	-0.49	-0.03	0.24	-0.84	-0.42	-0.22	-0.38	-0.03	-0.1	-0.15	-0.14	-0.38	-0.64	-0.49	-0.38	-0.54	-0.3	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.64	-0.86	-0.47	-0.64	-0.74	-0.64	-0.67	-0.56	-0.09	-1.84	-2.47	-0.79	-1.03	-0.64	-0.42	-0.32	-0.25	-0.71	-0.64	-0.36	-0.69	-0.56	0.07	-0.84	-0.47	-0.2 [...]
+YDR023W	SES1   PROTEIN SYNTHESIS     SERYL-TRNA SYNTHETAS	-0.07	-0.29	-0.25	-0.18	-0.29	-0.07	-0.43	0.04	0.54	-0.1	0.41	-0.03	-0.01	-0.18	0.1	0.53	-0.23	-0.04	-0.01	-0.2	0.25	0.43	0.07	0.3	0.39	0.01	-0.1	0.33	0.15		-0.23	-0.04	-0.6	-0.4	-0.45	-0.12	-1	-0.27	0.7	1.62	-0.94	-0.79	-0.69	0.51	-1.12	0.14	-1.09	0.24	-1.22	-0.81	-1.32	-1.32	-1.12	-0.04	-0.49	-0.32	-1.4	-1	-0.3	-0.84	-1.56	-1.51	-0.89	-1.03	-0.14	-0.01	-0.34	-0.62	-0.12	-0.2	-1.06	-0.2	0.48	-0.07	0.56	-0.27	-0.38	-1.03	-1.56
+YDL153C	"SAS10  SILENCING        NUCLEAR PROTEIN, REULATOR OF SILENCING AT HML, HMR, TELOMERES"		-0.36	-0.79	-0.23	-0.06	0.26	-0.43	0.58	0.69	0.34	0.36	0.26	0.16	0.18	-0.15	0.53	0.11	0.41	-0.25	-0.45	-0.03	0.46	0.58	0.59	0.06	-0.07	-0.6		-0.07	-0.54	-0.42	-0.34	-0.2	0.33		-0.29	-0.67	-0.51	-0.69	0.61	-0.03	-1.15	-0.45	0.38	-0.51	-0.54	-0.56	-0.01	-1.43	-0.89	-1.36	-0.97	-0.14	-1.06	-0.92	0.82	-1.32	-0.64	0.03	-2.12	-0.89		-0.69	-0.34	-0.43	-0.23	-1.15	-1.29	-0.34	0.01	-0.38	0.24	0.42	0.1 [...]
+YBR154C	"RPB5   TRANSCRIPTION       SHARED SUBUNIT OF RNA POLYMERASES I, II, AND III "	-0.22	-1.03	-0.67	-0.64	-0.17	-0.51	-0.17	0.57	-0.03	-0.04	-0.25	0.08	-0.15	-0.42	-0.23	-0.43	0.08	-0.06	1.77	-0.43	-0.38	-0.03	0.23	0.53	-0.29	-0.14	-0.38	0.11	0.18	-0.36	-0.58	-0.25	0.68	0.65	0.33	-0.3	-0.1	0.03	0.18	-0.07	-0.15	-0.2	0.01	-0.09	0.45	0.04	0.37	-0.23	-1.4	-1.09	-1.69	-1.15	-1.15	-0.74	-0.67	-0.51	-2.12	-1.69	-0.56	-1.79	-0.89	-1.22	-0.64	-0.86	0.03	0.23	-0.74	-0.84	-0.2	-0.12	-0.58	-0. [...]
+YDR087C	RRP1   RRNA PROCESSING     UNKNOWN	0.28	0.23	-0.3	0.06	0.4	0.38	0.26	0.5	0.31	-0.17	0.04	-0.14	-0.01	-0.12	-0.03	0.08	0.5	-0.22	-0.6	-0.56	-0.06	0.24	0.54	0.06	0.23	-0.2	-0.29	-0.29	0.08	-1.06	-0.32	-0.29	1.14	0.7	0.46	-0.27	0.12	0.04	0.12	-0.17	-0.2	0.14	0.1	0.01	0.21	-0.07	0.1	-0.58	-1.09	-0.29	-0.74	-0.79	-0.74	-1.22	-0.94	-0.36	-1.6	-1.15	-0.27	-1.94	-1.32	-0.97	-1	-0.43	-0.01	-0.12	-0.86	-0.45	-0.04	-0.06	-0.3	-0.14	0.11	0.03	0.56	-0.67	-0.71	0.14	-0.76
+YJL148W	RPA34  TRANSCRIPTION       RNA POLYMERASE I SUBUNIT	-0.07	-1.03	-1.09	-0.71	-0.43	-0.2	-0.12	-0.09	-0.14	-0.14	-0.42	-0.14	-0.27	-0.47	-0.42	-0.29	-0.01	-0.09	-0.94	-0.29	-0.07	0.12	0.62	0.6	0.07	-0.3	-0.58	-0.3	-0.04	-0.97	-0.79	-0.64	0.54	0.86	0.46	-0.27	-0.06	-0.01		-0.17	-0.3	-0.06	0.04	-0.38	0.08	-0.27	-0.01	-0.17	-1.47	-0.51	-0.92	-0.67	-0.81	-0.74	-0.69	-0.6	-2.32	-1.12	-0.56	-0.12	-0.97	-1.18	-1.12	-0.42	-0.56	0.11	-1.64	-1.29	-0.18	0.4	0.12	0.45	0.08	-0.2	0.16	-0.76	-0.6 [...]
+YGR095C	RRP46  RRNA PROCESSING     3'->5' EXORIBONUCLEASE	0.19	-0.27	-0.23		-0.06	-0.36	0.08	-0.22	0.04	-0.06	-0.22	-0.12	-0.01	-0.4	-0.17	-0.4	0.04	-0.27	-0.09	-0.25	-0.18	-0.01	0.55	0.39	-0.18	-0.1	-0.2	-0.22	0.03	-0.32	-0.58	-0.36	0.75	0.55	0.38	0.08	0.2	-0.01	0.29	0.11		-0.03	0.03	-0.81	-0.04	-0.27	0.06	-0.43	-0.74	-0.22	-0.79	-0.71	-0.97	-0.36	-0.74	-0.84	-1.74	-1.09	-0.27	-1.06	-0.01	-0.76	-0.62	0.06	-0.23	-0.12	-0.76	-0.81	-0.17	0.46	0.71	0.4	-0.01	-0.18	-0.29	-0.43	-0.62	-0.79	-1.43
+YOR340C	RPA43  TRANSCRIPTION       RNA POLYMERASE I 36 KD SUBUNIT	-0.29	-0.97	-1.22	-0.84	-0.56	-0.23	-0.09	-0.01	-0.01	0.12	-0.49	-0.17	-0.34	-0.45	-0.67	-0.51	-0.15	-0.17	-1.12	-0.23	-0.04	0.44	0.97	0.49	0.11	-0.1	-0.42	-0.06	0.19	-0.76	-0.89	-0.32	0.43	0.26	0.08	0.16	0.12	0.58	0.56	0.38	0.34	-0.01	0.34	0.93	0.58	0.4	0.48	-0.12	-0.6	-0.42	-0.34	-0.4		-0.45	0.1	-0.2	-2.25	-1.32	-0.69	-0.79	-0.76	-1.06	-0.89	-0.51	-0.4	-0.74	-1.29	-1.12	-0.69	-0.17	-0.86	-0.12	0.07	-0.15	0.07	-0.81	-0.74 [...]
+YPR190C	RPC82  TRANSCRIPTION       RNA POLYMERASE III 82 KD SUBUNIT		-0.12	-0.56	-0.18	-0.09		0.3	-0.15	0.23	-0.22	-0.1	-0.32	-0.04	-0.34	-0.15	-0.14	-0.4	-0.09	-0.94	-0.42	-0.1	0.33	0.3	0.01	0.04	-0.2	0.12	0.07	-0.23	-0.4	-0.34	-0.38	-0.92	0.4	0.37	0.31	0.36	0.18	-0.1	-0.18	-0.06	0.2	-0.07	0.63	-0.27	-0.42	-0.56	-0.15	-0.94	-0.47	-0.34	-0.22	-0.32	-1.12	0.12	-0.03	-1.56	-1.18	-0.43	-0.94	-0.86	-0.04	-0.18	-0.6	-0.38	-0.67	-0.56	-0.94	-0.29	-0.14		0.48	0.01		0.03	-0.71	-0.84	-0.89	-1.12
+YPR110C	RPC40  TRANSCRIPTION       RNA POLYMERASE III 40 KD SUBUNIT	-0.01	-0.74	-0.51	-0.43	-0.22	0.2	0.08	0.06	0.2	-0.12	0.11	-0.34	-0.1	-0.38	0.15	-0.38	0.32	-0.04	-0.6	-0.36	-0.09	0.42	0.43	0.33	0.19	-0.09	-0.54	-0.34	0.03	-0.69	-0.84	-0.36	0.64	0.61	0.44	0.18	0.33	0.28	0.32	0.16	-0.2	0.2	0.25	-0.29	0.08	-0.25	-0.1	-0.25	-1.22	-0.43	0.25	0.74	0.45	-1	0.31	0.43	-2.25	-1.36	-0.51	-2.4	-1.64	-1.32	-0.79	-0.74	-0.01	-0.67	-1.15	-1.06	0.12	-0.32	0.33	0.23	0.3	0.31	0.14	-0.69	-0.67	-1.29	-1.56
+YGL078C	DBP3   RRNA PROCESSING     RNA HELICASE	0.2	-0.67	-1.09	-0.67	-0.1	-0.34	0.2	0.11	0.21	-0.18	-0.1	-0.1	0.12	-0.15	-0.27	-0.07	0.14	-0.06	-1.36	-0.76	-0.34	0.14	0.53	0.32	0.26	-0.36	-0.3	0.32	-0.1	-0.58	-0.79	-0.32	0.71	0.99	0.7	0.14	0.37	0.19	0.33	-0.18	-0.14	0.16	-0.06	0.28		-0.38	-0.27	-0.22	-2	-0.45	0.37	0.7	0.73	-1.47	0.8	0.83	-2.74	-2.84	-0.42	-2.47	-1.51	-1.29	-0.74	-0.92	-0.36	-0.79	-1.29	-1.18	-0.86	-0.27	-0.47	0.48	-0.01	-0.25	0.32	-0.84	-0.84	-1.47	-2.47
+YCL054W	NONE   SILENCING (PUTATIVE)     UNKNOWN	-0.23		-0.94	-0.4	-0.42	-0.15	-0.4	0.11	0.03	0.19	0.58	-0.09	-0.14	-0.14	-0.23	0.12	-0.36	0.1	-1.22	-0.14	-0.14	-0.09	0.53	0.66	0.26	0.11	-0.3	0.14	-0.07	-0.67	-0.49	-0.14	1.21	1.1	0.39	-0.36	-0.03	-0.09	0.06	-0.06	-0.32	-0.04	-0.32	0.08	-0.12	-0.51	-0.45	0.24	-0.36	-0.29	-0.12	0.2	0.07	-0.2	0.25	0.3	-2.74	-2.12	-0.43	-2.06	-1.36	-0.71	-0.51	-1.15	-0.94	-0.64	-1.15	-1.51	-0.07	0.11	-0.38	0.7	0.15	-0.15	0.12	-0.74	-0.92	-1.25	-2.06
+YPL043W	NOP4   RRNA PROCESSING     RNA BINDING PROTEIN	0.12	0.57	-0.94	-0.23		-0.09	0.03	-0.17	0.12	-0.23	0.38	-0.3	-0.04	-0.18	0.26	0.12	0.01	-0.45	-1.51	-0.54	-0.32	0.3	0.63	0.38	-0.17	-0.2	-0.43	-0.12	-0.51	-0.74	-0.74	-0.43	-0.04	0.03	-0.64	-0.58	-0.84	-0.36	-1.03	0.33	-0.67	-1.12	-0.97	-0.04	-0.45	-0.32	-0.79	-0.2	-0.69	-0.34	-0.34	-0.12	-0.36	-0.81	-0.27	-0.23	-3.64	-2.74	-0.6	-3.06	-1.43	-0.84	-0.92	-0.94	-0.64	-0.69	-1.32	-1.03	-0.22	-0.04	0.03	1.31	0.23	0.11	0.4	-1.09	-1.03	-1.0 [...]
+YLL008W	DRS1   RRNA PROCESSING     RNA HELICASE	0.08	-1.03	-0.92	-0.47	-0.03	0.03	0.41		0.2	0.03	-0.07	-0.2	0.03	-0.06	0.08	-0.04	0.15	-0.09	-1.47	-0.34	-0.3	-0.01	0.39	0.19	-0.2	-0.42	-0.36	-0.34	-0.49	-0.79	-0.74	-0.38	0.8	0.51	0.36	-0.04	0.23	0.07	0.19	0.33	-0.23	0.23	-0.15	-0.06	-0.27	-0.09	-0.49	-0.47	-1.64	-0.79	0.31	0.51	0.37	-1.36	1.04	0.77	-3.18	-2.84	-0.17	-1.64	-0.89	0.12	-0.15	-0.1	-1	-0.67	-1.12	-1.25	-0.01	-0.03	0.07	0.8	0.11	0.14	-0.06	-1.25	-0.97	-1.84	-2.06
+YGL171W	ROK1   RRNA PROCESSING     RNA HELICASE	0.12	-1.22	-0.89	-0.49	-0.29	-0.25	0.15	0.11	0.04	-0.22	-0.15	-0.14	-0.01	-0.25	-0.4	-0.18	-0.04	-0.15	-0.86	-0.32	-0.3	0.07	0.63	0.57	0.18	-0.45	-0.71	-0.6		-0.97	-1.43	-0.76	0.91	0.77	0.34	-0.04	0.01	0.11	0.16	-0.12	-0.34	0.1	-0.03	0.12	-0.15	-0.51	-0.42	-0.32	-1.84	-0.42	0.15	0.51	0.31	-2.18	0.24	0.2	-2.64	-1.51	-0.32	-2.74	-0.86	-0.64	-0.64	0.26	-0.51	-0.81	-1.69	-1.25	-0.64	-0.04	0.44	1.04	0.11	0.03	0.53	-0.81	-0.6	-0.4	-0.79
+YGL169W	SUA5   PROTEIN SYNTHESIS     TRANSLATION INITIATION PROTEIN	0.38	-0.38	-0.15	-0.12	0.1	0.01	0.44	0.28	0.19	0.01	-0.07	-0.04	0.08	0.19		-0.03	0.42	0.07	-0.74	-0.43	-0.25	0.3	0.59	0.2	0.34	-0.15	-0.32	-0.25		-0.56	-0.67	-0.27	0.56	0.26	-0.03	-0.03	-0.03	0.2	0.1	-0.09	-0.42	0.1	0.12	-0.12	-0.49	-0.81	-0.84	-0.29	-1.06	-0.84	-0.17	-0.17	-0.17	-0.89	0.24	0.36	-1.6	-1.56	-0.34	-1.6	-0.84	-0.4	-0.01	0.2	-0.56	-0.84	-0.62	-0.76			0.44	0.48	0.01	0.21	0.33	-0.76	-0.79	-0.09	-0.58
+YJL033W	HCA4   RRNA PROCESSING     RNA HELICASE	0.1	-1.64	-1.4	-1.03	-0.07	-0.42	0.25	-0.04	0.06	-0.01	-0.1	-0.22	0.04	-0.49	-0.34	-0.12	0.07	0.39	-1.15	-0.81	-0.58	-0.12	0.49	0.43	-0.2	-0.34	-0.43	0.23	-0.36	-0.81	-1	-0.32	1.62	1.23	0.64	0.41	0.43	0.4	0.46	-0.12	-0.15	0.52	0.11	-0.51	0.12	-0.4	-0.43	-0.29	-1.56	-0.3	-1	-0.81	-0.45	-1.47	-1.03	-0.47	-1.43	-1.09	-0.36	-3.47	-1.25	-0.94	-0.74	-0.69	-0.58	-1.15	-1.36	-1.29	-0.22	-0.22	-0.32	0.3	-0.06	0.01	0.21	-0.94	-0.36	-0.67	-0.64
+YHR069C	RRP4   RRNA PROCESSING     3'->5' EXORIBONUCLEASE	0.06	-0.86	-0.56	-0.43	-0.15	-0.4	0.2	-0.12	-0.12	-0.38	-0.38	-0.42	-0.1	-0.36	-0.23	-0.3	0.11	-0.42	-0.43	0.01	-0.3	-0.12	0.23		-0.1	0.07	-0.36	-0.22	-0.14	-0.32	-0.3	-0.32	0.99	0.7	0.46	0.42	0.4	0.48	0.59	0.45	0.2	0.6	0.44	0.07	0.31	0.29	0.34	-0.18	-0.3	0.18	-0.64	-0.76	-0.58	-0.14	-1.15	-1	-1.03	-0.34	-0.22	-1.89	-0.89	-0.67	-0.23	-0.4	-0.14	-0.6	-0.67	-0.38	-0.17	-0.3	-0.07	-0.04	0.01		-0.25	-0.79	-0.43	-0.69	-0.84
+YJL125C	GCD14  PROTEIN SYNTHESIS     TRANSLATIONAL REPRESSOR OF GCN4	0.01	-1.29	-0.79	-0.54	-0.07	-0.15	0.32	-0.09	0.01	-0.22	-0.38	-0.43	-0.03	-0.27	-0.22	-0.4	0.26	-0.29	-0.58	-0.32	-0.36	0.25	0.52	-0.09	-0.09	-0.14	-0.18	-0.23	-0.34	-0.64	-0.12	-0.4	1.06	0.74	0.58	0.68	0.43	0.61	0.29	0.26	0.25	0.6	0.31	-0.25	0.03	-0.15	0.07	-0.47	-0.86	-0.27	-0.94	-0.94	-0.81	-0.79	-1.06	-0.94	-0.74	-0.51	-0.54	-1.69	-0.69	-0.1	-0.14	0.08	-0.18	-1	-0.97	-0.49	0.11	0.1	-0.03	0.18	-0.04	0.07	0.21	-0.97	 [...]
+YOR361C	PRT1   PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF3 SUBUNIT	-0.01	-0.6	-0.69	-0.36	-0.12	-0.14	0.03	-0.14	0.04	-0.3	0.04	-0.06	0.08	-0.17	0.04	0.04	-0.1	-0.25	-0.45	-0.51	-0.29	-0.09	0.48	0.12	0.2	0.11	-0.09	-0.23	-0.09	-0.27	-0.47	-0.38	-0.49	-0.12	-0.56	-0.45	-1.18	-1.09	-0.86	1.03	-0.1	-0.89	-0.45	0.23	-0.92	-0.45	-0.76	-0.09	-1	-1	-1.84	-1.09	-0.92	-0.4	-0.86	-0.14	-1.84	-1.84	-0.38	-1.18	-1.12	-0.71	-0.42	-0.34	-0.38	-0.36	-0.74	-0.71	0.03	-0.23	-0.17	0.34	0.37	- [...]
+YOR001W	"RRP6   RRNA PROCESSING, 5.8S    UNKNOWN"	0.2	-0.58	-0.67	-0.69	-0.43	-0.47	-0.03	0.15	0.15	-0.14	-0.01	-0.2	-0.23	-0.54	-0.27	-0.07	-0.4	-0.01	-0.79	-0.43	-0.23	0.1	0.21	-0.03	-0.17	-0.32	-0.25	-0.17	-0.25	-0.32	-0.45	-0.42	0.39	0.36	-0.2	-0.03	-0.09	0.04	-0.14	-0.56	-0.58	-0.22	-0.36	0.12	-0.32	-0.74	-0.62		-0.89	-1.22	-1.09	-0.62	-0.01	0.29	-0.27	0.57	-1.25	-2.47	-0.45	-1.47	-1.22	-0.86	-0.64	-0.47	-0.49	-1.03	-0.67	-0.71	-0.17	0.31	-0.6	0.58	0.31	0.12	0.2	-0.76	-0.92	-0.92	-0.94
+YOR095C	RKI1   PENTOSE PHOSPHATE CYCLE  RIBOSE-5-PHOSPHATE KETOL-ISOMERASE	0.39	-0.49	-0.51	-0.4	-0.09	-0.14	-0.17	0.57	0.21	-0.15	0.28	-0.2	0.03	-0.1	0.14	-0.12	-0.12	-0.15	-1.43	-0.32	0.1	0.48	0.44	0.08	0.19	-0.15	-0.27	-0.09	0.14	-0.36	-0.43	-0.34	0.4	0.4	0.2	0.06	0.08	0.19	0.2	0.06	-0.25	0.07	0.07	-0.71	-0.15	-0.36	-0.45	-0.14	-1.09	-1.79	-1.6	-0.43	-0.25	0.48	-0.03	0.92	-2.84	-3.06	-0.3	-2.25	-2.12	-1.36	-0.94	-0.6	-0.12	-1.06	-1.56	-1.47	-0.17	0.11	-0.29	-0.18	-0.04	-0.06	0.16	-0.8 [...]
+YML022W	APT1   PURINE BIOSYNTHESIS    ADENINE PHOSPHORIBOSYLTRANSFERASE	0.04	-0.2	-0.27	-0.3	0.08	-0.03		0.11	0.24	-0.38	0.29	-0.27	0.16	-0.29	0.06	-0.1	-0.32	-0.51	-1.4	-0.94	-0.25	-0.1	0.4	0.24	0.32	0.21	-0.18	-0.09	-0.01	-0.27	-0.47	-0.17	-0.1	-0.18	-0.1	-0.1	0.1	0.11	0.03	0.04	-0.47	-0.58	-0.09	-1.15	-0.54	-0.74	-0.71	-0.32	-0.34	-0.27	-0.51	-0.42	-0.29	-0.36	-0.32	-0.49	-1.25	-1.32	0.06	-1.18	-1.4	-1.06	-0.51	-0.22	0.01	-0.89	-0.76	-1.15	0.08	-0.12	-0.4	-0.36	0.15	0.39	0.7	0.07	-0.3 [...]
+YOL097C	NONE   PROTEIN SYNTHESIS     TRYPTOPHAN--TRNA LIGASE	-0.07	-0.32	-0.3	-0.3	-0.18	-0.2	-0.43	0.07	0.19	-0.23	0.21	-0.17	-0.15	-0.32	0.07	-0.01	-0.25	-0.45	-1.06	-0.6	-0.56	0.38	0.58	0.32	0.28	0.12	-0.2	-0.27	0.07	-0.42	-0.49	-0.34		0.03	-0.01	-0.32	-0.15	-0.09	-0.23	-0.4	-0.45	-0.32	-0.18	-0.58	-0.18	-0.42	-0.34	-0.15	-0.18	-0.32	-0.69	-0.71	-1.06	-0.3	-0.6	-0.92	-0.79	-0.69	-0.32	-1	-1.36	-0.89	-0.6		0.08	-0.51	-0.79	-0.76	0.11	0.01	0.04	0.03	0.32	0.3	0.33	-0.34	-0.43	-1	-1.56
+YDR399W	HPT1   PURINE BIOSYNTHESIS    HYPOXANTHINE GUANINE PHOSPHORIBOSYL TRANSFERASE	-0.09	-0.62	-0.49	-0.45		-0.56	0.21	-0.18	0.23	-0.07	-0.03	-0.27	0.04	-0.29	-0.07	-0.29	-0.09	-0.29	-1.84	-0.58	-0.69	-0.22	0.44	0.52	-0.03	-0.54	-0.81	-0.15	-0.14	-0.89	-1.25	-0.6	1.53	1.73	1.44	0.75	0.9	0.9	1.04	1.08	0.48	-0.97	0.58	-0.07	0.2	0.08	0.1	-0.45	-0.43	-0.84	-2	-1.64	-1.51	0.24	-1.43	-1.03	-1.69	-3.64	-0.25	-2.94	-2.4	-1.4	-1.15	-0.47	-0.27	-1.12	-1.64	-1.79	-0.2	-0.18	-0.45	-0.76	0.06	0.12 [...]
+YIR012W	SQT1   RIBOSOME ASSEMBLY (PUTAT UNKNOWN	-0.07	-0.54	-0.79	-0.45	-0.32	-0.22	-0.14	0.01	0.15	-0.27	-0.03	-0.17	0.1	-0.25	-0.03	0.03	-0.4	0.1	-1.15	-0.15	-0.14	0.21	0.52	0.5	0.19	0.06	-0.09	0.07	-0.32	-0.49	-0.49	-0.2	1.13	0.94	0.49	0.29	0.21	0.16	0.24	0.11	-0.12	0.04	0.15	-0.17	-0.23	-0.42	-0.25	-0.17	-1.03	-0.29	-0.84	-0.74	-1	-0.71	-0.56	-0.43	-1.94	-1.03	0.03	-1.4	-0.94	-0.29	-0.14	0.2	-0.22	-0.92	-0.76	-0.84	0.19	0.03	-0.34	0.07	0.31	0.44	0.51	-0.64	-0.64	-0.86	-1.43
+YNR038W	"DBP6   RRNA PROCESSING     RNA HELICASE, PUTATIVE"	-0.4	-1.15	-1.22	-0.92	-0.62	-0.56	0.82	-0.42	-0.14	-0.36	-0.4	-0.36	-0.22	-0.38	-0.67	-0.29	-0.17	-0.17	-0.89	-0.32	0.5	0.36	0.37	0.07	-0.3	-0.09	-0.15	0.32	0.04	-0.36	-0.32	0.06	0.77	0.49	0.16	0.2	0.06	0.21	0.18	-0.14	-0.17	0.26	-0.12	-0.6	-0.32	-0.47	-0.64	-0.38	-1.94	-1.64	-2.06	-1.94	-1.6	-0.45	-0.74	-0.71	-2.06	-1.69	-0.18	-2.12	-1.09	-0.74	-0.36	-0.89	-0.58	-0.81	-0.67	-1.43	-0.1	-0.06	-1.25	-0.03	-0.17	-0.4	-0.71	-1.18	- [...]
+YBR143C	SUP45  PROTEIN SYNTHESIS     TRANSLATIONAL RELEASE FACTOR ERF1 SUBUNIT	-0.17	-0.76	-0.6	-0.54	-0.27	-0.64	-0.12		0.07	0.07	0.19	-1.12	-0.29	-0.22	0.11	0.6	-0.4	-0.01	-1.12	-0.34	-0.45	-0.3	0.07	-0.1	-0.07	-0.14	-0.3	-0.23	-0.27	-0.27	-0.56	-0.51		0.37	-0.09	-0.42	-0.42	-0.12	-0.1	0.6	-0.1	-0.81	-0.79	-0.27	-1.43	-0.2	-1	0.21	-0.84	-0.58	-1.32	-0.81	-0.64	-0.34	-0.81	-0.22	-1.64	-1.43	-0.6	-2	-1.89	-1.56	-0.89	-1.09	0.14	0.11	-0.67	-1.03	-0.07	-0.67	-0.49	-0.67	0.23	0.03	0.25	-0.3 [...]
+YOR224C	"RPB8   TRANSCRIPTION       SHARED SUBUNIT OF RNA POLYMERASE I,II, AND III"	-0.12	-0.42	-1	-0.64	-0.76	-0.42	-0.09	-0.54	-0.06	-0.22	-0.45	-0.67	-0.25	-0.6	-0.2	-0.69	-0.4	-0.3	-0.81	-0.15	0.34	0.16	0.38	0.18	-0.12	0.31	-0.1	0.24	0.04	-0.25	-0.45	0.04	0.28	0.26	-0.09	-0.17	0.08	0.07	-0.01	0.1	-0.25	-0.23	0.03	0.11	-0.42	-0.51	-0.3	-0.47	-0.67	-0.56	-1.43	-1.12	-1.22	-0.47	-1.09	-0.79	-1.79	-1.4	-0.18	-1.4	-1.47	-1.03	-0.47	-0.4	-0.25	-0.69	-0.64	-1.12	-0.42	-0.22	-1.15	-1.22	0.15 [...]
+YNL209W	SSB2   TRANSLATION      CYTOSOLIC HSP70	0.41	-0.29		0.12	0.18	0.08	0.07	0.06	0.2	-0.1	0.39	0.03	0.19	-0.03	0.51	0.39	0.14	-0.04	-1.18	-0.76	-0.34	-0.03	0.39	0.24	0.18	0.34	0.39	0.32	-0.22	0.41	-0.3	0.03	-0.56	-0.17	-0.03	0.32	0.45	0.28	0.24	0.12	0.07	-0.29	-0.36	-0.62	-0.51	-0.6	-0.64	-0.22	-2.12	-1.43	-1.89	-1.79	-1.43	-0.71	-0.76	-0.29	-2.64	-2.56		-1.06	-2.32	-1.25	-0.51	-1.15	-0.71	-0.81	-0.89	-1.6	-0.03	-0.79	-0.71	-1.51	0.04	0.08	0.11	-0.04	-0.06	-0.94	-1.89
+YMR217W	GUA1   PURINE METABOLISM     GMP SYNTHASE	0.18	-0.2	-0.2	-0.54	-0.14	-0.4	0.08	-0.09	-0.01	0.01	-0.14	-0.15	0.04	-0.12	0.06	-0.14	0.07	-0.22	-1.09	-0.76	-0.49	-0.04	0.83	0.61	0.14	0.28	-0.23	0.29	-0.04	-0.4	-0.81	-0.09	-0.4	-0.06	-0.71	0.12	-1.03	-0.76	-0.29	0.65	0.85	-1.18	0.01	0.15	-1.22	0.43	-0.62	-0.32	-2.06	-1.12	-2.4	-1.74	-1.84	-0.94	-1.56	-1.29	-3.18	-2.4	-0.45	-1.29	-2.84	-1.56	-0.38	-0.74	-0.25	-1.6	-1.79	-1.74	-0.3	-0.97	-0.67	-0.56	0.15	0.11	0.19	-1.09	-1.29	-1.6	-2.74
+YBR121C	GRS1   PROTEIN SYNTHESIS     GLYCYL-TRNA SYNTHASE		-0.6	-0.34	-0.32	-0.14	-0.38	0.07	0.04	0.11	-0.22	0.21	0.32	-0.12	-0.07	0.26	0.82	-0.14	0.34	-0.76	-0.38	-0.27	-0.07	0.04	0.04	0.01	0.19	0.14	-0.07	-0.3	-0.07	-0.23	-0.49		0.08	-0.09	0.06	-0.74	-0.18	-0.09	-0.06	-0.09	-0.81	-0.09	0.42	-1.22	-0.2	-1	0.25	-1	-0.89	-1.47	-1.18	-0.97	-0.06	-0.67	-0.45	-1.84	-1.74	-0.03	-0.69	-1.4	-1.18	-0.42	-0.45	-0.27	-0.4	-0.49	-0.79	0.21	-0.43	-0.49	-0.56	0.43	0.15	0.26	-0.43	-0.42	-1.06	-1.79
+YLR249W	YEF3   PROTEIN SYNTHESIS     TRANSLATION ELONGATION FACTOR EEF3	0.19	-0.64	-0.47	-0.27	-0.07	-0.29	0.12	0.06	0.04	0.03	0.08	0.15	0.1	-0.01	0.37	0.32	0.11	0.16	-2.06	-0.76	-0.49	-0.04	0.78	0.76	0.59	0.32	0.42	0.26	-0.25	-0.03	-0.97	-0.38	-0.36	-0.25	-0.09	0.21	0.18	0.07	0.12	-0.15	-0.25	-0.12	-0.43	-0.27	-0.56	-0.79	-0.81	-0.23	-1.25	-0.67	-1.51	-1.29	-0.94	-0.89	-1.25	-0.51	-2.32	-2.94	0.04	-1.47	-3.64	-1.79	-0.56	-0.17	-1.64	-1.36	-1.25	-1.69	0.12	-1	-0.4	-1.09	0.07	0.03	0.11	-0 [...]
+YHR216W	NONE   PURINE BIOSYNTHESIS    IMP DEHYDROGENASE	-0.42	-0.27	-0.71	-0.47	-0.81	-0.18	-0.69	-0.49	-0.09	0.01	-0.1	-0.22	-0.32	-0.47	-0.18	0.04	-0.4	-0.15	-1.6	0.08	0.16	0.15	0.68	0.78	0.51	0.56	0.08	0.45	0.45	0.03	-0.34	0.19	-0.3	0.38	0.31	0.12	-0.27	-0.22	-0.42	-0.4	-0.47	-0.14	-0.17	-0.12	-0.62	-0.62	-0.84	-0.09		-0.42	-1.32	-0.94	-0.89	-0.27	-0.97	-0.89	-1.89	-1.56	-0.03	-1	-2.18	-1.18	-0.64	-0.74	0.07	-1.03	-0.62	-1.09	0.06	-0.23	-0.56	-0.1	0.31	0.3	0.34	-0.45	-0.36	-1.84	-2.25
+YJR063W	RPA12  TRANSCRIPTION       RNA POLYMERASE I SUBUNIT	-0.34	-1.03	-1.15	-0.67	-0.67	-0.34	-0.07	-0.43		0.3	-0.15	-0.22	-0.17	-0.69	-0.38	-0.34	-0.47	-0.23	-1.22	0.03	1.06	0.11	0.14	0.06	-0.3		-0.3	-0.22	-0.15	-1.06	-0.84	-0.45	-0.58	-0.67	-0.62	-0.1	0.03	0.06	-0.04	0.07	-0.09	-0.09	0.14	-0.29	-0.2	-0.36	-0.67	-0.29	-1.12	-0.36	-1.25	-0.51	-0.43	-1.03	-0.86	0.23	-2.74	-1.79	-0.38	-2.32	-0.94	-1.09	-0.62	-0.86	-0.25	-0.27	-0.81	-1.22	-0.6	0.23	-1.22	-0.56	0.03	-0.36	-0.12	-0.54	-0.84 [...]
+YHL011C	PRS3   PURINE BIOSYNTHESIS    RIBOSE-PHOSPHATE PYROPHOSPHOKINASE 3	0.36	0.01	-0.51	0.01	-0.18	0.23		0.16	0.14	0.37	0.32	-0.14	-0.04	-0.09	-0.07	-0.03	-0.14	0.08	-0.34	-0.01	0.11	0.96	0.75	0.57	0.11		-0.36	0.19	0.21	-0.47	-0.69	-0.14	0.38	0.45	0.08	0.49	-0.22	0.04	-0.15	0.31	0.28	-0.3		0.15	-0.69	-0.49	-0.56	0.1	-1.29	-0.67	-0.81	-0.49	-0.49	-0.4	-0.15	-0.34	-1.6	-1.32	-0.34	-2.32	-1.56	-0.94	-0.54	-0.43	-0.07	-0.94	-0.86	-0.64	-0.43	-0.4	-0.92	-0.64	0.07	0.01	0.31	-0.54	-0.71	-1.12	-1
+YBL039C	URA7   PYRIMIDINE BIOSYNTHESIS  CTP SYNTHASE 1	-0.01	-0.86	-1.15	-0.97	-0.58	-0.45	0.01	0.39	0.18	0.29	-0.23	0.2	0.03	0.18	-0.22	0.62	-0.22	0.39	-1.84	-0.62	-0.07	0.29	0.69	0.45	0.01	0.15	-0.32	0.58	-0.29	-0.69	-0.58	-0.15	0.58	0.86	-0.01	-0.07	-0.34	-0.29	-0.12	-0.38	-0.54		-0.3	0.24	-0.71	-0.94	-0.89	0.31	-1.32	-1.09	-2.06	-1.29	-1.15	-0.23	-0.94		-3.18	-3.18	-0.04	-2.47	-1.06	-1.32	-0.58	-0.47	-0.56	-1.43	-1.51	-1.51	0.04	-0.42	-0.71	0.32	0.14	0.36	0.24	-0.54	-1.12	-1.29	-1.84
+YKL181W	"PRS1   PURINE, PYRIMIDINE, TRYP PHOSPHORIBOSYLPYROPHOSPHATE SYNTHETASE"	0.33	-0.2	-0.12	-0.01	0.07	-0.07	0.18	0.08	0.54	0.12	0.69	-0.04	0.14	0.03	0.41	0.38	-0.04	-0.17	-0.81	-0.62	-0.09	0.87	0.43	0.29	0.21	0.04	-0.17	-0.22	-0.3	-0.34	-0.6	-0.17	0.24	0.3	0.31	0.39	0.33	0.25	-0.07	-0.07	-0.2	-0.15	-0.15	-0.43	-0.51	-0.81	-0.64	-0.2	-0.79	-0.69	-1.25	-1	-0.86	-0.23	-0.56	-0.22	-1.43	-1.79	-0.32	-2.06	-1.69	-1.12	-0.67	-0.49	0.28	-0.81	-1.12	-0.97	-0.27	-0.29	-0.76	-0.3	0.16		-0.06	 [...]
+YPL266W	"DIM1   RRNA PROCESSING, 18S     DIMETHYLADENOSINE TRANSFERASE"	-0.17	-0.94	-0.64	-0.6	-0.18	-0.27	0.18	-0.09	0.16	-0.22	-0.12	-0.22		-0.34	0.07	-0.25	0.19	0.37	-0.97	-0.56	-0.45	0.01	0.67	0.66	0.15	-0.04	-0.3	-0.2	-0.22	-0.64	-0.74	-0.22	1.17	1.33	0.91	0.28	0.34	0.2	0.26	-0.03	-0.15	0.16	0.18	-1.22	0.06	-0.32		-0.56	-1.06	-0.49	-0.89	-0.76	-0.4	-0.79	-0.71	-0.64		-1.15	-0.67	-2.74	-1.43	-1.12	-1.15	-0.86	-0.12	-0.17	-1.4	-1.03	-0.45	-0.01	-0.97	-0.2	-0.27	-0.3	-0.04	-0.6	-0.58	- [...]
+YPL211W	NIP7   RRNA PROCESSING     UNKNOWN	0.06	-0.81	-0.62	-0.51	0.03	-0.03	0.11	-0.07	0.31	-0.29	0.25	-0.3	-0.03	-0.18	0.07	-0.17	-0.01	-0.22	-1.22	-0.86	-0.43	0.18	0.65	0.28	-0.14	-0.34	-0.64	-0.36	-0.38	-0.84	-0.92	-0.6	0.49	0.72	0.63	-0.01	0.03	0.12	-0.04	0.07	-0.32	-0.14	-0.36	0.49	-0.38	-0.49	-0.32	-0.1	-0.84	-0.36	-1	-0.58	-0.42	-0.92	-0.69	-0.17	-1.89	-1.25	-0.49	-2.56	-1.89	-1.79	-1.03	-1.12	-0.01	-0.64	-1.43	-1.25	-0.2	0.01	-0.42	-0.54	0.18	0.07	0.12	-0.54	-0.62	-1.32	-1.64
+YLR197W	SIK1   RRNA PROCESSING     NUCLEOLAR PROTEIN	0.1	-0.71	-0.71	-0.6	-0.34	-0.4	0.04	-0.25	0.26	-0.18	0.18	-0.3	0.01	-0.32	0.03	-0.04	-0.34	-0.07	-1.56	-0.89	-0.3	0.19	0.57	0.54	0.29	-0.18	-0.27	0.07	0.19	-0.64	-0.92	-0.51	0.14	0.42	0.44	0.1	0.08	-0.09	-0.03	-0.3	-0.42	-0.07	-0.12	-0.27	-0.15	-0.51	-0.36	0.19	-2.32	-1.15	-1.64	-0.86	-0.67	-1.56	-0.76	0.31	-3.32	-2.94	-0.62	-3.32	-3.06	-2.25	-1.12	-1.4	-0.2	-0.43	-1.25	-1.43	-0.22	-0.67	-0.74	-0.56	0.42	0.51	0.88	-0.07	-0.22	-0.89	-1.94
+YHR089C	GAR1   RRNA PROCESSING     SNORNP PROTEIN	0.01	-0.94	-0.86	-0.45	-0.36	-0.84	-0.01	-0.58	-0.03	-0.43	-0.34	-0.58	-0.17	-0.47	-0.38	-0.58	-0.32	-0.42	-1.43	-0.69	-0.6	-0.06	0.12	0.23	-0.01	0.23	-0.09	0.12	-0.18	-0.3	-0.32	-0.12	-0.12	0.23	-0.17	-0.25	-0.47	-0.22	0.11	1.01	-0.15	-0.81	-0.03	0.15	-1.4	0.3	-0.56	-0.3	-2.06	-0.86	-1.43	-1.22	-1.25	-0.92	-0.92	-0.86	-2.84	-1.84	-0.81	-2.94	-1.89	-1.79	-1.36	-1.32	-0.29	-0.32	-1.51	-1.84	-0.71	-0.56	-1.25	-1.12	-0.2	-0.34	-0.14	-0.71	-0 [...]
+YOR310C	NOP5   RIBOSOME ASSEMBLY     NUCLEOLAR PROTEIN 	-0.12	-0.6	-1.15	-0.71		-0.34	-0.03	-0.2	0.01	0.04	-0.1	-0.15	-0.18	-0.42	-0.15	-0.43	-0.29	-0.27	-1.79	-0.81	0.04	0.03	0.96	0.58	0.19	0.06	-0.43	0.08	0.2	-1	-0.94	-0.4	-0.4	-0.27	-0.4	-0.71	-0.3	-0.18	-0.07	-0.34	-0.36	-0.2	0.07	0.63	0.48	0.25	0.62	-0.03	-2.47	-1.03	-2.56	-1.22	-1.4	-1.51	-1.64	-0.81	-3.64	-2.4	-0.94	-2.84	-2.64	-2.12	-1.12	-1.84	-0.67	-0.79	-1.4	-1.51	-0.3	-0.43	-1.09	-0.54	0.16	-0.01	0.33	-0.6	-0.64	-1.84	-3.06
+YNL113W	RPC19  TRANSCRIPTION       SUBUNIT COMMON TO RNA POLYMERASES I AND III	-0.14	-1	-1.03	-1.22	-0.23	-0.47	0.18	-0.06		-0.22		-0.45	-0.18	-0.67	-0.38	-0.45	-0.15	-0.27	-0.74	-0.43	-0.29	0.21	0.55	0.86	0.03	0.06		-0.01	0.14	-0.51	-0.4		1.29	1.18	0.64	0.26	0.3	0.23	0.21	0.12	0.11	0.44	0.04	0.75	0.42	0.16	0.61	-0.34	-1.32	-0.92	-1.56	-0.74	-0.56	-0.47	-0.89	-0.03	-2.84	-1.6	-0.51	-2.12	-1.32	-0.6	-1.09	-0.69	0.1	-0.03	-0.74	-0.47	-1	-0.32	-0.58	-0.36	-0.03	-0.38	0.07	-0.76	-0.69	-0.84	-1.25
+YLL011W	SOF1   RRNA PROCESSING     NUCLEOLAR SNRNP PROTEIN	-0.07	-1.18	-1.15	-0.74	-0.54	-0.51	-0.04	-0.51	-0.2	-0.27	-0.36	-0.36	-0.1	-0.79	-0.62	-0.49	-0.47	-0.4	-1.4	-0.76	-0.58	0.06	0.75	0.37	-0.51	-0.36	-0.38	-0.06	-0.23	-0.92	-0.94	-0.62	1.12	0.96	0.38	0.3	0.36	0.36	0.42	0.12	-0.07	0.24	0.2	-0.74	0.16	-0.29	-0.04	-0.47	-2.06	-1.22	-1.94	-1.25	-0.94	-0.97	0.08	-0.4	-2.74	-2.32	-0.62	-2.74	-1.25	-0.89	-0.62	-0.92	-0.36	-0.4	-0.86	-1.03	-0.84	-0.29	-1.18	-0.6		0.06	0.1	-0.42		-0.3	-1.18
+YKL009W	MRT4   MRNA DECAY       UNKNOWN	0.06	-1.43	-1.06	-0.84	-0.23		0.1	-0.43	-0.01	-0.15	-0.36	-0.51	0.08	-0.51	-0.25	-0.4	0.06	-0.3	-1.32	-0.51	-0.69	0.14	0.62	0.11	-0.09	-0.51	-0.42	0.1	-0.27	-0.97	-1.06	-0.58	0.99	1.2	0.85	0.4	0.45	0.48	0.45	0.21	0.01	0.62	0.43	-0.32	0.38	0.01	0.29	-0.62	-2.64	-1.56	-2.64	-1.79	-1.64	-0.81	-1.06	-0.32	-3.32	-2.74	-0.64	-3.18	-1.94	-1.74	-1.25	-1.74	-0.45	-0.01	-1.4	-1.4	-0.86	-0.43	-1.36	-0.79	-0.15	-0.43	-0.1	-0.79	-1.09	-2.06	-2.56
+YNL248C	RPA49  TRANSCRIPTION       RNA POLYMERASE I 46 KD SUBUNIT	0.16	-0.74	-0.89	-0.29	-0.17	-0.14		0.07	0.15	-0.22	0.08	-0.14	0.08	-0.15	-0.07	-0.04	0.11	0.07	-1.47	-0.32	-0.07	0.59	0.76	0.63	0.25	-0.3	-0.58	-0.09	0.07	-1.03	-0.86	-0.6	0.92	0.59	0.29	0.03	0.2	0.2	0.1	-0.04	-0.23	0.03	-0.03	0.11	-0.17	-0.49	-0.42	-0.14	-1.36	-0.81	-1.94	-1.56	-1.4	-1.47	-0.86	-0.69	-2.84	-2.47	-0.3	-3.18	-1.6	-1.51	-0.94	-0.23	-0.04	-0.94	-1.25	-0.79	-0.06	0.2	-0.38	0.72	0.19	0.04	0.37	-0.64	-0.76	-0.7 [...]
+YGR159C	NSR1   NUCLEAR PROTEIN TARGETIN NLS-BINDING PROTEIN	0.2	-0.42	-1.56	-0.49	-0.32	0.12	-0.14	0.34	0.44	0.08	0.1	-0.01	0.2	0.36	-0.12	0.1	0.03	0.42	-1.84	-0.29	0.36	0.62	1.16	1.08	0.62	0.11	-0.36	0.41	0.18	-1.03	-0.92	-0.32	1.29	1.41	0.94	0.57	0.51	0.41	0.32	0.06	-0.07	0.55	0.28	-0.12	-0.36	-0.76	-0.69	0.06	-1.47	-0.71	-1.89	-0.92	-1.12	-1.25	-1.36	-0.62	-2	-1.51	-0.1	-4.64	-1.89	-1.74	-1.4	-0.69	-0.23	-1.64	-1.56	-1.32	-0.15	-0.51	-0.25	0.97	0.2	0.07	0.12	-1.06	-1.09	-1	-2
+YHR170W	"NMD3   MRNA DECAY, NONSENSE-MED NAM7P/UPF1P-INTERACTING PROTEIN"	-0.18	-0.45	-1.03	-0.45	-0.25	0.15	-0.18	0.06	0.19	0.3	-0.01		-0.07	-0.04	-0.01	0.15	0.03	0.11	-1.15	-0.25	0.37	0.14	0.81	0.76	0.24	0.23	0.07	0.46	0.03	-0.71	-0.74	-0.15	0.96	0.92	0.33	0.4	0.21	0.3	0.21	-0.01	0.21	0.46	0.1	0.33	-0.43	-0.74	-0.6	-0.14	-1.25	-0.45	-1.69	-0.6	-0.18	-0.97	-1.25	-0.45	-2.64	-2	-0.18	-2.64	-1.56	-1.36	-0.94	-0.67	-0.12	-1.29	-1.25	-1.03	-0.27	-0.25	-0.49	0.93	0.1	0.38		-0.3	-0.47	-0.56	-1.09
+YLR009W	NONE   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L24B (PUTATIVE)	0.32	-0.92	-0.56	-0.22	0.37	-0.3	0.33	0.48	0.32	0.12	0.28	-0.1	0.08	0.04	0.07	0.1	0.42	-0.09	-0.89	-0.4	-0.2	0.59	1.05	0.32	0.34	0.04	-0.25	0.04	-0.1	-0.62	-0.76	-0.64	1.3	1.17	0.8	0.41	0.59	0.54	0.59	0.03	0.15	0.53	0.36	-0.15	0.24	-0.09	0.14	-0.49	-1.84	-1.29	-2	-1.22	-1	-0.42	-0.69	0.06	-2.4	-2.06	-0.29	-3.84	-1.69	-1.36	-0.97	-0.6	-0.18	-0.81	-1.18	-0.97	-0.25	-0.12	-0.07	0.67	0.1	-0.29	-0.23	-0.76	-0.86	-1.79	-2.18
+YNL002C	RLP7   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L7 (PUTATIVE)		-1.4	-0.79	-0.79	-0.17	-0.49	0.01	-0.03	0.24	-0.18	0.12	-0.43	-0.22	-0.49	-0.1	-0.56	0.12		-1.06	-0.45	-0.42	0.15	0.98	0.24	-0.03	-0.36	-0.67	-0.4	-0.69	-1.03	-1.06	-0.94	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42	0.2	-0.94	0.21	-0.38	-0.32	-1.36	-0.97	-1.74	-1.15	-0.6	-0.1	-0.81	0.04	-2.56	-2.12	-0.6	-3.64	-2.4	-1.43	-1.03	-0.84	-0.17	-0.43	-1.29	-1.25	-0.3	0.01	-0.51	0.26	-0.09	-0.38	-0.25	-1.18	-0.8 [...]
+YAL025C	MAK16  DSRNA VIRUS PROPAGATION  UNKNOWN; ESSENTIAL GENE 	-0.01	-1.69	-0.79	-0.6	0.03	-0.03	0.01	0.51	0.14	-0.14	-0.03	-0.3	-0.09	-0.15	-0.42	-0.06	0.26	0.04	-1.47	-0.86	-0.43	0.11	0.65	0.11	-0.29	-0.29	-0.58	-0.22	-0.6	-1.09	-0.81	-0.79	-0.17	1.01	0.58	-0.07	0.42	0.49	0.43	0.04	-0.03	0.56	0.21	0.71	0.58		0.39	-0.14	-1.84	-1.12	-2.4	-1.03	-0.6	-1.4	-1	0.18	-4.32	-3.64	-0.45	-3.06	-1.25	-1.03	-0.84	-0.47	-0.17	-0.42	-1.29	-0.94	-0.2	-0.25	-0.3	0.66	0.3	-0.1		-0.76	-0.81	-2.06	-2.25
+YBR247C	ENP1   PROTEIN GLYCOSYLATION    PUTATIVE OLIGOSACCHARYLTRANSFERASE COMPLEX SUBUNIT	-0.2	-1.79	-1.09	-0.74	-0.38	-0.49	0.01	0.49	0.11	0.48	-0.22	0.24	-0.1	0.03	-0.38	0.07	-0.17	0.08	-1.36	-0.56	-0.67	0.33	0.48	0.44	0.06	0.03	-0.07	0.26	-0.47	-0.51	-0.64	-0.22	1.27	1.12	0.56	0.11	0.39	0.31	0.16	-0.25	-0.36	0.21	0.1	0.1	-0.38	-0.76	-0.4	-0.22	-1.51	-0.54	-1.36	-0.14	-0.51	-1.09	-0.67	-0.49	-2.47	-1.32	-0.07	-2.64	-0.97	-0.74	-0.4	-0.89	-0.38	-1.51	-1.12	-1.03	-0.62	-0.2	-0.38	-0.07	 [...]
+YMR309C	"NIP1   NUCLEAR PROTEIN TARGETIN UNKNOWN, SIMILAR TO NSR1"	-0.4	-0.97	-0.42	-0.3	0.3	-0.23	-0.34	-0.07	0.14	-0.38	1.01	-0.04	-0.17	-0.09	0.52	0.45	-0.49	-0.51	-1.32	-0.69	-0.36	0.5	0.26	-0.03	0.16	-0.06		0.07	-0.1	-0.23	-0.18	-0.47	0.55	0.42	0.12	0.3	0.07	0.14	0.08		-0.14	-0.2	-0.2	-0.29	-0.18	-0.43	-0.54	-0.3	-1.06	-0.97	-1.6	-1	-1	-0.71	-0.69	-0.34	-1.94	-1.43	-0.34	-1.51	-0.97	-1.29	-0.69	-0.86	-0.71	-0.81	-0.64	-0.97	0.34	-0.17	-0.89	-0.04	0.33	0.29	-0.22	-0.76	-0.86	-1.36	-1.64
+YLR449W	FPR4   PROTEIN FOLDING (PUTATIV SIMILAR TO PEPTIDYL-PROLYL CIS-TRANS ISOMERASE	0.29	-0.45	-0.38	-0.2	-0.22	-0.07	0.19	0.07	0.04	0.14	0.06	0.07	-0.03	0.08	0.15	0.08	0.28	0.12	-0.62	-0.07	-0.27	-0.22	0.24	0.42	0.12	-0.09	-0.1	-0.03	-0.25	-0.23	-0.25	-0.42	0.38	0.62	0.7	-0.14	-0.14	-0.15	0.04	-0.47	-0.43	-0.12	-0.4	-0.49	0.25	-0.25	-0.25	-0.12	-1.12	-0.51	-0.92	-0.43		-0.79	-0.62	-0.15	-2.12	-1.69	-0.04	-1.51	-2.18	-1.36	-0.79	-0.81	-0.36	-0.76	-1.22	-1.15	-0.18	-0.15	-0.18	0.14	-0. [...]
+YNL141W	AAH1   PURINE METABOLISM     ADENOSINE DEAMINASE	0.46	-0.71	-1.22	-1.29	-0.15	-0.49	0.11	-0.25	0.12	-0.07	-0.4	-0.56	0.07	-0.36	-0.27	-0.58	0.04	-0.15	-1.56	-0.74	-0.81	0.03	0.6	0.67	-0.09	-0.51	-0.3	0.08	-0.23	-0.84	-0.86	-0.36	1.61	0.73	0.18	0.21	0.51	0.34	0.12	-0.07	-0.14	0.59	0.48	-1.29	-0.56	-0.64	-0.45	-0.64	-1.22	-1.06	-1.69	-2	-2.4	-0.3	-0.94	-1.43	-2.18	-1.64	-0.38	-3.06	-2.06	-1.12	-0.38	-0.76	-0.71	-2.06	-1.84	-1.32	-0.69	-0.22	-0.76	-0.38	-0.17	-0.04	-0.07	-1.25	-1.18 [...]
+YLR180W	SAM1   METHIONINE METABOLISM    S-ADENOSYLMETHIONINE SYNTHETASE	0.16	-0.15	-0.32	-0.76	-0.47	-0.38	0.76	0.26	0.31	-0.14	-0.29	-0.56	-0.38	-0.84	-0.23	-0.2	0.16	-0.18	-1.74	0.01	-0.64		0.59	0.44	0.32	0.21	0.31	0.89	0.08	0.16	-0.76	-0.23	0.66	0.21	0.11	0.61		-0.36	0.11	0.55	0.53	0.23	0.03	-0.51	0.03	0.06	-0.04	-0.22	-0.86	-0.84	-2.12	-1.89	-1.79	0.36	-0.89	-0.56	-1.51	-1.74	-0.07	-2.18	-2.56	-0.22	-0.56	-1.15	-1.22	-2.47	-1.43	-0.79	0.46	-0.47	-0.54	-0.27	0.19	0.28	0.23	-0.92	-1.06 [...]
+YJL050W	MTR4   MRNA EXPORT      RNA HELICASE	0.43	-0.54	-0.38	-0.4	0.19	0.08	0.38	0.06	0.28	0.08	0.04	0.15	0.24	-0.06	0.03	0.26	0.25	0.04	-0.67	-0.34	-0.22	-0.09	0.08	0.14	-0.12	-0.27	-0.07	0.2	-0.18	-0.12	-0.18	0.01	-0.14	0.18	-0.06		0.03	-0.04	-0.17	-0.38	-0.36	-0.07	-0.38	-0.36	-0.43	-0.47	-0.42	-0.23	-0.86	-0.56	-0.92	-0.89	-0.69	-0.09	-0.64	-0.27	-1.32	-0.58	-0.47	-1.15	-1.29	-0.2	-0.2	-0.32	-0.58	-1.03	-1	-1.22	0.03	-0.51	-0.6	0.4	-0.07	-0.12	-0.14	-0.84	-0.74	-1.18	-1.51
+YMR308C	PSE1   NUCLEAR PROTEIN TARGETIN BETA-KARYOPHERIN	0.29	0.37		-0.12	-0.01	-0.23	-0.25	-0.34	-0.18	-0.36	-0.2	0.1	0.04	-0.45	-0.12	-0.15	-0.56	-0.18	-1.06	-0.45	-0.47	0.37	0.14	0.12	0.2	-0.1	-0.03	0.38	-0.25	-0.01	-0.15	0.06	0.11	0.39	0.06	-0.18	-0.18	0.01	0.06	-0.23	-0.67	-0.34	-0.4		-0.4	-0.62	-0.71	-0.17	-0.47	-0.56	-1.22	-0.89	-0.54	-0.27	-0.97	-0.29	-1.25	-1.84	-0.56	-1.29	-1.22	-0.36	-0.3	-0.22	-0.84	-0.76	-0.6	-0.89	0.44	-0.56	-0.76	0.01	0.25	0.01	0.11	-0.45	-0.69	-1.47	-1.94
+YKR024C	DBP7   RIBOSOME ASSEMBLY     PUTATIVE RNA HELICASE	-0.04	-0.92	-0.97	-0.3	-0.09	-0.32	0.19	-0.12		-0.09	-0.27	-0.32	0.11	-0.32	0.04	0.03	0.07	-0.29	-1.18	-0.36	-0.71	0.01	0.46	0.21	-0.2	-0.58	-0.23	0.14	-0.32	-0.86	-0.49	-0.71	1.23	1.01	0.62	0.14	0.31	0.3	0.14	0.28	0.07	0.31	0.06	-0.29	-0.25	-0.64	-0.54	-0.43	-0.97	-0.42	-1.43	-0.86	-1	-0.86	-1.22	-0.27	-1.64	-1.12	-0.36	-2.25	-0.94	-0.43	-0.12	-0.27	-0.58	-1.06	-0.67	-0.51	-0.22	0.07	0.11	0.45	0.14	0.28	0.23	-0.81	-1.12		-1.29
+YGL120C	PRP43  MRNA SPLICING       SPLICEOSOME DISASSEMBLY FACTOR; RNA HELICASE	-0.12	-0.94	-0.89	-0.69	-0.22	-0.17	0.06	-0.12	0.18	-0.15	-0.18	-0.07	-0.15	-0.32	-0.18	-0.29	-0.14	-0.15	-1.12	-0.62	-0.03	0.33	0.91	0.74	0.01		-0.3	0.34	0.16	-0.6	-0.74	-0.12	1.14	0.84	0.4	0.08	0.01	0.04	0.15	-0.04	-0.22	0.23	-0.04	-0.69	-0.17	-0.51	-0.42	-0.14	-1.15	-0.18	-1.51	-0.97	-1.36	-1.06	-1.32	-1.29	-2	-1.69	-0.36	-1.6	-1.64	-1.03	-0.4	-0.14	-0.38	-0.79	-0.86	-0.84	-0.25	-0.09	0.24	1.12	0.12	0.23	0 [...]
+YNL061W	NOP2   NUCLEAR ORGANIZATION     NUCLEOLAR PROTEIN	-0.12	-0.81	-1.32	-0.71	-0.38	-0.2	-0.01	-0.04	0.03	0.07	-0.22	-0.06		-0.23	-0.36	-0.23	-0.32	0.04	-0.94	-0.04	-0.03	0.77	0.58	0.46	0.1	0.12	-0.1	0.43	0.03	-0.07	-0.25	0.03	0.8	1.17	0.6	-0.01		0.07	0.08	-0.34	-0.1	0.01	-0.3	0.71	-0.36	-0.6	-0.74		-2.18	-1.15	-2.06	-0.89	-0.81	-1.32	-1.06	-0.12	-3.18	-1.89	-0.42	-2.32	-1.18	-0.74	-0.54	-0.54	0.03	-0.94	-1.09	-0.94	-0.67	-0.43	0.04	-0.34	-0.01	-0.49	-0.42	-1.25	-1.36	-2.25	0.03
+YKL191W	DPH2   DIPHTHAMIDE BIOSYNTHESIS UNKNOWN	-0.07	-1	-0.81	-0.71		0.21	0.08	-0.06	-0.07	-0.15	-0.25	-0.42	-0.15	-0.23	-0.06	-0.38	0.11	-0.29	-0.6	-0.06	-0.2	0.53	0.58	0.06	0.11	0.07	-0.3	-0.04	-0.42	-0.62	-0.49	-0.29	0.53	0.54	0.16	0.14	0.41	0.4	0.29	0.06	-0.49	0.04	0.1	-1.06	-0.71	-0.79	-0.74	-0.34	-0.54	-0.6	-0.97	-0.62	-0.34	-0.32	-0.3	-0.23	-1.47	-1.56	-0.09	-1.74	-1.22	-0.45	0.01	-0.14	-0.69	-1.4	-1.03	-1	0.24	-0.15	0.01	0.44	0.1	-0.12	-0.25	-1.22	-1.25	-2.25	-1.22
+YBR034C	HMT1   PROTEIN PROCESSING    ARGININE METHYLTRANSFERASE	0.11	-1.74	-1.12	-1	-0.32	-0.74	-0.15	0.6	-0.23	-0.2	-0.25	-0.29	-0.17	-0.2	-0.64	-0.34	-0.25	-0.15	-1.4	-1	-0.86	-0.38	0.11	0.18	-0.3	-0.03	-0.14	0.31	-0.36	-0.43	-0.25	-0.4	-1.15	-0.06	-0.34	-0.42	-0.27	-0.15	-0.89	0.98	0.03	-0.97	-0.74	0.6	-1.25	-0.6	-1.06	0.03	-1.18	-0.01	-1.06	-0.43	-0.89	-1.15	-1.15	-1.36	-2.84	-1.74	-0.62	-2.74	-1.56	-1.64	-0.92	-2	-0.12	-1.06	-0.86	-0.97	-0.67	-1.06	-0.32	-0.6	-0.04	0.11	0.16	-1.09	- [...]
+YNL062C	GCD10  PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF3 RNA-BINDING SUBUNIT	-0.04	-0.49	-1	-0.56	-0.09	-0.27	0.19	-0.04	0.2	-0.27	-0.14	-0.14	0.06	-0.04	-0.14	0.08	-0.09	-0.01	-0.97	-0.42	-0.14	0.25	0.36	0.16	0.07	-0.29	-0.27		-0.22	-0.54	-0.64	-0.51	0.5	0.33	0.06	-0.04	-0.09	-0.34	-0.32	-0.64	-0.23	-0.04	-0.15	0.04	-0.62	-0.79	-0.47	-0.09	-2	-1.03	-2	-0.54	-1.6	-0.86	-0.79	-0.2	-2.74	-1.64	0.03	-0.6	-0.74	-0.84	-0.25	0.26	0.12	-0.38	-0.67	-0.3	-0.03	0.55	-0.76	0.15	-0.1	 [...]
+YOR272W	YTM1   CYTOSKELETON (PUTATIVE)  MICROTUBULE-ASSOCIATED PROTEIN	-0.25	-0.94	-1.56	-0.76	-0.49	-0.38	-0.15	-0.22	0.1	-0.27	-0.47	-0.4	0.03		-0.58	-0.47	-0.36	-0.49	-1.12	-0.18	-0.71	0.62	0.57	0.18	-0.03	0.06	-0.38	0.39	-0.04	-0.67	-0.69	-0.04	-0.86	0.08	0.15	-0.27	-0.18	-0.18	-0.42	-0.09	-0.92	-0.15	-0.12	0.32	-0.09	-0.38	-0.42	-0.27	-1.74	-1.32	-2.25	-0.32	-0.84	-1	-0.18	0.12	-3.18	-2.32	-0.47	-0.09	-1.56	-1	-0.62	-0.54	-0.14	-0.94	-1.12	-0.81	-0.34	-0.18	-0.32	0.55	-0.04	-0.15	-0 [...]
+YLR291C	GCD7   PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF2B SUBUNIT	0.28	-0.25	-0.29	-0.12	-0.14	-0.27	-0.18	-0.23		-0.36	0.12	-0.14	-0.06	-0.32	-0.12	-0.22	-0.38	-0.29	-0.15	-0.42	-0.15	-0.03	0.18	0.03	0.03	-0.27	-0.42	-0.22	-0.22	-0.38	-0.47	-0.45	0.37	0.06	-0.12	-0.17	-0.06	0.08	0.11	0.01	-0.22	-0.14	-0.17	-0.6	0.06	-0.12	-0.2	-0.09	-0.27	-0.29	-0.6	-0.71	-0.49	-0.01	-0.62	-0.38	-0.76	-0.62	-0.32	-1.09	-0.67	-0.86	-0.43	-0.38	0.14	-0.84	-0.38	-0.47	-0.04	0.14	-0.29	-0.07	 [...]
+YNR012W	URK1   PYRIMIDINE METABOLISM    URIDINE KINASE	-0.1	-0.81	-0.94	-0.51	-0.36	-0.27	-0.23	-0.43	-0.2	-0.18	-0.43	-0.25	-0.3	-0.36	-0.42	-0.49	-0.27	-0.34	-1.51	-0.01	0.45	0.29	0.18	-0.03	-0.09	-0.1	-0.25		-0.43	-0.38	-0.76	0.04	0.67	0.63	0.16	0.42	0.11	0.23	0.15	-0.01	-0.49	-0.27	0.04	0.57	-0.47	-0.6	-0.49	-0.09	-0.29	-0.38	-1.06	-0.49	-1.36	-0.07	-0.81	-1.18	-0.84	-0.42	-0.34	-1.36	-0.86	-0.84	-0.34	-0.81	-0.69	-1	-1.18	-1.03	-0.34	0.51	-1.18	0.26	-0.06	-0.06	-0.3	-0.79	-0.94	-0.58	-1
+YGR083C	GCD2   PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF2B SUBUNIT	-0.51	-0.69	-0.74	-0.25	-0.58	-0.07	-0.27	-0.27		0.26	0.11	-0.1	-0.09	-0.23	-0.34	0.06	-0.56	-0.17	-0.54	-0.09	0.36	0.19	0.12	0.08	-0.14	0.14	-0.04	0.12	-0.07	-0.17	0.04	-0.06	0.57	0.55	0.25	-0.14	-0.25	-0.38	-0.22	-0.45	0.06	-0.34	-0.4	-0.01	-0.34	-0.58	-0.32		-0.58	-0.54	-1.22	-1.36	-0.94		-0.74	-0.84	-1.12	-0.6	-0.17	-1.32	-1	-0.36	-0.17	-0.81	-0.38	-0.12	-0.58	-0.74	-0.74	0.07	-0.92	-0.27	0.11		0.21	-0.6 [...]
+YKL021C	MAK11  DSRNA VIRUS PROPAGATION  UNKNOWN; ESSENTIAL GENE	-0.1	-0.71	-1	-0.67	-0.49	-0.38	-0.22	-0.15	0.06	-0.25	-0.32	-0.25	-0.03	-0.18	-0.51	-0.2		-0.14	-0.97	-0.1	-0.09	-0.29	0.29	0.08	-0.18	-0.22	-1.03	0.06		-0.67	0.1	-0.29	1.01	0.94	0.4	0.08	0.18	0.12	0.12	-0.2	-0.42	0.21	0.06	0.04	0.04	-0.3	-0.09	0.06	-0.54	-0.43	-1.03	-0.84	-1.03	-0.34	-1.12	-1.22	-0.92	-0.92	-0.15	-2	-0.54	-0.89	-0.81	-0.76	-0.1	-0.15	-0.94	-0.84	-0.89	0.01	-0.6		0.04	0.01	0.06	-0.56	-0.76	-0.4	-0.4
+YHR066W	SSF1   MATING (PUTATIVE)     UNKNOWN	0.04	-1.4	-0.84	-0.58	-0.06	-0.45	0.03	-0.17	0.12		-0.15	-0.04	0.01	-0.47	-0.34	-0.1	0.03	0.01	-0.84	-0.67	-0.54	0.04	0.39	0.25	-0.29	-0.09	-0.14	0.1	-0.18	-0.42	-0.45	-0.07	-0.04	0.1	-0.17	-0.09	-0.58	-0.17	0.61	-1.09	0.16	-0.74	-0.45	0.67	-1.03	-0.1	-0.94	-0.4	-1.03	-0.36	-0.97	-1	-0.89	-0.58	-0.84	-0.84	-2	-1.12	-0.81	-0.94	-0.74	-0.92	-0.34	-1.18	-0.34	-0.38	-1.03	-1.03	-0.36	-0.12	-0.69	0.52	0.03	0.12	0.31	-0.6	-0.67	0.03	-1
+YPR187W	"RPO26  TRANSCRIPTION       SHARED SUBUNIT OF RNA POLYMERASES I, II, AND III"	-0.22	-0.36	-0.84	-0.43		-0.36	-0.23	-0.43	-0.04	0.01	-0.27	-0.42	-0.15	-0.69	-0.25	-0.42	-0.14	-0.29	-1	-0.34	-0.14	-0.01	0.26	0.2	-0.07	0.25	-0.2	0.16	0.12	-0.04	-0.15	0.01	0.23	0.72	0.57	0.23	0.24	0.37	0.32	0.25	0.15	0.18	0.44	-0.42	0.33	0.07	0.53	-0.36	-0.76	-1.09	-1.6	-0.92	-1.12	0.31	-0.54	-0.06	-1.84	-1.6	-0.56	-2.18	-1.6	-1.79	-1.43	-1.06	0.03	0.42	-0.56	-1.74	-1.18	-0.69	-1.15	-1.89	0.21	-0.1	0 [...]
+YOL139C	CDC33  PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF4E	-0.07	-0.64	-0.34	-0.54	-0.2	-0.47	0.03	-0.42	0.06	-0.29	0.07	-0.43	-0.03	-0.58	0.16	-0.36	0.03	-0.3	-0.32	-0.4	-0.4	-0.09	0.07	0.24	-0.01	-0.18	-0.1		-0.2	-0.22	-0.45	-0.58	0.18	0.44	0.46	0.14	0.16	0.07	0.34	0.25	0.26	-0.09	0.11	0.21	0.4	0.19	0.3	-0.18	-0.23	-0.64	-1	-0.47	-0.32	0.55	-0.51	-0.09	-1	-1.22	-0.67	-2.25	-1.94	-1.94	-1.25	-1.12	0.23	0.52	-0.69	-0.69	-0.23	-0.69	-0.81	-1.36	0.23	0.14	0.06	-0.3	-0.03	-0.9 [...]
+YDR429C	TIF35  PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF3 SUBUNIT	-0.01	-0.51	0.46	-0.25	-0.56	0.03	-0.49	0.15	0.61	-0.36	0.26	-0.01	-0.17	-0.2	-0.27	0.34	-0.3	-0.15	-0.15	-0.15	0.2	1.4	0.58	0.48	0.45	0.37	-0.03	0.08	0.37	-0.2	-0.2	-0.03	0.14	0.25	0.18	-0.23	-0.09	-0.09	-0.04	-0.25	-0.27	-0.17	-0.03	0.03	0.36	-0.01	0.31	0.15	-0.47	-0.32	-0.86	-0.64	-0.27	-0.09	-0.4	0.07	-1.18	-0.71	-0.25	-1.94	-1.89	-1.36	-1.03	-0.74	0.36	0.58	-0.58	-0.81	-0.29	-0.14	-0.62	-0.34	0.48	0.25	0 [...]
+YPL237W	SUI3   PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF2 BETA SUBUNIT	0.1	-0.18		-0.17	-0.25	-0.22	-0.23	0.08	0.21	-0.18	0.01	-0.12	0.01	-0.23	0.25	0.1	0.08	-0.17	-0.3	-0.34	-0.17	0.58	0.55	0.24	0.18	0.1	-0.18	-0.34	0.08	-0.2	-0.51	-0.29	0.07	0.39	0.26	-0.2	-0.12	0.04	0.04	-0.01	-0.18	-0.3	0.08	-0.38	0.08	-0.3	-0.17	-0.18	-0.34	-0.04	-0.34	0.03	-0.27	-0.4	-0.18	-0.25	-1.69	-0.84	-0.43	-2.12	-2.12	-2.12	-1.43	-1.03	-0.38	0.34	-0.89	-0.86	-0.03	-0.12	0.04	-0.4	0.06		0.18	0.0 [...]
+YMR146C	"TIF34  PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF3, P39 SUBUNIT"	-0.07	-0.56	-0.43	-0.67	-0.27	-0.6	-0.03	-0.23	-0.06	-0.27	-0.22	-0.43	-0.1	-0.67	-0.06	-0.29	0.06	-0.47	-0.47	-0.43	-0.47	0.06	0.14	0.41	0.11	0.16	0.21	0.41	-0.04	0.14	0.11	-0.09	0.3	0.51	0.53	0.11	0.19	0.21	0.38	0.21	0.04	0.06	0.28	0.24	0.33	0.06	0.3	-0.29	-0.97		0.36	0.23	0.03	-0.92	0.3	0.2	-1.64	-1.36	-0.67	-1.84	-2.06	-1.79	-0.94	-1.03	0.08	-0.43	-0.67	-0.97	-0.34	-0.81	-0.64	-0.79	0.18	0.11	0.07	 [...]
+YML106W	URA5   PYRIMIDINE BIOSYNTHESIS  OROTATE PHOSPHORIBOSYLTRANSFERASE	-0.1	-0.09	-0.45	-0.25	-0.18	0.03	0.12	0.06	0.26	0.32		-0.18	-0.03	-0.47	0.03	-0.15	0.07	-0.01	-0.94	-0.12	-0.17	-0.12	0.38	0.45	0.39	0.56	0.18	0.41	0.41	-0.01	-0.07	0.04	-0.45	-0.43	-0.32	0.15	0.1	0.15	-0.18	-0.14	-0.17	-0.29	0.07	0.32	-0.58	-0.67	-0.67	-0.22	-0.51	-0.54	-0.92	-0.34	-0.38	-0.07	-0.12	-0.29	-1.25	-1.25	-0.2	-1.29	-1.51	-1.18	-0.47	-1.03	0.29	-1.03	-0.4	-0.92	-0.4	-0.69	-1.4	-1.36	0.12	0.21	0.59		-0 [...]
+YIL078W	THS1   PROTEIN SYNTHESIS     THREONYL TRNA SYNTHETASE	0.28	-0.43	-0.09	-0.25	-0.04		0.14	-0.15	0.07	-0.17	0.14	-0.09	-0.07	-0.22	0.37	0.18	0.04	-0.23	-0.58	-0.64	-0.45	-0.18	-0.15	-0.1	0.11	-0.2	-0.01	-0.03	-0.23	0.21	-0.32	-0.34	-0.34	-0.36	-0.18		0.01	-0.07	-0.1	-0.29	-0.23	-0.12	-0.25	0.11	-0.09	-0.36	-0.25	-0.23		-0.69	-0.58	-0.58	-0.79	-0.18	-0.15	-0.45	-0.62	-0.62	-0.62	-0.6	-1.64	-1.03	-0.47	-1.22	-0.54	-0.54	-0.23	-0.76	0.25	-0.32	-1.18	-1.15	0.11	0.12	-0.01	-0.1	-0.25	-1	-1.25
+YBR048W	RPS11B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S11B	0.12	-0.23	0.29	-0.17	0.12	-0.2	0.01	0.59		0.19	-0.06	0.41	0.06	-0.17	0.39	0.26	0.6	0.52	-0.6	-0.09	0.29	0.45	0.73	0.5	0.39	0.52	0.29	0.28	-0.03	-0.01	-0.07	-0.29	-0.49	-0.23	0.08	0.16	0.32	0.21	0.19	0.15	-0.03	-0.25	0.03	0.24	-0.14	-0.29	-0.06	-0.18		-0.2	-0.27	-0.4	0.14	0.15	0.24	0.29	0.08	0.11	-0.06	-1	-1.94	-1.74	-0.92	-0.38	0.29	-0.84	-0.74	-1.22	0.42	0.03	-1.94	-1.29	0.11	0.2	0.08	-0.42	-1	-1.51	-2.47
+YDR450W	RPS18A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S18A	-0.23	0.11	-0.27	0.12	-0.32	0.18	-0.36	0.2	0.3	0.53	0.42	-0.1	0.19	-0.06	0.39	0.36	0.36	0.28	-0.6	0.36	-0.03	0.39	0.74	0.76	0.75	0.55	0.37	0.49	0.64	0.04	-0.09	-0.03	-0.27	0.24	-0.01	0.1	-0.09	0.03	0.16	0.38	0.2	-0.2	-0.06	0.85	-0.38	0.18	-0.25	0.01	-0.22	-0.42	-0.62	0.3	-0.36	0.07	0.7	0.65	-0.07	-0.23	-0.2	-1.51	-2.47	-1.79	-1.12	-1.4	0.52	0.39	-0.34	-1.12	-0.34	-0.29	-1.15	-1.56	0.44	0.1	0.11	-0.36	-0.09	-1.32	-2
+YHL033C	RPL8A  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L8A	0.04	-0.14	-0.23	0.07	-0.1	0.14	0.04	0.29	0.33	0.23	0.42	0.19	0.16	0.1	0.37	0.4	0.15	0.37	-0.54	0.15	-0.36	0.66	1.01	0.94	1	0.93	0.69	0.63	0.49	0.37	0.01	0.42	-0.18	-0.04	0.18	0.21	0.37	0.2	0.28	0.26	0.32	-0.07	0.07	0.67	0.06	-0.09	0.04	-0.06	-0.74	-0.49	-0.47	-0.1	-0.27	0.3	0.37	0.77	-0.03	-0.27	-0.25	-1.47	-2.64	-1.79	-1.09	-0.76	0.41	-0.09	-0.4	-1.06	-0.27	-0.45	-0.92	-1.79	0.34	0.23	0.19	-0.18	-0.51	-1.56	-2.47
+YBR189W	RPS9B  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S9B	-0.15	-0.69	-0.62	-0.6	-0.3	-0.71	-0.09	0.28	-0.15	-0.06	-0.29	0.21	-0.17	-0.2	0.03	0.38	0.01	0.1	-0.89	-0.06	0.06	0.37	0.71	0.41	0.16	0.8	0.46	0.38	0.1	0.14	0.12	0.07	-0.34	-0.12	0.06	0.07	0.08	0.08	0.01	0.08	0.36	-0.03	0.14	0.96	0.01	-0.17	0.1	-0.07	-0.36	-0.42	-0.76	-0.12	-0.22		-0.25	0.19	-0.38	-0.04	-0.67	-2.32	-2.4	-1.79	-1.22	-0.71	0.52	0.08	-0.71	-1.4	-0.84	-0.58	-1.74	-2.32	-0.03	-0.3	0.03	-0.27	-0.56	-2	-2.64
+YBR191W	RPL21A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L21A	-0.17	-0.42	-0.51	-0.36	-0.38	-0.69	-0.07	0.11	-0.23	-0.45	-0.2	0.31	-0.15	-0.25	-0.03	0.16	0.12	0.24	-1	0.16	-0.34	0.24	0.26	0.24	0.11	0.6	0.37	0.39	0.07	0.14	-0.03	0.21	-0.38	-0.15	0.08	0.25	0.2	0.21	0.21	0.31	0.23	0.15	0.18	1.01	0.03	-0.07	0.11	-0.43	-0.42	-0.43	-0.71	-0.1	-0.27	0.14	0.06	0.23	-0.09	-0.12	-0.29	-1.64	-2.64	-1.89	-1.18	-1.06	0.39	0.04	-0.67	-1.32	-0.67	-0.38	-2	-2.18	0.07	-0.25	0.06	-0.25	-0.56	-1.74	-2.64
+YBL087C	RPL23A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L23A	-0.23	-0.49	-0.76	-0.56	-0.34	-0.69	-0.18	0.19	-0.12	0.16	-0.25	0.36	0.06	-0.04	-0.09	0.5	-0.07	0.12	-1.43	-0.54	-0.18	0.07	0.42	0.24	0.54	0.41	0.51	0.44	-0.22	0.21	-0.03	0.31	-0.45	-0.2	0.15	0.18	0.23	0.23	0.16	0.24	0.08		0.23	0.69	-0.22	-0.29	-0.15	-0.14	-0.1	-0.29	-0.86	-0.07	-0.43	0.25	-0.09	0.34		-0.38	-0.18	-1.25	-2.18	-1.22	-0.76	-1.51	0.39	-0.3	-0.47	-1.36	-0.12	-0.42	-0.6	-2.12	0.12	0.2	0.53	-0.09	-0.3	-1.22	-1.56
+YHL001W	RPL14B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L14B	-0.29	-0.09	-0.51	-0.17	-0.36	-0.01	-0.4	-0.34	0.03	0.34	0.08	-0.23	0.18	-0.04	0.11	-0.03	-0.25	0.06	-1.36		-0.58	0.56	0.29	0.54	0.37	0.87	0.52	0.57	0.15	0.28	0.28	0.08	-0.09	0.03	0.18	-0.01	-0.43	-0.1	0.31	0.31		-0.47	-0.23	-0.3	-0.64	-0.17	-0.18	-0.14	-0.3	-0.51	-0.69	0.41	-0.45	0.32	0.07	0.6	0.3	-0.34	-0.06	-1.18	-1.94	-1.06	-0.79	-0.81	0.34	-0.17	-0.67	-1.12	-0.1	-0.42	-0.47	-1.51	0.21	-0.1	0.21	0.11	-0.2	-1.47	-1.94
+YDR385W	EFT2   PROTEIN SYNTHESIS     TRANSLATION ELONGATION FACTOR EEF2	0.11	-0.3	-0.27	0.08	-0.14	-0.12	-0.27	0.01	0.34	-0.15	0.45	0.11	0.14	0.2	0.36	0.6	-0.29	0.12	-0.94	-0.15	0.37	0.29	0.23	0.43	0.58	0.7	0.76	0.8	0.15	0.5	0.32	0.14	-0.62	-0.4	-0.25	0.39	0.37	0.25	0.21	0.04		-0.03	-0.18	-0.06	-0.47	-0.62	-0.6	0.18	-1.32	-1.89	-2.12	-1.74	-0.64	0.52	-0.42	0.92	-2.06	-3.06	0.54	-0.62	-1.89	-0.86	-0.34	-0.27	-1.36	-1.15	-0.51	-0.74	0.5	-0.51	0.08	-0.18	0.12	0.1	0.21	0.08	-0.3	-0.89	-1.64
+YOR133W	EFT1   PROTEIN SYNTHESIS     TRANSLATION ELONGATION FACTOR EEF2	0.4	-0.58	0.43		0.53	-0.2	0.06	0.28	0.31	0.36	0.86	0.33	0.16	0.12	0.67	0.53	0.19	-0.1	-0.71	-0.36	-0.32	0.2	0.39	-0.27	0.16	0.46	0.39	0.18	-0.67	0.06	-0.15	-0.25	-0.47	-0.43	-0.14	0.15	0.34	0.29	0.21	0.1	-0.1	-0.15	-0.15	-0.27	-0.32	-0.45	-0.6	-0.36	-1.36	-1.84	-2	-1.84	-0.81	0.4	-0.6	0.43	-2.25	-2.94	0.18	-0.74	-2.25	-1.6	-0.38	-0.25	-1.74	-1.18	-0.86	-1.03	0.3	-0.74	-0.03	-0.89	0.08	0.06	0.41	0.08	-0.01	-1.32	-1.79
+YPL037C	EGD1   TRANSCRIPTION       REGULATOR OF POL II TRANSCRIBED GENES; ENHANCES GAL4 DNA BINDING	0.24	-0.07	0.15	0.07	0.07	0.01	0.04		0.2	-0.32	0.3	-0.2	0.03	-0.22	0.37	0.01	0.24	-0.51	-0.03	0.33	0.46	1.09	0.7	0.68	0.65	0.49	0.31	0.01	0.11	0.1	-0.12	0.01	-0.81	0.21	0.33	0.32	0.43	-0.43	0.41	0.52	0.37	0.16	0.39	-0.03	0.5	0.33	0.55		-0.71	-1.25	-1.51	-0.97	-0.47	0.39	-0.51	0.63	-1.69	-1.6	0.06	-0.89	-1.12	-1.25	-0.92	-0.3	0.32	0.29	-0.38	-0.36	0.37	0.36	0.44	-0.36	0.23	-0.12	0.07	-0.17	 [...]
+YAL003W	EFB1   PROTEINSYNTHESIS    ELONGATION FACTOR EF1-BETA	0.01	-0.56	0.25	-0.17	-0.25	-0.43	0.26	0.31	0.24	0.72	0.01	0.44	0.16	0.19	0.2	0.7	0.07	0.48	-1.32	-0.09	-0.38	0.6	0.4	0.5	0.37	0.61	0.45	0.43	-0.06	0.11	0.56	0.24	-0.3	-0.15	-0.09	0.11	-0.18	-0.17	-0.15	-0.14	0.1		0.01	0.63	-0.4	-0.38	-0.34	0.23	-1.29	-1.56	-2.12	-1.09	-1.12	0.25	-0.64	0.59	-2.18	-3.06	0.12	-0.1	-0.67	-1.4	-0.64	-1.74	0.39	-0.4	-0.06	-1.15	0.1	-0.18	-1.15	-1.29	0.24		-0.04	-0.64	-0.94	-1.56	-2.32
+YOR167C	RPS28A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S28A	0.29	-0.15	-0.14	0.12	0.04	0.08	0.15	-0.06	0.14	-0.22	0.18	-0.34	0.26	-0.36	0.39	-0.18	0.38	-0.22	-0.76	-0.23	0.32	0.16	0.33	0.24	0.18	0.26	0.18	0.46	0.25	0.08	-0.2	-0.14	-0.17	-0.07	0.15	0.46	0.66	0.62	0.53	0.62	0.21	0.14	0.33	-0.58	0.01	-0.15	0.45	-0.17	-0.84	-0.71	-0.79		-0.47	-0.4	-0.17	-0.07	-1.69	-1.6	0.07	-0.76	-1.89	-1.4	-0.81	-0.18	0.42	0.01	-0.43	-0.84	0.44	-0.43	-1.29	-1.64	0.14	-0.03	0.58	0.11	-0.1	-1.12	-1.64
+YKL081W	TEF4   PROTEIN SYNTHESIS     TRANSLATION ELONGATION FACTOR EF-1GAMMA	0.39	0.07	0.31	0.08	0.3		0.42	0.21	0.24	0.1	0.16	0.25	0.29	0.11	0.43	0.25	0.5	-0.06	-1.18	-0.49	-0.12	0.68	0.66	0.9	0.71	0.54	0.28	0.33	0.28	0.01	-0.29	-0.01	-0.51	-0.49	-0.32	-0.14	0.01	-0.2	-0.23	-0.3	-0.47	-0.29	-0.17	-1.25	-0.47	-0.71	-0.71	-0.27	-1.12	-0.84	-1.64	-1.51	-1.32	-0.29	-0.86	-0.23	-2.32	-2.18		-0.36	-1.89	-1.56	-0.56	-0.67	0.49	-1.79	-0.36	-1.03	-0.09	-0.45	-0.42	-0.64	0.08	-0.15	-0.01	-0.92	-0. [...]
+YJL138C	TIF2   PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF4A	0.06	0.07	-0.23	0.12	-0.09	0.21	-0.14	-0.04	0.08	0.33	0.11		-0.04	-0.2	0.15	0.24	0.07	0.12	-0.22	0.42	0.38	0.32	0.71	0.77	0.64	0.5	0.21	0.4	0.52	0.08	-0.22	0.14	-0.34	-0.15	-0.07	0.18	0.19	0.21	0.14	0.24	0.21	0.01	-0.06	0.25	-0.3	-0.38	-0.36	0.03	-1.25	-0.86	-1.15	-1.18	-1	0.18	-0.43	-0.49	-2.32	-1.94	-0.07	-0.94	-1.84	-1.32	-0.62	-0.84	0.28	-0.47	-0.32	-0.58	-0.14	-0.23	-0.6	-0.14	0.29	0.19	0.44	-0.12	-0.47	-1.4	-1.89
+YKR059W	TIF1   PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF4A	0.38	0.26	-0.03	0.08		0.3	0.11	0.26	0.1	0.26	0.07	0.15	0.1	0.01	0.2	0.21	0.14	0.24	-0.23	0.01	0.16	0.28	0.77	0.87	0.76	0.39	0.23	0.39	0.56	0.15	-0.42	-0.01	-0.34	-0.18	-0.07	0.18	0.4	0.32	0.15	0.1		0.06	0.03	0.52	-0.29	-0.47	-0.38	0.14	-1.22	-0.97	-1.12	-1.25	-0.97	-0.25	-0.38	-0.32	-2	-2.06	0.01	-1	-1.64	-1.36	-0.56	-0.45	0.38	-0.36	-0.32	-0.49	0.08	-0.06	-0.3	-0.01	0.21	0.08	0.48	-0.27	-0.49	-1.43	-2.32
+YHR019C	DED81  PROTEIN SYNTHESIS     ASPARAGINYL-TRNA-SYNTHETASE	0.11	-0.4	-0.06	-0.06	0.12	-0.17	0.21	-0.03	0.11	0.28	0.03	0.14	-0.01	-0.04	0.11	0.11	0.19		-0.79	-0.6	-0.03	0.15	0.49	0.5	0.26	0.86	0.65	0.64	0.11	0.42	0.32	0.28	-0.6	-0.38	-0.27	-0.12	0.03	-0.09	-0.03	-0.18	-0.3	-0.23	-0.27	-0.69	-0.29	-0.49	-0.45	-0.36	-1.15	-1.06	-0.54	-0.89	-0.97	-0.36	0.03	-0.34	-2.12	-2.84	-0.15	-0.67	-1.74	-1.18	-0.45	-0.43	0.24	-1	-0.49	-0.79	0.3	-0.36		-0.47	0.12	0.4	0.43	-0.2	-0.43	-1.25	-1.6
+YER102W	RPS8B  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S8B	0.58	0.2	0.2	0.23	0.19	0.1	0.34	0.37	0.52	0.33	0.45	0.24	0.43	0.26	0.71	0.49	0.61	0.32	-0.23	0.1	0.44	1.33	1.18	0.75	0.94	0.81	0.69	0.49	0.48	0.33	0.14	0.23	-0.45	-0.06	0.32	0.3	0.5	0.43	0.33	0.33	0.36	0.1	0.3	0.37	0.12	0.2	0.16	0.11	-1.89	-2.47	-2.56	-1.64	-0.86	0.64	-0.1	1.26	-3.47	-4.32	-0.12	-1.4	-2.64	-2	-1.12	-1.03	0.49	0.12	-0.49	-0.92	0.21	0.04	0.01	-1.09	-0.25	-0.06	-0.15	-0.25	-0.3	-1.32	0.01
+YJL191W	RPS14B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S14B	-0.29	-0.49	-0.42	-0.38	-0.22	-0.47	-0.32	-0.36	-0.18	-0.38	-0.23	-0.4	-0.07	-0.25	0.07	0.04	-0.25	-0.51	-0.81	-0.3	0.08	0.23	0.03	0.25	0.15	0.2	0.25	0.14	-0.12	-0.14	-0.22	-0.34	-0.25	-0.4	-0.14	0.48	0.48	0.24	0.08	0.12	-0.18	-0.15	0.21	-0.38	-0.47	-0.56	-0.4	-0.15	-0.86	-0.84	-1.29	-0.92	-0.42	-0.15	-0.23	0.7	-2.18	-2.32	-0.15	-0.76	-0.94	-0.86	-0.25	-0.51	0.01	-0.6	-0.89	-1.36	-0.18	-0.27	-0.94	-0.84	0.14	-0.07	0.34	-0.3	-0.2 [...]
+YJL190C	RPS22A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S22A	-0.06		-0.29	0.06	-0.27	0.12	-0.2	0.07	0.08	0.29	0.12	-0.22	0.06	-0.03	0.3	0.03	0.19	0.08	-1.43	0.04	0.52	0.15	0.87	0.77	0.45	0.42	0.12	0.37	0.52	-0.03	-0.51	-0.07	-0.54	-0.36	-0.1	0.16	0.3	0.36	-0.36	0.37	0.01	-0.14	0.2	0.36	-0.43	-0.51	-0.4	0.03	-1.79	-1.09	-1.79	-0.92	-0.34	-0.1	-0.04	0.9	-2.47	-0.49	-0.1	-1.47	-2.4	-1.6	-1.03	-0.76	0.63	-0.17	-0.43	-1.43	-0.32	-0.09	-1.43	-1.89	0.11	-0.18	0.33	0.1	-0.09	-1.47	-2.32
+YLR264W	RPS28B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S28B	0.19	0.24	-0.06	0.19	0.03	0.12	0.08	0.01	0.23	0.3	0.2	0.01	0.26	-0.22	0.41	0.1	0.28	0.07	-1.22	0.15	-0.25	0.53	0.68	0.51	0.38	0.53	0.3	0.48	0.51	0.23	-0.14	0.28	-0.51	-0.45	-0.15	0.06	0.24	0.23	-0.14	0.15	-0.03	-0.38	0.03	0.07	-0.36	-0.51	-0.2	0.04	-0.56	-0.25	-0.22	-0.25	0.08	-0.09		0.26	-2.12	-1.6	-0.15	-0.81	-1.89	-1.32	-0.79	-0.64	0.56	-0.15	-0.32	-1.22	-0.62	-0.64	-1.47	-2.06	0.14	-0.04	0.58	0.25	-0.23	-1.29	-2
+YMR121C	RPL15B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L15B	-0.06	-0.04	-0.49	-0.18	-0.42	-0.1	-0.17	-0.12	0.01	-0.17	0.04	-0.03	0.07	-0.67	0.33	0.14	0.14	0.07	0.03	0.36	-0.38	0.87	0.79	0.9	1.13	0.78	0.45	0.41	0.41	0.45	0.28	0.34	-0.27	-0.18	0.14	-0.06	0.18	0.39	-0.03	0.26	0.33	-0.51	-0.07	0.3	-0.06	-0.25	0.14	0.18	-0.69	-0.27		-0.32		-0.1	0.18		-1.09	-1.12	-0.27	-1.03	-2.4	-1.89	-1.47	-1.43	0.15	0.15	-0.27	-0.86	-0.6	-0.6	-1.15	-2.06	0.34	-0.04	0.34	0.31	-0.1	-1.36	-2.47
+YLR029C	RPL15A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L15A	0.39	-0.04	-0.25	0.12	-0.29	0.08	0.01	0.12	0.38	0.06	0.26	0.01	0.15	0.01	0.52	0.43	0.25	0.26	-0.12	0.39	0.9	1.08	0.96	0.96	1.08	0.85	0.67	0.48	0.51	0.49	0.24	0.29	-0.29	0.12	0.46	0.46	0.62	0.55	0.33	0.39	0.36	0.01	0.26	0.42	0.28	0.14	0.32	0.15	-0.84	-0.6	-0.86	-0.49	-0.23	-0.29	-0.03	0.74	-1.69	-1.89	-0.1	-1.12	-2.18	-2.06	-1.32	-0.86	0.24	0.14	-0.38	-0.97	0.03	-0.29	-0.43	-1.79	0.44	0.21	0.46	0.36	0.1	-1.29	-2.18
+YDR500C	RPL37B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L37B	-0.42	-0.38	-0.4	-0.27	-0.56	-0.22	-0.67	-0.43	0.08	0.14	-0.1	-0.32	-0.12	-0.29	0.03	0.04	-0.01	-0.17	-0.34	0.28	-0.3	0.34	0.25	0.34	0.38	0.64	0.34	0.39	0.07	-0.06	0.26	0.18	-0.01	0.25	0.14	0.25	0.04	-0.07	0.07	0.33	1.18	-0.43	0.21	0.79	-0.49	-0.4	-0.17	0.16	-1.03	-1.06	-1.18	-0.58	-0.23	-0.01	0.15	0.79	-1.94	-1.74	-0.18	-1.6	-1.69	-1.29	-0.94	-1.22	0.15	-0.1	-0.56	-0.94	-0.97	-0.38	-1.18	-2.32	0.19	0.06	0.37	-0.25	-0.27	-1.22	-1.84
+YDR025W	RPS11A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S11A	-0.06	-0.09	-0.17	0.01	-0.34	-0.04	-0.38	0.31	0.57	0.07	0.4	-0.12	0.12	0.06	0.42	0.51	0.2	0.06	-0.58	0.11	0.58	0.69	0.77	0.82	0.7	0.49	0.28	0.63	0.38	0.23	-0.09	0.08	-0.43	-0.07	0.15	-0.38	-1.18	-0.3	-0.12	1.34		-1.29	-1.32	0.65	-0.06	-0.3	-0.2	0.32	-1.6	-1.36	-1.84	-1.51	-0.79	0.28	-0.12	0.78	-2.47	-2.32	0.07	-1.15	-2.18	-1.51	-1	-0.51	0.38	-0.56	-0.43	-0.94	0.24	0.15	-0.89	-0.76	0.14	-0.12	-0.18	-0.79	-0.76	-0.86	-2.32
+YGR027C	RPS25A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S25A	0.18	0.08	-0.03		-0.15	-0.14	0.15	-0.17	0.06	0.23	0.03	0.12	0.1	-0.12	0.21	-0.04	0.23	0.15	-0.4	-0.22	0.41	0.67	0.77	0.76	0.43	0.57	0.34	0.33	0.49	0.32	0.07	0.12	-0.03	0.23	0.48	0.51	0.65	0.58	0.69	0.61	0.48	0.41	0.55	-0.15	0.36	0.23	0.52	0.1	-0.84	-1.4	-1.32	-1	-0.15	0.84	-0.23	0.95	-1.64	-1.69	-0.14	-0.09	-2.18	-1.74	-0.97	-0.81	0.33	0.11	-0.49	-1.03	-0.3	-0.04	-0.22	-1.03	0.23	0.16	0.38	0.23	0.25	-1.09	-1.84
+YDL083C	RPS16B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S16B	1.74	1.33	0.53	0.01	0.29	0.2	0.1		0.46	0.31	0.24	0.16	0.16	-0.03		0.39	-0.38	-0.07	-0.07	-0.25	0.14	1.16	0.23	0.67	0.48	0.04	-0.89	-0.86	-0.62	-1.51	-0.81	-0.54	-0.32	-0.06	0.24	0.41	0.46	0.49	0.39	0.77	0.3	0.15	0.41	0.57	0.11	-0.23	0.14	0.16	-1.69	-2	-2	-1.36	-0.4	0.26	-0.18	1.5	-2.74	-3.18	-0.15	-1.43	-2.74	-1.4	-0.84	-1.29	0.55	-0.34	-0.25	-1.18	0.04	-0.43	-1.47	-1.56	0.1	-0.29	-0.18	-0.64	-0.81	-1.18	-2.4
+YOR182C	RPS30B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S30B	0.06	-0.12	-0.06	-0.27	-0.15		-0.01	0.01	-0.18	-0.07	-0.45	-0.25	-0.2	-0.3	-0.17	-0.29	0.18	0.34	-0.04	-0.3	0.26	0.06	0.54	0.19	-0.43	-0.3	-0.54	-0.47	0.16	-0.62	-0.42	-0.56	0.1	0.12	0.46	0.33	0.46	0.39	0.36	0.24	0.38	0.03	0.38	-0.04	0.42	0.16	0.89	-0.58	-1.22	-1.22	-1.51	-1.06	-0.54	-0.45	-0.34	0.49	-1.74	-1.6	-0.51	-0.94	-1.32	-0.92	-0.94	-0.6	0.01	0.41	-0.76	-0.94	-0.62	-0.14	-0.84	-1.36	-0.17	-0.49	-0.22	-0.17	-0.38	-1.25	-1.89
+YJL189W	RPL39  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L39	-0.29		-0.25	0.04	-0.17	0.06	-0.15	0.3	-0.01	-0.09	0.1	-0.17		0.01	0.24	0.12	0.16	-0.23	0.14	-0.14	0.21	0.48	0.23	0.25	0.06	-0.25	-0.23	-0.36	0.24	-0.54	-0.6	-0.58	0.04	0.25	0.46	0.43	0.58	0.57	0.58	0.51	0.52	0.2	0.53	0.42	0.58	0.08	1.07	-0.32	-1.25	-1.6	-1.84	-1.51	-0.97	-0.2	-0.23	0.89	-2.25	-2.56	-0.14	-1.12	-1.18	-1.18	-1.36	-0.32	-0.25	0.39	-0.76	-1.09	-0.29	0.29	-0.64	-0.92		-0.56	-0.36	-0.58	-0.36	-1.64	-2.06
+YDR447C	RPS17B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S17B	0.04	-0.23	-0.1	-0.12		-0.45	0.01	0.01	-0.15	-0.22	-0.01	-0.54	-0.12	-0.23	0.25	-0.27	0.37	-0.34	-0.58	-0.4	0.12	-0.01	0.41	0.2	0.31	-0.06	-0.1	-0.23	-0.03	-0.38	-0.36	-0.42	-0.22	0.11	0.31	0.31	0.53	0.54	0.44	0.28	0.41	0.06	0.4	0.14	0.29	0.29	0.51	-0.29	-1.29	-1.36	-1.4	-1.09	-0.74	0.18	-0.25	0.61	-0.56	-0.6	-0.09	-1.47	-2.18	-1.84	-0.92	-0.45	0.11	0.25	-0.74	-1.03	-0.23	-0.29	-0.81	-1.79	0.06	-0.17	-0.23	-0.49	-0.3	-1.79	-2.06
+YKR094C	RPL40B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L40B	0.16	-0.32	-0.1	-0.17		-0.38	0.03	-0.18	-0.23	-0.06	-0.18	-0.42	0.06	-0.34	0.21	-0.29	0.38	-0.14	-0.15	-0.15	0.14	-0.07	0.28	0.12	0.03	0.06	-0.01	-0.18	-0.29	-0.18	-0.22	-0.58	-0.43	-0.17	0.11	0.11	0.5	0.33	0.45	0.52	0.11	0.07	0.38	0.23	0.3	-0.09	0.3	-0.4	-1.09	-1.47	-1.29	-1.06	-0.84	-0.17	-0.2	0.48	-1.43	-1.64	-0.42	-1.32	-1.89	-2.12	-1.12	0.24	0.2	0.24	-0.74	-1.4	-0.2	-0.27	-0.89	-1.56	-0.07	-0.2	-0.12	-0.4	-0.36	-1.51	-1.84
+YIL148W	RPL40A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L40A	-0.27	-0.01	-0.38	-0.17	-0.56	-0.06	-0.4	-0.32	-0.12	0.16	-0.34	-0.2	-0.03	-0.47	0.04	0.04	0.03	0.03	-0.32	0.46	0.36	0.45	0.28	0.58	0.32	0.33	0.07	0.16	0.26	-0.18	-0.38	-0.07	-0.29	-0.18	-0.03	0.2	0.21	0.21	0.01	0.19	0.11	-0.22	0.2	0.33	-0.14	-0.25	0.03	-0.18	-0.97	-1.4	-1.22	-1.03	-0.79	0.24	-0.27	0.66	-1.32	-1.56	-0.15	-1.25	-1.25	-1.51	-1.15	-0.94	-0.23	0.25	-0.67	-1.03	-0.32	-0.17	-1.09	-1.51	-0.12	-0.22	-0.42	-0.51	-0.4	-1.15	-2
+YBL072C	RPS8A  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S8	0.04	-0.45	-0.27	-0.27	-0.12	-0.29	0.01	0.87	0.1	0.03	0.3	0.16	0.14	0.23	0.43	0.93	-0.06	0.37	-0.84	-0.3	0.08	0.77	0.32	-0.07	0.38	0.24	0.39	0.39	-0.03	0.12	-0.1	-0.25	-0.04	-0.23	0.08	-0.32	-0.38	-0.62	-0.43	0.49	0.24		-0.25	0.62	-1	-0.18	-0.94	0.61	-1.94	-2.32	-2.56	-1.6	-0.54	0.56	0.04	1.82	-3.32	-4.06	0.1	-1.06	-2.56	-1.79	-1.03	-1.15	0.34	-0.1	-0.47	-1.25	-0.12	-0.38	-1.03	-1.47	0.12	0.18	0.24	0.04	-0.06	-0.1	-2
+YLR388W	RPS29A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S29A	0.03	0.3	-0.36	-0.03	-0.18	0.07	0.04	-0.18	0.28	0.26	0.16	-0.04	0.2	-0.29	0.36	0.04	0.28	-0.04	-0.76	0.51	0.3	0.36	0.58	0.67	0.5	0.63	0.25	0.44	0.61	0.06	-0.12	0.03	-0.14	0.18	0.32	0.54	0.66	0.67	0.51	0.63	0.51	0.25	0.46	0.51	0.24		0.59	0.23	-1.29	-1.79	-2.06	0.38	-0.49	0.61	-0.15	0.99	-2.47	-2.64		-0.94	-2.12	-1.64	-0.97	-1.36	0.43	0.07	-0.62	-1.25	-0.27	-0.27	-1.06	-1.69	0.33	-0.1	0.52	0.1	-0.17	-1.29	-1.84
+YDL061C	RPS29B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S29B	0.07		0.14	0.3	0.11	0.15	-0.06	0.11	0.68	0.03	0.72	0.12		0.26	0.59	0.63	0.39	0.34	-0.92	0.16	0.7	0.34	0.26	0.7	0.85	0.58	0.24	0.62	0.54	0.36	-0.22	-0.01	-0.34	-0.15	0.15	0.45	0.64	0.64	0.54	0.84	0.26	0.39	0.6	0.48	0.11	-0.14	0.63	0.11	-1.03	-1.12	-1.18	-0.94	-0.29	0.58	-0.22	0.93	-1.94	-2.25	0.25	-0.81	-2.18	-1.4	-0.86	-1.4	0.65	-0.07	-0.34	-1.25	0.3	-0.09	-0.38	-1.32	0.21	0.01	0.25	-0.09	-0.17	-0.89	-1.79
+YLR167W	RPS31  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S31	0.19	-0.23	0.04	-0.03	0.19	-0.17	-0.09	0.04	0.54	0.01	0.89	-0.18	0.24	0.07	0.73	0.48	0.12	-0.42	0.01	-0.38	0.06	0.72	0.45	0.45	0.52	0.56	0.25	0.1	-0.06	0.21	-0.2	0.01	-0.18	0.12	0.39	0.45	0.56	0.55	0.48	0.46	0.49	0.26	0.46	0.5	0.51	0.3	0.58	-0.03	-1.18	-1.22	-1.4	-1.09	-0.45	0.2	-0.15	1.19	-1.89	-2.18	-0.29	-1.12	-1.79	-2.12	-1.43	-1.56	0.82	0.39	-0.4	-1.22	-0.2	-0.49	-1.09	-2.06	0.12	0.03	0.26	0.21	0.08	-0.56	-1.6
+YLR333C	RPS25B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S25B	0.2	-0.12	0.07	-0.03	0.11	-0.15	-0.18	0.19	0.37	-0.01	0.59	-0.09	0.19	0.06	0.53	0.37	0.08	-0.36	-0.64	-0.4	0.19	0.69	0.82	0.65	0.69	0.43	-0.1	-0.03	0.14	0.07	-0.36	-0.15		0.24	0.57	0.49	0.68	0.61	0.62	0.7	0.61	0.33	0.56	0.99	0.4	0.36	0.56	0.03	-0.71	-1.32	-1.51	-1.06	-0.09	0.51	-0.12	0.74	-2	-2.12	-0.18	-1.15	-2.25	-1.6	-1	-1.18	0.7	0.08	-0.27	-0.92	0.07	-0.2	-0.56	-1.69	0.12	0.1	0.23	0.11	0.24	-0.89	-1.84
+YOR369C	RPS12  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S12	0.31	-0.07	-0.17	-0.04	-0.17	-0.01	0.03	0.12	0.21	-0.17	0.25	-0.2	0.2	-0.22	0.4	0.01	-0.1	-0.01	0.08	-0.07	0.28	0.18	0.62	0.6	0.57	0.7	0.25	0.2	0.16	-0.1	-0.23	-0.18	0.56	0.3	-0.07	-0.3	-0.4	-0.18	-0.2	-0.03	-0.29	-0.32	-0.38	-0.45	-0.47	-0.62	-0.32	-0.3	-1.25	-1.51	-1.79	-0.54		0.06	-0.47	1.44	-2.84	-3.47	-0.04	-0.86	-2.32	-1.84	-1	-1.09	0.43	0.25	-0.67	-1.32	0.12	-0.12	-0.38	-1.79	0.1	0.07	0.24	0.15	-0.1	-0.64	-2.06
+YGL030W	RPL30  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L30		-0.27	-0.22	-0.22	-0.18	-0.2	-0.06	-0.1	-0.15	-0.23	-0.38	-0.32	0.12	-0.34	-0.03	-0.36	0.4	-0.25	-0.43	-0.29	-0.03	0.21	0.4	0.39	-0.22	0.11	-0.23	-0.14	0.25	-0.43	-0.79	-0.36	-1.06	-0.38	-0.25	0.04	0.3	0.11	0.11	0.19	-0.12	-0.27	0.11	-0.54	-0.3	-0.4	-0.18	-0.6	-1.47	-1.84	-2.12	-1.25	-0.79	-0.09	-0.4	1.06	-2.06	-2.84	-0.38	-1	-1.74	-1.64	-0.89	-1.22	-0.1	-0.3	-1.09	-0.92	-0.09	-0.03	-0.56	-0.97	-0.09	-0.15	0.04	-0.43	-0.34	-1.43	-2.06
+YLR367W	RPS22B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S22B	-0.12	-0.25	-0.1	0.2	-0.12	-0.04	-0.12	0.12	-0.04	-0.34	0.1	-0.36	0.08	-0.23	0.51	-0.15	0.63	-0.25	-0.74	-0.4	0.07	-0.03	0.42	0.49	0.14	0.15	-0.15	-0.03	-0.29	-0.12	-0.56	-0.49	-0.86	0.29	-0.22	-0.42	-0.51	-0.15	-0.49	1.18	1.56	-0.86	0.03	-0.3	-0.64	0.06	-0.79	0.15	-2.06	-2	-2.06	-1.22	-0.45	-0.34	-0.45	1.34	-2.94	-2.94	-0.18	-1.12	-2.18	-1.6	-0.67	-1.06	0.5	-0.09	-0.6	-1.43	0.14	-0.51	-0.84	-1.84	0.41	0.36	0.38	0.07	-0.09	-1.32	-2.18
+YPL090C	RPS6A  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S6A	-0.12	-0.47	-0.67	-0.38		-0.51	-0.12	-0.54	0.01	0.06	0.04	-0.1	-0.1	-0.34	0.01	-0.03	-0.3	-0.07	-0.94	-0.29	0.32	0.7	0.14	0.48	0.16	0.98	0.55	0.61	-0.18	0.23	0.24	0.14	-0.23	0.46	-0.4	-0.29	-0.62	-0.04	-0.45	0.68	0.21	-0.86	-0.38	0.24	-1.6	-0.36	-0.56	0.04	-2.06	-2.84	-2.64	-1.94	-1.15	0.58	-0.12	1.38	-3.06	-4.32	-0.71	-1.32	-2.56	-2.06	-1.29	-1.47	0.4	-0.03	-0.64	-1.43	0.23	-0.36	-1.18	-2	0.23	0.15	0.55	0.15	0.04	-1.29	-1.56
+YPL081W	RPS9A  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S9A	-0.17	-0.94	-0.09	-0.29	0.38	-0.67		-0.2	0.2	-0.2	0.61	-0.29	0.01	-0.36	0.43	-0.01	0.3	-0.42	-1.06	-0.81	-0.03	0.3	0.45	-0.32	-0.2	0.2	0.23	-0.1	-0.58	-0.14	-0.03	-0.49	-0.14	-0.23	0.18	0.16	0.24	0.16	0.26	0.14	0.03	-0.09	0.24	-0.01	0.19	0.03	0.24	-0.15	-1.94	-2.32	-2.32	-1.4	-0.69	-0.01	-0.34	1.23	-3.06	-3.47	-0.76	-2.18	-1.6	-1.4	-0.64	-0.89	0.19	-0.23	-0.62	-1.18	-0.23	-0.81	-1.03	-1.51	-0.2	-0.43	-0.22	-0.38	-0.2	-1.51	-2.18
+YGL076C	RPL7A  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L7A	0.28	-0.29	-0.15	-0.3	-0.27	-0.3	0.04	-0.09		-0.09	-0.14	-0.14	0.2	-0.14	0.14	-0.07	-0.45	0.04	-0.49	-0.09	0.16	0.46	0.51	0.4	0.49	0.25	0.25	0.41	0.34	0.03	-0.1	-0.04	-0.51	-0.34	-0.15	0.06	0.18	0.15	0.18	0.08	-0.06	-0.25	0.04	-0.97	-0.22	-0.42	-0.18	0.08	-2.18	-2.47	-2.56	-1.84	-0.97	0.45	-0.42	1.53	-2.74	-2.12	-0.3	-1.69	-2.25	-1.74	-0.97	-0.69	0.31	-0.22	-0.69	-1.25	-0.09	-0.27	-0.38	-1.43	0.07	-0.42	-0.03	-0.79	-0.84	-1.69	-2.84
+YBR084C-A	PROTEIN SYNTHESISRPL19A         RIBOSOMAL PROTEIN L19A	-0.07	-0.42	-0.07	-0.42	-0.4	-0.38	-0.14		-0.03	0.03	-0.23	-0.07	-0.07	0.1	-0.03	-0.01	-0.49	0.43	-0.71	-0.01	0.26	0.04	0.78	0.68	-0.12	0.66	0.25	0.15	0.24	0.01			-0.14	0.23	0.34	0.12	0.21	0.14	0.23	0.03	0.16	0.03	0.21	0.31	0.28	0.06	0.36	0.15	-1.12	-1.47	-1.84	-1.15	-0.51	0.36	-0.43	0.71	-2.18	-2.18	-0.58	-1.74	-2.32	-1.89	-1.29	-0.69	-0.04	0.26	-0.67	-1.03	-0.71	-0.27	-0.62	-1.15	0.07	0.14	0.5	-0.1	-0.23	-0.89	-1.84
+YBL027W	RPL19B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L19	-0.17	-0.62	-0.14	-0.38	-0.29	-0.42	-0.15	0.42	0.01	0.29	-0.22	-0.17	-0.12	-0.07	0.04	0.19	0.14	0.07	-0.94	-0.14	0.33	-0.09	0.5	0.74	0.31	0.79	0.51	0.25	0.07	0.01	0.06	0.01	-0.23	0.14	0.3	-0.12	0.04	0.03	0.15	-0.07	0.31	-0.29	0.03	0.03		-0.06	0.16	0.01	-0.97	-1.47	-1.79	-1	-0.51	0.61	-0.38	0.75	-2.06	-2.47	-0.51	-1.89	-2.4	-2.12	-1.43	-0.89	0.16	0.3	-0.74	-1	-0.69	-0.27	-0.64	-1.47	0.04	0.01	0.39	-0.17	-0.27	-1.12	-2.47
+YJL136C	RPS21B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S21B	-0.17	-0.58	-0.23	-0.25	-0.36	-0.54	-0.32	-0.47	-0.09	-0.38	-0.32	-0.32	-0.12	-0.56	-0.06	-0.22	-0.29	0.14	-0.92	-0.64	-0.06	0.01	0.07	0.44	-0.07	0.24	0.08	0.06	0.03	0.01	-0.09	-0.18	-1.12	0.1	0.36	0.2	-0.45	0.03	0.1	1.16	0.5	-0.49	0.38	-0.27	-0.81	0.16	-0.18	-0.1	-1.36	-1.56	-2	-1.09	-0.4	0.59	-0.27	1.15	-2.64	-2.56	-0.32	-1.51	-2.4	-2.25	-1.15	-1.4	0.18	0.03	-0.92	-1.36	-0.6	-0.43	-1.15	-2.56	0.19	-0.09	0.34	-0.07	-0.47	-1.47	-2.4
+YKR057W	RPS21A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S21A	-0.34	-0.15	-0.64	-0.27	-0.58	-0.27	-0.54	-0.38	-0.17	0.15	-0.3	-0.34	-0.09	-0.71	-0.1	-0.34	-0.22	-0.18	-0.56	-0.01	-0.3	0.37	0.33	0.63	0.23	0.46	0.03	0.36	0.36	0.21	-0.12	-0.09	-0.32	-0.04	0.1	0.18	0.26	0.12	0.31	0.28	0.23	-0.07	0.33	0.08	0.07	-0.15	0.19		-1.18	-1.51	-1.79	-1.03	-0.42	0.12	-0.14	1.17	-2.56	-2.64	-0.42	-1.51	-2.64	-1.69	-1.18	-2	0.33	0.2	-0.67	-1.43	-0.62	-0.25	-1.6	-1.89	0.29	-0.12	0.2	-0.07	-0.38	-1.51	-2.18
+YLR185W	RPL37A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L37A	-0.01	-0.34	-0.38	-0.38	-0.06	-0.43	0.06	-0.32	-0.23	-0.14	0.72	-0.3	0.12	-0.42	0.1	-0.27	0.29	-0.14	-1.18	-0.36	-0.1	-0.4	0.08	0.04	-0.12		0.38	0.43	-0.15	0.07	-0.01	-0.43	-0.23		0.29	0.32	0.59	0.45	0.46	0.37	0.16	-0.07	0.38	-0.34	0.03	-0.1	0.36	-0.07	-1.06	-1.43	-1.29	-0.84	-0.47	0.42	-0.12	0.8	-2.18	-2.32	-0.62	-1.29	-2.06	-1.43	-0.74	-1.32	0.07	-0.17	-0.74	-1.22	-0.71	-0.86	-1.36	-1.84	0.33	0.12	0.16	-0.09	-0.17	-1.29	-1.84
+YER074W	RPS24A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S24A	0.07	-0.38	-0.6	-0.22	-0.89	-0.18	-0.67	-0.38	-0.1	0.08	-0.15	-0.27	-0.12	-0.38	-0.01	0.12	-0.06	-0.01	-0.92	0.62	0.26	0.65	0.43	0.65	0.48	0.46	0.12	0.15	0.36	-0.27	-0.23	-0.32	-0.12	0.14	0.2	0.06	0.1	0.08	0.08	0.08	-0.07	-0.42	0.23	-0.29	-0.09	-0.27	0.04	0.4	-1.84	-1.94	-2.32	-1.43	-0.6	0.34	-0.15	1.41	-2.94	-3.06	-0.12	-1.64	-2.18	-1.84	-0.97	-1.36	0.03	0.04	-0.54	-1	-0.45	-0.27	-1.64	-2.06	0.2	0.04	0.41	-0.14	-0.36	-1.12	-2.18
+YOR096W	RPS7A  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S7A	-0.03	0.11	-0.56		-0.45	-0.1	-0.04	0.11	0.12	-0.18		-0.07	0.16	-0.23	0.41	-0.12	0.08	0.04	-0.69	0.16	-0.3	0.83	0.58	0.7	0.92	0.31		0.15	0.42	-0.06	-0.34	-0.04	-0.36		-0.79	-0.23	0.21	0.24	0.32	0.34	-0.06	-0.49	-0.01	0.56	0.25	-0.51	-0.2	0.07	-1.89	-2.32	-2.4	-1.43	-0.43	0.18	0.01	1.84	-2.84	-3.06	-0.29	-1.56	-2.84	-1.94	-1.12	-1.12	0.52	0.11	-0.43	-1.03	-0.27	-0.23	-1.06	-1.56	0.41	0.04	0.32	-0.03	-0.15	-1.25	-1.43
+YPL198W	RPL7B  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L7B	-0.01	-0.34	-0.1	-0.25	-0.09	-0.18	0.04	-0.15	0.06	-0.12	-0.18	-0.25	0.06	-0.25	0.1	-0.2	0.06	0.11	-0.79	-0.43	0.15	0.58	0.8	0.66	0.08	0.48	0.23	0.29	0.18	-0.04	-0.23	-0.07	-0.32	-0.2	-0.03	0.53	0.2	0.33	0.21	0.15	0.34	-0.09	-0.23	-0.56	-0.04	-0.12	-0.06	-0.12	-1.79	-2.47	-2.4	-1.64	-0.62	0.44	-0.34	1.16	-2.32	-2.64	-0.43	-1.84	-1.94	-2.12	-1.09	-1.09	0.21	-0.25	-0.81	-1.32	-0.49	-0.3	-1.06	-1.89	0.11	-0.2	0.01	-0.6	-0.64	-1.79	-2.18
+YLR448W	RPL6B  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L6B	-0.14	-0.4	-0.36	-0.69	-0.4	-0.51	-0.03	-0.38	-0.2		-0.23	-0.3	-0.12	-0.27		-0.32	-0.14	-0.15	-1.6	-0.45	0.08	0.23	0.58	0.62	0.43	0.6	0.28	0.46	0.3	0.11	0.1	0.12	-0.23	0.08	0.3	0.15	0.37	0.25	0.11	-0.04	-0.15	-0.29	0.08	-0.79	-0.2	-0.38	-0.29	-0.04	-1.4	-2.06	-2.25	-1.64	-0.6	0.82	-0.32	1.21	-2.64	-2.47	-0.3	-1.36	-2.56	-1.43	-0.62	-0.97	0.24	-0.56	-0.74	-1.15	-0.6	-0.94	-1.12	-2.25	0.33	0.03	-0.22	-0.62	-0.71	-1.89	-2.32
+YOR234C	RPL33B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L33B	-0.12	-0.32	-0.36	-0.29	-0.43	-0.43	-0.07	-0.15	-0.17	-0.04	-0.38	-0.47	-0.07	-0.45	0.07	-0.56	0.1	0.08	-0.92	-0.23	0.11	0.16	0.33	0.56	-0.04	0.36	0.29	0.25	0.14	-0.04	-0.29	-0.25	0.01	0.12	0.25	0.16	0.18	0.24	0.26	0.19	0.01	-0.15	0.23	-0.51		-0.17	0.15	-0.47	-1.22	-2	-1.84	-1.43	-0.6	0.26	-0.29	0.83	-2.4	-2.94	-0.42	-1.79	-2.32	-1.47	-0.97	-0.43	0.07	0.1	-0.76	-1.25	-0.79	-0.74	-1.18	-2.25	0.08	0.08	-0.12	-0.36	-0.49	-1.69	-2.32
+YNL178W	RPS3   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S3	0.15	-0.4	-0.49	-0.42	-0.54	-0.54	0.01	-0.32	0.08	-0.34	-0.06	-0.29	0.1	-0.49	0.19	-0.15	-0.06	-0.1	-0.32	-0.49	0.5	0.32	0.16	0.42	0.37	0.59	0.3	0.61	0.41	0.3	-0.09	-0.17	-0.17	0.1	0.21	0.25	0.32	0.24	0.26	0.34	0.18	-0.12	0.07	0.64	0.19	-0.04	0.18	0.01	-2.47	-2.64	-2.94	-1.84	-1.06	-0.1	-0.6	1.36	-4.32	-4.64	-0.3	-1.6	-2.64	-2.32	-1.36	-1.25	0.46	0.06	-0.67	-1.25	0.12	-0.71	-0.45	-2.25		-0.06	0.04	-0.22	-0.09	-0.84	-2.18
+YBR181C	RPS6B  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S6B	-0.03	-0.69	-0.1	-0.47	-0.43	-0.62	-0.06	-0.04	0.08	0.14	-0.27	0.07	0.15	-0.29	0.08	0.45	-0.12	0.18	-1.4	-0.58	-0.17	-0.03	0.29	0.4	0.01	0.49	0.46	0.5	-0.12	0.12	-0.07	-0.06	-0.15	0.11	0.21	0.07	0.19	0.08			-0.04	-0.29	0.07	0.29	0.01	-0.12	0.01	0.08	-2	-2.64	-2.56	-1.79	-1	0.45	0.23	1.24	-3.47	-3.84	-0.56	-1.69	-2.64	-2.18	-1.18	-1.74	0.44	0.06	-0.69	-1.36	-0.43	-0.45	-0.89	-1.69	0.18	0.23	0.2	0.08	0.12	-1.6	-2.56
+YOL121C	RPS19A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S19A	0.2	-0.36	-0.25	-0.29	-0.32	-0.4	0.07	-0.27	0.12	-0.14	0.04	-0.09	0.2	-0.34	0.23	-0.09	0.1	-0.09	-0.45	0.07	0.16	0.29	0.26	0.39	0.21	0.38	0.3	0.52	-0.07	0.32	0.15	-0.1	-0.14	0.07	0.33	0.3	0.37	0.32	0.23	0.24	0.15	-0.06	0.26	-0.1	0.24	-0.03	0.25	0.11	-1.32	-2	-2.12	-1.36	-0.47	0.87	-0.38	1.14	-2.94	-3.18	-0.25	-1.56	-2.06	-1.6	-0.94	-0.64	0.3	0.03	-0.76	-1.18	0.01	-0.49	-0.76	-1.89	0.42	0.01	0.14	-0.12	0.01	-1.47	-2.25
+YLL045C	RPL8B  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L8B	-0.09	-0.2	-0.54	-0.01	-0.23	-0.07	0.03	-0.15	0.28	-0.09	-0.01	-0.1	0.1	-0.03	0.28	0.11	-0.03	0.26	-0.74	-0.06	0.04	0.7	1.01	0.82	0.69	0.96	0.74	0.68	0.39	0.37	0.12	0.29	-0.43	-0.03	0.18	0.32	0.41	0.46	0.34	0.45	0.39	0.19	0.14	0.77	0.01	-0.06	0.01	0.16	-2	-1.94	-2.56	-1.84	-0.6	-0.01	-0.84	0.82	-3.06	-4.06	-0.34	-1.47	-2.84	-1.79	-1.15	-1.06	0.55	-0.1	-0.47	-1.22	-0.32	-0.64	-0.92	-1.74	0.19	-0.17	-0.09	-0.1	-0.1	-1.94	-3.06
+YGR214W	RPS0A  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S0A	0.19	-0.36	-0.22	-0.14	0.15	-0.4	0.14	-0.34		-0.15	0.03	-0.22	0.24	-0.15	0.28	-0.03	0.31	-0.09	-1.29	-0.2	-0.06	0.43	0.34	0.26	0.24	0.53	0.58	0.5	0.03	0.32	0.04	-0.03	-0.62	-0.4	-0.15	0.19	0.29	0.16	0.14	0.07	-0.25	-0.34	-0.09	0.04	-0.56	-0.58	-0.56	-0.12	-1.32	-1.84	-2.06	-1.32	-0.32	0.34	-0.36	1.17	-3.47	-3.64	-0.2	-1.25	-2.4	-1.09	-0.45	-1.18	0.29	-0.64	-0.69	-1.29	-0.01	-0.67	-1	-2.06	0.26	0.15	0.44	-0.36	-0.29	-1.69	-2.47
+YLR048W	RPS0B  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S0B	-0.14	0.06	-0.14	-0.06	-0.12	0.14	-0.04	0.37	0.03	0.2	-0.14	-0.06		-0.1	-0.01		0.11	0.2	-0.97	0.66	0.15	0.78	1	0.74	0.67	0.73	0.36	0.68	0.46	0.26	0.14	0.23	-0.51	-0.32	-0.22	0.23	0.24	0.18	0.03	0.03	-0.12	-0.32	-0.03	0.42	-0.62	-0.71	-0.69	-0.1	-1.43	-1.6	-2.06	-1.51	-0.25	0.38	-0.58	1.41	-3.06	-3.06	0.03	-1.22	-2.32	-1.32	-0.62	-0.69	0.29	-0.79	-0.54	-1.25	-0.09	-0.34	-0.67	-1.15	0.32	0.23	0.45	-0.12	-0.34	-1.94	-2.56
+YNL301C	RPL18B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L18B	-0.12	-0.04	-0.58	-0.12	-0.23	-0.09	-0.1	-0.15	-0.15	-0.29	-0.25	-0.36	0.15	-0.23	0.16	-0.22		-0.15	-0.69	0.08	-0.67	0.45	0.96	0.67	0.41	0.71	0.14	0.44	0.44	0.01	0.26	0.23	-0.69	-0.36	-0.12	0.15	0.38	0.24	0.03	0.36	-0.04	-0.3		-0.34	-0.45	-0.38	-0.47	0.18	-1.79	-2	-2.25	-1.51	-0.62	0.2	-0.29	1.37	-3.06	-2.74	-0.04	-1.03	-2.4	-1.25	-0.74	-0.76	0.32	-0.79	-0.45	-1.25	-0.22	-0.3	-1.15	-1.64	0.21	-0.14	0.25	-0.3	-0.56	-1.89	-2.47
+YJR145C	RPS4A  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S4A	0.3	-0.2		-0.12	0.04	-0.32	0.21	0.03	0.08	-0.07	0.03	-0.18	0.15	0.03	0.41	0.04	0.44	0.25	-0.6	0.2	0.25	0.54	0.65	0.57	0.61	0.68	0.48	0.44	0.25	0.21	0.08	-0.06	0.48	0.48	0.51	-0.36	-0.34	-0.25	0.11	0.39	0.44	-0.29	-0.17	0.32	0.12	0.3	0.45	-0.04	-2.25	-2.84	-2.64	-1.94	-1.06	0.49	-0.43	1.1	-2.74	-2.84	-0.3	-1.29	-2.32	-2	-0.81	-1.12	0.46	-0.56	-0.76	-1.06	0.1	-0.12	-0.25	-1.36	0.07	0.06	-0.25	-0.58	-0.42	-1.51	-2.64
+YHR203C	RPS4B  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S4B	0.12	-0.29	-0.14	-0.29	-0.2	-0.51	0.15	-0.15	0.01	-0.29	-0.22	-0.14	0.12	-0.27	0.21	-0.17	0.29	-0.04	-0.89	-0.07	0.36	-0.04	0.58	0.26	0.28	0.9	0.56	0.52	0.14	0.16	0.07	0.06	-0.45	-0.23	0.08	0.14	0.26	0.25	0.25	0.18	0.04	-0.18	0.11		-0.15	-0.2	-0.1	-0.27	-1.94	-2.4	-2.47	-1.74	-1	0.23	-0.43	0.86	-2.74	-3.06	-0.42	-1.32	-2.25	-1.79	-0.79	-1.12	0.37	-0.67	-0.56	-1.15	-0.2	-0.29	-0.34	-1.56	0.33	0.51	0.33	-0.3	-0.12	-1.56	-2.12
+YJR123W	RPS5   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S5	0.21	-0.29	-0.18	0.01	0.18	-0.1	0.2	-0.09	0.1	-0.18	0.15	-0.09	0.19	0.06	0.55	0.12	0.44	0.11	-0.69	-0.06	0.08		0.41	0.54	0.4	0.54	0.3	0.26	0.03	0.34	0.01	0.11	-0.22	0.14	0.15	-0.76	-0.67	-0.49	-0.06	0.89	-0.34	-0.86	-0.42	0.52	-0.84	-0.07	-0.18	-0.2	-2.56	-2.74	-2.94	-2.18	-1.12	0.59	-0.54	1	-3.64	-3.84	-0.23	-1.36	-3.06	-2.18	-0.97	-0.97	0.39	0.01	-0.64	-1.47	-0.03	-0.94	-0.12	-2.47	0.11	0.08	0.18	-0.38	-0.42	-1.84	-2.47
+YJL177W	RPL17B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L17B	0.2	-0.15	-0.2	-0.06	0.08	-0.18	0.2	0.14	0.07	-0.1	0.1	-0.14	0.21	-0.22	0.57	-0.04	0.6	-0.06	-0.47	0.14	0.28	0.33	0.64	0.58	0.58	0.43	0.21	0.21	0.2	0.16	-0.2	-0.09	-0.38	-0.15	0.18	0.18	0.31	0.12	-0.54	0.23	-0.04	-0.17	0.06	0.1	0.1	-0.17	-0.04	-0.18	-2.12	-2.84	-2.56	-1.74	-0.92	0.78	-0.38	0.95	-3.84	-3.47	-0.2	-1.6	-2.64	-1.79	-0.84	-0.56	0.31	-0.09	-0.6	-1.09	-0.1	-0.56	0.1	-2.06	0.33	0.14	0.14	-0.42	-0.62	-1.94	-2.4
+YOL040C	RPS15  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S15	0.21	-0.1	0.04	0.2	0.18	0.24	0.24	0.08	0.15	-0.23	0.29	-0.29	0.18	-0.23	0.64	-0.12	0.29	-0.15	-0.64	0.15	0.3	0.36	0.44	0.64	0.67	0.76	0.34	0.4	0.1	0.29	-0.1	-0.01	-0.43	-0.12	-0.03	0.44	0.73	0.69	0.63	0.53	0.21	0.23	0.42	-0.06	0.1	0.04	0.08		-1.84	-2.18	-2.32	-1.56	-0.81	0.16	-0.23	1.23	-3.32	-3.64	-0.3	-0.97	-2.47	-1.79	-0.84	-1.06	0.53	-0.76	-0.45	-0.97	0.08	-0.38	-0.47	-1.32	0.11	0.06	-0.14	-0.42	-0.56	-1.51	-2.64
+YDR418W	RPL12B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L12B	0.28	0.34		0.08	0.12	0.04	0.28	0.11	0.24	0.08	0.11	-0.06	0.28	-0.12	0.49	0.03	0.46	0.04	-0.62	0.18	0.55	0.61	1.13	1.03	0.71	1.01	0.62	0.82	0.67	0.52	0.25	0.21	-0.25	0.2	0.42	0.6	0.71	0.49	0.52	0.43	0.19	0.39	0.44	0.08	0.19	0.04	0.07		-1.89	-2.12	-2.4	-1.47	-0.84	0.12	-0.45	0.93	-3.47	-3.47	0.16	-1.15	-2.25	-1.6	-0.76	-0.84	0.36	-0.18	-0.34	-1.09	0.25	0.06	-0.1	-1	0.2	0.18	0.3	-0.2	-0.2	-1.74	-2.94
+YNL069C	RPL16B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L16B	0.14	-0.04	0.08	-0.27	0.1	-0.27	0.25	-0.23	-0.06	-0.09	-0.1	-0.25	0.07	-0.23	0.2	-0.22	0.25	-0.18	-1.03	-0.23	0.06	0.72	0.7	0.76	0.55	0.37	0.3	0.4	0.08	0.07	-0.22	-0.2	-0.32	-0.22	-0.01	0.12	0.42	0.29	0.2	0.06	0.08	-0.25	0.1	0.54	-0.3	-0.43	-0.4	-0.06	-1.89	-2.06	-2.47	-1.69	-0.74	0.43	-0.58	1.38	-3.32	-3.06	0.04	-0.81	-2.06	-1.43	-0.51	-0.74	0.31	-0.58	-0.76	-1.09	0.11	-0.07	-0.49	-1.06	-0.09	-0.04	0.3	-0.2	-0.09	-1.12	-2.74
+YPL131W	RPL5   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L5		-0.64	-0.32	-0.32	-0.07	-0.3	0.04	-0.4	-0.06	-0.3	0.01	-0.34	0.04	-0.2	0.19	-0.1	0.1	-0.12	-0.86	-0.71	-0.38	0.15	0.28	0.15	-0.03	0.51	0.64	0.39	-0.43	0.28	-0.01	-0.15	-0.43	-0.2	0.01	0.14	0.34	0.25	0.24	0.12	-0.01	-0.2	-0.01	0.16	-0.15	-0.15	-0.32	0.08	-2.56	-2.25	-2.56	-1.79	-0.86	-0.36	-0.51	0.93	-3.64	-3.84	-0.15	-1.29	-2.32	-1.18	-0.94	-0.79	0.15	-0.43	-0.67	-1.56	0.12	-0.47		-1.56	0.06	0.08	0.15	-0.84	-0.23	-1.64	-2.56
+YIL018W	RPL2B  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L2B	0.14	-0.07	-0.18	-0.03	-0.22	-0.07	-0.2	0.12		-0.17		-0.09	0.24	0.12	0.24	0.14	-0.12	-0.04	-0.74	-0.04	0.55	0.86	0.82	0.7	0.61	0.79	0.49	0.21	0.28	0.1	0.01	-0.2	-0.64	-0.54	-0.29	0.06	0.04	0.06	-0.12	0.06	-0.15	-0.49	-0.07	-0.58	-0.51	-0.56	-0.45	0.04	-2.06	-2.47	-2.84	-1.89	-0.89	0.69	-0.43	1.57	-3.47	-4.32	0.11	-1.18	-2.32	-1.47	-0.79	-0.42	0.15	-0.54	-0.71	-1.22	-0.03	-0.3	-0.56	-1.29	0.3	0.08	0.26	-0.22	-0.17	-1.36	-2.32
+YHL015W	RPS20  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S20	0.37	-0.51	0.11	0.11	0.24	-0.22	0.24	-0.09	0.29	0.06	0.34	-0.03	0.34		0.54	0.11	0.45	0.2	0.37	-0.01	0.28	0.65	0.71	0.78	-0.14	0.52	0.48	0.53	0.36	0.44	0.19	0.08	-0.17	0.21	0.31	0.43	0.46	0.44	0.49	0.32	0.41	0.23	0.42	0.18	0.28	0.2	0.2	0.03	-2.12	-2.12	-2.4	-1.4	-0.67	0.25	-0.25	1.62	-3.06	-3.18	-0.22	-0.81	-2.06	-1.64	-1.18	-0.89	0.69	0.08	-0.49	-1.25	-0.45	-0.42	-0.03	-1.56	0.16	0.32	0.1	-0.07	-0.17	-1.79	-2.84
+YIL133C	RPL16A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L16A	0.15	-0.49	0.18	-0.38	0.29	0.28	0.39	-0.06	0.26	0.12	0.8	0.11	0.14	0.25	0.52	0.1	0.51	-0.18	-0.97	-0.3	-0.23	-0.04	0.63	-0.04	0.04	0.03	-0.03	0.06	-0.22	-0.23	-0.58	-0.54	-0.51	-0.27	0.03	0.12	0.37	0.2	0.12	0.14	-0.23	-0.18	0.08	-0.29	-0.32	-0.45	-0.47	-0.32	-1.47	-2.06	-2.18	-1.51	-0.62	0.51	-0.6	1.12	-3.32	-4.06	-0.2	-1.29	-2.18	-1.79	-0.71	-1.25	0.1	-0.43	-0.97	-1.51	-0.18	-0.51	-1.18	-1.84	0.34	0.26	0.21	-0.38	-0.34	-1.6	-2.25
+YER131W	RPS26B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S26B	0.31	0.03	-0.03	-0.03	0.07	-0.18	0.2	0.01	0.3	0.18	0.29	-0.03	0.3	-0.03	0.21	-0.04	0.23	0.06	-0.18	0.19	0.48	0.82	1.01	0.97	0.79	0.64	0.42	0.48	0.58	0.29	-0.01	0.03	-0.2	0.32	0.38	0.19	0.37	0.33	0.29	0.32	0.37	0.14	0.44	0.58	0.43	0.38	0.63	0.36	-1.79	-2.18	-1.94	-1.51	-0.6	0.53	0.19	1.43	-2.47	-2.84	-0.2	-1.43	-2.47	-1.89	-1.4	-1.18	0.31	0.74	-0.49	-1.18	-0.12	0.07	-0.18	-1.18	0.37	0.14	0.46	0.04	-0.01	-1.36	-2.47
+YGL189C	RPS26A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S26A	0.42	-0.03	0.06	-0.12	-0.07	-0.3	0.23	0.06	0.48	0.12	0.37	-0.12	0.19	0.07	0.63	0.14	0.46	-0.09	-0.03	-0.01	0.31	0.69	0.72	0.69	0.84	0.51	0.24	0.12	0.26	0.24	-0.15	-0.17	0.01	0.46	0.74	0.8	0.78	0.59	0.62	0.88	0.71	0.58	0.75	0.1	-0.47	0.71	1.25	-0.01	-1.79	-2.18	-1.89	-1.32	-0.64	0.28	0.01	1.2	-2.74	-2.84	-0.25	-1.43	-2.56	-2	-1.25	-0.86	0.39	0.73	-0.49	-1.03	-0.12	-0.25	-0.27	-1.79	0.15	0.12	0.34	-0.2	0.1	-0.64	-1.84
+YGR085C	RPL11B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L11B	-0.04	0.1	-0.23	0.07	-0.25	0.15		0.33	0.39	0.57	0.42	0.1	0.16	-0.04	0.32	0.48	0.26	0.31	-0.27	0.08	0.12	0.74	0.92	0.85	0.7	0.61	0.26	0.43	0.54	0.26	-0.14	0.07	0.12	0.44	0.63	0.72	0.64	0.67	0.51	0.56	0.58	0.43	0.58	0.83	0.57	0.41	0.64	0.1	-1.69	-2.12	-2.56	-1.56	-0.58	0.3	-0.51	1.1	-2.84	-3.06	-0.3	-1.89	-2.64	-1.84	-1.32	-0.79	0.48	0.62	-0.43	-0.74	-0.29	-0.3	-0.67	-1.56	0.25	0.15	0.39	-0.04	-0.17	-0.92	-2.18
+YPR102C	RPL11A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L11A	0.14	-0.18	0.03	0.08	0.06	0.15	0.12	0.21	0.41	-0.01	0.41	-0.12	0.11	-0.27	0.53	0.12	0.64	0.08	-0.4	0.04	0.19	0.75	0.68	0.46	0.4	0.34	0.18	0.24	0.01	0.14	-0.34	-0.27	-0.14	0.26	0.58	0.41	0.54	0.58	0.54	0.5	0.52	0.19	0.38	0.29	0.46	0.3	0.66	-0.17	-1.51	-1.94	-2.25	-1.56	-0.81	0.15	-0.47	0.97	-2.32	-2.47	-0.42	-1.94	-2.56	-1.94	-1.22	-0.89	0.34	0.48	-0.81	-0.97	0.08	-0.2	-0.14	-1.36	0.26	0.01	0.2	0.03	0.04	-1.32	-2.18
+YIL052C	RPL34B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L34B	0.1	-0.07	-0.23	0.03	-0.2	0.03	-0.22	0.37	0.4	-0.09	0.5	-0.1	0.2	0.07	0.34	0.32	0.07	-0.1	-0.49	-0.01	0.58	0.68	0.72	0.84	0.81	0.58	0.4	0.2	0.51	0.03	-0.23	-0.09	-0.12	0.18	0.38	0.28	0.28	0.34	0.4	0.3	0.44	0.04	0.3	0.43	0.3	0.01	0.58	0.33	-1.69	-2.18	-2.12	-1.25	-0.43	0.44	-0.22	1.53	-3.32	-4.06	-0.27	-1.25	-2.56	-1.74	-1.22	-1.22	0.39	0.48	-0.42	-1	-0.2	-0.15	-1.03	-1.6	0.42	-0.09	0.28	-0.09	-0.34	-1.64	-2.25
+YPR132W	RPS23B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S23B	0.01	-0.67	-0.06	-0.14	-0.04	0.16	-0.06	-0.25	0.14		0.38	-0.29	0.07	-0.29	0.38	-0.17	0.01	-0.22	-1	-0.45	-0.15	0.01	0.14	0.01	0.12	0.04	0.01		-0.27	-0.06	-0.22	-0.51	-0.14	0.07	0.29	0.24	0.28	0.3	0.21	0.18	0.23	-0.03	0.25	0.46	0.21	0.12	0.26	0.15	-1.15	-1.64	-1.64	-1.29	-0.67	0.56	-0.04	0.71	-2.32	-2.4	-0.71	-1.56	-2.4	-1.94	-1.18	-1.6	0.18	0.33	-0.56	-1	-0.36	-0.97	-0.86	-2	0.1	0.01	0.42	0.14	0.1	-1	-2
+YGR118W	RPS23A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S23A	0.25	-0.17	-0.1	-0.18	-0.07	-0.17	0.16	0.11	0.3	0.15	0.26	-0.17	0.07		0.51	0.01	0.5	-0.03	-0.74	-0.12	0.15	0.39	0.51	0.29	0.34	0.44	0.1	-0.09	0.06	0.2	-0.2	-0.4	-0.18	0.25	0.45	0.26	0.45	0.45	0.37	0.36	0.37		0.3	0.15	0.29	0.28	0.53	0.38	-1.15	-1.79	-1.64	-1.25	-0.74	0.52	-0.01	0.92	-2.47	-2.32	-0.64	-1.43	-2.64	-2	-1.15	-1.47	0.36	0.28	-0.49	-1.03	-0.22	-0.89	-1.36	-2.64	0.42	0.37	0.39	0.19	0.29	-1.09	-1.6
+YGR148C	RPL24B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L24B	0.15	-0.43	-0.09	-0.25	0.07	0.15	0.11	-0.2	0.54	-0.09	0.58	-0.2	0.06		0.56	0.19	0.49	-0.2	-0.74	-0.2	0.06	0.52	0.59	0.14	0.23	0.3	0.2	-0.15	-0.03	-0.06	-0.36	-0.45	-0.29	0.12	0.37	0.25	0.48	0.67	0.57	0.45	0.32	0.28	0.5	0.07	0.64	0.39	0.57	-0.06	-1.64	-2.32	-2.25	-1.36	-0.56	0.4	0.01	1.53	-2.74	-3.06	-0.84	-1.51	-2.84	-2.47	-1.47	-2.56	0.48	0.52	-0.69	-1.43	-0.1	-0.86	-1.43	-2.47	0.2	0.11	0.06	-0.29	-0.27	-1.84	-2.64
+YML063W	RPS1B  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S1B	0.06	-0.17	-0.23	-0.07	-0.09	-0.23	0.1	0.14	0.1	0.04	0.12	-0.18	0.19	-0.36	0.49	-0.12	0.53	0.03	-0.45	-0.14	0.15	0.04	0.72	0.9	0.59	0.38	0.29	0.19	0.25	0.1	-0.49	-0.22	-0.06	0.32	0.68	0.59	0.52	0.53	0.45	0.45	0.41	0.31	0.43	-0.34	0.55	0.37	0.48	-0.1	-2.18	-2.74	-2.74	-2.06	-0.76	0.5	-0.42	1.62	-3.84	-3.84	-0.74	-1.74	-3.18	-2.64	-1.25	-1.79	0.71	0.49	-0.49	-1.29	-0.6	-0.76	-1.15	-2.06	0.21	0.21	0.39	0.01	-0.03	-1.6	-2.47
+YLR441C	RPS1A  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S1A	0.18	-0.58	-0.32	-0.23		-0.29	0.12	-0.27	0.15	-0.15	0.2	-0.2	0.15	-0.23	0.44	-0.04	0.11		-0.92	-0.22	-0.07	0.28	0.41	0.44	0.07	0.19	0.04	-0.04	0.14	0.06	-0.34	-0.54	-0.3	0.14	0.5	0.45	0.51	0.51	0.58	0.37	0.48	0.07	0.41	0.04	0.44	0.39	0.51	-0.1	-2.18	-2.84	-2.94	-2	-0.64	0.39	-0.6	1.66	-3.84	-4.64	-0.71	-1.89	-3.47	-2.64	-1.32	-1.6	0.59	0.54	-0.76	-1.43	-0.56	-1.47	-1.03	-2.64	0.08	0.06	0.15	-0.25	0.01	-0.64	-2.18
+YGL031C	RPL24A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L24A	0.46	0.06	0.1	0.08	-0.07	-0.18	0.18	0.25	0.5	0.03	0.55	0.14	0.25	0.21	0.65	0.18	0.63	-0.06	-0.22	0.07	0.38	0.89	1.06	0.67	0.79	0.62	0.18	-0.12	0.19	0.19	-0.22	-0.34	-0.34	-0.07	0.33	0.38	0.46	0.58	0.45	0.28	0.32	0.34	0.43	0.41	0.2	0.43	0.6	-0.06	-2.06	-2.47	-2.4	-1.6	-0.76	0.56	0.08	1.36	-3.06	-3.32	-0.45	-1.51	-3.18	-2.4	-1.47	-1.47	0.45	0.57	-0.76	-1.36	-0.54	-0.69	-1.29	-2.32	0.03		0.04	-0.14		-0.67	-2.32
+YLR325C	RPL38  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L38	0.24	-0.03		0.2	0.06	-0.18	0.15	0.33	0.32	0.07	0.42	-0.14	0.26	-0.15	0.7	-0.1	0.65	-0.1	-0.3	-0.25	0.24	0.39	0.56	0.31	0.45	0.16	-0.03	-0.36	0.08	-0.22	-0.49	-0.51	-0.09	0.3	0.58	0.42	0.57	0.87	0.84	0.52	0.53	0.3	0.67	0.8	0.43	0.51	0.67	-0.69	-2.25	-2.64	-2	-1.69	-0.67	-0.25	-0.03	0.82	-2.94	-3.32	-0.23	-1.32	-2.56	-2.06	-0.92	-1.6	0.58	0.14	-0.45	-1.15	-0.04	-0.22	-0.86	-2.06	0.04	0.01	0.12	0.03	-0.3	-1.56	-2.56
+YKL006W	RPL14A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L14A	0.38	0.01	0.11	0.11	0.33	0.5	0.24	0.06	0.12	0.16	0.39	-0.17	0.21	0.01	0.65	0.04	0.7	-0.18	-1.06	-0.09	0.12	0.39	0.71	0.59	0.54	0.77	0.2	0.04	-0.12	0.14	-0.2	-0.04	-0.4	-0.17	0.07	0.26	0.44	0.4	0.29	0.32	0.03	-0.1	0.23	-0.49	-0.25	-0.3	-0.22	-0.14	-1.29	-1.94	-1.79	-1.15	-0.43	0.28	0.01	1.01	-2.84	-3.32	-0.27	-1.25	-2.56	-1.74	-0.71	-1.47	0.42	-0.15	-0.62	-1.32	0.04	-0.3	-0.69	-2.18	0.16	0.07	0.15	-0.06	-0.27	-1.06	-2.12
+YLR075W	RPL10  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L10	0.26	-0.07	-0.12	0.08	-0.01	0.03		0.03	0.44	-0.03	0.34	-0.1	0.28	-0.03	0.44	0.26	0.2	0.14	0.01	0.41	0.82	1.02	0.76	0.82	0.77	0.86	0.68	0.26	0.21	0.53	0.21	0.18	-0.2	-0.03	0.45	0.53	0.7	0.63	0.48	0.61	0.51	0.28	0.37	0.23	0.41	0.41	0.42	0.2	-2	-2.32	-2.64	-1.84	-1.06	0.7	-0.43	1.34	-3.32	-3.84	-0.22	-1.15	-2.25	-1.47	-1.09	-0.51	0.58	0.12	-0.27	-1.03	-0.1	-0.36	-1.09	-2	0.11	0.08	0.1	-0.18	-0.1	-0.94	-2.25
+YOR293W	RPS10A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S10A	0.01	0.03	-0.01	0.18	0.11	0.34	-0.23	0.48	0.33	-0.09	0.59	-0.06	0.15	0.06	0.61	0.29	0.58	-0.58	-0.74	-0.51	0.19	0.69	0.88	0.44	0.52	0.24	-0.3	-0.18	-0.04	-0.34	-0.67	-0.43	-0.36	-0.01	-0.09	-0.27	-0.47	-0.29	-0.06	0.36	-0.18	-0.4	-0.23	0.86	0.14	-0.18	0.06	0.16	-1.6	-2.12	-2.32	-1.29	-0.36	0.66	-0.15	1.67	-2.56	-2.74	-0.12	-1.56	-2.47	-1.56	-1	-0.81	0.44	0.15	-0.58	-1	0.2	-0.14	-0.74	-1.84	0.33	-0.14	0.07	-0.3	-0.36	-1.32	-1.89
+YIL069C	RPS24B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S24B	-0.51	-0.06	-0.86	-0.09	-0.79	0.01	-0.56	-0.01	-0.2	0.14	-0.32	-0.25		-0.3	-0.15	-0.1	-0.06		-0.89	0.04		0.06	0.42	0.57	0.41	0.08	-0.12	-0.04	0.49	-0.45	-0.45	-0.54	-0.23	-0.06	0.08	0.34	0.14	0.14		0.03	0.06	-0.2	0.07		-0.22	-0.34	-0.07	-0.01	-1.6	-1.32	-1.79	-0.86	-0.4	-0.3	-0.23	1.11	-2.74	-2.94	-0.3	-1.69	-2.12	-1.6	-0.97	-0.84	0.01	0.21	-0.58	-1	-0.56	-0.22	-1.32	-1.74	-0.06	-0.49	-0.42	-0.64	-0.71	-1.94	-2.47
+YHR141C	RPL42B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L42B	-0.23	0.18	-0.54	-0.03	-0.62	0.11	-0.23	0.19	-0.06	0.24	-0.14	-0.17	0.07	-0.14	-0.06	0.04	0.12	-0.01	-0.36	0.15	0.28	0.28	0.58	0.37	0.28	0.14	-0.15	-0.1	0.16	-0.38	-0.4	-0.43	-0.49	-0.25	-0.1	-0.1	-0.3	0.04	0.1	0.16	0.28	-0.23	0.03	0.97	-0.2	-0.2	0.21	0.14	-1.22	-1.51	-1.89	-0.74	-0.47	0.53	0.1	0.93	-2.56	-3.06	-0.22	-1.6	-1.69	-1.4	-1.25	-0.67	0.04	0.37	-0.69	-0.84	-0.58	-0.15	-1.09	-1.69	-0.03	-0.2	-0.22	-0.29	-0.36	-1.22	-2.06
+YDL082W	RPL13A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L13A	-0.45	-0.23	-0.4	-0.25	-0.94	-0.22	-0.67	-0.25	0.04	0.1	0.23	-0.2		-0.32	0.01	0.19	0.16	0.04	-0.56	0.14	0.15	0.57	0.62	0.71	0.67	0.94	0.42	0.42	0.31	0.11	0.11	0.32	-0.23	0.2	0.15	-0.01	-0.07				-0.01	-0.09	0.01	0.91	-0.04	-0.32	-0.15	0.21	-1.64	-1.74	-2.47	-1.6	-0.97	0.24	-0.4	1.14	-3.18	-3.18	-0.47	-1.94	-2.25	-1.84	-1.32	-1.06	0.12	0.07	-0.6	-1.15	-0.64	0.41	-1.22	-1.4	0.19	0.01	-0.12	-0.36	-0.47	-1.74	-2.06
+YGR034W	RPL26B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L26B	0.15		-0.09	0.16	-0.1	0.18	-0.23	0.2	0.15	-0.14	0.34	0.04	0.23	0.24	0.29	0.31	0.18	0.18	-0.43	0.15	0.58	0.88	0.42	0.7	0.51	0.21	0.04	0.4	0.49	-0.01		-0.2	-0.42	-0.2	-0.01	0.18	0.23	0.14	0.19	0.19	0.04	-0.22	0.2	-0.07	-0.1	-0.22	0.1		-1.47	-2	-2.06	-1.29	-0.74	-0.01	-0.17	1.28	-1.94	-2.47	0.01	-1.6	-2.4	-1.56	-1	-1.06	0.24	0.23	-0.67	-1.03	0.2	-0.29	-0.64	-1.03	-0.01	-0.23	-0.14	-0.69	-0.45	-1.64	-1.69
+YPL143W	RPL33A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L33A	0.23	-0.23	-0.17	-0.14	-0.04	-0.01	0.16	0.03	0.29	-0.09	0.19	-0.17	0.2	-0.04	0.18	-0.06	0.16	0.01	-0.94	-0.23	0.18	0.29	0.51	0.42	0.24	0.19	0.18	0.01	0.04	-0.12	-0.23	-0.42	-0.17	0.04	0.12	-0.07	-0.06	0.04	0.1	-0.01	0.07	-0.42	-0.1	-0.23	-0.17	-0.45	0.03	-0.2	-1.06	-1.56	-1.79	-1.09	-0.49	0.32	-0.23	1.04	-2.56	-3.18	-0.12	-1.51	-2.06	-1.03	-0.94	-0.58	0.08	-0.14	-0.79	-1	0.04	0.3	-0.49	-1.6	0.16	-0.14	0.38	-0.36	-0.3	-1.51	-1.36
+YLR061W	RPL22A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L22A	-0.2	-0.38	-0.38	-0.47	-0.27	-0.49	-0.03	0.01	-0.2	-0.14	-0.38	-0.58	-0.07	-0.51	0.15	-0.42	0.37	-0.34	-0.42	-0.06	0.18	0.49	0.41	0.38	0.32	0.3	0.26	-0.06	0.24	-0.06	-0.15	-0.2	-0.43	-0.64	-0.2	0.06	0.19		-0.14	0.01	-0.03	-0.29	0.16	-0.06	-0.32	-0.43	-0.06	-0.2	-1.74	-1.74	-1.64	-1	-0.36	-0.45		0.67	-2.74	-2.84	-0.22	-1.4	-1.69	-1.29	-0.45	-0.49	0.14	-0.12	-0.62	-0.84	-0.22	-0.27	-0.67	-1.25	0.44	0.11	0.24	-0.23	-0.15	-1.47	-1.84
+YOR312C	RPL20B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L20B	-0.17	-0.15	-0.51	-0.23		-0.29	-0.25	-0.4	-0.14	0.15	-0.29	-0.14	-0.12	-0.2	-0.06	-0.38	-0.12	-0.04	-0.97	-0.04	0.07	0.32	0.41	0.64	0.43	0.59	0.14	0.19	0.28		-0.29	-0.07	0.12	-0.49	-0.49	-0.62	-1	-0.27	-0.07	-0.3	-0.23	-0.07	-0.54	0.3	0.69	0.42	0.56	0.04	-1.64		-2.56	-1.32	-0.76	0.75	-0.47	0.91	-3.18	-2.47	-0.49	-1.69	-2.4	-1.74	-1.25	-1.36	0.26	0.28	-0.76	-1.29	-0.45	-0.18	-1.09	-1.94	0.24	-0.01	0.26	-0.42	-0.45	-1.51	-2.56
+YDR471W	RPL27B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L27B	0.15	-0.34	0.01	-0.42		0.1	0.15	0.08	0.29	-0.03	0.39	0.01	0.12	0.08	0.33	0.03	0.5	-0.18	-1.18	-0.23	-0.03	0.29	0.42	0.28	0.21	0.26	0.07	-0.09	0.01	-0.12	-0.14	-0.15	-0.01	0.24	0.28	-0.14	-0.17	0.04	0.07	0.19	-0.03	-0.43	-0.04	0.46	-0.38	-0.25	-0.23	-0.01	-1.56	-2.25	-2.32	-1.18	-0.42	0.14	-0.34	1.28	-1.69	-3.32	-0.36	-2	-2	-1.56	-1.03	-1.12	0.18	0.1	-0.62	-0.38	-0.07	-0.45	-1	-1.74	0.38	0.18	0.18	-0.54	-0.15	-1.43	-2
+YNL096C	RPS7B  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S7B	-0.06	-0.69	-0.47	-0.62	-0.14	-0.3	0.11	-0.43		-0.38	0.06	-0.64	0.08	-0.47	0.33	-0.64	-0.01	-0.54	-1.09	-0.15	-0.14	-0.22	0.07	0.08	-0.04		-0.2	-0.2	-0.1	-0.22	-0.42	-0.54	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42		-0.94	0.21	-0.38	-0.32	-1.6	-2.32	-1.29	-1.06	-0.64	0.52	0.37	1.24	-3.06	-3.47	-0.79	-2	-2.56	-2.32	-1.22	-1.64	0.03	-0.42	-1.03	-1.43	-0.38	-0.62	-0.86	-1.94	0.12	-0.03	-0.32	-0.49	-0.4	-2.18	-2.84
+YNL162W	RPL42A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L42A	0.12	-0.29	0.01	-0.04	0.24	-0.34	0.07	0.11	0.03	0.07	0.2	-0.27	-0.03	-0.25	0.37	-0.06	0.42	-0.18	-0.71	-0.34	0.18	0.31	0.38	0.06	0.2	0.28	0.1	-0.04	-0.23	-0.2	-0.3	-0.36	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42		-0.94	0.21	-0.38	-0.38	-1.18	-1.94	-1.89	-1.18	-0.6	0.12	-0.23	0.77	-2.56	-3.18	-0.23	-1.74	-2.12	-1.74	-0.89	-1.18	0.11	0.19	-0.89	-1.09	0.03	-0.15	-0.69	-1.89	-0.34	-0.38	-0.36	-0.56	-0.32	-1.29	-2
+YPL079W	RPL21B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L21B		-0.74	-0.04	-0.25	0.24	-0.58	-0.09	-0.2	0.18	-0.15	0.58	-0.43	0.03	-0.4	0.33	-0.09	0.37	-0.14	-1.29	-0.84	-0.29	0.31	0.16	-0.49	-0.32	-0.09	-0.09	-0.18	-0.45	-0.32	-0.34	-0.62	-0.3	-0.14	0.15	0.24	0.33	0.36	0.19	0.33	0.12	-0.03	0.24	-0.49	0.11	-0.03	0.25	-0.29	-1.29	-2.06	-2.4	-1.43	-0.71	0.77	-0.36	1.12	-2.74	-3.18	-0.64	-1.94	-2.64	-1.32	-1.4	-1.56	0.1	0.04	-0.74	-1.6	-0.07	-0.86	-0.92	-2.18		-0.03	0.58	-0.32	-0.1	-1.09	-1.84
+YNL067W	RPL9B  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L9B	0.03	-0.27	-0.12	-0.45	-0.14	-0.45	0.18	-0.34	0.01	-0.12	0.12	-0.2	0.04	-0.29	0.2	-0.15	0.23	-0.17	-0.71	-0.38	0.11	0.87	0.93	0.6	0.38	0.42	0.43	0.46	0.21	0.38	0.11	0.07	-0.04	0.04	0.26	0.31	0.53	0.57	0.51	0.52	0.43	0.12	0.44	0.78	0.34	0.23	0.36	-0.12	-1.6	-1.51	-1.51	-1.09	-0.79	0.14	-0.12	0.77	-2.4	-2.47	-0.58	-1.89	-2.84	-1.56	-0.56	-0.94	0.41	-0.12	-0.64	-0.92	-0.3	-0.38	-0.43	-1.25	0.04	-0.36	-0.14	-0.4	-0.22	-0.71	-2.4
+YPR043W	RPL43A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L34A	-0.27	-0.25	-0.71	-0.4	-0.49	-0.4	-0.04	-0.34	-0.25	0.06	-0.36	-0.45	-0.06	-0.4	-0.18	-0.36	-0.1	-0.18	-0.67	-0.12	-0.1	0.3	0.49	0.49	0.56	0.55	0.16	0.34	0.7	0.03	-0.15	0.08	-0.23	-0.01	0.18	0.2	0.56	0.32	0.33	0.64	0.3	-0.03	0.29	0.3	0.12	-0.04	0.59	-0.17	-1.22	-1.6	-1.89	-1.12	-0.51	0.41	-0.36	1.23	-2.94	-2.84	-0.12	-1.06	-2	-1.36	-0.97	-0.69	-0.27	0.07	-0.58	-0.74	-0.56	-0.07	-1.12	-1.84	0.14	-0.07	-0.04	-0.1	-0.3	-0.36	-1.79
+YMR242C	RPL20A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L20A	0.23		0.01	0.12	-0.09	0.11	0.12	0.18	0.08	-0.14	0.12	-0.25	0.19	-0.15	0.58	-0.17	-0.29	-0.12	-0.67	0.12	0.39	0.15	0.61	0.63	0.5	0.48	0.14	0.08	0.24	0.06	-0.43	-0.07	0.43	0.04	-0.3	-0.76	-0.67	-0.56	0.21	1.66	-0.03	-0.89	-0.23	0.34	-1.4	-0.47	-0.71	-0.09	-1.51	-2.32	-2.12	-1.4	-0.74	0.62	-0.25	1.26	-3.06	-4.06	-0.25	-1.79	-2.94	-1.94	-1.22	-1.06	0.46	0.4	-0.69	-1.29	-0.14	-0.09	-0.3	-1.25	0.3	0.24	0.33	-0.14	-0.22	-1.47	-2
+YNL302C	RPS19B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S19B	0.18	0.12	0.06	0.03	0.01	0.19	-0.06	0.31	0.15	-0.18	0.31	-0.2	0.06	0.11	0.48	0.23	0.03	-0.15	-0.43	0.14	0.68	0.91	0.95	0.67	0.65	0.5	0.2	0.28	0.06	0.11	-0.2	-0.14	-0.12	0.07	0.31	0.25	0.25	0.31	0.3	0.38	0.33	-0.09	0.2	1	0.25	0.04	0.23	0.2	-1.32	-2.06	-2.18	-1.51	-0.42	0.55	-0.27	1.18	-2.94	-3.18	0.01	-1.36	-2.18	-1.69	-1.03	-0.76	0.51	-0.07	-0.56	-0.84	0.28	0.03	-0.15	-0.74	0.66	0.32	0.37	0.04	0.11	-1.15	-2.25
+YGL123W	RPS2   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S2	0.65	0.16	0.25	0.16	0.4	0.07	0.45	0.39	0.57	0.52	0.4	0.31	0.45	0.54	0.62	0.43	0.76	0.41	-0.45	0.15	0.55	1.41	1.06	0.95	1.1	1.01	0.73	0.58	0.28	0.48	0.07	0.33	-0.67	-0.47	-0.09	0.07	0.48	0.64	0.52	0.39	0.23	0.21	0.36	0.14	0.12	0.03	-0.04	-0.1	-1.4	-1.89	-2.06	-1.47	-0.62	0.53	-0.47	0.52	-2.18	-3.06	0.3	-1.25	-2.25	-2	-0.86	-0.74	0.58	-0.3	-0.43	-0.97	0.66	0.24	0.26	-1.03	0.11	0.15	0.44	-0.1	-0.23	-1.51	-2.06
+YGL103W	RPL28  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L28	0.43	0.07	0.21	0.04	0.21	-0.03	0.21	0.18	0.41	0.4	0.37	0.15	0.41	0.32	0.48	0.26	0.77	0.31	0.01	0.49	0.36	1.03	1.2	0.79	0.79	0.5	0.5	0.23	0.68	0.25	0.1	0.12	-0.34	-0.17	0.15	0.21	0.45	0.3	0.43	0.29	0.06	0.04	0.23	0.33	0.14		0.23	-0.22	-1.64	-1.74	-2.06	-1.43	-0.94	0.01	-0.45	0.58	-2.47	-2.47	-0.1	-1.29	-1.69	-1.36	-0.76	-0.6	0.33	0.25	-0.74	-1.15	0.39	0.06	0.14	-0.74	0.21	0.19	0.06	-0.14	-0.3	-1.51	-2.12
+YGL135W	RPL1B  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L1B	0.43	0.4	0.08	0.37	0.06	0.29	-0.09	0.45	0.44	-0.12	0.53	0.15	0.43	0.36	0.58	0.38	0.3	0.15	-0.27	0.04	0.82	0.99	0.83	0.93	0.83	0.63	0.19	0.54	0.4	0.07	-0.15	0.04	-0.34	-0.27	-0.1	0.06	-0.25	0.2	0.19	0.07	-0.06	-0.4	-0.27	0.31	-0.54	-0.3	-0.58	-0.03	-1.6	-1.94	-2	-1.36	-0.36	0.14	-0.14	1.66	-3.06	-3.32	0.25	-0.97	-2.47	-1.4	-0.76	-0.51	0.83	-0.76	-0.34	-0.84	0.37	0.11	-0.3	-0.81	0.21	0.4	0.71	0.1	-0.17	-1.29	-2
+YPL220W	RPL1A  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L1A	0.4	0.14	0.42	0.15	0.34	0.01	0.31	0.11	0.3	0.26	0.18	-0.06	0.38	0.01	0.38	-0.1	0.55	0.12	-0.56	-0.34	0.11	0.72	0.77	0.91	0.14	0.45	0.21	0.39	0.37	0.12	-0.38	-0.23	-0.58	-0.43	-0.14	0.12	0.46	0.49	0.42	0.31	-0.03	-0.01	0.2	-0.71	-0.4	-0.43	-0.38	-0.22	-1.79	-1.79	-1.84	-1.4	-0.47	-0.2	-0.1	1.03	-2.64	-2.84	0.06	-0.97	-2.84	-2	-1	-0.92	0.8	-0.69	-0.58	-1.03	-0.06	0.18	-0.64	-1.12	0.04	-0.01	0.39	-0.36	-0.04	-1.6	-2.74
+YEL054C	RPL12A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L12A	-0.12	0.06	-0.2	0.2	-0.47	0.32	-0.27	0.26	0.29	0.51	0.38	0.08	0.28	0.16	0.45	0.42	0.33	0.3	-0.69	0.54	-0.04	0.58	0.86	1.06	0.94	0.91	0.52	0.61	0.58	0.21	0.23	0.24	-0.49	-0.06	-0.25	-0.36	-0.49	-0.27	-0.47	0.53	0.04	-0.36	0.07	0.24	-1.79	-0.49	-1.03	0.3	-1.84	-2	-2.56	-1.6	-0.84	0.01	-0.36	1.29	-3.47	-3.84	-0.01	-1.36	-2.4	-1.69	-0.94	-1.29	0.48	-0.17	-0.49	-1.12	-0.01	0.53	-1.22	-1.36	0.2	0.1	0.33	-0.32	-0.47	-1.64	-2.47
+YOL127W	RPL25  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L25	0.36	0.07	0.01	-0.03	-0.17	0.04	0.07	0.21	0.19	0.08	0.07	-0.14	0.28	-0.17	0.21	-0.07	0.2	0.18	0.14	0.21	0.56	0.86	0.57	0.7	0.82	0.23	-0.14	0.1	0.25	-0.09	-0.45	-0.49	-0.62	0.11	0.24	0.39	0.33	0.39	0.2	0.4	0.41	-0.03	0.14	0.07	0.31		0.33	-0.01	-1.15	-1.74	-2.18	-1.56	-0.62	0.2	-0.6		-2.47	-3.18		-0.29	-2.25	-1.79	-1.32	-0.36	0.1	0.48	-0.76	-0.97	0.1	0.11	-0.18	-1.22	0.19	-0.23	0.14	-0.2	-0.12	-1.47	-2
+YGL147C	RPL9A  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L9A	0.39	0.01	0.08	-0.1	-0.06	-0.18	0.21	0.14	0.39	0.16	0.23	0.15	0.29	0.21	0.43	0.2	0.46	0.15	-0.2	0.26	0.31	0.89	0.81	0.62	0.52	0.48	0.26	0.16	0.37	0.2	-0.1	-0.12	-0.38	0.04	0.32	0.21	0.54	0.62	0.66	0.49	0.42	0.21	0.57	0.55	0.5	0.42	0.53	-0.04	-1.12	-1.51	-1.6	-0.45	-0.67	0.4	0.07	0.82	-2.47	-3.06	-0.22	-1.74	-2.84	-1.69	-1.06	-0.81	0.4	0.21	-0.94	-1.47	0.19	0.01	-0.04	-1.18	0.41	0.46	0.62	0.08	-0.04	-1.09	-1.94
+YDR064W	RPS13  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S13	0.06	-0.23	-0.38	-0.3	-0.12	-0.4	0.06	-0.27	0.01	0.03	-0.09	-0.22	0.29	-0.14	0.2	-0.01	0.15	-0.12	-1.22	-0.3	-0.14	0.37	0.34	0.31	-0.01	0.32	0.19	0.37	-0.07	-0.1	0.06	-0.03	-0.4	-0.3	-0.12	0.39	0.26	0.01	0.24	0.07	0.28	-0.23	0.11	-0.84	-0.49	0.14	-0.6	-0.01	-1.6	-1.69	-1.12	-0.56	-0.12	0.01	0.21	0.92	-3.18	-3.06	-0.18	-0.97	-2	-1.56	-0.71	-1.22	-0.01	-0.38	-0.69	-1.56	-0.36	-0.15	-1.12	-1.22	-0.06	-0.12	-0.06	-0.56	-0.56	-2.12	-2.4
+YHR010W	RPL27A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L27A	0.16	-0.09	-0.09	0.04	-0.14	0.07	-0.1	0.31	0.43	0.18	0.42	0.18	0.21	0.23	0.24	0.3	0.32	0.28	-0.43	0.3	0.81	1.24	0.83	0.96	0.8	0.71	0.29	0.25	0.55	-0.32	0.04	0.1	-0.29	-1.25	-0.22	0.34	-0.74	0.21	-0.2	0.73	1.05	-0.86	-0.38	0.81	-0.97	0.43	-1.09	0.01	-1.64	-2.12	-2.4	-1.22	-0.3	0.16	-0.27	1.92	-2.74	-3.84	-0.23	-2.12	-2.47	-1.6	-1.15	-0.71	0.24	0.42	-1.12	-0.86	0.01	-0.32	-0.45	-1.06	0.55	0.4	0.61	0.01	0.01	-1.09	-1.94
+YER117W	RPL23B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L23B	-0.18	0.1	-0.2	0.06	-0.36	0.18	-0.3	0.25	0.19	0.39	0.23	-0.04	0.16	0.07	0.2	0.23	0.2	0.23	-0.71	0.33	0.3	0.57	0.9	0.79	0.72	0.7	0.39	0.38	0.71	0.08	-0.04	0.4	-0.3	0.11	0.21	0.21	-0.1	0.26	-0.1	0.25	0.75	-0.23	0.19	0.81	-0.42	-0.23	-0.12	0.24	-1.4	-1.94	-2.12	-1.29	-0.54	0.44	-0.15	1.22	-2.4	-3.18	0.08	-1.36	-1.84	-1.15	-0.89	-0.4	-0.09	-0.07	-1.94	-1.18	0.12	-0.07	-0.6	-0.97	0.16	0.16	0.21	0.11	-0.14	-1.22	-2.18
+YOR063W	RPL3   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L3	0.29	-0.3	-0.01	-0.14	0.16	0.29	0.29	0.01	0.07	-0.04	0.12	-0.1	0.18	-0.07	0.54	0.11	0.16	-0.06	0.15	-0.14	0.19	0.44	0.81	0.64	0.64	0.86	0.76	0.52	-0.01	0.43	-0.03	0.21	-0.49	-0.36	0.03	0.23	0.42	0.37	0.32	0.4	0.01	0.06	0.25	0.21	0.04	-0.14	-0.12	-0.06	-2.06	-1.79	-2.18	-1.18	-0.74	-0.56	-0.81	0.65	-3.64	-4.32	-0.17	-0.84	-2.06	-1.56	-0.74	-0.86	0.54	-0.81	-0.54	-0.94	0.26	-0.22	-0.58	-0.76	0.14	0.07	0.28	-0.25	-0.29	-1.69	-2.25
+YDL075W	RPL31A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L31A	0.01	-0.15	-0.06	0.11	-0.29		-0.34	0.08	0.58		0.55	0.01	0.16	0.03	0.31	0.58	0.18	0.26	-0.43	0.26	0.69	0.71	0.36	0.82	0.74	0.58	0.2	0.43	0.45	0.12	-0.01	0.04	-1.09		0.04	-0.76	-0.89	0.72	-0.09	0.15	-1.15	-0.79	-0.22	0.1	-0.74	-0.69	-0.47	0.21	-1.09	-1.43	-1.43	-1.09	-0.3	0.44	-0.14	1.14	-2.06	-2.32	-0.36	-1.64	-2.47	-1.69	-1.32	-1.47	0.29	0.74	-0.42	-1.03	-0.2	-0.2	-0.45	-1.74	0.28	0.11	0.29	-0.09	-0.38	-1.06	-2.06
+YOL120C	RPL18A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L18A	0.01	0.03	-0.36	0.04	-0.07	0.03	0.1	-0.36		0.18		-0.03	0.03	0.11	0.19	-0.04	0.25		-0.4	0.18	-0.27	0.61	0.75	0.74	0.64	0.96	0.58	0.59	0.31	0.31	0.23	0.37	-0.38	-0.18	-0.1	0.29	0.57	0.42	0.21	0.39	0.37	0.15	0.01	0.07	-0.36	-0.3	-0.3	0.19	-1.84	-2	-2.25	-0.84	-0.58	0.32	-0.12	1.24		-2.64	-0.03	-1.09	-2.4	-1.22	-0.76	0.44	0.58	-0.74	-0.51	-1.12	0.45	-0.07	-1.09	-1.32	0.26	-0.09	0.4	-0.17	-0.6	-1.79	-2.4
+YCR031C	RPS14A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S14A	0.03	-0.07	-0.4	-0.09	-0.14	-0.17	0.15	0.12	-0.1	-0.25	-0.2	-0.2	0.18	-0.18	0.11	-0.27	0.24	-0.17	-0.42	0.03	0.38	0.29	0.67	0.66	0.59	0.32	0.21	0.36	0.25	-0.18	-0.04	-0.09	-0.62	-0.56	-0.34	-0.25	0.12	0.26	0.11	-0.06	-0.27	-0.43	0.11	-0.62	-0.6	-0.56	-0.36	-0.27	-1.12	-1.74	-1.84	-1.15	-0.71	0.19	-1.36	0.51	-2.47	-2.47	0.1	-0.62	-1.22	-1	-0.42	-0.27	0.06	-0.45	-0.58	-1.15	0.24	0.14	-0.86	-0.86	0.2	0.15	0.19	-0.23	-0.03	-0.89	-1.79
+YOL039W	RPP2A  PROTEIN SYNTHESIS     ACIDIC RIBOSOMAL PROTEIN P2A/L44	-0.04	-0.2	-0.27	-0.06	-0.14	-0.27	0.11	-0.09	-0.14	-0.07	-0.25	-0.43	-0.06	-0.49	0.11	-0.34	0.16	-0.1	-0.4	-0.32	0.52	0.48	0.75	0.72	0.93	0.99	0.77	0.61	0.43	0.39	0.23	0.42	-0.49	-0.38	-0.14	0.18	0.49	0.31	0.29	0.26	-0.2	-0.14	0.21	-0.97	-0.29	-0.38	-0.36	-0.25	-2.32	-2.32	-2.25	-1.69	-0.97	0.15	-0.27	1.1	-3.18	-2.94	0.21	-0.49	-1.84	-1.79	-0.36	-0.58	-0.06	-0.84	-0.86	-1.69	-0.76	-0.51	-1.36	-1.89	0.08	-0.03	0.1			-0 [...]
+YOR276W	CAF20  PROTEIN SYNTHESIS     MRNA CAP-BINDING PROTEIN (EIF4F) 20K SUBUNIT	-0.17	-0.47	-0.51	-0.36	-0.17	-0.36	-0.03	-0.2	-0.07	-0.36	-0.22	-0.45	-0.01	-0.58	0.01	-0.45	0.11	-0.17	-0.42	-0.56	-0.04	-0.1	0.66	0.59	-0.27	0.15	-0.03	0.06	0.11	-0.06	-0.29	-0.04	0.41	0.21	0.2	0.19	0.18	0.1	-0.32	-0.14	-0.09	0.2	0.1	-0.34	0.04	-0.04	0.04	-0.38	-1.15	-1.06	-1.64	-0.92	-0.58	-0.01	-0.56	0.52	-1.47	-1.4	-0.54	-1.22	-1.69	-1.56	-1.06	-1.12	0.11	-0.04	-0.56	-0.58	-0.64	-0.84	-0.71	-1.06	0.07 [...]
+YDR012W	RPL4B  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L4B	0.34	-0.03	-0.09	-0.1	0.3	-0.1	0.38	-0.2	0.26	0.33	0.06	0.26	0.26	0.04	0.2	0.24	0.14	0.14	0.33	-0.18	0.39	0.33	1	0.91	0.67	1.01	0.8	0.93	0.54	0.53	0.42	0.45	-0.81	-0.54	-0.09	0.3	0.58	0.42	0.26	0.16	-0.01	-0.25	0.23	-1.47	-0.15	-0.27	-0.4	-0.01	-1.74	-1.69	-2.32	-2.18	-1.47	0.24	-0.6	0.06	-2.74	-2.94	0.46	-0.38	-1.6	-0.86	-0.14	-0.12	0.34	-1.36	-0.25	-0.84	0.06	-0.22	-0.47	-1.32	0.11	0.14	0.28	0.12	0.01	-1.09	-2.18
+YBR031W	RPL4A  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L4A	0.03	-0.49	-0.09	-0.3	0.39	-0.25	0.25	0.4	0.16	0.29		0.01	0.23	0.26	0.49	0.3	0.1	0.24	-0.43	-0.58	-0.32	-0.03	0.24	0.56	0.33	0.65	0.75	0.81	-0.06	0.58	0.06	0.06	-0.49	-0.54	-0.18	0.14	0.41	0.5	0.24	0.23	-0.23		0.29	0.15	-0.12	-0.25	-0.42		-1.64	-1.64	-2.32	-1.89	-1.36	-0.15	-0.47	-0.15	-2.64	-2.94	0.48	-0.4	-2.25	-0.69	-0.22	0.07	0.08	-1.36	-0.34	-0.94	0.39	-0.64	-1	-1.69	0.19	0.23	0.72	0.3	0.1	-0.81	-1.64
+YLR340W	RPP0   PROTEIN SYNTHESIS     ACIDIC RIBOSOMAL PROTEIN L10	0.18	-0.27	-0.29	-0.12	-0.07	-0.3	0.04	-0.22	0.01	-0.18	0.1	-0.17	0.15	-0.23	0.31	0.2	-0.14	-0.01	-0.2	0.04	-0.1	0.58	0.48	0.52	0.43	0.42	0.55	0.69	0.12	0.44	0.07	0.19	-0.76	-0.64	-0.32	0.08	0.42	0.23	-0.01	0.04	-0.22	-0.27	-0.03	-0.84	-0.51	-0.76	-0.84	0.01	-2.25	-2.06	-1.94	-1.22	-0.51	-0.18	-0.01	1.4	-3.47	-4.06	0.3	-0.04	-1.84	-1.43	-0.54	-1	0.73	-2.32	-0.06	-0.97	-0.12	0.29	-1.43	-2	0.21	0.32	0.48	-0.09	-0.43	-1.79	-2.74
+YDL081C	RPP1A  PROTEIN SYNTHESIS     ACIDIC RIBOSOMAL PROTEIN P1A	0.14	0.03	-0.06	0.33	-0.01	0.25	-0.23	0.5	0.57	-0.12	0.61	0.06	0.33	0.18	0.39	0.69	0.11	0.25	0.19	0.06	0.7	0.58	0.46	0.77	0.99	0.84	0.5	0.67	0.63	0.24	0.01	0.18	-0.45	-0.4	-0.06	0.19	0.33	0.37	0.32	0.7	-0.03	0.19	0.41	0.32	-0.09	-0.43	-0.07	-0.01	-1.03	-1.18	-1.22	-1.15	-0.76	0.25	-0.43	0.7	-2	-2.32	0.4	-0.43	-1.69	-1.36	-0.67	-0.84	0.68	-1.06	-0.09	-0.71	0.44	0.01	-1.09	-1.09	0.07	0.07	0.38	0.11	0.12	-0.32	-1.69
+YDR382W	RPP2B  PROTEIN SYNTHESIS     ACIDIC RIBOSOMAL PROTEIN L45	0.03	0.3	-0.06	0.33	-0.18	0.24	-0.14	0.16	0.25	0.43	0.23	-0.12	0.15	0.1	0.46	0.39	0.38	0.26	0.16	0.57	0.24	0.75	0.97	1.49	1.62	1.23	0.82	0.93	1.02	0.5	0.48	0.58	-0.56	-0.25	-0.14	0.25	0.33	0.31	0.29	0.33	0.01	-0.04	0.16	0.39	-0.29	-0.36	-0.29	0.45	-2.12	-1.94	-2.4	-1.43	-0.74	0.14	-0.15	1.58	-2.94	-3.06	0.63	-0.32	-1.51	-1.25	-0.23	-0.06	0.3	-0.6	-0.4	-1.03	0.38	0.29	-0.74	-0.49	0.1	0.15	0.1	0.06	0.04	-0.6	-2.4
+YLR344W	RPL26A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L26A	-0.17	-0.56	-0.34	-0.51	-0.29	-0.47	-0.1	-0.23	-0.04	-0.45	-0.32	-0.54	0.2	-0.36	0.03	-0.29	0.2	-0.3	-1.51	-0.81	-0.4	0.15	0.03	-0.1	-0.43	-0.12	0.03	-0.15	-0.49	-0.32	-0.51	-0.64	-0.17	0.01	0.21	0.24	0.37	0.28	0.16	0.03	-0.06	-0.07	0.29	-0.84	-0.06	-0.15	0.04	-0.32	-1.56	-1.94	-1.79	-1.47	-0.81	0.33	-0.12	1.31	-2.12	-2.47	-0.2	-1.32	-1.25	-0.76	-0.74	-1.64	-0.14	-0.29	-0.76	-1.09	-0.14	0.3	-1.12	-0.67	-0.09	-0.17	-0.36	-0.71	-0 [...]
+YBL092W	RPL32  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L23	0.06	-0.51	-0.1	-0.3	0.12	-0.51	-0.04	0.11	0.3	-0.12	0.45	0.16	0.07		0.39	0.66	-0.22	0.11	-0.97	-0.4	-0.14	0.08	0.29	-0.15	-0.03	0.16	0.01	-0.03	-0.38	-0.07	-0.18	-0.49		0.48	-0.09	0.15	0.1	0.11	0.23	0.14	0.07		0.19	0.7	0.12	-0.2	-1	0.21	-0.76	-1.06	-1.12	-0.84	-0.4	0.32	-0.09	0.93	-1	-1.43	0.01	-1.06	-1.43	-1.32	-1.03	-1	-0.04	0.3	-0.47	-0.89	-0.01	-0.14	-0.74	-1.09	0.54	-0.07	-0.1	-0.32	-0.32	-0.94	-0.86
+YKL156W	RPS27A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S27A	-0.38	-0.42	-0.81	-0.38	-0.89	-0.06	-0.42	-0.09	-0.23	0.16	-0.47	-0.43	-0.15	-0.45	-0.29	-0.45	-0.03	-0.2	-0.34	0.07	-0.27	-0.14	0.46	0.37	0.19	-0.04	-0.23	-0.14	0.26	-0.42	-0.62	-0.34	0.12	0.06	0.11	0.37	0.42	0.41	0.2	0.29	0.16	0.14	0.44	0.23	0.24	-0.15	0.38	-0.22	-0.86	-1.15	-1.56	-0.67	-0.17	-0.04	-0.36	0.5	-2.32	-2.32	-0.23	-2.18	-1.4	-1.18	-1.25	0.61	0.04	0.23	-0.76	-1.18	-0.71	-0.38	-0.71	-1.15	0.01	-0.06	-0.18	-0.29	-0.38 [...]
+YDL130W	RPP1B  PROTEIN SYNTHESIS     ACIDIC RIBOSOMAL PROTEIN L44'	0.01	-0.2	-0.32	-0.42	-0.32	-0.45	0.04	-0.38	-0.01	-0.29	-0.1	-0.38	0.06	-0.47	-0.03	-0.34	-0.22	-0.42	-0.94	-0.56	0.07	0.43	0.16	0.15	0.31	0.31	0.53	0.54	0.36	0.28	0.11	-0.14	-0.51	-0.67	-0.71	-0.51	-0.56	-0.6	-0.06	-0.04	-0.15	0.01	-0.17	0.18	0.4	0.24	0.23	0.14	-1.43	-1.22	-1.56	-1	-0.51	-0.03	-0.14	1.58	-2.74	-2.74	-0.17	-0.36	-1.22	-0.76	-0.2	-1.47	-0.03	-0.58	-0.92	-1.4	0.59	0.18	-0.06	-0.64	0.15	-0.09	0.24	0.07	0.04 [...]
+YNL247W	NONE   PROTEIN SYNTHESIS     CYSTEINYL-TRNA SYNTHETASE	-0.3	-0.42		-0.17	-0.3	-0.06	-0.01	-0.09	-0.1	-0.04	-0.14	-0.07	-0.09	-0.12	-0.1	-0.03	-0.36	0.06	-1.51	-0.06	0.1	0.19	0.11	0.2	0.12	0.44	0.16	0.51	0.28	0.11	0.18	0.15	0.08	0.06	-0.06	-0.23	-0.25	-0.22	-0.3	-0.23	-0.22	-0.34	-0.45	0.07	-0.4	-0.74	-0.84	-0.25	-0.67	-1.15	-1.89	-0.54	-0.84	0.37	-0.54	0.26	-0.81	-1.4	-0.32	-1.25	-1.56	-0.54	-0.32	0.06	-0.03	-0.42	-0.71	-0.84	-0.03	-0.47	-0.81	-0.86		-0.15	-0.22	-0.42	-0.58	-1.51	-2.18
+YOR168W	GLN4   PROTEIN SYNTHESIS     GLUTAMINYL-TRNA SYNTHETASE	-0.09	-0.36	-0.49	-0.3	-0.3	-0.32	-0.09	-0.15	0.11	0.26	0.07	0.08	-0.06	-0.29	-0.06	-0.1	-0.25	-0.01	-0.56	0.08	0.43	0.07	0.19	0.21	-0.01	0.08	-0.06	0.26	0.26	-0.04	-0.1	0.11	0.4	0.31	-0.1	-0.22	0.06	0.1	-0.06	0.59		-0.12	-0.22	0.32	-0.03	-0.49	-0.38	-0.17	-1.06	-1.29	-1.79	-1.09	-1.18	0.18	-1.09	-0.56	-1.25	-1.12	-0.22	-0.79	-1.09	-0.69	-0.3	-0.2	-0.34	-0.94	-0.51	-0.86	-0.04	-0.27	-0.4	-0.38	0.23	0.19	0.46	-0.07	-0.3	-0.32	-1.36
+YHR064C	PDR13  DRUG RESISTANCE     HSP70 HOMOLOG	0.04	-0.51	-0.29	-0.25	-0.17	-0.29	-0.04	-0.34	-0.12	0.08	-0.27	0.1	-0.07	-0.18	-0.03	0.01	-0.25	0.03	-1.29	-0.71	-0.23	-0.1	0.12	0.46	0.12	0.24	-0.1	0.24	-0.06		-0.25	-0.06	0.3	-0.2	-0.3	-0.23	-0.92	0.99	-0.42	0.12	0.18	-1.18	-0.36	0.51	-1.29	-0.56	-0.89	-0.43	-1.29	-1.64	-2.47	-2.18	-1.89	0.44	-1.12	-0.58	-1.79	-2.18	-0.34	-0.69	-0.6	-1.29	-0.25	-0.67	-0.14	-0.89	-0.6	-0.81	0.5	-0.54	-0.92	-0.74	0.37	0.37	0.11	-0.36	-0.58	-1.29	-1.79
+YLR172C	DPH5   DIPHTHAMIDE BIOSYNTHESIS DIPHTHAMIDE METHYLTRANSFERASE	-0.29	-0.36	-0.56	-0.49	-0.3	-0.2	-0.25	-0.49	0.03	0.15	-0.12	-0.14	-0.3	-0.18	-0.2	0.11	-0.2	-0.36	-0.51	0.52	-0.14	0.3	0.07	0.28		0.52	0.12	0.39	-0.01	0.14	0.18	0.36	0.51	0.56	0.48	0.21	-0.45	0.11	-0.06	0.07	0.07	-0.23	0.11	-0.3	0.06	-0.15	-0.12	-0.01	-0.81	-1.25	-1.84	-1.56	-1.18	0.83	-0.74	0.07	-0.97	-1.43	-0.4	-0.56	-0.89	-1.06	-0.49	-1	0.14	-0.74	-0.76	-0.86	0.11	-0.34	-1.4	-1.22	0.15	-0.15	-0.04	-0.45	-0.49	-0.7 [...]
+YHR193C	EGD2   PROTEIN SYNTHESIS (PUTAT HOMOLOG OF HUMAN NASCENT-POLYPEPTIDE-ASSOCIATED COMPLEX SUBUNIT	0.12	-0.09	-0.15	0.07	-0.2		-0.17	0.03	0.18	-0.32	0.1	-0.25	-0.06	-0.2	-0.03	0.07	-0.07	-0.12	0.31	0.39	0.7	0.77	0.8	0.53	0.7	0.55	0.34	0.41	0.64	0.42	0.31	0.45	0.11	0.37	0.53	0.21	0.16	0.33	0.48	0.39	0.58	0.38	0.36	-0.06	0.71	0.53	0.96	0.03	-0.92	-1.15	-1.36	-0.92	-0.47	0.06	-0.14	0.24	-1.69	-1.64	-0.51	-1.15	-1.6	-1.79	-1.29	-1.29	0.56	0.6	-0.12	-0.42	-0.43	-0.4	-0.45	-1.15	0.3	-0.01 [...]
+YHR021C	RPS27B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN S27B	-0.14	-0.64	-0.3	-0.45	-0.15	-0.54	0.23	-0.6	-0.27	0.12	-0.34	-0.3	-0.1	-0.22	0.14	-0.23	0.01	-0.23	-1.32	-0.47	-0.32	-0.27	0.3		-0.09	0.16	-0.06	-0.04	-0.32	-0.42	-0.4	-0.25	-0.04	-0.15	-0.23	-0.07	0.1	-0.04	-0.04	-0.07	-0.2	-0.34	0.01	-0.49	-0.23	-0.3	-0.25	-0.94	-1.25	-1.6	-1.79	-1.06	-0.76	-0.47	-0.71	0.41	-1.29	-1.51	-1.36	-1	-1.36	-1.29	-0.51	-1.12	-0.22	-0.38	-0.81	-1.25	-0.43	-0.07	-1	-1.22	-0.34	-0.18	0.48	0.03	-0.15	-0 [...]
+YDL191W	RPL35A PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L35A	0.01	-0.1	-0.09	-0.17	0.07	0.08	0.08	0.18	-0.04	-0.01	0.19	-0.32	-0.07	-0.15	0.11	-0.01	0.39	-0.12	-0.36	0.01	0.12	0.26	0.6	0.14	0.26	0.19	0.01	-0.2	0.15	-0.23	-0.43	-0.49	-0.18	0.24	-0.09	-0.79	-0.84	-0.25	0.08	0.96	-0.81	-1.43	-0.47	0.9	-1	0.28	-2.84	0.01	-1.15	-1.47	-1.69	-1.15	-0.67	0.03	-0.23	0.77	-1.64	-1.29	-0.49	-1.36	-1.51	-1.43	-1.12	-0.43	0.19	0.49	-0.58	-0.86	-0.49	-0.74	-1.51	-2.25	0.14	-0.15	0.15	-0.23	-0.15	-1.47	-1.94
+YDL136W	RPL35B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L35B	-0.22	-0.84	-0.43	-0.51	-0.51	-0.51	-0.43	-0.36	-0.29	-0.43	-0.45	-0.51	-0.07	-0.4	-0.12	-0.4	-0.03	-0.2	-1.22	-0.56	-0.2	-0.51	0.18	-0.03	-0.45	-0.1	-0.07	-0.12	-0.42	-0.27	-0.32	-0.58	-0.38	0.32		0.12	-0.92	-0.14	-0.38	0.37	2.75	-1.09	-0.43	0.29	-0.97		-0.47	0.04	-1.12	-1.64	-1.64	-1.22	-0.51	0.01	-0.43	0.76	-1.56	-1.47	-0.03	-1.32	-1.18	-1.32	-1.15	-1.29	-0.25	0.53	-0.64	-1.25	-0.36	-0.22	0.26	-1.89	-0.07	-0.01	-0.04	-0.38	-0 [...]
+YGR063C	SPT4   TRANSCRIPTION       ELONGATION FACTOR	-0.49	-0.17	-0.51	-0.4	-0.71	-0.22	-0.45	-0.47	-0.14	-0.22	-0.32	-0.43	-0.23	-0.62	-0.62	-0.32	-0.4	-0.43	-0.1	0.26	0.14	-0.4	0.07	0.21	0.11	0.15	-0.04	0.14	0.37	-0.09	0.12	0.19	-0.09	0.15	-0.1	-0.22	-0.07	0.2	0.34	0.33	0.14	-0.17	0.07	0.07	-0.07	-0.29	0.06	-0.07	-0.71	-1.22	-1.25	-0.81	-0.92	-0.23	-0.34	-0.22	-1.6	-1	-0.07	-0.45	-0.43	-0.51	-0.49	-0.17	-0.01	-0.12	-0.43	-0.27	-0.3	0.06	-0.32	0.07	-0.12	-0.03	0.01	-0.27	-0.12	-0.1	-0.64
+YDR397C	NCB2   TRANSCRIPTION       NEGATIVE REGULATOR OF RNA POLYMERASE II		-0.67	-0.4	-0.62		-0.62	-0.07	-0.4	-0.23	-0.36	-0.17	-0.38	0.03	-0.49	-0.32	-0.49	-0.43	-0.58	-0.36	0.01	-0.07	-0.14	0.12	0.16		-0.34	-0.34	-0.29	-0.04	-0.2	-0.2	-0.3	0.59	0.75	0.59	-0.1	-0.03	0.08	0.4	0.57	0.12	-0.2	0.19	0.04	0.5	0.19	0.36	-0.36	-0.6	-1.12	-1.47	-1.32	-1.18	0.24	-0.81	-0.58	-1.29	-2.32	-0.45	-1.56	-0.67	-1.22	-1.03	-0.4	-0.14	0.03	-0.64	-0.32	-0.45	-0.15	-0.32	-0.81	0.07	0.25	0.48	-0.14	-0.14	0. [...]
+YPL117C	IDI1   ISOPRENOID BIOSYNTHESIS  ISOPENTENYL-DIPHOSPHATE DELTA-ISOMERASE		-0.43	-0.34	-0.49	-0.29	-0.12	0.06	-0.56	0.01	-0.34	0.07	-0.25	0.08	-0.4	-0.22	-0.27	-0.47	-0.32	-0.67	-0.34	-0.23	0.01	0.06	-0.12	-0.2	-0.51	-0.15	-0.29	-0.3	-0.07	-0.17	-0.15	0.49	0.36	0.06	-0.2	-0.23	-0.07	0.32	0.18	0.1	0.21	0.07	-0.12	0.6	0.41	0.56	-0.17	-0.43	-0.79	-1.36	-0.22	0.07	0.08	-0.79	0.6	-1.6	-1.89	-0.43	-1.18	-0.81	-1.18	-0.58	-0.6	-0.03	-0.34	-0.69	-0.34	-0.49	0.11	-0.67	-0.54	0.25	-0.07	0.41 [...]
+YDR174W	NONE   CHROMATIN STRUCTURE    NON-HISTONE PROTEIN	-0.25	-0.97	-0.42	-0.56	-0.51	-1.09	-0.56	-1.25	-0.56	-0.36	-0.62	-0.79	-0.45	-0.6	-0.36	-0.67	-0.4	-0.43	-0.56	-0.38	-0.51	-0.32	-0.42	-0.2	-0.17	0.42	0.36	0.33	-0.36	-0.03	0.24	-0.09	-0.79	-0.45	-0.25	0.74	-0.25	-0.01	0.38	0.21	0.07	-0.15	0.11	0.2	0.16	0.07	0.11	-0.15	-0.79	-0.94	-1.09	-1.03	-0.51	0.12	-0.43	0.1	-1.6	-1.43	-0.49		-0.4	-1.12	-0.86	-1.09	-0.23	0.36	-0.09	-0.29	-0.58	-0.62	-0.81	-0.42	0.16	0.04	-0.14	-0.54	-0.58	-0 [...]
+YIL035C	"CKA1   CELL CYCLE (PUTATIVE)    CASEIN KINASE II, CATALYTIC SUBUNIT"	-0.2	-0.58	-0.34	-0.69	-0.25	-0.62	-0.15	-0.67	-0.18	-0.2	-0.2	-0.29	-0.14	-0.81	-0.4	-0.49	-0.27	-0.34	-0.23	-0.56	-0.32	-0.56	-0.2	-0.56	-0.54	0.01	-0.27	-0.29	-0.15	-0.25	-0.1	-0.18	0.26	0.14		-0.3	-0.01	0.03	0.07	-0.12	-0.32	-0.15	0.01	-0.67	0.31	-0.01	0.19	-0.62	-0.92	-1.29	-1.84	-1.22	-1.15	0.57	-0.92	-0.03	-1.94	-1.64	-0.92	-0.64	-0.56	-1.15	-0.42	-0.84		0.41	-0.14	-0.34	-0.54	-0.23	-0.81	-1	-0.09	-0.15	 [...]
+YNR003C	RPC34  TRANSCRIPTION       RNA POLYMERASE III 34 KD SUBUNIT	0.25	-0.47	-0.32	-0.27		0.15	0.16	0.2	0.46	-0.2	-0.04	-0.23	-0.14	-0.22	0.16	0.1	-0.09	-0.32	-0.86	-0.4	-0.25	0.36	0.6	0.08	0.12	0.08	-0.25	-0.22	-0.2	-0.4	-0.69	-0.23	0.85	0.77	0.33	-0.04	-0.06	-0.07	-0.18	-0.76	-0.34	-0.04	-0.2	-0.07	-0.14	-0.6	-0.09	-0.22	-0.56	-0.79	-0.6	-0.79	-0.79	0.23	-0.06	0.12	-0.42	-0.38	-0.03	-1.6	-1	-1.03	-0.47	0.1	-0.27	-0.69	-1.06	-0.79	-0.17	0.03	-0.14	-0.17	0.01	0.04	0.18	-0.45	-0.09	-1.0 [...]
+YGR094W	VAS1   PROTEIN SYNTHESIS     VALYL-TRNA SYNTHETASE	-0.1	-0.62	-0.25	-0.54	-0.17	-0.4	0.07	-0.25	-0.03	-0.04	-0.04	-0.15	0.01	-0.18	0.2	0.07	-0.14	-0.25	-1.09	-0.62	-0.54	-0.29	0.03	-0.07	-0.07	-0.22	0.06	0.08	-0.32	0.06	-0.38	-0.42	-0.32	-0.09	0.1	0.04	-0.22	-0.22	-0.18	-0.51	-0.42	-0.54	-0.42	0.19	-0.47	-0.6	-0.62	-0.2	-0.36	-0.58	-0.58	-0.36	-0.17	-0.04	-0.23	0.1	-1.03	-0.97	-0.01	-1.09	-1.32	-0.92	-0.45	-0.07	-1.64	-0.47	-0.84	-0.86	0.23	-0.49	-0.04	-0.76	0.1	0.24	-0.01	-0.74	 [...]
+YLR083C	EMP70  SECRETION        VESICLE COAT COMPONENT	-0.42	-1.25	-0.97	-0.92	-0.2	-0.34	0.29	-0.27	-0.17	-0.58	-0.47	-0.79	-0.22	-0.47	0.1	-0.25	-0.1	-0.49	-1.64	-0.92	-0.81	-0.81	-0.06	-0.03	0.07	-0.04	-0.01	0.01	-0.15	0.04	-0.49	-0.76	-0.27	-0.45	-0.18	0.31	0.45	0.07	-0.27	-0.15	-0.06	0.16	0.11	-0.84	-0.81	-0.81	-0.69	-0.4	-0.43	-0.4	-0.06	-0.01	-0.23	-0.32	-0.2	-0.32	-1.09	-1.4	0.03	-1.69	-1.64	-0.64	-0.34	-0.22	-0.49	-1.43	-0.62	-1.22	-0.12	-1.06		-1.22	0.21	0.11	0.41	0.04	-0.03	-1 [...]
+YER110C	KAP123 NUCLEAR PROTEIN TARGETIN BETA-KARYOPHERIN	-0.14	-0.86	-0.6	-0.76	-0.36	-0.45	-0.01	-0.12	0.24	0.07	-0.09	-0.01	-0.15	-0.22	0.08	-0.1	0.03	-0.23	-2.32	-0.89	-0.74	-0.09	0.07	0.37	0.12	-0.17	-0.22	0.37	-0.27	-0.29	-1.18	-0.36	-0.07	-0.1	-0.04	0.18	0.19	0.15	-0.42	-0.67	-0.51	-0.4	-0.23	-0.97	-1.06	-0.97	-1.22	-0.32	-0.54	-0.34	-1.03	-0.18	-1.12	-0.51	-0.79	-0.97	-0.79	-0.2	-0.1	-1.51	-3.18	-1.15	-0.09	0.36	-1.09	-1.89	-1.69	-1.56	-0.42	-0.94	-0.94	-0.47	0.23	0.1	0.58	-0.6	-0 [...]
+YPL231W	"FAS2   FATTY ACID METABOLISM    FATTY-ACYL-COA SYNTHASE, ALPHA SUBUNIT"	-0.01	-0.64	-1	-0.62	-0.38	-0.54	-0.09	-0.47	-0.34	-0.2	-0.27	-0.12	-0.25	-0.42	-0.32	0.06	-0.45	0.04	-1.12	-0.06	-0.18	0.4	0.42	0.43	0.01	0.4	0.1	0.5	-0.01	0.14	-0.07	0.14	-0.01	0.1	-0.25	-0.49	-0.45	-0.38	-0.4	-0.62	-0.03	-0.36	-0.47	-0.58	-0.54	-0.76	-0.79	-0.23	-0.36	-0.23		-0.14	-0.22	-0.22	-0.06	-0.32	-0.25	-0.32	0.03	-0.89	-1.18	-0.58	-0.03	0.52	-0.43	-1.18	-0.84	-0.64	-0.18	-0.49	-0.22	0.42	0.11	0.04 [...]
+YLR017W	MEU1   GLUCOSE DEREPRESSION     REGULATOR OF ADH2 EXPRESSION	-0.1	-0.71	-0.67	-0.45	-0.1	-0.32	0.14	-0.25	-0.17	-0.22	-0.3	-0.23	0.08	-0.49		-0.42		-0.47	-0.56	0.06	-0.23	-0.3	0.11	0.11	-0.38	0.01	-0.03	0.21	-0.03	-0.2	-0.27	-0.14	0.7	0.44	0.4	0.03	0.1	0.06	0.15	0.04	-0.17	-0.04	-0.06	-0.54	-0.36	-0.51	-0.4	-0.17	-0.22	0.19	-0.1	-0.3	-0.58	0.2	-0.62	-0.86	-0.22	-0.32	-0.12	-1.12	-1.09	-0.71	0.03	0.08	-0.29	-0.6	-0.69	-0.58	0.12	-0.14	-0.51	-1.29	0.24	0.2	0.16	-0.43	-0.69	-0.76	-1.36
+YPL243W	SRP68  SECRETION        SIGNAL RECOGNITION PARTICLE SUBUNIT	-0.18	-0.92	-0.17	-0.4	-0.29	0.18	-0.01	0.23	0.16	-0.12	0.14	-0.15	-0.17	-0.42	0.1	-0.15		-0.17	0.07	-0.4	-0.51	0.03		-0.22	-0.07	-0.47	-0.38	-0.32	-0.4	-0.32	-0.6	-0.74	0.06	0.04	-0.06	-0.04	-0.07	-1.43	-0.12	-0.3	-0.17	-0.06	-0.18	-0.07	0.12	-0.22	-0.15	-0.62	-0.74	-0.67	-0.97	-0.81	-1	-0.15	-0.67	-0.97	-0.58	-0.42	-0.23	-1.43	-0.32	-0.86	-0.71	-0.09	0.24	0.11	-0.34	-0.4	0.11	-0.15	0.25	0.19	-0.25	-0.09	-0.2	-0.45	-0.4 [...]
+YKR026C	GCN3   TRANSLATION      TRANSLATION INITIATION FACTOR EIF2B	0.1	-0.22	-0.2	0.1	-0.15	-0.15	-0.1	-0.2	0.03	-0.15	-0.01	-0.25	0.08	-0.27	-0.15	-0.27	-0.38	-0.23	-0.38	0.03	0.08	0.25	0.45	0.1	0.03	0.07	-1.22	-0.03	0.04	-0.32	-0.29	-0.1	0.28	0.23	0.18	-0.1	-0.04	-0.01	0.18	0.06	-0.03	-0.04	-0.01	-0.6	0.06	-0.12	-0.01	-0.36	-0.12	0.03	-0.6	-0.36	-0.79	-0.25	-0.79	-0.47	-0.64	-0.07	-0.32	-1.22	-0.67	-0.45	-0.51		-0.04	-0.43	-0.62	-0.67	-0.12	-0.01	-0.27	0.03	0.36	0.29	0.01	-0.1	-0.3	-0 [...]
+YLR146C	SPE4   SPERMINE BIOSYNTHESIS    SPERMINE SYNTHASE	0.21	0.07	-0.42	-0.03	-0.25	0.45	0.2	0.16	0.01	-0.23	-0.4	-0.22	-0.14	-0.27	-0.47	-0.3	-0.01	-0.03	-0.42	0.07	0.5	-0.14	0.53	0.3	-0.38	-0.06	-1.09	-0.23	0.11	-0.2	-0.06	-0.09	-0.43	0.33	0.32	0.33	0.45	0.33	0.21	0.3	0.01	0.24	0.3	-0.64	0.01	-0.14	-0.04	-0.27	-0.4	-0.6	-0.86	-0.6	-1	-0.01	-0.69	-0.6	-0.84	0.12	0.01	-1.36	-0.51	-0.86	-0.84	0.03	0.08	-0.25	-0.74	-0.64	-0.18	0.12	-0.06	0.67	-0.07	-0.22	0.01	-0.45	-0.56	-0.69	-1.29
+YPL210C	SRP72  SECRETION        SIGNAL RECOGNITION PARTICLE SUBUNIT	-0.45	0.11	-1.03	-0.74	-0.67	-0.71	-0.32	-0.6	-0.32	-0.42	-0.51	-0.56	-0.43	-1.03	-0.64	-0.32	-0.79	-0.43	-0.32	-0.32	-0.1	-0.06	0.14	-0.32	0.37	-0.1	-0.43	-0.01	-0.03	-0.2	-0.38	-0.27	0.15	0.15	-0.14	-0.2	0.1	-0.07	-0.06	-0.23	-0.09	-0.06	-0.18	0.3	0.19	-0.25	-0.1	-0.34	-0.79	-0.49	-1.25	-0.94	-0.94	-0.29	-1	-1.25	-0.89	-0.45	-0.71	-0.94	-0.58	-0.58	-0.64	-1.15	-0.42	-0.25	-0.58	-0.89	-0.06	0.01	0.04	-0.01	-0.09	-0.32	0 [...]
+YKL212W	SAC1   SECRETION        ER/GOLGI ATP/ADP EXCHANGER	0.04	-0.12	-0.23	0.18	-0.17		-0.22	-0.3	-0.1	-0.43	-0.23	-0.2	-0.17	-0.25	-0.17	-0.3	-0.51	-0.29	-0.04	-0.2	-0.38	0.16	0.16	0.12	0.15	-0.03	0.43	0.21	0.23	0.28	0.06	0.15	-0.3	-0.09		-0.18	-0.15	-0.1	-0.09	0.1	0.01	-0.15	-0.22	0.51	-0.03	-0.2	-0.09	0.15	-0.17	-0.54	-0.81	-0.64	-0.84	0.15	-0.6	-0.74	-0.71	-0.38	-0.22	-0.49	-0.62	-0.4	-0.32	-0.36	-0.38	-0.27	0.07	0.11	-0.2	-0.15	-0.45	-0.09	0.2	0.04	0.16	-0.09	-0.3	-0.54	-1.06
+YNR043W	MVD1   STEROL METABOLISM     MEVALONATE PYROPHOSPHATE DECARBOXYLASE	0.21	-0.2	0.1	-0.01	0.26	-0.15	0.24	0.07	0.03	0.01	0.2	-0.03	0.19	-0.3	0.18	-0.23	0.23	-0.27	-1.22	0.1	-0.3	-0.27	0.07	0.36	0.18	0.18	0.11	0.21	-0.12	0.21	-0.18	0.2	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.32	-0.42	-0.47	-1.64	-2.06	-1.84	0.43	-0.81	-1.4	-0.51	-0.51	-0.17	-0.84	-1.12	-0.25	0.03	0.14	-0.12	-1.22	-0.4	0.07	0.24	-0.58	-0.4	-0.92	0.12	-0.07	-0.06	-0.62	-0.7 [...]
+YCR053W	THR4   THREONINE BIOSYNTHESIS   THREONINE SYNTHASE	0.2	-0.22	-0.06	-0.25	0.18	-0.3	0.32	-0.1	0.16	0.03	-0.04		0.18	-0.27	0.15	-0.07	-0.36	-0.15	-0.62	-0.12	-0.49	-0.12	0.18	-0.12	-0.12	-0.15	0.25	-0.01	-0.2	0.3	0.06	-0.01	-0.18	-0.22	-0.01	-0.15	0.03	-0.14	0.01	-0.01	-0.06	-0.07	-0.06	-0.42	-0.03	-0.15	0.06	-0.17	-0.54	-0.62	-1.15	-1.25	-1.25	-0.03		-0.42	-0.32	-0.51	-0.15	-0.38	-0.71	-0.15	-0.03	-0.74	-0.03	-0.62	-0.38	-0.71	0.16	-0.18	-0.81	-0.67	0.32	0.07	-0.01	-1.03	-0.69	-1. [...]
+YOL061W	"PRS5   PURINE, PYRIMIDINE, TRYP PHOSPHORIBOSYLPYROPHOSPHATE SYNTHETASE"	-0.06	-0.62	-0.42	-0.4	-0.09	-0.2	0.07	-0.12	-0.15	-0.22	-0.03	-0.36	-0.18	-0.49	-0.01	-0.36	-0.06	-0.27	-0.36	-0.32	-0.27	-0.1	-0.15	-0.25	-0.1	-0.06	-0.29	-0.27	-0.58	-0.34	-0.34	-0.29	0.28	0.21	0.14	0.06	0.21	0.1	0.2	0.19	-0.29	-0.04	0.07	-1.22	-0.2	-0.36	-0.4	-0.58	-0.84	-0.49	-0.62	-0.74	-0.97	-0.81	-0.69	-1.18	-0.76	-0.36	-0.34	-0.86	-0.84	-0.64	-0.17	-0.43	-0.17	-0.94	-0.51	-0.54	-0.17	-0.56	-0.54	-0. [...]
+YOR260W	GCD1   PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF2B GAMMA SUBUNIT	-0.06	-0.49	-0.22	-0.29	0.04	-0.25	0.01	-0.15		-0.14	0.01	-0.18	0.06	-0.43	-0.17	-0.43	-0.01	-0.03	-0.45	-0.2	-0.38	0.06	0.1	0.26	-0.47	-0.22	-0.07	0.14	0.03	-0.25	-0.45	0.01	-0.45	-0.47	-0.12	0.28	0.33		-0.2	-0.01	-0.01	0.12	0.11	-1.43	-0.2	-0.3	-0.1	-0.4	-0.27	-0.43	-0.86	-1.4	-1.25	-0.2	-0.64	-1.43	-0.3	0.38	-0.4	-1.43	-0.79	-1	-0.34	-0.4	0.15	-0.58	-0.36	-0.64	-0.06	-0.58	-0.47	-0.07	0.29	0.32	-0.0 [...]
+YPR033C	HTS1   PROTEIN SYNTHESIS     HISTIDYL-TRNA SYNTHETASE	0.14	-0.42	0.01	-0.12	-0.12	-0.32	0.1	-0.38	-0.03	-0.38	-0.14	-0.22	-0.15	-0.38	-0.07	-0.25	-0.09	-0.18	-1.29	-0.47	-0.34	-0.47	0.3	0.38	-0.12	0.38	0.21	0.5	0.25	0.14	-0.81	0.07	0.18	0.28	0.21	0.18	0.19	-0.06	0.06	-0.01	-0.18	-0.07	0.04	-1.64	-0.06	-0.23	-0.17	-0.58	-0.45	-0.62	-1.36	-1.29	-1.36	0.12	-0.97	-1.4	-1.18	-0.89	-0.67	-1.47	-1.94	-1.15	-0.43	-0.06	0.31	-0.45	-0.58	-0.64	-0.67	-0.58	-1.25	-1.29	-0.1	-0.01	-0.38	-0.69 [...]
+YLR060W	FRS1   PROTEIN SYNTHESIS     PHENYLALANYL-TRNA SYNTHETASE SUBUNIT	-0.06	-0.17	-0.23	-0.6	-0.18	-0.49	0.14	-0.4	0.07	-0.12	-0.09	-0.14	-0.06	-0.29	0.01	-0.18	0.14	-0.17	-0.97	-0.36	-0.38	0.15	0.54	0.56	0.31	0.57	0.37	0.54	0.37	0.24	0.26	0.36	0.04	0.06	0.08	-0.03	0.07	0.03	0.11	-0.12	-0.1	-0.1	-0.14	-0.34	0.04	-0.27	-0.17	-0.29	-0.64	-0.25	-0.84	-1.12	-1.32	-0.47	-0.71	-1.43	-0.64	-0.22	-0.04	-0.71	-0.92	-0.84	-0.3	0.19	0.1	-0.09	-0.22	-0.54	-0.07	-0.29	-0.01	0.03	-0.07	0.23	0.03	- [...]
+YDL040C	NAT1   PROTEIN PROCESSING    PROTEIN N-ACETYLTRANSFERASE SUBUNIT	0.06	-0.56		-0.23	-0.01	-0.18	0.15	-0.3	-0.12	-0.06	-0.03	0.04	0.08	-0.01	-0.15		-0.22	-0.03	-0.04	-0.4	-0.34	-0.56	-0.15	-0.07	-0.64	-0.03	0.19	0.48	-0.04	0.33	-0.3	0.07	-0.3	-0.06	-0.14	-0.45	-0.34	-0.51	-0.27	-0.54	-0.54	-0.34	-0.56	-0.64	-0.15	-0.38	-0.43	-0.38	-0.32	-0.2	-0.64	-0.56	-0.79	0.16	-0.4	-0.86	-0.36	-0.15	-0.1	-0.67	-0.62	-0.06	-0.51	-0.81	-0.1	-0.45	-0.51	-0.69	0.21	-0.6	-0.47	-0.42	0.06	0.11	-0.07	 [...]
+YKL106W	"AAT1   ASPARTATE METABOLISM?    ASPARTATE AMINOTRANSFERASE,"	-0.32	-0.42	-0.64	-0.23	-0.3	0.03	-0.27	-0.4	-0.1	0.18	-0.1	-0.07	-0.1	-0.38	-0.43	-0.23	-0.38		-0.32	0.49	0.41	0.1	0.26	-0.17	-0.54	-0.32	-0.29	-0.04	0.01	-0.32	-0.62	-0.01	0.26	-0.27	-0.71	-0.27	-0.36	-0.32	-0.29	-0.23	-0.2	-0.29	-0.45	-0.69	-0.64	-0.74	-0.69		-0.36	-0.69	-1.69	-1.12	-1.51	0.67	-0.89	-1.06	-0.94	-0.27	-0.56	-0.62	-0.62	-0.79	-0.18	-0.56	0.2	-0.27	-0.1	-0.14	-0.71	-0.1	-0.71	-0.34	0.08	-0.32	-0.6	-1	- [...]
+YKL057C	NUP120 NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.43	-0.84	-0.51	-0.54	-0.17	-0.29	-0.06	-0.15	-0.38	-0.06	-0.38	-0.2	-0.43	-0.47	-0.23	-0.22	-0.07	-0.49	-0.58	-0.32	-0.56	-0.43	-0.14	-0.06	-0.3	0.15		-0.01	-0.32	-0.25	-0.4	-0.34	0.03		-0.22	0.4	0.2	0.2	0.18	0.01	0.07	0.15	-0.2	-0.49	-0.3	-0.47	-0.58	-0.4	-0.69	-0.79	-1.22	-0.84	-0.64	-0.1	-0.84	-0.17	-0.42	-0.58	-0.45	-0.4	-0.47	-0.71		-1.15	-0.4	-0.56	-0.6	-0.58	-0.09	-0.03	-0.86	0.03	-0.25	-0.27	-0.17	-0.36	-0.38	-1.4	-1.18
+YGR155W	CYS4   METHIONINE BIOSYNTHESIS  CYSTATHIONINE BETA-SYNTHAS	-0.06	-0.15	-0.27	-0.17	-0.36	0.01	0.21	0.21	0.55	0.15	0.41	0.12	0.03	-0.2	0.01	0.19	-0.23	0.15	-0.71	0.33	-0.01	0.24	0.31	0.34	0.14	0.39	0.1	0.65	0.3	0.08	-0.29	0.1	0.6	0.34	0.08	0.39	0.08	0.11	0.31	0.4	0.16	0.31	0.16	0.23	0.48	0.15	0.3	0.12	-0.64	-0.64	-0.94	-0.79	-0.74	0.1	-0.49	-0.76	-1	-0.4	-0.29	-0.74	-1.09	-0.45	-0.36	-0.34	-0.56	-0.3	-0.6	-0.71	-0.38	-0.49	-0.62	0.94	0.2	0.16		-0.62	-0.97	-1.15	-2.18
+YNL111C	CYB5   LIPID METABOLISM    CYTOCHROME B5	-0.64	-1	-0.71	-0.79	-0.58	-0.32	0.07	-0.51	-0.17	-0.51	-0.42	-0.97	-0.25	-1.03	-0.94	-0.76	-0.74	-0.71	-1.51	0.06	-0.01	0.1	0.07	-0.2	-0.51	-0.18	-0.42	0.19	-0.03	-0.51	-0.38	-0.17	0.34	-0.54	-0.94	0.01	0.43	0.59	0.36	0.39	0.52	0.49	0.61	1.23	0.03	0.12	0.21	-0.4	-0.2	-0.94	-1.51	-1	-1.74	0.68	-1	-1.03	-0.76	-0.22	-0.29	-1.84	-0.36	-0.29	0.03	-0.51	-0.54	-0.67	-0.06	-0.03	-0.84	-0.27	-1.56	-0.76	-0.09	-0.47	-0.4	-0.76	-0.76	-1.79	-2.12
+YIL021W	RPB3   TRANSCRIPTION       RNA POLYMERASE II 45 KDA SUBUNI	-0.74	-0.76	-1	-0.67	-0.79	-0.25	-0.36	-0.47	-0.15	-0.14	-0.18	-0.22	-0.42	-0.64	-0.38	-0.18	-0.62	-0.27	-0.29	-0.14	-0.14	-0.22	-0.17	-0.18	-0.27	0.16	-0.09	-0.06	0.21		0.1	0.15	0.3	0.15	0.03	0.06	-0.09	-0.09	-0.06	0.03	-0.09	0.08	0.12	0.59	0.26	-0.1	0.29	0.12	-0.18	-0.15	-0.51	-0.29	-0.34	-0.15	-0.45	-0.74	-0.69	-0.34	-0.62	-1.15	-0.79	-1.32	-0.67	-0.92	0.15	0.12	-0.25	-0.51	-0.67	0.2	-0.94	-0.71	-0.09	-0.47	-0.14	-0.27 [...]
+YJR069C	HAM1   6-N-HYDROXYLAMINOPURINE  UNKNOWN	-0.27	-0.84	-0.32	-0.42	-0.29	-0.38	-0.17	-0.23	-0.14	-0.42	-0.18	-0.42	-0.14	-0.36	-0.09	-0.42	0.1	-0.34	-0.84	-0.67	-0.45	-0.51	-0.07	-0.27	-0.22	-0.12	-0.18	0.11	-0.29	-0.25	-0.18	-0.43	0.3	0.14	0.12	-0.32	-0.49	0.11	0.3	0.28	0.26	-0.89	-0.43	-0.32	-0.18	0.2	0.26	-0.32	-0.01	-0.18	-0.23	-0.62	-0.74	0.46	-0.49	-0.92	-0.47	-0.17	-0.34	-1.15	-0.49	-0.62	-0.38	-0.62	0.01	0.06	-0.42	-0.64	-0.47	-0.01	-0.86	-0.71	-0.03	-0.34	-0.25	-0.3	-0.43	- [...]
+YPR010C	NONE   TRANSCRIPTION       RNA POLYMERASE I 135 KD SUBUNIT	0.01	-0.74	-0.69	-0.76	-0.12	-0.43	-0.03	-0.18	-0.04	-0.51	0.01	-0.17	-0.23	-0.23	0.04	-0.03	0.03		-0.42	-0.49	-0.38	-0.07	-0.43	-0.64	-0.74	-0.6	-0.12	0.03	-0.62	-0.2	-0.14	-0.34	0.19	0.33	-0.09	0.19	-0.71	-0.34	-0.09	0.49	0.42	-1.36	-0.54	-0.43	-0.92	-0.32	-1.12	-0.58	-0.94	-0.6	-0.94	-0.84	-0.64	-0.47		-0.42	-1.47	-1.74	0.38	-0.34	-0.4	0.81	0.08	0.78	-0.89	-0.56	-0.86	-0.86	0.59	0.29		0.64	-0.18	-0.14	-0.17	-0.51	-0.45 [...]
+YDR299W	BFR2   SECRETION        UNKNOWN	-0.2	-1.15	-0.54	-0.4	0.26	0.16	0.15	-0.12	0.14	-0.15	0.33	-0.15	-0.03	-0.23	-0.1	0.04	0.06	-0.23	-1.03	-0.43	-0.49	0.03	0.44	0.11	-0.1	-0.42	-0.4	-0.42	-0.49	-0.89	-0.67	-0.47	0.06	0.06	0.08	0.03	-0.3	-0.07	-0.07	0.18	0.25	-0.04	-0.23	0.06	-1.6	-0.25	-0.89	-0.14	-1.43	-0.86	-2.06	-1.6	-1.43	-1.22	-1.22	-0.64	-2.74	-2.12	0.04	-1.32	-0.32	-0.07	-0.09	-0.17	-0.14	-0.42	-0.94	-0.62		0.07	-0.09	1.51	0.01	-0.07	0.44	-0.56	-0.38	0.28	-0.18
+YKL125W	RRN3   TRANSCRIPTION       RNA POLYMERASE I TRANSCRIPTION FACTOR	0.03	-0.14	-0.22	0.36	0.24	0.28	0.21	0.41	0.03	0.12	-0.15	-0.06	0.06	-0.3	-0.03	-0.06	0.29	-0.04	-0.17	0.11	-0.12	-0.14	0.32	0.08	-0.07	-0.32	-0.34	-0.54	-0.25	-0.4	-0.38	-0.29	-0.17	-0.17	-0.15	-0.69	-0.67	-0.06	-0.4	1.06	0.12	-1.09	-0.49	0.1	-1.12	-0.6	-0.17	-0.29	-1.47	-1.6	-2	-1.79	-2.06	-0.22	-0.94	-0.71	-0.89	-0.43	-0.62	-1.79	-0.62	-0.51	-0.15	-0.27	-0.22	-0.3	-0.94	-0.89	-0.49	-0.15	-0.36	-0.04		0.19	0.18	-0 [...]
+YOR207C	RET1   TRANSCRIPTION       RNA POLYMERASE III 130 KD SUBUNIT	0.21	-0.74	-0.58	-0.36	0.12	0.14	0.18	-0.09		0.03	0.04	-0.07	-0.22	-0.3	-0.09		0.1	-0.12	-0.12	-0.67	-0.38	-0.18	0.18		-0.04	-0.25	-0.38	-0.15	-0.25	-0.17	-0.67	-0.4	0.43	0.5	0.1	-0.34	-0.56	-0.45	0.03	0.43	-0.03	-0.94	-0.38	-0.22	-0.67	-0.79	-0.86	-0.42	-1.84	-1.51	-2.12	-2.12	-1.79	-0.86	-0.92	-0.56	-2	-1.32	-0.47	-1.12	-1.43	0.07	-0.12	-0.49	-0.6	-0.89	-0.81	-0.74	0.62	-0.3	0.07	0.39	0.04	0.3	0.36	-0.64	-0.62	-0.34	-1.22
+YJL197W	"UBP12  PROTEIN DEGRADATION, UBI UBIQUITIN-SPECIFIC PROTEASE"	0.01	-0.4	-0.03	-0.25	0.08	-0.22	0.15	-0.18	-0.17	-0.09	0.04	-0.34	-0.14	-0.38	0.06	-0.12	-0.12	-0.18	-0.38	-0.38	-0.43	-0.17	-0.42	-0.47	-0.3	-0.4	0.01	-0.06	-0.36	0.04	-0.01	-0.23	-0.42	-0.14	-0.47	0.16	-0.45	-0.18	-0.25	-0.01	0.55	-0.34	-0.34	0.14	-0.67	-0.29	-0.56	-0.36	-0.84	-0.84	-1.64	-1.69	-1.03	-0.29	-0.97	-0.64	-0.97	-0.89	-0.49	-0.3	-0.38	-0.15	-0.25	-0.6	-0.64	-0.25	-0.38	-0.64	0.24	0.25	0.04	-0.54	0.01	0.1 [...]
+YOL062C	APM4   SECRETION        VESICLE COAT COMPONENT	0.07	-0.03	0.16	-0.22	-0.14	-0.32	0.06	-0.2	-0.14	-0.14	-0.23	-0.45	-0.22	-0.54	-0.1	-0.32	-0.01	0.03	0.01	-0.32	-0.69	-0.47	-0.18	-0.36	-0.43	-0.07	0.15	0.18	-0.18	0.16	-0.14	0.12	-0.71	-0.01	-0.3	-0.58	-0.71	-0.18	-0.12	0.73	0.29	-1.03	-0.81	-0.22	-0.74	-0.56	-0.56	-0.62	-0.76	-1.15	-1.79	-1.94	-1.47	0.3	-0.89	-0.84	-0.94	-0.76	-0.43	-0.1	-0.62	-0.58	-0.4	-1.09	0.1	-0.29	-1.18	-0.38	-0.49	-0.01	-0.6	-0.27	-0.12	0.06	-0.14	-0.18	-0. [...]
+YMR301C	ATM1   TRANSPORT        REGULATOR OF MIT. IRON TRANSPORTER	-0.1	-0.56	-0.03	0.25	0.54	0.3	0.41	0.04	0.07	0.07	0.2	0.03	0.15	0.04	0.4	0.08	0.36	-0.03	-1.6	-0.6	-0.42	-0.12	-0.18	-0.2	-0.04	0.16	-0.07	-0.07	-0.49	-0.17	-0.4	-0.15	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42	0.16	-0.94	0.21	-0.38	-0.56	-0.84	-1.36	-1.32	-1	-0.6	-0.1	-0.34	-0.06	-1.29	-0.84	-0.22	-1.36	-0.92	-0.47	-0.18	-0.06	-0.18	-0.79	-0.22	-0.4	0.07	0.06	0.12	-0.09	-0.09	-0.22	-0.4	-0.56	-0.49	-0.9 [...]
+YFL002C	"SPB4   RRNA PROCESSING, 25S     RNA HELICASE"	0.19	-0.29	-0.25	0.03	0.03	0.06	-0.3	0.42	0.31	0.01	0.59	0.16	-0.07	0.18	0.06	0.42	-0.06	-0.12	-0.69	-0.22	-0.38	0.23	0.56	0.36	0.11	0.12	-0.3	-0.1	-0.09	-0.49	-0.3	-0.36	-0.3	-0.47	-0.2	-0.49	-0.89	-0.49	0.4	1.21	-0.47	-1.03	-0.64	-0.42	-0.62	-0.29	-0.15		-1	-1.22	-1.64	-1.22	-1.06	0.08	-0.54	0.01	-1.18	-0.97	-0.27	-1.18	-0.92	-0.56	-0.47	-0.47	-0.43	-0.79	-0.56	-0.4	-0.22	0.1	0.14	1		0.51	0.15	-0.51	-0.45	-0.81	-0.51
+YDR441C	APT2   PURINE METABOLISM     ADENINE PHOSPHORIBOSYLTRANSFERASE	0.01	-0.43	-0.1	0.08		-0.27	0.16	-0.29	-0.03	-0.22	0.16	0.04	0.23	-0.09	-0.07	-0.34	0.25	-0.34	-0.67	-0.29	-0.27	-0.34	0.33	0.2	0.25	-0.14	-0.2	-0.32	-0.09	-0.54	-0.36	-0.15	-0.22	-0.04	-0.36	-0.07	-0.79	0.31	0.14	0.91	-0.62	-0.67	-0.36	0.03	-0.97	0.04	-0.62	-0.23	-0.97	-0.76	-0.97	-0.94	-1.51	-0.12	-0.23	-0.29	-1.03	-0.51	0.01	-0.69	-0.29	-0.42	0.03	0.38	-0.29	-0.79	-0.69	-0.04	-0.22	0.11	0.34	0.48		-0.18	-0.01	-0.62 [...]
+YOL052C	SPE2   POLYAMINE METABOLISM     S-ADENOSYLMETHIONINE DECARBOXYLASE	-0.12	-0.43	-0.2	-0.25	-0.22	-0.22	-0.23	-0.03	-0.14	-0.4	-0.06	-0.45	-0.23	-0.23	-0.06	-0.17	-0.12	-0.27	-0.51	-0.22	0.1	0.21	0.21	0.03	0.18	0.12	-0.17	-0.15	0.12	-0.2	-0.4	-0.06	0.16	-0.14	-0.22	0.15	0.19	0.2	0.06	-0.04	-0.15	0.2	0.06	-0.71	-0.27	-0.51	-0.58	-0.25	-0.92	-0.84	-1.18	-1.29	-1.18	-0.34	-0.58	0.12	-0.97	-0.64	-0.04	-0.43	-0.71	-0.36	0.21	0.11	-0.32	-0.49	-0.51	-0.76	-0.07	0.38		0.14	0.37	0.07	0.41	- [...]
+YNL221C	POP1   RRNA AND TRNA PROCESSING RNASE P AND RNASE MRP SUBUNIT	-0.25	-0.64	-0.54	-0.79	-0.45	-0.47	-0.14	-0.12	0.1	0.15	-0.01	-0.25	-0.29	-0.45	-0.22	-0.07	-0.27	-0.09	-0.58	-0.25	0.26	0.71	0.06	0.28	-0.14	0.63	0.08	0.39	-0.15	0.36	-0.45	0.36	0.43	0.66	-0.06	-0.06	0.07	0.24	0.14	-0.12	-0.04	-0.09	-0.2	0.57	-0.34	-0.4	-0.76	-0.34	-1.22	-0.92	-1.64	-0.4	-1.12	-0.6	0.2	-0.2	-1.47	-0.64	-0.51	-1.09	-0.36	0.12	-0.36	-0.04	-0.45	-0.62	-0.74	-0.69	1.14	0.1	0.28	0.89	-0.22	-0.23	-0.15	-0. [...]
+YKR092C	SRP40  TRANSCRIPTION (PUTATIVE) SUPPRESSOR OF MUTANT AC40 SUBUNIT OF RNA POLYMERASE I AND III	-0.29	-1.69	-1.15	-0.64	0.15	-0.18	0.31	-0.14	-0.03	-0.25	-0.23	-0.51	-0.22	-0.34	-0.06	-0.27	0.15	-0.43	-0.74	-0.45	-0.38	-0.04	-0.04	0.14	-0.15	-0.06	0.01	0.06	-0.42	-0.15	0.03	-0.36	0.32	-0.2	-0.42	-0.32	-0.2	-0.36	-0.3	-0.03	-0.54	-0.29	-0.29	-0.49	-0.64	-0.79	-0.81	-0.23	-1.03	-1	-1.47	-0.97	-0.92	0.28	-0.54	-0.2	-2.84	-2.32	0.16	-0.92	-0.76	0.23	0.39	0.29	-0.6	-1.47	-0.62	-0.51	0.3 [...]
+YJL130C	"URA2   PYRIMIDINE BIOSYNTHESIS  CARBAMOYL-PHOPHATE SYNTHETASE, ASPARTATE TRANSCARBAMYLASE, AND GLUTAMINE AMIDOTRANSFERASE"	0.4	-0.09	-0.12	0.18	0.26	-0.03	-0.01		-0.1	0.08	0.16	0.11	-0.12	-0.2	0.26	0.2	-0.09	-0.07	-0.43	-0.45	0.18	0.39	-0.25	-0.49	-0.03	-0.69	-0.3	-0.12	-0.38	-0.17	-0.54	-0.1	-0.01	-0.3	-0.4	0.04		0.03	-0.04	-0.29	-0.56	-0.17	-0.45	-0.2	-0.74	-0.67	-0.71	-0.58	-0.94	-1.09	-1.79	-1.43	-1.12	0.42	-0.69	-0.36	-1.12	-1.43	-0.07	-0.69	-0.71	0.6	0.19	0.49	-1.15	-0.76	 [...]
+YMR229C	RRP5   RRNA PROCESSING     UNKNOWN; REQUIRED FOR PRE-RRNA CLEAVAGE	-0.17	0.58	-0.94	-0.07	-0.23	-0.32	-0.15	-0.04	0.32	-0.47	-0.12	0.04	-0.15	-0.17	0.33	-0.2	0.15	-0.15	-0.45	-0.76	-0.27	0.16	0.25	0.56	-0.07	-0.43	0.03	-0.92	-0.64	-0.92	-1.06	-0.49	0.08	-0.23	-0.27	-0.74	-0.6	-0.81	0.43	1.37	-0.09	-1.03	-0.09	-0.14	-0.81	0.19	-1.18	-0.42	-1.84	-0.92	-1.51	-1.25	-0.67	-0.97	-0.56	0.08	-2.25	-2.12	0.33	-1.29	-0.12	0.57	-0.47	0.61	-1.32	-0.45	-1.22	-1.6	0.82	0.23	0.99	0.81	0.04	0.03 [...]
+YOR341W	RPA190 TRANSCRIPTION       RNA POLYMERASE I 190 KD SUBUNIT	0.46	0.21	0.19	0.42	0.26	0.37	0.16	0.04	0.49	0.03	0.28	0.37	0.2	0.39	0.38	0.33	0.04	0.18	-0.94	-0.36	-0.12	-0.17	-0.15	-0.07	0.08	-0.18	0.11	0.03	-0.2	-0.03	-0.42	0.07	-0.92	-1.09	-0.84	-0.23	0.12	0.08	0.18	0.36	-0.1	-0.03	-0.03	-1	-0.17	-0.22	-0.22	-0.42	-0.81	-0.81	-1.15	-1.09	-0.86	-0.47	-0.56	-0.17	-1.22	-1.32	-0.42	-0.43	-0.97	-0.06	0.04	-0.45	-1.25	-0.86	-0.92	-1.03	0.4	-0.58	0.86	0.39	0.07	0.04	-0.1	-0.49	-0.86	-1. [...]
+YBR079C	RPG1   PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF3	-0.14	-0.94	-0.38	-0.49		-0.3	0.04	0.5	-0.04	-0.07	0.08	0.31	-0.18	0.43	0.12	-0.14	0.1	-0.09	-0.81	-0.71	-0.18	-0.04	0.14	0.19	0.07	-0.12	-0.01	0.33	-0.3	0.32	-0.29	-0.06	-0.74	0.4	-0.34	0.14	0.11	0.19	0.12	-0.07	-0.17	0.07	-0.29	0.52	-0.07	-0.34	-0.54	-0.17		-1.29	-2	-1.22	-1.09		-0.56	0.34	-2	-2.18	-0.17	-1.03	-1.09	-0.56	-0.34	0.92	-1	-0.17	-0.69	-0.79	0.28	-0.76	0.79	1.26	0.26	0.08	0.03	-0.58	-0.67	-1.09	-1.69
+YKL205W	LOS1   TRNA SPLICING       NUCLEAR PORE PROTEIN	-0.17	-0.67	-0.2	-0.22	0.14	-0.3	-0.29	-0.1	0.25	-0.01	0.91	0.01	-0.2	-0.18	0.41	0.4	-0.45	-0.49	-1.09	-0.29	0.23	0.21	0.26	0.12	0.06	-0.2	-0.27	-0.15	-0.14	-0.32	-0.25	-0.27	0.49	0.43	-0.23	0.15	0.06	0.29		-0.25	-0.04	0.04	-0.4	-0.01	-0.17	-0.49	-0.43	-0.3	-0.25	-0.3	-0.38	-0.23	-0.14	-0.51	-0.34	0.07	-1.18	-1.22	-0.2	-0.81	-0.49	0.1	-0.17	-0.1	-0.76	-0.69	-0.62	-0.49	0.38	-0.06	0.16	0.33	0.23	-0.03	-0.17	-0.58	-0.56	-1.22	-0.89
+YBL076C	ILS1   PROTEIN SYNTHESIS     ISOLEUCYL-TRNA SYNTHETASE	-0.04	-0.64	-0.25	0.11	0.01	0.29	-0.17		-0.25	-0.15	0.1	0.01	-0.12	-0.09	0.43	0.12	0.2	-0.23	-1.12	-0.56	-0.71	-0.14	-0.2	-0.32	-0.29	-0.43	-0.12	-0.07	-0.45	-0.22	-0.6	-0.36	-0.36	-0.47	-0.29	-0.27	-0.2	-0.03	-0.25	-0.1	-0.42	-0.36	-0.51	0.14	-0.36	-0.62	-0.56	-0.23	-0.54	-0.86	-0.62	-0.3	-0.29	-0.07	0.1	0.06	-1.29	-2	-0.23	-0.58	-0.86	-0.12	-0.51	0.04	-0.67	-0.62	-0.45	-0.92	0.86	-0.3	0.39	-0.06	0.28	0.37	0.16	-0.23	-0.4	-1 [...]
+YGR061C	ADE6   PURINE BIOSYNTHESIS    5'-PHOSPHORIBOSYLFORMYL GLYCINAMIDINE SYNTHETASE	-0.6	-0.12	-0.32	-0.4	-0.69	-0.23	-0.67	-0.09	0.03	0.24	0.12	0.04	-0.4	-0.22	-0.12	0.36	-0.56	0.08	-0.86	0.37	0.3	0.1	0.1	0.21	0.1	0.44	0.24	0.58	0.3	0.16	0.12	0.39	-0.22	-0.1	-0.32	-0.12	-0.03	0.06	-0.12	-0.29	-0.3	-0.22	-0.36	-0.18	-0.36	-0.54	-0.54	-0.07	-0.74	-0.94	-1.43	-0.84	-0.32	0.08	-0.54	0.41	-1.79	-2.18	0.55	-0.94	-0.74	0.65	-0.23	0.5	-1.84	-1.47	-1.22	-1.18	0.69	-0.4	1.09		0.12	0.15	0.04	-0 [...]
+YGR162W	TIF4631PROTEIN SYNTHESIS     MRNA CAP-BINDING PROTEIN (EIF4F) 150K SUBUNIT	0.24	-0.2	-0.23	-0.09	0.12	-0.06	-0.07	0.03	0.3	0.04	0.42	0.23	0.18	0.29	0.21	0.41	-0.2	0.11	-0.67	0.34	0.65	0.77	0.56	0.69	0.69	0.38	0.44	0.67	0.51	0.36	0.29	0.45	-0.17	-0.15	-0.29	0.07	-0.6	-0.23	-0.12	-0.27	-0.34	-0.71	-0.32	-0.17	-0.54	-0.25	-0.45	-0.09	-0.64	-0.45	-0.74	-0.76	-0.6	-0.49	-0.34	-0.17	-1.29	-1.74	-0.09	-2	-1.12	-0.17	-0.69	0.2	-0.94	-0.81	-0.67	-1.03		-0.51	0.67	0.76	0.3	0.33	0.31	-0.45	 [...]
+YCL037C	SRO9   CYTOSKELETON        ACTIN FILAMENT ORGANIZATION	-0.14	-0.56	-0.43	-0.32		-0.03	-0.38	-0.07	0.38	-0.25	0.54	0.29	-0.2	0.07	-0.04	0.75	-0.22	0.16	-0.62	-0.38	0.16	0.75	0.43	0.59	0.46	0.26	-0.03	0.26	0.06	-0.43	-0.18	-0.01	-0.34	-0.47	-0.56	-0.17	-0.25	-0.43	-0.2	-0.54	-0.43	-0.01	-0.3	-0.74	-0.94	-1.12	-1.03	-0.34	-0.23	-0.92	-0.97	-1.51	-0.81	-0.74	-0.42	0.06	-2.4	-2.74	0.19	-1.6	-1.94	0.23	0.3	0.97	-1.51	-1.06	-1.15	-1.22	0.03	-0.58	-0.6	-0.03	-0.03	0.37	-0.84	-0.94	-0.97	 [...]
+YKL068W	NUP100 NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.15	-0.2	-0.43	0.01	-0.14	-0.06		-0.04	0.04	-0.03	-0.06	-0.12	-0.17	-0.04	-0.01	0.21	-0.32	0.14	-0.38	-0.15	-0.04	0.1	-0.03	0.04	0.21	0.14	-1.69	0.51	-0.1	0.29	-0.04	0.03	0.1	-0.3	-0.47	0.01	-0.18	-0.2	-0.38	-0.67	-0.14	-0.3	-0.6	-0.27	-0.71	-0.67	-0.81	-0.1	-0.71	-0.74	-1.36	-1	-0.74	-0.15	-0.54	0.06	-1.12	-1.56	-0.2	-0.76	-0.32	0.32	-0.09	0.26	-0.42	-0.62	-0.43	-0.58	0.03		0.04	0.52	0.29	0.23	0.08	-0.42	-0.56	-0.69	-1.03
+YOR116C	RPO31  TRANSCRIPTION       RNA POLYMERASE III 160 KD SUBUNIT	0.08	-0.97	-0.29	-0.23	0.31	0.45	-0.06	0.25	0.14	-0.06	0.39	-0.17	-0.18	-0.04	0.03	0.03	0.25	-0.12	-1	-0.58	-0.42	-0.1	0.14	-0.32	-0.06	-0.17	-0.43	-0.06	-0.34	-0.42	-0.6	-0.47	0.66	0.38	0.11	0.14	0.41	0.3	0.04	-0.3	-0.3	-0.04	-0.09	-0.2	-0.6	-0.71	-0.86	-0.69	-0.76	-0.64		-0.94	-0.71	-0.4	-0.94	-1.43	-0.49	-0.56	-0.18	-1.47	-0.71	-0.58	0.12	-0.04	-0.94	-0.94	-1	-0.81	0.11	-0.62	0.28	0.87	-0.36	-0.29	-0.64	-0.84	-1.12	- [...]
+YDL111C	RRP42  RRNA PROCESSING     EXORIBONUCLEASE	0.39	-0.34	-0.14	-0.1	-0.04	-0.2	0.19	0.45	0.11	0.08	0.26	0.1	0.12	-0.07	-0.06	0.83	0.2	0.16		-0.15	-0.43	0.28	0.4		0.06	-0.36	-0.47	-0.32	-0.23	-0.71	-0.94	-0.36	0.7	0.48	0.82	0.1	0.29	0.14	0.14	0.28	-0.22	0.14	-0.09	-0.51	-0.25	-0.54	-0.47	-0.29	-0.56	-0.36	-0.76	-0.62	-0.47	-0.04	-0.64	-0.45	-1.18	-1.06	-0.03	-0.92	-0.43	-0.45	-0.14	0.52	-0.47	-0.49	-0.64	-0.34	0.03	0.11	0.56	0.52	-0.15	-0.22	-0.3	-0.67	-0.71	-1.18	-1.06
+YNL163C	NONE   PROTEIN SYNTHESIS     TRANSLATION ELONGATION FACTOR EEF4	0.15	-0.42	-0.17	-0.4	-0.01	-0.03	0.14	0.12	0.18	0.08	-0.1	0.04	-0.06	-0.07	-0.06	-0.23	0.4	0.25	-1.32	-0.12	-0.03	0.06	0.42	0.31	-0.18	-0.14	-0.09	-0.04	-0.12	-0.36	-0.42	0.01	1.01	0.69	0.19	0.24	0.21	0.04	0.14	-0.29	-0.36	0.07	0.01	-1.03	0.03	-0.29	-0.29	-0.38	-0.49	-0.54	-1.4	-1.32	-1.15	-0.07	-1.18	-1.06	-0.49	-0.56	0.07	-1.47	-0.51	-0.2	-0.15	0.91	-0.01	-0.76	-1.18	-0.69	-0.51	0.21	0.83	1.05	-0.03	0.15		-0.43	-0 [...]
+YMR128W	ECM16  CELL WALL BIOGENESIS     UNKNOWN		-0.97	-0.76	-0.38	-0.15	-0.15	0.04	0.12	0.21	0.03	-0.09	0.2	-0.01	0.14	-0.09	0.04	0.25	-0.18	-1.25	-0.67	-0.42	0.07	0.66	0.7	0.07	-0.29	-0.43	0.23	-0.17	-0.71	-1	-0.45	0.94	0.77	0.26	0.1	0.16	0.18	0.07	-0.51	-0.23	-0.01	-0.09	-0.47	-0.17	-0.67	-0.74		-0.81	-0.38	-0.3			-0.86	-0.38	0.14	-1.32	-0.38	-0.38	-1.56	-1.06	-0.22	0.03	1.43	-1.22	-0.67	-1.74	-1.47	-0.29	-0.15	0.55	1.29	-0.18	-0.07	-0.17	-0.92	-0.71	-1.12	-1.51
+YDR037W	KRS1   PROTEIN SYNTHESIS     LYSYL-TRNA SYNTHETASE	0.36	-0.29		-0.42	0.16	-0.18	0.4	-0.01	0.28	0.08	0.15	-0.04	0.08	0.07	0.18	0.08	-0.71	-0.01	-1.64	-0.1	-0.2	0.3	0.38	0.38	0.26		0.15	0.07	0.04	0.16	-0.06	-0.14	0.06	0.24	-0.76	-0.18	-0.84	-1.36	-1.06	0.91	0.56	-1.51	-0.51	0.71	-1.09	-0.47	-0.64	-0.17	-0.62	-0.2	-1.4	-0.97	-1.51	-0.67	-1.15	-1.03	-1.84	-2.4	-0.2	-1.09	-0.62		-0.64		-0.01	-0.27	-0.79		0.88	0.18			0.08	0.34	-0.1	-0.56	-0.51	-1.94	-1.94
+YBL068W	PRS4   PENTOSE PHOSPHATE CYCLE  RIBOSE-PHOSPHATE PYROPHOSPHOKINASE	0.14	-0.04	0.03	0.03	-0.18	-0.23	0.15	0.58	-0.01	-0.2	0.42	-0.12	-0.03	-0.23	0.31	0.53	-0.09	0.38	-0.18	-0.29	-0.2	-0.06	0.1	-0.09	-0.17	-0.3	-0.47	-0.34	-0.84	-0.64	-0.81	-0.58	-0.04	0.15	0.08	-0.06	0.07	0.11	-0.06	-0.01	-0.17		0.01	0.33	-0.25	-0.18	-0.94	0.19	-0.92	-0.74	-1.22	-0.81	-0.56	-0.32	-0.49	-0.06	-1.89	-2.12	0.03	-0.3	-0.42	-0.32	-0.1	-0.25	-0.12	-0.12	-0.79	-0.81	-0.06	0.77		0.14	0.31	-0.06	0.06	-0.79 [...]
+YKR082W	NUP133 NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.18	-0.29	-0.69	-0.38	-0.14	-0.22	-0.03	0.16	0.15	-0.18	0.19	-0.27	-0.1	-0.17	0.31	0.45	-0.4	-0.2	-0.94	-0.34	-0.25	0.03	0.08		0.01	-0.1	-0.09	0.08	-0.09	-0.12	-0.29	-0.12	0.01	-0.3	-0.17	-0.18	-0.6	0.3	-0.79	0.68	0.59	-1	-0.54	-0.1	-0.56	-0.64	-0.69	-0.18	-0.47	-0.84	-1.36	-1.12	-0.62	-0.38	-0.84	-0.3	-0.49	-0.92	-0.15	-0.71	-0.79	-0.03	-0.76	0.23	-0.51	-0.58	-0.79	-0.49	0.26	0.42	-0.79	-0.43	0.14	0.11	-0.17	-0.42	-0.58	-0.5 [...]
+YER127W	"LCP5   RRNA PROCESSING, PUTATIV UNKNOWN"	-0.17	-0.92	-0.94	0.15	-0.3	-0.17	-0.04	-0.04	-0.17	-0.22	-0.49	-0.06	0.04	-0.43	-0.79	-0.3		-0.14	-0.42	-0.34	-0.2	0.63	0.89	0.54	0.06	-0.38	-0.4	-0.22	-0.14	-0.92	-0.76	-0.23	0.46	0.57		-0.23	-0.27	-0.43	-0.58	0.06	-0.27		-0.22	-0.14	-0.29	-0.49	-0.64	-0.04	-1.29	-0.15	-1.06	-0.74	-0.92	-1.51	-1.22	-0.86	-1.94		-0.45	-2.25	-0.47	-0.71	-0.51	0.04	-0.06	-0.09	-0.71	-0.38	-0.51	0.06	0.19	0.87	-0.2	-0.29	0.16	-0.36	-0.86	-0.12	-0.79
+YJL208C	NUC1   MITOCHONDRIAL METABOLISM ENDONUCLEASE	-0.04	-0.23	-0.3	0.38	0.07	0.25	-0.06	0.01	-0.07	0.19	-0.07	-0.03	0.14	-0.22	-0.25	-0.49	-0.14	-0.23	-0.71	-0.1	0.3	-0.29	0.61	0.32	0.11	0.07	-0.3	-0.04	0.36	-0.38	-0.51	-0.23	1.06	0.72	0.54	0.38	0.33	0.49	0.7	0.77	0.34	0.58	0.44	0.07	0.19	-0.03		-0.22	-0.81	-0.25	-1.12	-0.62	-1.03	-0.89	-1.18	-1.69	-2	-2.06	-0.18	-1.6	-0.71	-0.76	-0.54	-0.38	-0.25	-0.69	-0.67	-0.36	-0.62	-0.14	-0.84	0.21	0.01	-0.14		-0.06	-0.56	0.23	-0.67
+YDR184C	ATC1   CELL POLARITY       MEMBER OF BUD6P COMPLEX	0.16	-0.62	-0.4	-0.17	-0.03	-0.25	0.03	-0.23	-0.03	0.07	-0.22	-0.15	0.07	-0.49	-0.4		-0.18	-0.07	-1	-0.64	-0.32	-0.18	0.44	0.14	-0.3	-0.27	-0.34	-0.14	-0.22	-0.84	-0.79	-0.54	0.26	1.55	0.77	0.42	0.56	0.73	0.77	0.45	0.41	0.96	0.7	0.12	0.56	0.3	0.37	-0.17	-1.94	-1.47	-2.18	-0.25	-1.47	-1.03	-0.56	-0.42	-2.94	-1.94	-0.22	-1.4	-0.3	-1.12	-0.64	-0.6	-0.4	-0.3	-1.06	-0.97	-0.43	0.33	0.25	0.6	-0.01	-0.12	-0.29	-0.89	-0.97	-0.56	0.12
+YLR293C	"GSP1   NUCLEAR PROTEIN TARGETIN GTP-BINDING PROTEIN, RAS SUPERFAMILY"	0.56	0.28	0.24	0.37	0.24	0.34	0.24	0.53	0.48	0.01	0.52	0.04	0.21	0.11	0.43	0.3	0.19	-0.09	-0.43	-0.3	0.32	0.46	0.72	0.65	0.64	0.24	0.08	0.26	0.14	0.12	-0.06	-0.14	0.3	0.31	0.43	0.63	0.57	0.34	0.34	0.31	0.06	0.2	0.26	-0.34	0.04	-0.06	-0.03	-0.07	-0.69	-0.54	-1.15	-1.47	-1.29	-0.1	-0.84	-0.81	-1.89	-2.06	0.04	-0.36	-0.97	-0.97	-0.43	-0.56	0.82	-0.94	0.29	-0.15	0.24	-0.09	-0.2	-0.03	0.4		-0.12	-0.74	-0.76	-1.06	-1.74
+YER043C	SAH1   METHIONINE BIOSYNTHESIS  S-ADENOSYL-L-HOMOCYSTEINE HYDROLASE	0.15	-0.07	0.11	-0.04	0.36	-0.01	-0.25	0.52	0.64	0.39	1.12	0.34	0.34	0.31	0.7	0.8	-0.3	-0.3	-1.94	-0.62	-0.17	0.32	0.7	0.76	0.25	0.69	0.01	0.34	0.25	-0.01	-0.49	-0.22	-0.14	-0.18	-0.03	1.42	0.48	0.21	0.16	0.25	-0.1	-0.07	-0.12	0.03	-0.38	-0.67	-0.58	0.12	-1.12	-1.03	-1.94	-1.89	-2.18	-0.47	-1.09	-1.36	-1.69	-1.56	0.3	-0.76	-1.29	-0.47	-0.32	-1	-0.34	-0.51	-0.07	-0.12	0.1	-0.27	-0.45	0.8	0.54	0.39	0.7	-0.6	-0.43	- [...]
+YML074C	NPI46  PROTEIN FOLDING     PEPTIDYL-PROLYL CIS-TRANS ISOMERASE	0.08	-0.2	-0.25	-0.03		-0.03	0.19	-0.12	0.12	-0.04	0.18	-0.04	0.18	-0.06	0.14	-0.01	-0.27	-0.04	0.3	0.4	0.12	0.01	0.03	-0.04	0.03	-0.03	-0.2	-0.12	-0.01	-0.14	-0.1	-0.06	0.14	0.39	0.41	-0.2	-0.32	-0.38	-0.14	-0.32	-0.17	-0.38	-0.4	-0.58	0.12	-0.22	0.06	-0.04	-0.45	-1.03	-1.25	-0.69	-0.47	0.21	-0.25	0.34	-1.36	-1.56	-0.34	-0.45	-0.69	-1.18	-0.67	-0.81	-0.22	1.04	0.16	0.11	0.41	-0.04	-0.74	-0.42	0.18	0.07	0.16	-0.74	-0. [...]
+YPR163C	TIF3   PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF4B	-0.1	-0.69	-0.97	-0.43	-0.45	-0.49	-0.29	-0.34	0.07		0.28	-0.2	-0.2	-0.45	0.18	0.04	-0.03	-0.43	-0.56	0.16	0.45	0.75	0.3	0.75	0.34	0.82	0.62	0.75	0.04	0.12	-0.27	0.28	0.01	0.29	0.11	-0.15	0.08	-0.06	-0.12	-0.38	-0.45	-0.15	-0.15	0.3	-0.17	-0.56	-0.29	-0.23	-0.89	-0.4	-0.15	-0.14	-0.3	-0.47	0.28	-0.2	-1.43	-1.47	-0.36	-1.15	-1.12	-0.64	-0.67	-0.15	-0.29	-0.58	-0.6	-0.94	0.67	0.52	0.76	0.29	0.29	0.31	0.67	-0.1	-0.25	- [...]
+YPR080W	TEF1   PROTEIN SYNTHESIS     TRANSLATIONAL ELONGATION FACTOR EF-1 ALPH	0.16	-0.38	0.01	0.21	0.26	0.48	0.28	0.1	0.08	-0.06	0.12	-0.29	0.06	-0.12	0.44	0.04	0.41		-0.14	0.26	0.3	0.46	0.7	0.4	0.65	0.99	0.81	0.65	0.03	0.5	0.36	0.21	-0.3	-0.32	-0.29	0.19	0.38	0.28	0.29	0.29	0.03	0.14	0.2	-0.49	-0.01	-0.06	-0.03	0.15	-0.56	-0.58	-0.74	-0.79	-0.81	-0.2	-0.69	-0.42	-1.94	-0.89	0.07	-0.29	-0.84	-1.36	-0.22	-0.07		-0.67	-0.34	-0.49	0.62	-0.18	0.36	-0.43	0.01	0.07	0.58	-0.38		-0.04	-0.92
+YLR406C	RPL31B PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN L31B	-0.04	-0.58	-0.2	-0.71	-0.06	-0.74		-0.38	0.28	-0.12	0.58	-0.42	-0.04	-0.62	0.64	-0.14	-0.06	-0.29	-0.74	-0.27	-0.3	0.55	0.07	-0.1	0.2	-0.17	-0.12	-0.1	-0.47	-0.3	-0.45	-0.47	-0.14	0.11	-0.06	-0.07	-0.74	-0.09	-0.06	0.15	-0.4	-0.81	-0.71	0.69	-0.64	-0.36	-0.43	-0.49	-0.69	-0.38	-0.45	0.01	-0.03	-0.43	0.28	-0.36	-0.81	-0.25	-0.43	-0.94	-1.29	-0.32	-0.94	0.11	-0.54	-0.01	-0.62	-0.89	0.07	-0.04	0.04	-0.62	0.11	-0.09	0.06	-0.14	-0.3 [...]
+YKL080W	VMA5   VACUOLAR ACIDIFICATION   VACUOLAR H+-ATPASE V1 SECTOR SUBUNIT	0.07	-0.29	-0.07	-0.04	0.04	-0.4	0.04	-0.27	-0.1	-0.2	0.03	-0.25	0.08	-0.23	0.04	-0.17	0.07	-0.22	-0.25	-0.29	-0.92	-0.47	-0.14	-0.64	-0.38	-0.54	0.03	-0.01	-0.56	0.21	-0.14	-0.27	-0.62	-0.6	-0.43	-0.12	0.11	0.04	0.16	0.23	-0.07	0.04	0.2	-0.56	-0.15	0.03		-0.32	0.46	-0.1	-0.69	-1.29	-1.25	0.74	-0.62	-1.12	0.46	-0.69	-0.29	-0.56	-1.25	-0.84	-0.38	-1.25	0.04	-0.32	-0.23	-0.43	-0.22	-0.67	-0.89	-1.69	0.12	0.2	0.31	 [...]
+YEL034W	HYP2   PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF5A	-0.25		-0.09	0.21	-0.29	0.29	-0.23		0.24	0.15	0.07	-0.32	0.06	-0.42	0.14	-0.01	0.04	-0.15	-0.22	0.31	-0.2	0.37	0.19	0.32	0.36	0.2	0.25	0.08	0.21	0.03	0.42	0.16	-0.69	-0.71	-0.92	-0.51	-0.29	-0.4	-0.47	-0.43	-0.58	-0.49	-0.03	-0.25	-0.64	-0.84	-0.58		0.48	-0.42	-1.09	-1.22	-0.89	0.69	-0.94	-0.81	-0.34	-0.89	-0.2	-0.06	-0.58	-1	-0.45	-1.29	-0.17	-0.6	-0.6	-0.71	-0.36	0.04	-1.22	-1.15	-0.07	-0.4	-0.25	-0.69	-0.69	-0.71	-1.69
+YJR047C	ANB1   PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF5A	0.01	-0.15	0.15		0.48	0.11	0.29	-0.12	0.1	0.07	0.07	-0.03	0.06	-0.27	0.07	-0.25	-0.6	-0.36	-0.29	-0.38	0.12	0.23	0.19	0.21	-0.06	0.19	0.26	0.28	0.01	0.12	0.43	0.03	-0.81	-0.89	-0.97	-0.51	-0.18	-0.23	-0.34	-0.38	-0.62	-0.45	-0.04	-0.32	-0.62	-0.81	-0.6	-0.29	0.5	-0.23	-1.06	-1.25	-1	0.95	-1.12	-0.89	-0.56	-1.03	-0.22	-0.07	-0.54	-1.06	-0.51	-0.94	-0.27	-0.6	-0.56	-0.69	-0.32	-0.3	-0.6	-0.74	0.15	-0.03	-0.1	-0.47	-0. [...]
+YBR263W	SHM1   ONE-CARBON INTERCONVERSI SERINE HYDROXYMETHYLTRANSFERASE	-0.04	0.14	0.11	0.12	-0.25	0.16	-0.15	0.24	0.28	0.48	0.41	0.16	0.03	0.07	0.1	0.43	0.3	0.39	-0.76	0.03	-0.36	0.56	0.2	0.62	0.51	0.84	0.54	0.63	0.45	0.54	0.48	0.7	-0.36	-0.27	-0.07	0.04	-0.03	-0.06	0.1	-0.04		0.14	0.04	0.11	-0.3	-0.49	-0.32	0.14	-0.15	-0.71	-0.94	-0.92	-0.92	0.45	-0.4	-0.3	-0.38	-0.07	-0.09	-1.18	-1.22	-1.12	-0.56	-0.27	-0.71	-0.62	-0.38	-0.54	-0.3	-0.27	-1.18	-1	0.16	-0.06	0.14	-0.43	-0.58	-0.47	-0.64
+YOR254C	SEC63  SECRETION        ER PROTEIN TRANSLOCATION SUBCOMPLEX SUBUNIT	-0.12	-0.49	-0.01	-0.36	0.11	-0.47	-0.03	-0.69	-0.34	-0.4	-0.27	-0.38	-0.18	-0.64	-0.27	-0.6	-0.4	-0.42	-0.97	-0.81	-0.6	-0.27	0.04	0.2	-0.09	-0.03	0.16	0.32	-0.04	0.08	-0.27	0.08	0.18	0.26	0.4	0.77	0.66	0.69	1.09	0.98	0.85	0.74	0.59	0.37	1.03	0.81	0.82	-0.4	-1.12	-0.84	-1.12	-1.36	-1.25	-0.34	-0.62	-0.94	-0.92	-0.29	-0.58	-0.69	0.12	-0.76	-0.58	-1.06	0.36	0.11	0.24	0.12	-0.47	-0.43	-1.22	-0.6	-0.01		-0.22	-0.18	 [...]
+YMR024W	"NONE   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL LARGE SUBUNIT"	-0.34	-0.29	-0.3	-0.25	-0.49	-0.34	-0.06	-0.32	-0.12	-0.18	-0.22	-0.18	-0.15	-0.74	-0.38	-0.27	-0.38	-1.12	-0.67	-0.43	0.11	-0.3	-0.22	-0.03	-0.12	0.31	0.03	0.12	0.49	0.2	-0.15		0.42	0.03	0.03	0.19	0.6	0.85	1.1	1.18	0.82	1.04	0.93	0.94	1.33	1.05	1.14	0.16	-0.62	-0.79	-1.15	0.31	-1.47	0.18	-0.18	-1.18	-1.09	-0.92	-0.22	-0.29	-0.29	-0.64	-0.6	-1	-0.04	-0.29	0.23	-0.25	-0.74	-0.32	-1	-0.76	-0.1	-0.07	-0.01 [...]
+YOR184W	SER1   SERINE BIOSYNTHESIS    PHOSPHOSERINE	-0.01	0.28	0.73	0.31	0.34		0.41	-0.25	0.28	0.18	0.19	-0.03	0.07	-0.29	0.2	-0.09	0.25	0.06	-0.49	-0.34	-0.23	-0.25	0.01	-0.09	-0.36		0.08	0.07	0.1	0.14	-0.06	0.15	-0.43	-0.32	-0.03	-0.06	-0.07	-0.17	0.06	0.25	0.29	-0.18	-0.06	-0.23	0.41	0.41	0.71	-0.27	-0.84	-1.29	-0.71	-0.47	-0.15	-0.17	0.2	0.55	-1.84	-1.79	-0.6	-0.79	0.29	-0.62	-0.86	-0.74	0.58	-0.6	-0.38	-0.42	-0.71	-0.58	-0.64	-1.69		0.34	0.18	-0.04	0.19	-0.36	-1.25
+YGL019W	CKB1   SALT TOLERANCE      CASEIN KINASE II SUBUNIT	-0.01	-0.17	-0.06	0.07	0.06	0.25	-0.14	0.25	0.34	-0.38	0.28	0.01	0.08	-0.14	0.1	0.26	-0.09	-0.14	0.3	-0.4		0.44	0.2	0.07	0.14	0.21	-0.03	-0.1	0.07	-0.01	-0.01	-0.01	-0.09	-0.15	0.04	0.06	0.01	0.01	0.03	0.08	0.21	-0.04	0.07	-0.34	0.1		0.18	-0.07	-0.4	-1.03	-1.06	-0.81	-0.67	0.49	-0.27	0.14	-1.03	-1.06	-0.07	-0.22	-0.6	-0.29	-0.38	-0.2	0.12	-0.45	-0.06	-0.36	-0.6	-0.58	-1.43	-0.97	-0.17	0.42	0.14	-0.06	-0.18	0.51	-0.14
+YNL135C	FPR1   PROTEIN FOLDING     PEPTIDYL-PROLYL CIS-TRANS ISOMERASE	0.01	-0.04	-0.14	0.06	0.04	-0.22	0.26	-0.3	0.01	-0.23	0.01	-0.38	0.2	-0.38	-0.07	-0.32	-0.25	-0.32	-0.1	-0.12	-0.34	0.08	-0.12	-0.09	-0.27	0.37	0.5	0.49	0.29	0.49	0.46	0.58	-0.25	-0.36	-0.15	0.15	0.32	0.42	0.32	0.5	0.18	0.15	0.42	0.52	0.12	0.11	0.29	-0.06	-0.64	-0.89	-0.79	-0.71	-0.69	0.24	0.19	0.11	-0.94	-1.22	0.11	0.21	-0.54	-0.64	-0.45	-0.64	0.21	-0.74	0.1	0.19	-0.54	0.23	-1.15	-1.06	0.08	-0.04	0.37	0.25	0.3	0.4	-0.69
+YNL131W	TOM22  MITOCHONDRIAL PROTEIN TA OUTER MEMBRANE TRANSLOCASE COMPONENT	-0.15	-0.22	-0.45	0.04	-0.04	-0.15	-0.09	-0.36	-0.18	-0.4	-0.34	-0.32	0.04	-0.51	-0.25	-0.4	-0.29	-0.25	-0.2	-0.01	-0.42	-0.42	-0.18	0.08	-0.25	0.03	-0.03	0.04	0.43	0.1	-0.03	0.16	-0.25	-0.56	-0.36	-0.04	0.01	0.26	0.28	0.49	0.41	0.26	0.48	0.67	0.4	0.32	0.55	-0.32	-0.58	-0.69	-1.06	-0.23	-0.4	0.32	-0.2	0.15	-0.6	-0.89	-0.27	-0.34	-0.42	-0.81	-0.34	-0.58	0.24	-0.06	0.1	-0.07	-0.56	-0.22	-1.36	-1.12	-0.07	-0.23		-0 [...]
+YGL040C	HEM2   HEME BIOSYNTHESIS     PORPHOBILINOGEN SYNTHASE	-0.47	-0.29	-0.32	-0.15	-0.36	-0.09	-0.06	-0.23	0.04	0.24	0.14	-0.14	-0.15	-0.29	-0.27	-0.15	-0.38	-0.17	-0.36	0.11	0.14	-0.09	-0.06	0.14	0.19	0.49	0.38	0.34	0.43	0.51	0.38	0.28	-0.62	-0.76	-0.6	-0.07	-0.01	0.31	0.4	0.3	0.1	0.25	0.43	0.36	0.45	0.29	0.36	-0.01	-0.1	-0.29	-0.84	-0.94	-0.6	0.25	-0.27	0.21	-0.86	-0.58	-0.36	-0.23	-0.23	0.01			0.26	-0.3	0.16	-0.06	-0.47	-0.3	-0.74	-0.84	0.06		0.28	0.04	0.14	0.1	-0.25
+YMR150C	IMP1   PROTEIN PROCESSING    MITOCHONDRIAL INNER MEMBRANE PROTEASE	-0.2		-0.1	-0.07	-0.2	-0.12	0.11	-0.15	-0.07	-0.29	-0.3	-0.17	-0.03	-0.51	-0.23	-0.45	-0.29	-0.34	-0.09	-0.47	-0.47	-0.54	-0.56	-0.42	-0.3	-0.14	0.18	-0.07	-0.03	0.06	-0.12	0.06	-0.09	-0.23	-0.17	-0.06	-0.07	0.24	-0.23	-0.01	0.08	-0.04	0.14	-0.27	0.23	-0.22	0.18	-0.42	-0.2	-0.76	-0.62	-0.56	-0.92	0.4	-0.2	-0.62	-0.43	-0.58	-0.07	-0.36	-0.12	-0.6	-0.17	-0.36	0.04	-0.36	-0.01	-0.1	-0.4	0.18	-0.14	-0.92	-0.22	-0.2	-0 [...]
+YIL016W	SNL1   NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN (PUTATIVE)	0.14	0.01	0.31	-0.03	-0.12	-0.01	0.18	0.21	-0.1	-0.1	-0.32	-0.23	0.08	-0.07	-0.38	-0.12	-1.6	-0.34	0.04	-0.34	-0.38	-0.14	0.26	-0.15	0.19	0.19	-0.27	-0.34	-0.03	-0.22	-0.18	-0.18	0.06	0.41	0.32	-0.01	-0.09	-0.09	0.3	0.43	-0.2	-0.17	0.01	0.48	0.38	0.04	0.39	-0.45	-0.15	-0.76	-1.18	-1.09	-1.09	0.59	-0.62	-0.3	-0.62	-1.09	0.1	-1	-0.56	-0.79	-0.6	0.04	0.08	0.42	-0.81	-0.79	-0.01	0.1	-0.09	-0.43	-0.23	-0.15	0.23	-0.2	0.43 [...]
+YJL168C	SET2   GALACTOSE REGULATION     TRANSCRIPTIONAL REPRESSOR OF GAL4	-0.34	-0.03	-0.07	-0.1	-0.54	0.1	-0.2	-0.17	-0.1	0.46	-0.04	-0.04			-0.22	0.16	-0.18	0.28	-0.07	0.18	0.31	0.2	0.37	0.2	-0.17	0.03	-0.2	0.11	0.14	0.25	0.03	0.12	-0.51	-0.07	-0.18	0.08	-0.38	-0.07	-0.54	0.76	1.41	-0.45	-0.45	0.4	-0.86	0.08	-0.76	-0.38	-0.76	-0.54	-1.06	-0.62	-0.4	-0.67	-0.54	0.07	-1.09	-0.86	-0.43	-0.22	-0.32	-0.3	-0.32	-0.36	-0.07	-0.4	-0.32	-0.2	-0.36	-0.45	-0.23	0.31	0.04		-0.06	-0.25	-0.36	-0.17	-1.09
+YDR300C	PRO1   PROLINE BIOSYNTHESIS     GLUTAMATE 5-KINASE	0.16	-0.62	-0.18	-0.45		-0.42	0.32	-0.22	0.19	0.08	0.04	-0.1	0.24	-0.36	-0.07	-0.15	-0.17	-0.07	-1.43	-0.47	-0.43	-0.07	0.14	-0.17	-0.49	-0.23	0.04	0.14	-0.09	0.04	-0.25	0.3	-0.47	0.31	-0.2	1.89	-0.6	-2	-0.92	0.81	-0.07	-1.32	-0.38	0.55	-0.97	0.14	-0.18	-0.49	-0.42	-0.6	-0.92	-0.79	-0.69	-0.25	-0.67	-1.32	-0.62	-0.4	-0.15	-2.06	-1	-0.81	-0.56	-0.79	0.06	-0.34	-0.51	-0.76	0.52	-0.14	-0.58	-0.54	-0.38	-0.22	0.11	-0.32	-0.58		-0.47
+YEL053C	MAK10  DSRNA VIRUS PROPAGATION  UNKNOWN 	0.41	-0.32	0.07	-0.06	0.07	0.15	-0.12	0.24	0.54	-0.12	0.33	0.04	0.1	0.07	0.16	0.55	-0.23	0.19	-0.89	-0.3	-0.17	-0.25	-0.03	0.06	0.26	-0.14	-0.32	-0.17	-0.04	-0.32	-0.32	-0.3	-0.62	-0.64	-0.12	0.08	-0.2	-0.17	-0.51	-0.32		-0.15	-0.23	-0.2	-1.18	-0.56	-0.23	-0.12	0.2	-0.62	-1.12	-0.38	-0.58	0.31	-0.74	-0.1	-0.04	-0.4	-0.43	-1.36	-0.71	-0.58	-0.76	-0.43	-0.03	-0.22	-0.17	-0.4	-0.15	-0.15	-0.27	-0.4	0.28	0.04	0.32	-0.47	-1.06	0.03	-0.38
+YER122C	GLO3   CELL PROLIFERATION    UNKNOWN	-0.29	-0.23	-0.27	0.19	0.03	0.38	0.07	0.36	0.15	-0.25	-0.09	-0.15	-0.17	0.19	0.26	0.4	-0.01	0.12	-0.32	-0.4	0.03	-0.15	-0.15	0.23	0.33	0.06	0.06	-0.04	0.01	-0.17	-0.04	-0.15	-0.4	-0.49	-0.04	0.15	-0.32	-0.4	-0.43	-0.06	0.63	-0.15	-0.42	0.3	-0.49	-0.36	-0.12	-0.04		-0.22	-0.36	-0.49	-0.49	0.37	-0.18	-0.45	0.15	-0.51	-0.25	-0.64	-0.6	-0.42	-0.3	-0.2	0.18	0.07		-0.04	-0.01	-0.3	-0.06	-0.17	0.32	0.18	0.21	-0.27	-0.23	0.38	-1.06
+YNL016W	PUB1   MRNA PROCESSING     POLY(A)+ RNA-BINDING PROTEIN	-0.03	-0.15	-0.32	-0.14	-0.17	-0.03	0.06	0.03	-0.12	-0.18	-0.17	-0.04	-0.01	-0.1	-0.1	-0.17	-0.4	-0.04	0.18		-0.12	0.15	-0.01	0.37	0.66	0.08	0.21	0.21	0.23	0.15	0.21	0.12	-0.42	-0.15	-0.12	-0.25	-0.12	-0.43	-0.38	-0.42	-0.36	-0.2	-0.3	-0.45	-0.42	-0.45	-0.38	-0.01	-0.27	-0.56	-0.6	-0.49	-0.47	0.18	-0.04	-0.2	-0.38	-0.69	0.12	-0.18	-0.6	-0.49	-0.47	0.04	-0.3		-0.22	-0.14	-0.14		0.29	0.18	-0.01	-0.23	-0.29	-0.62	-0.74	-0.74	-0.89
+YLR357W	RSC2   CHROMATIN STRUCTURE    CHROMATIN REMODELING COMPLEX SUBUNIT	-0.15	0.11	-0.23	0.33	0.03	0.4	0.11	0.1	-0.09	0.04	-0.04	0.26	0.1	0.16	0.07	0.19	0.06	0.16	-0.07	-0.1	-0.14		-0.23	0.15	0.04	-0.04	-0.04	0.04	0.1	-0.09	0.03	-0.1	-0.69	0.07	0.15	-0.17	0.11	-0.1	-0.25	-0.15	0.1	0.1	-0.36		-0.01	-0.3	-0.38	-0.15	0.03		-0.54	-0.69	-0.32	-0.15	-0.47	-0.23	-0.38	-0.51	-0.18	-0.34	-0.14	-0.23	-0.09	0.08	-0.36	-0.17	-0.12	-0.27	-0.22	-0.36	-0.09	0.14	0.26	0.1	-0.07	-0.25	-0.23	-0.38	-0.81
+YNR050C	LYS9   LYSINE BIOSYNTHESIS    SACCHAROPINE DEHYDROGENASE	-0.64	-0.34	-0.62	-0.43	-0.54	-0.34	-0.2	-0.49	-0.09	-0.03		0.16	0.18	0.01	0.28	0.06	0.16	0.29	-0.97	-0.69	-0.47	0.34	0.58	0.34	0.03	0.37	0.1	0.23	-0.01	-0.1	-0.34	-0.3	-1.29	-1.47	-1.15	0.23	0.4	0.49	0.26	-0.07	-0.2	-0.43	-0.49	0.38	-0.67	-0.64	-0.42	-0.54	-0.43	-1.03		0.34	-0.07	0.77	0.84	0.2	-0.36	-1.25	-0.22	-0.2	-0.84	-0.92	-0.49	-0.94	0.06	-0.56	-0.17	0.06	-0.17	-0.14	-1.09	-0.97	-0.12	-0.25	-0.64	-0.89	-0.54	-1.18	-2
+YNL289W	PCL1   CELL CYCLE       G1/S CYCLIN	0.01	0.58	0.41	0.1	0.15	-0.1	0.06	-0.36	0.07	-0.18	-0.07	-0.23		-0.43	0.07	-0.58	0.24	-0.27	-0.1	-0.45	-0.34	-0.01	0.34	0.4	0.16	0.39	0.2	0.23	0.12	0.24	0.33	0.29	-0.3	-0.09	-0.15	-0.42	-0.64	-0.32		0.5	-0.23	-1.06	-0.3	-0.3	-0.51	-0.36	-0.38	-0.4	-1.22	-1.03	-0.97	-0.89	-0.32	0.04	-0.27	0.43	-1.32	-1.12	-0.2	-0.25	-0.45	-0.84	-0.81	-0.32	0.99	0.06	-0.03	0.37	-0.81	0.03	-0.32	0.6	0.01	0.29	-0.12	-0.07	-0.38	-1.18	-1
+YMR061W	RNA14  MRNA 3'-END PROCESSING   CLEAVAGE/POLYADENYLATION FACTOR CF I COMPONENT	-0.09	-0.76	-0.32	-0.49	-0.04	-0.29	-0.17	-0.49	-0.23	-0.07	0.1	-0.17	-0.07	-0.4	-0.04	-0.09	0.12	-0.36	-0.06	-0.47	-0.49	-0.17	-0.2	-0.4	-0.6	-0.47	-0.36	-0.45	-0.36	-0.18	-0.32	-0.56	0.2	0.34	0.15	0.04	0.03	0.07	0.15	0.12	-0.23	0.01	-0.17	-0.04	0.46	0.08	0.08	-0.45	-0.27	-0.27	0.11	0.49	0.34	-0.01	0.07	0.41	-0.25	-0.36	-0.42	-0.94	-0.64	-0.15	-0.92	-0.49	-0.25	-0.12	-0.49	-0.69	-0.23	-0.3	-0.92	0.14	 [...]
+YHR084W	STE12  MATING         TRANSCRIPTION FACTOR	0.24	-0.84	-0.86	-1.06	-0.58	-0.76	-0.34	-0.51	-0.34	-0.54	0.16	0.1		-0.49	-0.25	-0.29	-0.18	-0.32	-1.18	-0.58	-0.32	-0.04	-0.15	-0.2	-0.14	-0.32	-0.25	-0.15	-0.45	0.1	0.03	-0.07	0.64	0.31	-0.22	-0.47	-0.17	-0.07		-0.04	0.29	-0.32	-0.23	0.52	0.67	0.67	0.5	-0.43	-0.62	-0.3	0.45		0.11	-0.54	0.11	0.3	-0.36	-0.22	-0.34	-1.18	-0.54	0.71	-0.2	-0.04	-0.64	-0.42	-0.2	-0.6	0.3	-0.14	0.11	-0.06	-0.03	0.19	0.26	-0.64	-0.27	-1.15	-0.64
+YLR452C	SST2   MATING         NEGATIVE REGULATOR OF GPA1	2.03	1.08	-0.84	-1.03	-1.29	-0.62	-1.15	-1.03	-1.06	-0.36	-0.62	-0.14	-0.29	-0.36	-0.56	-0.51	-0.27	0.2	-0.45	-0.43		0.03	0.39	0.24	0.07	-0.22	-0.51	-0.34	0.24	-0.43	-0.64	-0.23	-1.06	-1.22	-1.56	-1.09	-1	-0.3	-0.3	-0.58	-0.86	-1.29	-0.49	0.4	0.85	0.94	0.86	0.12	-0.49	-0.32	-0.38	0.2	-0.17	0.3	0.41	0.93	0.46	-0.32	-0.56	-1.36	-0.42	-0.49	-0.79	-0.23	-0.49	-0.32	-0.43	-0.89	-0.49	-0.49	-1.12	-0.89	0.18	0.23	-0.15	-0.76	-0.81	-0.86	-1.64
+YFL026W	STE2   MATING         ALPHA-FACTOR RECEPTOR	1.6	0.86	-0.45	-1.22		-1.64	-1.51	-1.36	-0.71	-0.32	-0.22	-0.51	-0.56	-1.29	-1.06	-1.22	-0.2	-0.15	-1.29	-0.12	0.14	0.59	0.46	0.39	0.03	-0.23	-0.12		0.33	-0.09	-0.4	-0.2	-0.56	0.07	-0.2	-0.62	-0.42	-0.1	-0.2	-0.54	-0.56	-0.34	-0.2	0.45	0.21	0.25	0.49	-0.49	-0.38			-0.27	-0.22	-0.15	-0.1	0.33	-0.74	0.03	-0.34	-0.58	-0.29	-0.58	-0.69	-0.29	-0.49	-0.49	-0.36	-0.27	-0.45	-1.03	-0.43	-0.74	0.14	0.29	0.69	-0.06	0.11	-0.42	-0.89
+YJL157C	FAR1   CELL CYCLE       CDC28P KINASE INHIBITOR	1.53	-0.45	-1.43	-2	-1.25	-1.56	-1.25	-1.32	-0.84	0.26	0.58	-0.06	-0.49	-0.58	-0.86	-0.62	-0.36	0.11	-2.12	-0.3	-0.36	-0.25	-0.38	-0.62	-0.67	-0.45	-0.09	-0.32	-0.06	0.4	0.3	-0.03	0.52	0.49	-0.86	-0.69	-0.54	0.68	0.7	0.32	-0.43	-0.92	-0.09	1.1	1.07	0.71	0.14	-0.67	-0.74	0.07		0.34	-0.54	-1.25	0.24	-0.79	0.08	0.9	-0.64	-2.06	-0.94	-0.76	-0.69	-0.25	-0.81	-1.22	-1.32	-0.79	-0.4	-0.45	-0.79	-0.94	-0.06	0.06	-0.06	-0.07	-0.01	-1.25	-1.51
+YGR082W	TOM20  MITOCHONDRIAL PROTEIN TA MITO. IMPORT RECEPTOR	0.11	0.04	0.08	0.29	0.03	0.34	0.08	0.49	0.24	-0.74	0.21	0.03	0.2	0.12	0.06	0.15	-0.12	0.79	-0.76	-0.09	0.07	0.2	0.45	0.58	0.67	0.58	0.25	0.21	0.26	0.21	-0.94	0.28	0.2	-0.25	-0.23	0.11	0.1	0.43	0.57	0.74	0.66	0.51	0.57	0.7	0.53	0.43	0.43	-0.09	-0.4	-0.25	-0.74	-0.71	-0.54	-0.06	-0.42	-0.6	-0.86	-0.34		-1	-0.56	-0.14	-0.4	-0.04	0.1	-0.54	-0.12	-0.6		0.12	0.07	0.18	0.26	0.18	0.33	-0.32	0.14	-0.32	-0.42
+YIL094C	LYS12  LYSINE BIOSYNTHESIS    HOMO-ISOCITRATE DEHYDROGENASE	-0.49	-0.1	-0.79	-0.12	-0.67	0.14	-0.04	0.24	0.23	0.28	0.1	0.04	0.06	0.04	0.26	0.25	0.36	0.23	-0.09	0.04	0.42	0.38	0.83	0.58	0.39	0.37	-0.04	0.21	0.18	-0.04	-0.42	-0.23	-0.76	-0.81	-0.22	0.58	0.62	0.48	0.03	-0.18	-0.03	0.1	0.24	0.28	0.03	-0.12	0.15	-0.29	0.03	-0.1	-0.67	-0.47	-0.07	0.26	-0.58	-0.81	-0.01	-1.47	-0.38	-1	-0.81	-0.49	0.06	0.71	0.6	-0.34	0.29	-0.04	-0.38	-0.4	-0.74	-0.67		-0.23	-0.1		0.12	-1	-1.51
+YOR370C	MRS6   PROTEIN PROCESSING    RAB GERANYLGERANYLTRANSFERASE REGULATORY SUBUNIT	-0.47	-0.6	-0.23	-0.23	-0.2	-0.3	-0.09	-0.25	-0.25	-0.3	-0.18	-0.18	-0.15	-0.45	-0.38	-0.27	0.01	0.04	-0.45	-0.3	0.03	-0.23	0.41	0.29	-0.06	0.12	0.18	0.18	0.08	-0.14	-0.12	0.03	-1.43	-1.69	-1.6	-1.06	-0.49	-0.86	-0.36	-0.23	-0.71	-0.42	-0.4	-1.06	-0.49	-0.42	-0.54	-0.23	-0.45	-0.1	-0.69	-0.58	-0.12	-0.54	-0.84	-0.47	-0.92	-0.92	-0.36	-0.64	-0.23	-0.18	-0.18	0.55	0.51	-0.84	-0.18	-0.3	0.86	0.08	-0.03	0.2 [...]
+YGL256W	ADH4   GLYCOLYSIS       ALCOHOL DEHYDROGENASE IV	-0.38	-0.2	-0.23	0.03	-0.06	0.52	-0.25	0.11	-0.18	-0.01	-0.32	-0.1	-0.18	-0.4	-0.32	-0.14	-0.04	-0.25	0.1	-0.42	0.31	-0.18	-0.01	0.38	0.29	0.18	0.01	0.14	0.12	-0.45	-0.42	-0.04	-0.42	-0.36	-0.32	0.08	0.01	0.07	-0.12	0.04	0.26	0.1	0.04	-0.07	-0.47	-0.54	-0.51	0.01	-0.42	-0.36	-0.79	-0.36	-0.47	0.23	-0.51	-0.38	-0.51	-0.92	-0.06	-0.38	-0.43	-0.34	0.07	0.21	0.23	-0.6	0.03	0.23	-0.27	0.19	-0.25	0.56	-0.09	-0.3	0.48	-0.4	-0.6	-0.1	-0.79
+YLL048C	YBT1   TRANSPORT        BILE TRANSPORTER	0.15	-0.47	0.11	-0.2	-0.06		0.04	0.04		-0.06	0.06	0.1	0.01	-0.01	0.25	-0.03	0.2	0.06		-0.15	-0.14	-0.23	-0.01	-0.18	-0.2	-0.3	-0.3	-0.3	-0.69	-0.18	-0.56	-0.47	0.26	0.06		0.06	-2	0.16	-0.03	-0.29	-0.09	-0.15	-1.36	0.08	-0.38	-0.67	-0.58	-0.29	-0.12	0.18	0.08	-0.06	0.04	-0.38	-0.09	-0.04	-0.32	-0.01	-0.07	-0.79	-0.89	-0.51	-0.29	0.43	-0.62	-1.43	-0.76	-0.64	0.33	-0.94	0.18	-0.07	0.07	-0.03	0.06	-0.03	-0.34	-0.12	-0.27
+YDL171C	GLT1   GLUTAMATE BIOSYNTHESIS   GLUTAMATE SYNTHASE (NAPDPH) (GOGAT)	-0.1	-0.64	-0.14	-0.12	-0.27	-0.58	-0.45	0.58	-0.64	0.29	-0.94	0.11	-0.74	-0.38	-0.56	0.11	-0.47	0.32	-0.62	-0.18	-0.6	-0.2	-0.29	-0.3	-0.07	-0.32	0.18	0.25	-0.49	0.2	-0.18		-0.67	-0.51	-0.23	0.24	0.3	0.34	0.25		-0.07	-0.12	-0.34	-1.51	-0.45	-0.51	-0.84	0.21	0.68	0.08	-0.22	-0.23	-0.23	0.91	-0.67	-0.3	1.54	0.52	-0.1	-0.86	-1.4	-0.92	-0.34	1.21	-1.25	-1.29	-1.09	-1.29	0.38	-0.94	-0.15	-0.29	0.08	0.87	0.04	-0.01	-0 [...]
+YOR204W	DED1   RNA PROCESSING      ATP-DEPENDENT RNA HELICASE	-0.04	-1.18	-0.6	-0.67	-0.2	-0.58	0.15	-0.07	-0.07	-0.25	-0.29	-0.15	0.04	-0.22	0.01	-0.03	-0.4	-0.14	-0.47	-0.51	-0.71	-0.2	0.45	0.7	0.43	0.79	0.57	0.51	0.29	0.14	-0.03	0.15	0.41	0.01	-0.1	0.4	0.63	0.32	0.23	0.2	0.15	0.19	-0.04	-1.06	-0.17	-0.4	-0.47	-0.34	-0.42	0.07	-0.2	-0.89	-0.69	-0.74	-0.4	-0.29		-0.42	0.23	-0.84	-1.09	-0.51	-0.3	0.48	-0.42	-0.84	-0.36	-0.67	-0.51	-0.74	-0.47	0.36	-0.69	0.15	0.38	-0.15	-0.45	0.43	-0.07
+YGL122C	NAB2   MRNA PROCESSING     POLY(A)+RNA BINDING PROTEIN	-0.32	-0.45	-0.89	-0.23	-0.34	-0.2	0.15	-0.23	-0.18	0.14	-0.15	-0.03	-0.2	-0.34	-0.45	-0.18	-0.12	-0.17	0.16	0.03	-0.62	0.14	0.1	0.03		0.42	0.24	0.24	0.2	0.19	0.24	0.14	0.29	0.15	-0.03	-0.07	0.24	-0.18	0.12	0.14	-0.07	0.32	0.16	-0.23	0.32	0.07	0.23	-0.07	-0.49	-0.18	-0.1	-0.3	-0.32	-0.1	-0.14	-0.3	-0.1	-0.1	-0.29	-0.4	-0.54	0.06	-0.3	1.06	-0.17	-0.51	-0.3	-0.32	-0.56	-0.54	-0.1	0.77	0.08	-0.12			-0.27	-0.3	-1.06
+YPR168W	NUT2   MATING TYPE SWITCHING    NEGATIVE REGULATOR OF HO EXPRESSION	-0.22	0.01	-0.14	1	-0.23	-0.38	-0.14	-0.81		-0.18	-0.14	-0.6	-0.45	-0.42	-0.17	-0.38	-0.32	0.99	-0.23	-0.74	-0.79	-0.64	-0.51	-0.04	-0.4	-0.67	-0.36	-0.47	-0.74	-0.23	-0.51	-0.64	-0.03	0.1	-0.12	1.53	-0.49	-0.36	-0.04	-0.6	0.01	-0.58	0.7	0.38	-0.09	0.01	-0.36	-0.22	-0.14	-0.47	-0.43	-0.3	-0.45	-0.25	-0.29	-0.6	-0.79	-0.64	0.23	-0.23	-0.09	-0.56	-0.42	-0.14	-0.36	-0.22	-0.47	-0.4	-0.71	0.12	-0.49	-0.49	-0.25	-0.23 [...]
+YER001W	"MNN1   PROTEIN GLYCOSYLATION    ALPHA-1,3-MANNOSYLTRANSFERASE"	-2.18	-0.58	0.87	1.71	0.64	0.66	-0.27	-0.43	-0.97	-0.84	0.18	1.46	1.13	1.1	0.31	0.07	-0.86	-0.76	-1.18	-0.18	0.03	-0.34	0.41	0.64	0.7	0.3	-0.01	0.4	0.49	-0.47	-1.09	-0.23	-0.54	0.59	1.58	1.13	-0.4	-0.58	0.19	1.4	1.72	0.72	-0.22	-0.14	0.12	0.15	0.29	0.03	0.23	-0.45	-2	-1.51	-1.74	0.37	-1.51	-1.84	-0.22	-2.25	0.04	-2.18	-1.25	0.26	-0.17	0.07	-0.32	-0.94	-0.74	-0.2	-0.23	-0.01	-0.29	0.25	-0.1	0.12	0.6	0.2	-0.22	0.16	0.25
+YPR135W	CTF4   DNA REPLICATION     POLYMERASE ALPHA BINDING PROTEIN	-0.56	-0.76	0.63	1.12	0.51	-0.12	-0.45	-0.79	-0.76	-0.84	0.12	0.57	0.43	-0.29	-0.17	-0.45	-0.42	-0.71	-0.89	-0.71	-0.62	-0.58	-0.09	-0.09	-0.15	-0.09	-0.32	-0.3	-0.69	-0.47	-0.62	-0.62	-0.6	0.4	0.92	-0.62	-0.89	-0.71	-1.15	0.69	-0.06	-0.94	-0.62	-0.76	-0.1	-0.45	-0.34	-0.32	-0.54	-0.56	-0.34	-0.45	-0.47		-0.32	-0.49	-0.32	-0.45	-0.45	-0.34	-0.36	0.32	-0.1	-0.04	-0.27	-0.34	-0.4	-0.14	-0.06	-0.14	0.01	0.21	-0.34	-0.27	-0. [...]
+YPL163C	SVS1   VANADATE RESISTANCE    UNKNOWN	-2.4	-2.12	0.69	2	1.58	0.81	0.16	-0.92	-1	-1.47		1.28	1.64	0.86	0.85	-0.06	-0.45	-0.94	-1.94	0.46	-1.25	-0.76	-0.03	0.34	0.31	0.38	-0.01	0.23	0.04	-0.1	-0.86	-0.09	-0.76	1.63	2.31	0.7	-0.07	-0.64	0.74	1.58	1.3	-0.34	-0.67	0.58	0.31	0.3	0.19	-0.2	-0.27	-1	-0.54	-0.3	-0.56	0.75	0.37	0.01	-1.32	-0.34	-0.27	-1.6	-1.74	-0.6	-0.69	-0.67	0.38	-0.58	1.48	1.7	-0.12	-0.23	-0.58	-0.84	0.24	0.07	0.07	-0.32	-0.42	-1.84	-1
+YOL007C	CSI2   CELL WALL BIOGENESIS     CHITIN SYNTHASE 3 SUBUNIT	-1.43	-1.25	0.83	0.73	0.77	-0.47	-0.32	-1.18	-1.47	-0.71	-0.32	0.58	0.78	0.39	-0.27	-0.4	-0.84	-1.03	-2.25	-1.69	-0.15	-0.09	0.11	0.16	0.29	0.42	-0.07	0.58	0.03	-0.38	-1.36	-0.27	-1.64	1.42	1.75	0.44	-0.97	-1.69	0.48	1.81	1.2	-0.17	-1.09	-1	0.04	0.14	-0.22	-0.25	0.53	-0.4	-0.1	-0.09	-0.29	0.44	-0.29	-0.04	-0.22	0.41	-0.54	-1.43	-0.43	-0.54	-0.58	-0.64	0.14	-0.3	0.74	0.96	-0.86	-0.23	-1	-0.84	0.11	0.28	-0.49	-0.56	-0.6	-1.0 [...]
+YPL256C	CLN2   CELL CYCLE       G1/S CYCLIN	-1.69	-0.97	1.11	1.69	0.45	-0.07	-0.64	-1.6	-1.79	-1.36	0.07	1.29	0.82	0.28	-0.1	-0.6	-0.67	-1.32	-1.89	-1.89	0.06	-0.12	0.29	0.57	0.45	0.49	0.15	0.49	0.29	-0.42	-0.67	0.57	-1.12	1.74	1.68	0.45	-0.74	-1.74	0.75	1.86	1.32	-0.12	-0.89	-0.71	0.28	0.28	0.14	-0.54	-0.14	-0.18	-0.1	-0.17	-0.45	0.15	-0.3	-0.43	-0.58	0.38	-0.49	-1.18	-1.36	-0.12	-0.29	-0.04	-0.01	-0.94	0.12	0.49	-0.03	-0.09	-0.76	-0.54	-0.01	-0.1	-0.45	-0.81	-1.09	-0.51	-2.12
+YIL140W	"SRO4   BUD SITE SELECTION, AXIA PLASMA MEMBRANE PROTEIN"	-1.43	-1.03	1.37	0.74	0.26	-0.17	-0.84	-1.18	-1.09	-1.03	-0.45	0.7	0.29	-0.36	-0.32	-0.51	-0.6	-1.32	-1.29	-1.09	1.14	-0.34	0.18	0.61	0.65	0.8	0.1	0.66	0.18	-0.1	-0.3	0.1	-1.94	0.75	1.69	0.23	-1.12	-1.64	0.18	1.51	0.82	-0.51	-0.94	-0.81	-0.22	-0.18	-0.94	-0.4	0.15	-0.18	0.42	-0.17	0.21	-0.01	0.06	-0.09	0.21	0.32	-0.04	-0.56	-0.17	0.4	-0.18	-0.2	-0.22	-0.43	0.52	0.75	0.06	-0.17	-0.81	-0.86	0.15	0.12	0.36	-0.32	-0.56	-0.36	-0.62
+YDR309C	GIC2   BUD EMERGENCE       BINDS CDC42P	0.53	-0.62	0.33	0.38	0.11	-0.74	-1.09	-1.06	-0.47	-0.3	1.52	0.59	0.64	-0.3	0.53	-0.17	-0.79	-0.42	-1.4	-2	-0.23	0.16	0.38	0.51	0.32	0.12	-0.56	0.3	-0.2	-0.56	-1	-0.1	0.08	2	0.75	0.82	0.65	-0.04	0.72	1.74	0.7	0.4	-0.2		0.73	0.19	0.06	0.1	0.69	0.18	-0.09	-0.34	-0.29	0.41	-0.54	-0.79	0.12	-0.4	-0.42	-0.69	-0.79	-0.06	-0.34	-0.64	-0.03	-0.94	0.12	0.8	-0.42	-0.06	-0.51	0.08	0.24	0.21	0.5	-0.62	-0.62	-0.86	-0.76
+YMR199W	CLN1   CELL CYCLE       G1/S CYCLIN	-1.6	-0.97	1.25	0.83	0.9	0.44	0.03	-0.58	-1.15	-0.81	0.62	1.1	0.95	0.26	0.31	-0.06	-0.45	-0.92	-0.84	-2.4	-1.29	-0.62	-0.1	0.32	0.15	0.21	0.26	0.2	-0.09	-0.06	-0.36	-0.03	-1.12	1.43	1.04	0.39	-0.38	-1.09	0.42	1.21	1.08	-0.29	-0.23	-0.36	-0.17	-0.09	-0.07	0.36	0.23	-1.03	-1.89	-1.64	-1.22	1.55	-0.42	0.18	-1	-2.18	-0.34	-1.12	-0.67	0.56	-0.67	-0.18	-0.01		-0.12	-0.09	-0.45	0.03	-0.18	-1.36	-0.27	-0.06	-0.47	-0.62	-0.14	-1.94	-1.09
+YGR152C	"RSR1   BUD SITE SELECTION    GTP-BINDING PROTEIN, RAS SUPERFAMILY"	-0.49	-0.58	0.8	0.84	0.57	0.34	-0.01	-0.42	-0.47	-0.38	0.43	0.55	0.42	0.21	0.04	-0.3	-0.17	-0.71	-1.36	-1.22	-0.81	-0.15	0.45	0.37	0.16	-0.23	-0.49	-0.45	-0.09	-0.81	-0.92	-0.84	0.87	1.12	1.24	-0.18	-0.94	-1.09	0.55	0.97	0.36	-0.38	-0.86	-0.94	0.28	-0.07	-0.17	-0.18	0.38		-0.42	-0.38	-0.81	0.64	-0.76	-1.06	-0.03		-0.58	-1.22	-0.92	-1.18	-0.92	-0.56	-0.17	-0.04	-0.56	0.19	-0.47	0.14	0.34	-0.56	-0.03	0.18	0.49	-0.2 [...]
+YDR158W	HOM2   THREONINE AND METHIONINE ASPARTATE-SEMIALDEHYDE DEHYDROGENASE	0.14	-0.23	0.07	0.1	0.26	-0.09	0.24	-0.06	0.23	0.32	0.07	-0.06	-0.03	-0.25	0.12	-0.01	0.11		-0.69	-0.84	-0.47	-0.22	-0.2	-0.03	-0.34	0.5	0.41	0.59	0.24	0.29	0.55	0.4	-0.89	-1.09	-0.79	-0.18	0.07	-0.04	-0.2	-0.22	-0.4		0.18	-0.74	-0.18	-0.36	-0.22	-0.23	1.03	-0.07	-0.3	-0.01	-0.18	1.21	-0.54	-0.69	-0.64	-0.89	0.12	0.21	-0.3	-0.25	0.15	0.19	0.28	-0.94	-0.3	-0.34	-0.14	-0.17	-0.07	-0.49	0.34	0.46	0.65	0.04	-0.03	-0 [...]
+YOR202W	HIS3   HISTIDINE BIOSYNTHESIS   IMIDAZOLEGLYCEROL-PHOSPHATE DEHYDRATASE	0.1	0.48	0.86	0.25	0.14	-0.25	0.18	-0.09	-0.06	-0.06	-0.18	-0.64	-0.1	-0.45	-0.04	-0.3	-0.01	0.14	-0.74	-0.43	-0.42	-0.54	0.07	0.28	-0.1	0.1	0.25	0.16	0.15	0.03	0.2	0.01	-0.4	-0.49	-0.14	-0.27	-0.25	-0.42	-0.36	-0.79	-0.89	-0.17	-0.81	-0.86	-0.15	-0.15	0.06	-0.47	0.7	0.31	0.55	0.42	0.39	0.16	0.32	-0.06	-0.64	-0.56	-0.07	-0.42	-0.49	0.29	-0.03	0.55	0.39	-0.94	-0.58	-0.27	-0.47		-0.18	-0.64	-0.25	-0.07	0.25	-0. [...]
+YER055C	HIS1   HISTIDINE BIOSYNTHESIS   ATP PHOSPHORIBOSYLTRANSFERASE	0.28	0.26	0.18	-0.04		-0.27	0.18	0.23	0.41	0.1	0.3	0.07	0.28	0.04	0.25	0.16	0.69	0.28	-0.36	-0.09	-0.49	0.2	0.55	0.23	0.08	0.2	0.1	0.15	0.31	0.23	-0.14	-0.09	-0.27	-0.18	-0.17	-0.27	-0.09	-0.07	0.12	0.1	0.11	-0.03	0.18	-1.29	0.1	-0.01	0.3	-0.47	1.17	0.24	1.48	0.79	0.58	1.07	0.12	-0.23	0.11	-1.15	-0.2	-0.32	-1.22	-1.18	-1.22	-0.43	0.14	-0.71	-0.69	-0.86	-0.3	-0.07	0.25	-0.47	0.15	0.41	0.57	0.04	-0.1	-0.23	-1.15
+YGL148W	ARO2   AROMATIC AMINO ACID BIOS CHORISMATE SYNTHASE		-0.34	-0.01	-0.15		-0.17	0.24	-0.07	0.14	-0.1	-0.18	0.14	0.07	-0.15	0.06	-0.09		-0.04	-1.15	-0.09	0.03	0.9	0.94	0.96	0.36	0.58	0.19	0.54	0.66	0.07	-0.23	0.32	-0.45	-0.27	0.03	-0.06	-0.15	-0.22	-0.22	-0.15	-0.29	-0.1	-0.07	-1.32	-0.17	-0.29	-0.01	-0.03	0.6	-0.2	0.11	0.43	0.1	0.42	-0.14	0.2	0.07	-0.49	-0.1	-1.15	-1.69	-0.97	-0.58	-0.2	0.41	0.14	-0.18	-0.47	-0.01	0.15	0.37	0.24	0.08	0.28	0.29	-0.18	-0.43	-0.3	-1.29
+YGL244W	RTF1   TRANSCRIPTION       REGULATOR OF SPT15 DNA BINDING PROPERTIES	-0.22	-0.4	-0.47	-0.14	-0.25	-0.25	0.01	-0.03	-0.04	-0.06	-0.27	-0.03	-0.12	-0.3	-0.22	-0.01	0.26	0.07	0.06	-0.12	-0.23	-0.07	-0.07	0.04		-0.04	0.1	0.03	-0.12	0.18	-0.03	0.18	-0.27	0.19	-0.51	-0.97	-0.18	-0.32	-0.25	0.96	1.22	-0.58	-0.32		-1.12	0.03	-0.6	-0.36	-0.34	-0.67	-0.3	0.19	0.31	0.4	0.12	0.77	-0.71	-1.29	-0.36	-0.45	-0.29	0.01	-0.54	-0.42	0.42	0.01	0.04	-0.23	-0.45	0.3	0.06	0.26	-0.36	-0.25	0.16	-0.43	-0 [...]
+YMR183C	SSO2   SECRETION        POST-GOLGI T-SNARE	-0.79	-0.51	-0.79	-0.62	-0.64		-0.04	0.14	-0.04	-0.23	-0.92	-0.51	-0.51	-0.25	-0.34	-0.07	0.12	-0.03	0.38	0.36	0.12	0.07	0.16	0.06	0.11	0.33	0.29	0.36	0.57	0.19	0.23	0.38	-1.18	-1	-0.56	-0.23	0.15	0.16	-0.42	-0.45	0.81	0.12	0.24	0.01	-2	-0.29	0.07	0.01	-0.56	-1.32	-1.18	-0.32	0.23	0.82	0.31	1.14	-0.74	-1.47	-0.06	-0.42	-0.06	-0.54	-0.56	0.18	0.42	0.14	0.15		-0.12	0.45	-0.36	0.04	-0.07	-0.49	-0.18	-0.3	-0.27	0.2	-0.6
+YDL207W	GLE1   MRNA EXPORT      UNKNOWN	-0.14	-0.58	-0.23	-0.3		0.2	0.18	0.04	-0.12	-0.6	-0.43	-0.23	-0.15	-0.23	-0.12	-0.04	0.06	-0.23	0.15	-0.3	-0.4	-0.34	0.1	-0.38	-0.15	-0.3	-0.38	-0.54	-0.25	-0.58	-0.64	-0.45	-0.14	-0.1	0.06		-0.01	-0.01	-0.07	0.08	-0.18	-0.04	-0.15	0.15	0.04	-0.2	-0.2	-0.32	-0.29	-0.71	-0.6	-0.12	-0.23	0.41	-0.06	0.34	-0.45	-0.97	-0.15	-0.38	0.06	-0.64	-0.22	-0.25	-0.07	-0.04	-0.49	0.03	-0.3	0.69	0.2	0.36	-0.3	-0.25	-0.2	-0.34	-0.51	-0.32	-0.58
+YPL228W	"CET1   MRNA CAPPING        CAPPING ENZYME BETA SUBUNIT, RNA 5'-TRIPHOSPHATASE           "	-0.38	-0.18	-0.43	-0.27	-0.32	-0.07	-0.06	0.07	-0.23	-0.51	-0.56	-0.34	-0.17	-0.14	-0.47	-0.32	0.01	0.08	0.93	0.21	-0.38	0.49		-0.07	0.15	-0.09	-0.34	-0.2	0.26	-0.12		-0.09	-0.14	-0.04	-0.27	-0.18	-0.01	-0.15	-0.12	-0.23	-0.29	-0.04	-0.29	0.46	0.11	-0.18	-0.1	-0.06	-0.18	-0.81		0.01	-0.4	0.1	0.28	0.53	-0.07	-0.38	0.08	0.07	0.04	-0.51	-0.42	0.04	-0.2	0.12	-0.42	-0.2	-0.06	0.49	-0.09	0.61	-0. [...]
+YEL056W	HAT2   CHROMATIN STRUCTURE    HISTONE ACETYLTRANSFERASE COMPLEX SUBUNIT	-0.54	-0.54	-0.56	-0.4	-0.67	0.06	-0.32	0.04	-0.01	0.15	0.03	-0.15	-0.09	-0.22	-0.18	-0.09	-0.01	-0.06	0.48	0.01	0.93	-0.32	0.14	0.23	0.3	0.19	0.08	0.03	0.52	-0.17	-0.1	0.11	-0.22	-0.06	-0.23	-0.03	-0.3	-0.07	-0.1	-0.01	0.01	-0.15		0.3	-0.09	-0.36	-0.22	0.18	-0.4	-0.89	-0.62	-0.06	0.07	-0.06	-0.03	0.54	0.19	0.03	0.08	-0.49	-0.56	-0.64	-0.54	-0.27	-0.2	-0.32	-0.42	-0.51	-0.25	0.57	-0.58	0.42	-0.27	-0.18	0.33	- [...]
+YOR221C	NONE   FATTY ACID METABOLISM    MALONYL-COA:ACP TRANSFERASE	0.12	-0.38	0.37	-0.27	0.11	0.3	-0.15		0.16	0.07	-0.09	-0.43	-0.23	-0.03	0.26	-0.01	0.32	-0.07	1.05	0.03	-0.14	0.18	0.04	-0.67	-0.4	-0.2	-0.32	-0.36	-0.12	-0.23	-0.47	-0.38	-0.6	-0.64	-0.25	-0.1	0.06	-0.15	-0.01	-0.07	-0.09	0.28	0.44	0.15	0.07	0.33	0.52	-0.36	-0.3	-0.47	-0.54	-0.58	-0.69		-0.23	-0.18	-0.27	-0.07	-0.22	-0.1	0.03	-0.79	-0.34	-0.32	0.33	-0.23	-0.23	-0.03	0.1	0.21	-0.32	-0.27	0.26	0.3	0.14	-0.36	-0.32	0.19	0.21
+YLR237W	THI7   TRANSPORT        THIAMINE TRANSPORTER	0.43	0.38	0.33	0.62	0.28	0.34	0.26	0.29	0.24	0.24	0.32	0.21	0.24	0.23	0.26	0.39	0.11	0.19	-0.6	-0.51	-0.15	0.06	0.2	0.16	0.14	-0.27	-0.07	-0.01	-0.29	-0.3	-0.34	-0.3	0.7	-0.09	-0.25	0.07	0.3	0.9	0.51	0.1	0.1	0.21	0.33	-0.22	-0.27	-0.45	-0.3	-0.12	0.12	0.7	-0.3	-0.27	-0.3	-0.74	-1	-0.92	-0.97	-0.47	0.25	-0.14	-0.25	0.5	0.4		-0.36	-0.89	-0.4	-0.54	-0.07	-0.27	-0.09	0.01	0.08	0.03	0.14	-0.17	-0.29	-0.22	0.67
+YMR296C	LCB1   SPHINOGOLIPID METABOLISM SERINE PALMITOYLTRANSFERASE COMPONENT	0.08	-0.06	0.34	0.4	0.57	-0.18	0.26	-0.34	-0.18	-0.23	-0.14		0.29	-0.36	-0.15	-0.43	-0.06	-0.23	-0.69	-0.56	-0.74	-0.09		0.46		0.03	0.29	0.31	-0.07	0.11	-0.07	0.16	0.55	0.2	0.04	0.01	0.19	-0.07	0.36	0.39	0.01	-0.27	-0.2	-1.43	-0.3	-0.42	-0.4	-0.4	-0.34	-0.17	0.25	-0.42	-0.36	-0.22	-0.18	-0.74	-0.69	-0.47	0.29	-0.14	-0.25	0.23	0.21	0.07	0.18	-1.09	0.15	0.4	-0.36	0.07	-0.32	0.18	-0.04		0.21	-0.29	-0.15	0.07	0.25
+YKR042W	UTH1   AGING          UNKNOWN	1.46	0.88	0.86	0.52	0.6	-0.09	0.62	0.11	0.63	0.48	0.23	-0.56	-0.43	-0.86	-0.22	-0.56	0.2	-0.06	-0.76	-0.43		0.08	0.76	0.63	0.39	0.24	0.2	0.14	0.06	-0.01	-0.4	-0.17	0.12	-0.89	-1.32	-0.43	0.48	1	0.14	-0.64	-0.97	-0.22	0.49	-0.38	-0.36	-0.62	-0.34	-0.15	-0.36	0.78	0.61	-0.36	-0.56	-1.09	-0.32	-1.18	0.04	0.99	0.21	0.14	-0.22	0.19	0.88	0.11	-0.45	-0.81	0.08	0.08	0.19	-0.71	-0.17	-0.3	0.19	0.46	0.58	-0.22	-0.56	0.32	-0.56
+YLR439W	"MRPL4  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L4"	-0.12	-0.32	-0.22		0.06	-0.14	0.04	-0.17	-0.06	-0.29	-0.18	-0.38	-0.2		-0.18		-0.3	-0.45	-0.17	-0.4	0.12	0.25	0.01	0.08	0.15	0.36	0.04	0.08	-0.12	0.28	-0.15	0.16	0.26	-0.29	-0.36	0.28	0.29	0.5	-0.51	0.46	0.56	-0.12	0.4	0.37	0.65	0.39	0.54	-0.12	-0.27	0.19	-0.01	-0.54	-0.51	-0.62	-0.25	-0.14	-0.23	0.44	-0.12	-0.12	-0.04	0.08	0.07	0.39	0.08	-0.64	-0.17	-0.3	-0.47	0.45	-0.56	-0.09	0.1	-0.09	-0.1	-0.64	-0.22	-0.27	0.03
+YGL215W	CLG1   CELL CYCLE       CYCLIN-LIKE (PHO85P)	0.11	-0.38	-0.27	-0.09	0.12	-0.42	0.31	-0.14	0.12	-0.38	-0.07	-0.38	0.15	-0.18	0.11	-0.29	-0.09	-0.23	0.93	-0.2	-0.09	0.11	0.19	-0.25	-0.2	-0.58	-0.49	-0.49	-0.32	-0.67	-0.2	-0.27	0.42	0.01	0.23	0.1	0.21	0.1	-0.1	0.07	-0.04	-0.23	-0.23	0.06	-0.47	-0.64	-0.58	-0.34	-0.54		0.29	0.26	0.37	-1.18	-0.17	0.1	-0.64		-0.27	0.07	-0.12	-0.14	0.2	0.78	-0.23	-0.94	-0.45	-0.2	-0.54	-0.56	-0.81	-0.23	-0.06	-0.23	-0.14	-1.15	-0.69	-0.64	-0.03
+YHL036W	MUP3   TRANSPORT        METHIONINE PERMEASE	0.96	1.01	0.9	0.8	0.9	0.69	0.4	0.71	0.76	0.54	0.53	0.32	0.49	0.49	1.01	1.01	0.33	0.12	0.04	0.03	-0.03	0.04	-0.27	-0.56	-0.64	-0.47	-0.62	-0.76	-0.32	-0.56	-0.84	-0.15	-0.64	-0.47	0.34	-0.22	-0.45	-0.4	-0.67	-0.06	0.04	-0.76	-0.36	0.1	-0.06	-0.07	0.14	-0.14	0.2	-0.25	0.01	-0.17	-0.03	0.32	0.04	-0.51	-0.12	0.19	0.44	0.5	0.72	-0.07	-0.34	0.16	0.04	-0.18	-0.23	-0.69	0.59	0.6	0.28	0.49	-0.17	-0.17	0.53	-0.27	-0.36	0.42	0.21
+YBR040W	FIG1   MATING         EXTRACELLULAR INTEGRAL MEMBRANE PROTEIN	5.79	5.07	3.01	0.86	0.16	-0.07	0.14	0.16	-0.2	-0.22	-0.34	0.07	-0.42	0.77	-0.14	0.15	0.04		-0.49	-0.81	-0.79	-0.97	-0.62	-0.36	0.24	-0.69	-0.32	-0.71	-0.23	-0.86	-0.92	-0.86	-1.03	-0.56	-0.81	-0.67	-0.69	-0.38	-0.47	0.8	-0.89	-1.03	0.41	0.65	-1.18	-0.32	-0.97	-0.71	-0.69	0.07	2.11	0.4	0.46	-1.12	0.41	-0.42	0.38	0.94	-0.25	-0.79	0.28	0.76	-0.34	0.1	-0.86	-0.51		-0.97	-0.09	0.54	0.14	0.14	-1.03	-0.62	0.03	-0.23	-0.81	0.2 [...]
+YKR004C	ECM9   CELL WALL BIOGENESIS     UNKNOWN	-0.38	2.85	-0.45	-0.23	-0.03	0.29	0.01	0.1	0.03	-0.23	-0.3	-0.49	-0.06	-0.22	-0.1	0.08	0.04	-0.14	0.07	-0.18	0.1	0.15	-0.34	-0.14	-0.1	-0.32	-0.36	-0.42	-0.12	-0.3	-0.23	-0.2	-0.51	-0.6	0.14	-0.07	-0.27	-0.47	-0.64	-0.58	-0.29	-0.42	-0.36	-0.51	-0.4	-0.79	-0.45	-0.4	-0.06	-0.15	1	0.85	-0.18	-0.32	0.81	0.53	0.42	0.01	0.19	-0.23	0.43	-0.51	0.15	0.18	-0.34	-0.43	-0.4	-0.25	-0.14	0.89	0.21	-0.17	-1.12	0.15	0.51	-0.01	-0.58	0.7	0.07
+YAL002W	VPS8   VACUOLAR PROTEIN TARGETI UNKNOWN	-0.3	-0.09	-0.18	-0.14	-0.15	-0.45	-0.15	0.61	-0.42	-0.4	-0.07	0.01	-0.45	-0.49	0.03	0.39	-0.56	-0.06	-0.12	-0.09	-0.23	0.08	-0.23	-0.34	-0.4	-0.47	-0.32	-0.36	-0.45	-0.18	-0.25	-0.29	-0.04		0.08	-0.36	-0.01	-0.4	-0.1	-0.34	0.07		-0.27	0.4	-0.07	-0.18	-0.94	0.04	0.14	-0.32	-1.12	-0.71	-0.07	0.57	-0.54	0.08	0.06	-0.56	-0.2	-0.79	0.31	0.41	-0.49	-0.18	-1.29	-0.64	-0.54	-0.76	-0.17	-0.71	-0.25	-0.04	-0.01	0.51	-0.04	-0.04	-0.23	0.06	0.9
+YPL132W	COX11  RESPIRATION      CYTOCHROME-C OXIDASE ASSEMBLY	0.1	-0.43	-0.34	-0.43	-0.18	0.21	0.14	0.11	-0.25	-0.18	-0.69	-0.25	-0.06	-0.06	-0.69	-0.25	-0.45	0.01	-0.01	-0.42	0.25	0.14	0.2	-0.09	0.12	-0.03	-0.36	-0.06	0.31	-0.14	-0.84	-0.3	-0.51		-1.29	0.03	0.23	0.24	-2.74	0.36	0.67	0.28	0.32	1.55	0.34	0.16	0.39	-0.07	-0.25	-0.04	-0.04	-0.14	-0.27	-0.34	-0.06	-0.18	-0.47	-0.01	0.32	-0.36	0.03	-0.2	-0.6	0.33	-0.94	-0.27	-0.45	-0.51	-0.56	0.33	0.39	-0.49	0.12	-0.09	0.08	-0.01	-0.14	0.43	-0.3
+YKL119C	VPH2   VACUOLAR ACIDIFICATION   VACUOLAR H+-ATPASE ASSEMBLY PROTEIN	-0.04	-0.09	0.01	0.2	0.1	0.18	0.16	0.29	-0.17	-0.22	-0.18	-0.15	0.03	-0.22	-0.14	-0.34	-1.6	-0.17	-0.01	-0.23	-0.15	0.26	0.28	-0.12	0.03	-0.29	-0.42	-0.56	0.03	-0.4	-0.2	-0.47	-0.43	-0.09	0.03	-0.36	-0.4	-0.36	-0.23	0.49	-0.12	-0.4	-0.3	0.01	-0.34	-0.25	-0.03	-0.25	0.42	-0.07	0.2	-0.3	-0.34	0.32	-0.32	-0.36	0.32		0.03	-0.3	-0.42	-0.89	-0.2	0.14	-0.12	0.31	-0.56	-0.34	-0.27	0.15	-0.3	-0.79	0.08	0.18	0.45	0.14	0.19 [...]
+YDL005C	MED2   TRANSCRIPTION       RNA POLYMERASE II MEDIATOR SUBUNIT	-0.09	0.25	0.01	0.25	-0.07	0.45	-0.62	0.31	-0.03	0.08	0.2	0.29	-0.17	0.12	-0.29	0.4	0.14	0.36	0.66	-0.18	-0.3	0.2		-0.07	-0.12	-0.04	-0.51	-0.51	-0.36	-0.36	-0.27	-0.22		-0.43	-0.04	-0.84	-0.34	-0.03		0.7	-0.2	-1.29	-0.14	0.5	-1.25	-0.07	-1.22	0.25	-0.22	-0.2	-0.4	-0.64	-0.62	0.3	-0.3	-0.36	0.14	0.46	-0.56	-0.3	-0.34	-0.38	-0.54	0.07	0.18	0.26	-0.36	-0.38	-0.56	0.01	-0.4	0.16	0.15	0.07	-0.04	-0.34	-0.43	0.52	0.2
+YOR257W	CDC31  CYTOSKELETON        SPINDLE POLE BODY COMPONENT	-0.09	-0.3	-0.17	-0.4	-0.04	-0.06	-0.23	-0.25	-0.22	-0.2	-0.25		-0.36	-0.58	-0.38	-0.45	-0.81	0.07	1.2	-0.29	-0.49	-0.18	-0.25	-0.49	-0.32	-0.25	-0.43	-0.43	-0.23	-0.27	-0.62	-0.43	-0.58	-0.89	-0.97	-0.51	-0.94	-0.32	-0.81	0.7	-0.56	0.92	-0.92	0.12	-1.4	-0.36	-1.29	-0.27	-0.18	0.15	0.2	-0.04	0.14	-0.03	-0.09	0.32	-0.25	0.76	-0.32	-0.45	-0.17	0.07	-0.56	-0.58	0.11	0.68	-0.56	-0.22		0.39	-0.84	-0.1	-0.22	-0.36	-0.04	-0.47	0.01	 [...]
+YGL254W	FZF1   SULFITE METABOLISM    (PUTATIVE) TRANSCRIPTION FACTOR	-0.56	-0.36	-0.3	-0.2	-0.36	0.11	-0.56	-0.23	-0.01	-0.01	-0.27	0.11	-0.29	-0.47	-0.49	-0.14	-0.14	-0.32	-0.01	0.06	0.12	-0.18	-0.03	0.32	0.15	0.14	0.06	0.21	0.08	-0.17	-0.18	0.26	0.14	0.03	0.07	-0.15	-0.03	-0.06	-0.18	-0.04	-0.17	0.04	0.1	0.28	-0.06	-0.36		-0.06	0.04	-0.3	0.14	-0.32	0.56	-0.47	-0.29	-0.03	0.12	0.21	0.11	-0.64	-0.17	-0.17	-0.3	0.26	-0.45	-0.14	-0.38	0.18	-0.01	0.01	-0.1	-0.04	-0.38	-0.62	0.08	-0.51	-0.89 [...]
+YDR292C	SRP101 SECRETION        SIGNAL RECOGNITION PARTICLE RECEPTOR SUBUNIT	-0.45	-0.32	-0.43	-0.04	-0.4	-0.03	-0.43	-0.09	0.11	0.12	0.36	-0.01	-0.18	-0.18	-0.34	0.06	-0.23	0.16	0.44	0.01	0.01	-0.97	-0.2	0.1	0.25	0.21		0.18	0.25	-0.09	-0.2	-0.15	0.08	0.1	-0.12	-1.47	-0.32	-0.32	-0.3	-0.2	-0.1	-0.22	-0.36	0.23	-0.29	-0.3	-0.4	0.14	-0.29	-0.23	-0.07	0.1	-0.04	-0.18	0.28	-0.22	-0.14	-0.03	-0.38	-0.84	-0.4	-0.38	-0.43	-0.09	0.04	-0.3	-0.01	-0.2	-0.56	-0.34	-0.14	-0.34	-0.36	-0.47	0.52	-0.34 [...]
+YBR215W	HPC2   TRANSCRIPTION       REGULATOR OF HISTONE TRANSCRIPTION	-0.4	-0.67	-0.34	-0.36	-0.29	-0.47	-0.15	0.46	-0.17	-0.23	-0.2	0.15	-0.45	0.14	-0.42	0.54	-0.38	0.44	0.08	-0.56	-0.1	-0.18	-0.43	-0.23	-0.58	-0.03	-0.1	0.01	-0.22	-0.01	-0.71	-0.18	-0.15	-0.01	-0.01	-0.22	-0.71	-0.38	-0.27	-0.17	-0.09	-0.12	-0.32	0.46	-0.14	-0.43	-0.74	0.14	-0.6	-0.06	-0.4	-0.42	-0.17	-0.23	-0.56	0.23	0.38	1.11	0.39	-0.67	-0.01	0.28	-0.01	0.21	-0.4	-0.1	0.01		-0.47	-0.12	0.19	0.24	-0.25	0.68	0.11	-0.29 [...]
+YBR120C	"CBP6   PROTEIN SYNTHESIS, COB   UNKNOWN"	0.15	-0.25	-0.58	-0.42	-0.49	-0.4	-0.17	0.16	-0.4	-0.1	-0.94	-0.03	-0.22	-0.06	-0.42	0.2	0.08	0.41	0.12	-0.09	-0.01	-0.58	-0.36	0.23	0.63	-0.09	-0.23	-0.4	0.2	0.03	-0.47	-0.06	0.08	-0.1	-0.34	-0.07	-0.49	-0.6	-0.54	0.71	1.28	-1.36	-0.3	-0.1	-0.71	0.21	-0.97	-0.29	-0.38		-0.42	-0.34	0.3	-0.09	0.38	0.73	0.08	0.01	0.72	-0.43	-0.14	-0.71	-0.67	-0.4	0.03	0.55	0.15	-0.32	-0.62	0.26	0.16	-0.36	-0.03		0.51	-0.23	-0.62	0.86	0.64
+YBL025W	RRN10  TRANSCRIPTION       COMPONENT OF UPSTREAM ACTIVATION FACTOR COMPLEX (UAF)	-0.42	-0.43	-0.32	-0.27	-0.34	-0.36	-0.06	0.14	-0.15	-0.07	-0.74	-0.45	-0.07	-0.56	-0.69	0.06	-0.42	-0.01	-0.84	-0.67	0.24	-0.51	-0.07	-0.36	-0.29	0.11	0.11	-0.22	-0.29	0.01	-0.69	0.01	-0.34	-0.45	-0.58	-0.32	-1.03	-0.76	-0.97	-0.71	-0.89		-0.69	0.19	-0.86	-0.69	-0.6	0.32	0.39	0.06	0.04	0.24	-0.01	0.03	-0.25	-0.56	0.83	1.09	1.26	-0.45	0.26	-0.01	-0.36	-0.04	-0.2	-0.51	-0.58	-0.27	-0.2	0.21	-0.22	0.21 [...]
+YDR460W	TFB3   TRANSCRIPTION       TFIIH 38 KD SUBUNIT	-0.29	-0.14	-0.3	-0.34	-0.86	0.14	-0.22	0.2	0.08	0.32		-0.27	-0.25	-0.34	-0.94	-0.01	-0.17	0.07	0.49	0.1	0.33	-1.03	-0.06	-0.14	0.16	-0.23	-0.3	0.04	0.03	-0.06	-0.22	-0.01	-0.67	-0.69	-0.49	-0.25	-0.17	-0.2	-0.42	-0.34	-0.47	-0.2	-0.18	-0.27	-0.42	-0.47	-0.4	0.15	0.37	-0.07	0.69	0.45	0.61	0.25	0.49	0.25	0.54	0.7	1.24	0.07	0.01	-0.32	-0.54	0.06	0.24	0.18	-0.07	0.06	-0.71	0.31	-0.32	-0.06	-0.51	-0.23	-0.03	-0.58	-0.71	0.74	
+YBR024W	SCO2   RESPIRATION      COX1P AND COX2P STABILITY (PUTATIVE)	0.15	0.15	0.18	-0.34	-0.32	-0.38	0.1	0.63	-0.18	0.01	-0.67	0.01	-0.25	-0.06	-1.03		-0.18	-0.07	0.25	-0.15	-0.3	-0.34	-0.47	-0.56	-0.47	-0.01	0.03	-0.15	0.03	0.07	0.07	0.18	-0.67	-0.29	-0.29	-0.64	-0.64	-0.49	-0.06	0.96	-0.29		-0.32	0.67	-1.15	-0.76	-0.92	-0.22	-0.71	-0.6	-0.3	-0.14	-0.32	0.31	0.15	0.08	0.4	0.96	1.94	0.32	-0.14	-0.51	-0.58	-0.36	0.01	0.4	0.19	-0.01	-0.94	0.37	-0.38	-0.29	-0.89	-0.18	-0.03	-0.01	-0.43	1.26	0.41
+YBR050C	REG2   GLUCOSE REPRESSION    (PUTATIVE) GLC7P REGULATORY SUBUNIT	-0.43	-0.34	0.84	-0.17	-0.4	-0.17	0.01	0.66	-0.32	0.14	-0.86	0.4	-0.4	0.19		0.37	-0.47	0.3	0.26	0.53	-0.43	-0.14	-0.89	-0.84	-0.64	-0.01	0.11	-0.09	0.21	0.29	0.45	-0.2		-0.03	-0.34	-0.64	-0.51	-0.34	-0.18	0.75	0.08		-0.69	0.14	-0.43	0.2	-1.06	-0.47	-0.34	-0.58	-0.49	-0.2	-0.45	0.16	0.01	-0.23	0.44	2	1.32	-0.23	0.04	0.24	-0.71	0.74	-0.76	-0.29	-0.38	-0.27	-0.3	0.71	0.28	0.56	-0.67	-0.01	0.04	-0.34	-0.71	0.18	1.12
+YBR076W	ECM8   CELL WALL BIOGENESIS     UNKNOWN	-0.22	-0.49	-0.36	-1	-0.69	-0.29	-0.23	0.62	-0.56	0.04	-1.03	-0.2	0.15	-0.25	-0.86	0.04	-0.25	-0.07	0.06	-0.15	-0.12	-0.94	-0.23	-0.06	-0.01	0.01	-0.29	-0.45	0.08	-0.67	-0.47	-0.2	-0.14	0.1	0.1	-0.18	-1.4	-1.15	-0.54	0.15	-0.27	-0.14	-0.79	0.37	-1.22	-0.51	-0.6	0.04	-0.12	-0.71	-0.22	-0.06	-0.27	0.01	0.18	0.28	0.06	1.2	1.01	-0.23	0.18	-0.45	0.12	0.42	-0.79	-0.15	-0.42	-0.58	-0.49	0.4	-0.25	-0.22	-0.51	0.12	0.12	0.1	-0.54	0.36	0.44
+YBR167C	POP7   RRNA AND TRNA PROCESSING RNASE P AND RNASE MRP SUBUNIT	0.07	-0.29	-0.22	-0.01	-0.43	0.07	-0.07	0.26	-0.22	0.06	-0.45	0.5	-0.14	0.04	-0.01	0.24	0.07	0.24	0.62	-0.06	-0.23	-0.03	-0.56	-0.2	-0.42	0.44	-0.45	-0.62	-0.45	-0.47	-0.32	-0.22	0.08	0.38	0.39	0.08	0.04	0.19	0.06	0.16	-0.25	0.56	0.31	1.33	0.32	0.26	0.41		-0.64	-0.69	-0.29	-0.23	-0.76	0.1		0.41	-0.32	-0.2	0.9	-0.76	-0.14	-0.71	-0.58	0.12	-0.18	0.26	-0.23	-0.49	-0.56	1.7	-0.45	0.19	-0.4	-0.18	0.06	-0.12	-0.38	0.62	-0.47
+YBR165W	"UBS1   PROTEIN DEGRADATION, UBI REGULATES CDC34P (UBIQUITIN-CONJUGATIONG ENZYME)"	0.76	-0.51	-0.43	-0.6	-0.4	-0.43	-0.17	0.21	-0.34	0.16	-0.51	0.29	-0.14	-0.3	-0.4	0.15	0.01	0.2	0.34		-0.43	-0.76	-0.69	-0.17	-0.2	-0.64	-0.47	-0.27	0.31	-0.3	-0.56	-0.51	-0.1	0.25	0.19	0.19	0.15	0.16	0.1	0.16	-0.07	0.37	0.23	0.53	-0.34	-0.14	-0.17	-0.12	-0.64	-0.51	-0.79	0.08	-0.43	0.12	0.03	0.58	0.19	0.16	0.89	-0.23		-0.67	-0.36	-0.27	-0.38	0.01	-0.17	-0.09	-0.38	0.1	-0.47	-0.04	-0.27	-0.2	-0.3	- [...]
+YBL093C	ROX3   TRANSCRIPTION       RNA POLYMERASE MEDIATOR SUBUNIT	-0.42	-0.47	-0.34	-0.97	-0.32	-0.67	-0.27	0.08	-0.36	0.14	-0.42	0.04	-0.03	-0.3	-0.97	0.3	-0.1	-0.01	-0.25	-0.04	-0.12	-0.15	-0.3	-0.34	0.07	0.14	0.01	-0.25	-0.49	0.63	-0.4	-0.27	0.37	0.38	0.14	-0.27	-0.62	-0.32	0.1	0.01	-0.12		-0.42	0.85	-0.14	-0.18	-0.17	-0.09	-0.56	-1	-0.69	-0.32	0.07	0.33	0.4	0.9	-0.18	-0.47	1.4	-0.89	-0.23	-1.06	-0.43	-0.74	0.38	0.16	0.11	0.48	-0.58		-0.32	-0.45	-0.22	0.3	-0.07	-0.29	-0.38	0.1	-0.23
+YBR160W	CDC28  CELL CYCLE       PROTEIN KINASE		-0.69	0.1	-0.18	-0.09	-0.45	0.14	0.6	-0.3	0.45	-0.3	-0.12	0.01	-0.09	-0.15	0.16	-0.45	0.49	-1.29	-1.03	-0.27	-0.47	-0.32	-0.6	-0.09	-0.03	0.08	0.15	-0.34	0.44	-0.94	0.07	0.69	0.6	0.63	0.08	-0.03	0.31	0.26	0.19	0.2	0.44	0.16	0.9	0.25	0.07	0.34	-0.03	-0.58	-0.4	-0.25	-0.47	-0.04	0.32	0.08	0.26	-0.23	-0.36	0.9	-0.27	-0.07	-0.3	-0.34	-0.36	0.08	0.07	0.16	0.28	-0.62	0.37	-0.12	-0.4	-0.22	0.56	-0.04	0.12	-0.03	0.29	-0.71
+YBL018C	POP8   TRNA PROCESSING     RNASE P AND RNASE MRP SUBUNIT	-0.07	-0.25	-0.27	-0.29	-0.04	0.26	0.08	0.85	-0.07	-0.14	-0.27	0.08	0.04	-0.17	-0.06	-0.34	0.08	0.32	-0.43	-0.12	-0.2	-0.14	0.06	-0.15	-0.01	-0.18	-0.4	-0.4	0.7	-0.71	-0.62	-0.51	-0.04	0.46	0.08	-0.1	-0.27	-0.25	-0.25	-0.01	0.19		-0.34	0.77	-0.18	-0.18	-0.94	0.11	0.08	-0.15	-0.38	-0.1	-0.01	0.29	-0.4	-0.29	0.37	0.12	1.34	-1	-0.71	-0.69	-0.64		-0.3	-0.1	-0.81	-0.67	-0.51	0.45	-0.18	-0.69	-0.07	0.1	0.54	-0.09	-0.69	-0.49	-0.38
+YAL033W	POP5   TRNA PROCESSING     RNASE P AND RNASE MRP SUBUNIT	-0.58	-0.25	-0.43	-0.38	-0.51	-0.36	-0.14	0.24	-0.2	0.06	-0.49	0.04	-0.1	-0.12	-0.64	0.03	0.11	0.08	-0.01	-0.36	-0.29	0.36	-0.09	0.01	0.01	-0.06	-0.45	-0.22	0.04	-0.18	-0.62	-0.2	-0.18	0.28	0.18	-0.12	-0.32	-0.74	-0.38	-0.29	-0.04		-0.06	0.92	-0.67	-0.42	-0.07	0.28	0.16	-0.23	-0.14	0.34	-0.17	0.19	-0.04	-0.18	0.44	-0.07	2.11	-1.43	-0.6	-0.62	-1.29	0.08	-0.34	0.06	-0.89	-0.47	-0.49	0.26	-0.47	-0.03	-0.18	0.01	-0.23	-0.38	-0. [...]
+YNL222W	SSU72  TRANSCRIPTION       NUCLEAR PROTEIN	-0.25	-0.25	0.14	-0.18	-0.03	-0.27	-0.17	-0.25	-0.1	-0.4	-0.18	-0.45	-0.34	-0.62	-0.06	-0.69	0.18	-0.27	-0.18	-0.36	-0.54	-0.22	0.06	0.15	-0.25	-0.3	-0.56	-0.64	-0.38	-0.51	-0.3	-0.4	0.15	0.24	0.15	-0.36	-0.22	0.03	-0.14	-0.3	-0.47	-0.38	0.06	-0.56	0.25	0.1	0.2	-0.27	-0.2	-0.04	-0.06	-0.2	-0.27	-0.15	-0.09	-0.45	-0.1	-0.1	1.26	-0.71	-0.2	0.11	-0.38	-0.07	-0.89	-0.25	-0.89	-0.54	-0.45	0.1	-0.89	-0.67	0.03	0.1	0.01	-0.17	-0.43	-0.47	-0.4
+YDL200C	MGT1   DNA REPAIR       6-O-METHYLGUANINE-DNA METHYLASE	-0.6	-0.01	-0.36	-0.09	-0.69	0.16	-0.58	-0.06	0.21	-0.07	0.01	-0.29	-0.14	-0.45	-0.6		0.23	0.12	0.1	0.28	-0.29	-0.1	-0.1	-0.15	-0.1	-0.25	-0.22	-0.32	0.01	-0.27	-0.06	0.04	0.14	0.34	0.08	-0.14	-0.18	0.01	0.04	-0.17	0.23	-0.14	0.2	0.46	0.28	-0.07	0.37	0.08	0.6	-0.1	-0.29	-0.34	0.12	0.73	-0.22	-0.07	-0.07	-0.62	1.27	-0.56	-0.27	-0.23	-0.04	0.14		0.15	-0.06	-0.34	-0.76	0.06	-0.23	-0.27	-0.29	0.41	0.04	-0.17	-0.36	0.33	-0.01
+YDL030W	PRP9   MRNA SPLICING       U2 SNRNP ACTIVATION	-0.69	0.14	-0.29	-0.47	-0.32	-0.01	-0.32	-0.32	0.07	-0.07	0.06	-0.14	0.04	-0.25	-0.49	0.08	-0.17	0.14	-0.38	0.06	0.03	0.2	-0.22	-0.25	-0.09	-0.54	-0.3	-0.62	-0.04	-0.36	-0.84	0.01	-0.18	0.12	-0.06	-0.14	-0.29	-0.38	-0.36	-0.32	0.43	0.24	-0.18	0.56	-0.23	-0.34	-0.36	0.42	-0.64	-0.04	0.56	0.45	0.19	-0.49	0.54	0.57	-0.84	-0.3	1.74	-0.58	0.07	-0.17	-0.42	0.99	0.16	-0.49	-0.64	-0.58	-0.4	0.32	0.08	-0.36	-0.14	0.4	-0.06	-0.25	-0.58	-0.2	-0.45
+YBR091C	MRS5   MITOCHONDRIAL PROTEIN TA INNER MEMBRANE CARRIER PROTEIN	-0.01	-0.32	0.14	-0.3	0.11	-0.2	0.18	0.3	0.04	-0.09	-0.17	0.08	-0.01	0.01	-0.2	0.33	-0.23	0.12	-0.47	-0.22	-0.23	-0.47	-0.17	-0.1	-0.29	-0.42	-0.2	-0.3	-0.38	-0.25	-0.23	-0.36		-0.17	-0.09	-0.45	-1.03	-0.25	-0.42	0.88	0.85	-1	-0.23	0.68	-1.56	-0.2	-1	-0.06	-0.27	-0.2	-0.15	-0.25	0.01	-0.36	0.03	-0.18	0.39	0.23	0.56	-0.56	0.14	-0.17	-0.51	0.32	-0.15	-0.32	-0.3	-0.29	0.08	0.58	-0.32	0.24	-0.3	0.29	-0.3	-0.43	-0.6	-0.18	-0.22
+YDR022C	CIS1   MICROTUBULE ASSEMBLY     CIK1 SUPPRESSOR	-0.25	0.14	-0.27	-0.36	-0.86	-0.67	-0.34	0.23	-0.23	0.16	-0.3	-0.17	-0.17	-0.51	-0.18	0.03	-0.18	-0.03	-0.03	-0.06	0.06	-0.25	-0.34	-0.32	-0.25	-0.45	-0.2	-0.49	-0.34	-0.58	-0.79	-0.15	-0.32	0.03		0.25	-0.97	-0.49	-0.81	0.34	1.24	-0.47	-0.62	-0.23	-1.03	-0.1	-0.89		0.48	-0.17	-0.6	-0.45	-0.1	0.6	-0.51	-0.18	0.56	0.08	0.45	-0.32	-0.18	-0.17	-0.6	0.26	0.06	-0.49	-0.14	0.3	-0.06	0.69	0.06	-0.15	-0.4	0.24	-0.06	-0.25	-0.36	0.81	0.7
+YBR193C	MED8   TRANSCRIPTION       RNA POLYMERASE II MEDIATOR SUBUNIT	-0.09	0.08	-0.14	-0.34	-0.47	-0.15	-0.2	0.21	-0.15	-0.09	-0.38		-0.09	0.04	-0.51	0.19	-0.1	0.23	0.6	-0.45	-0.47		-0.12	-0.1	-0.27	0.04		-0.09		-0.01	0.06	0.03	-0.56	-0.45	0.03	-0.14	-0.76	-0.29	0.01	0.34	0.11	-0.71	-0.18	0.9	-0.49	-0.2	-0.51	-0.42	-0.12	-0.29	-0.49	-0.34	-0.09		-0.15	0.16	-0.27	0.26	0.55	0.12	0.52	-0.15	-0.15	1.01	0.2	-0.29	-0.15	-0.36	-0.47	0.16	-0.56	-0.32	-0.18	-0.09	0.04	-0.06	-0.43	0.23	-0.62
+YNL257C	SIP3   GLUCOSE DEREPRESSION     (PUTATIVE) TRANSCRIPTIONAL ACTIVATOR	-0.12	-0.34	-0.03	-0.29	0.03	-0.09	0.11		-0.14	-0.07	-0.14			-0.32	-0.12	-0.09	-0.03	0.24	-0.4	-0.23	-0.64	-0.38	-0.22	-0.14	-0.3	0.03	-0.1		-0.29	-0.4	0.12	-0.01	-0.71	-0.54	-0.17	-0.29	-0.42	-0.34	-0.18	-0.23	0.01	-0.38	-0.3	-0.67	-0.25	-0.45	-0.42	-0.27	-0.1	-0.27	-0.34	-0.25	-0.17	-0.17	0.14	-0.43	0.15	-0.43	0.06	-0.22	0.16	-0.58	-0.1	1.09	-0.18	-0.32	-0.2	-0.17	-0.43	0.37	-0.25	-0.36	-0.23	-0.23	-0.01	0.03	 [...]
+YGR104C	SRB5   TRANSCRIPTION       RNA POLYMERASE II MEDIATOR SUBUNIT	0.18	-0.32	0.06	-0.45	-0.01	-0.09	0.3	0.23	0.08	0.03	-0.17	-0.17		-0.04	0.04	-0.23	0.14	-0.32	0.11	-0.2	-0.36	-0.03	0.23	-0.09	0.1	-0.3	-0.29	-0.49	-0.29	-0.56	-0.69	-0.47	0.15	0.31	0.32	-0.22	-0.29	0.3	-0.22	-0.15	-0.18	-0.22	-0.38	0.42	-0.09	-0.23	-0.01	-0.51	-0.03	0.39	0.7	0.69	-0.09	-0.58	0.24	-0.4	0.12	0.45	0.15	-0.56	0.01	0.39	-0.27	1.88	-0.4	-0.32	-0.6	-0.18	-0.47	0.3	0.1	-0.14	-0.23	0.03	-0.09	-0.36	-0.22	-0.25	-0.14
+YOR148C	SPP2   MRNA SPLICING       SPLICEOSOME-ASSOCIATED PROTEIN	-0.38	-0.01	-0.32	-0.18		0.14	-0.01	-0.2	-0.15	-0.04	-0.67	-0.03	-0.29	-0.29	-0.29	-0.18	-0.07	-0.2	0.11	-0.09	-0.09	0.25	0.2	-0.03		-0.25	-0.36	-0.15	0.2	-0.43	-0.38	-0.1	0.34	0.68	0.36	-0.42	-0.4	0.12	-0.45	0.57	1.47	-0.47	-0.29	0.31	0.07	-0.32	0.12	-0.22	0.11	-0.06	-0.01	0.14	0.15	0.25	0.07	-0.42	0.18	0.1	0.16	0.07	-0.15	-0.27	-0.54	2.06	0.03	0.6	-0.22	-0.07	-0.29	0.83	-0.04	0.19	-0.06	-0.14	0.1	-0.1	-0.27	0.11	-0.3
+YJR090C	GRR1   GLUCOSE REPRESSION (AND  CYCLIN F BOX PROTEIN	-0.14	-0.25	-0.4	-0.27	-0.23	-0.47	-0.22	-0.18	-0.06	-0.29	-0.23	-0.01	-0.34	-0.47	-0.17	0.11	0.1	0.16	-0.22	-0.47	-0.62	-0.23	-0.27	-0.14	-0.12	-0.22	-0.14	-0.22	-0.25	-0.06	-0.67	-0.34	0.15	0.14	0.01	0.16	-0.03	-0.07	0.2	-0.03	0.11	-0.01	-0.14	-0.2	-0.1	-0.17	-0.3	-0.23	-0.47	0.07	0.93	0.45	0.8	-0.01	0.32	0.42	-0.32	0.1	-0.54	0.26	0.23	-0.4	-0.12	1.47	-0.34	-0.3	-0.4	-0.17	-0.2	0.25	-0.3	0.21	-0.23	-0.49	-0.49	-0.6	-0.64	-0.4 [...]
+YBR188C	NTC20  MRNA SPLICING       PRP19P-ASSOCIATED COMPLEX PROTEIN 	-0.23	1.71	-0.45	0.2	-0.32	-0.14	0.04	0.11	-0.29	0.23	-0.58	0.26	0.01	0.25	-0.27	0.31	0.2	0.15	-0.38	-0.14	-0.01	-0.2	-0.42	-0.09	-0.15	-0.27	-1.12	-0.51	0.03	-0.29	-0.18	-0.3	-0.2	-0.15	-0.67	-0.54	-0.62	-0.81	-0.03	0.3	1.23	-0.74	-1.09	0.51	-1.64	-0.43	-0.64	0.11	0.59	0.57	0.51	0.2	0.11	0.04	-0.29	-0.56	0.63	1.18	0.77	-0.43	0.16	-0.92	-0.15	0.96	0.03	-0.14	-0.64	-0.71	-0.6	0.34	-1	-0.49	0.08	0.24	0.1	-0.12	-0.58	-0.4 [...]
+YGL063W	PUS2   TRNA PROCESSING     PSEUDOURIDINE SYNTHASE	-0.07	-0.22	0.21	0.19	0.4	0.04	-0.32	0.19	0.4	-0.27	0.98	0.11	0.1	0.03	0.43	0.57	-0.32		-0.27	-0.1		0.2	0.15	-0.14	-0.18	0.14	-0.01	0.06	-0.2	-0.09	0.11	-0.1	-0.09	-0.09	-0.15	-0.18	-0.25	-0.15	-0.15	-0.1	-0.22	-0.32	-0.22	-0.32	-0.32	-0.58	-0.4	0.23	-0.22	-0.29	-0.54	-0.27	-0.54	-0.43	-0.36	-0.07	0.2	-0.56	0.21	0.21	0.2	0.51	0.2	-0.43	-0.01	-0.45	0.04	-0.15	-0.09	1.21	-0.49	-0.2	-0.43	-0.07	0.39	-0.2	-0.45	0.19	-0.04
+YOR269W	PAC1   CYTOSKELETON (PUTATIVE)  UNKNOWN; REQUIRED IN THE ABSENCE OF CIN8P	-0.2	-0.18	0.03	-0.03	0.12	-0.07	-0.17	-0.14	-0.07	0.01	0.04	-0.22	-0.12	-0.25	0.06	-0.09	-0.27	-0.23	-0.2	-0.27		0.16	0.04	-0.15	-0.09	-0.34	-0.18	-0.09	-0.2	-0.34	-0.27	-0.47	0.43	-0.42	-0.67	-0.07	-0.15	0.14	-0.18	-0.22	-0.04	-0.03	-0.07	0.25	-0.43	-0.15	0.29	-0.22	-0.25	-0.2	-0.04	-0.09	-0.12	-0.71	-0.23	0.19	-1.06	-0.67	0.01	-0.17	-0.3	-0.51	-0.3	-0.07	-0.07	-0.67	-0.3	-0.45	-0.06	2.68	0.31	0.36	0.18	0 [...]
+YDR404C	RPB7   TRANSCRIPTION       RNA POLYMERASE II 19 KD SUBUNIT	-0.47	-0.4	-0.42	-0.56	-0.64	-0.22	-0.32	-0.4	0.06	0.14	0.03	-0.45	-0.23	-0.6	-0.27	-0.18	-0.34	-0.14	0.3	-0.1	-0.49	-0.47	-0.34	-0.3	0.04	0.1	0.15	0.19	0.3	0.12	0.19	0.14	-0.25	-0.43	-0.51	-0.2	-0.18	-0.4	-0.34	-0.01	-0.06	-0.17	-0.07	0.34	-0.29	-0.42	-0.32	0.06	0.1	0.1	0.32	0.23	0.24	0.08	-0.01	-0.27	0.36	0.81	0.1	0.08	0.1	-0.54	-0.23	0.1		-0.51	-0.38	-0.43		0.72	-0.45	0.15	-0.12	0.03	0.4	-0.07	-0.15	0.01	-0.76
+YHL003C	LAG1   AGING          UNKNOWN	-0.56	-0.43	-0.43	-0.18	-0.12	-0.03	-0.09	-0.51	-0.23	-0.23	-0.25	-0.4	-0.04	-0.32	-0.07	-0.3	-0.54	-0.43	-0.43	-0.27	0.24	0.21	-0.32	0.2	0.21	0.19	-0.01	0.01	0.23	0.15	-0.09	-0.03	-0.64	-0.56	-0.51	-0.09	-0.27	-0.29	-0.12	-0.01	0.41	-0.2	-0.3	0.24	-0.47	-0.49	-0.4		0.32	-0.06	-0.27	-0.15	0.5	0.04	-0.43	0.07	0.54	-0.38	-0.47	-0.17	-0.04	-0.76	-0.34	-0.23	0.19	-0.74	-0.38	-0.58	-0.67	1.41	-0.92	-0.81	0.08	0.01	0.42	0.24	0.24	-0.22	-0.81
+YNR049C	MSO1   SECRETION        UNKNOWN; INTERACTS WITH SEC1P	-0.29	-0.51	-0.17	-0.81	-0.17	-0.2	0.15		-0.06	-0.22	-0.14	-0.51	-0.27	-0.76	-0.23	-0.18	0.16		0.31	0.03	-0.58	-0.4	-0.17	-0.01	-0.43	0.08		-0.17	-0.18	-0.03	-0.03	-0.29	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.43	-0.03	-0.2	-0.27	-0.23	-0.38		0.08	-0.22	-0.29	-1.03	0.31	-0.34	0.49	0.82	-0.22	0.21	0.08	0.16	-0.27		0.18	0.28		0.2	-0.32	-0.38	-0.15	-0.22	-0.12	0.65	-0.15
+YNL214W	PEX17  PEROXISOME BIOGENESIS    PERIPHERAL MEMBRANE PROTEIN	-0.09	-0.3	-0.09	0.1	0.14	-0.27	0.16	-0.29		-0.12	-0.06	-0.4	-0.07	-0.34	-0.18	-0.18	0.03	0.72	-0.06	-0.25	-0.45	-0.79	-0.49	-0.54	-0.38	-0.3	-0.36	-0.3	-0.4	-0.03	-1.47	-0.43	0.2	-0.04	0.11	-0.42	-0.54	-0.42	0.53	0.62	-0.4	-1.47	-0.42		-0.94	0.21	-0.38	-0.4	-0.18	-0.36	-0.56	-0.4	-0.06	0.03	-0.32	0.08	0.43	0.43	-0.2	0.19	-0.1	0.5	-0.07	0.01	0.08		-0.15	-0.06	0.11	-0.17	-0.01	-0.54	-0.2	-0.36	-0.15	-0.34	-0.04	0.57	0.44
+YNL330C	RPD3   CHROMATIN STRUCTURE    HISTONE DEACETYLASE	-0.32	-0.42	0.1	-0.03	0.01	-0.2	0.03	-0.09	-0.12	0.01	-0.07	-0.03	-0.1	-0.36	-0.07	-0.09	-0.1	-0.14	0.79	-0.15	-0.45	-0.15	-0.06	-0.38	0.03	-0.01	-0.09	-0.29	-0.29	-0.06	-0.22	-0.25	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.49	0.11	-0.2	-0.2	-0.3	-0.29	0.14	-0.34	-0.54	0.3		0.11	0.15	0.26	-0.4	0.04	0.37	0.14		-0.07	0.18	0.23	0.32	-0.36	0.36	0.11	0.26	0.57	0.11	0.36	0.61	0.29
+YLR119W	"SRN2   RNA EXPORT, PUTATIVE     UNKNOWN"	0.63	1.38	0.3	0.56	-0.03	0.19	-0.22	0.21	-0.1	-0.32	-0.06	-0.06	-0.03	-0.29	-0.17	-0.1	-0.2	-0.42	0.7	-0.15	-0.2	-0.18	-0.27	-0.3	-0.17	-0.34	-0.76	-0.69	-0.15	-1	-0.64	-0.43	0.2	0.28	0.57	-1.51	-1.12	-0.79	-1.29	0.33	-2	-1.74	-0.89	-0.27	-2.74	0.21	0.23	-0.04	-0.45	-0.4	-0.64	-0.51	-0.74	-0.17	-0.17	0.12	-0.43	-0.67	0.16	-0.06	-0.01	-0.43	-0.97	0.5	-0.22	0.42	0.31	-0.04	0.12	0.67	1.43	1.11	-0.3	-0.2	-0.2	-0.2	-0.27	0.12	-0.29
+YGL126W	SCS3   PHOSPHOLIPID METABOLISM  INOSITOL PHOSPHOLIPID BIOSYNTHESIS	-0.12	1.24	0.04	-0.23	-0.04	-0.47	-0.09	-0.49	-0.45	-0.14	0.1	-0.2	0.33	-0.6	-0.03	-0.76	-0.22	-0.34	-0.1	-0.51	0.08		-0.01	-0.47	-0.15	-0.18	-0.18	-0.27	-0.43	-0.3	-1.36	-0.29	0.04	-0.23	-0.49	-0.62	-0.86	-0.92	-0.18	0.12	-0.3	-0.89	-0.62	-1.25	-0.43	-0.3	-0.54	-0.17	-0.43	-0.18	-0.03	-0.03	0.04	-0.15	-0.1	-0.12	-0.14	0.1	0.25	0.54	0.37	0.76	0.19	0.42	0.04	0.32	0.7	0.66	0.21	0.58	0.73	0.86	-0.12	-0.23	-0.18	-0.17 [...]
+YCR009C	RVS161 CYTOSKELETON        ACTIN-BINDING PROTEIN	1.72	1.2	1.12	0.26	0.08	-0.23	-0.03	-0.17	-0.18	0.24	-0.27	0.56	-0.09	-0.69	-0.03	0.07	0.31	0.77	1.14	-0.32	-0.23	-0.34	0.01	-0.07	-0.81	-0.04	-0.14	-0.22	-0.07	-0.09	0.07	-0.15	0.28	0.08	-0.64	0.15	-0.81	-1.03	-0.97	0.86	0.03	-1.74	-1.03	-0.6	-1.56	-0.89	-2	-0.3	-0.25	-0.42	-0.17	-0.27	-0.32	0.38	-0.12	-0.22	-0.09		-0.22	0.37	0.14	-0.84	-0.54	-0.01	0.4	0.53	0.04	0.49	-0.17	0.18	0.08	-0.25	-0.06	-0.2	-0.14	-0.27	-0.2	-0.58	-0.67
+YBL037W	APL3   SECRETION        CLATHRIN ASSOCIATED	-0.17		0.03	-0.12	0.14	-0.32	0.23	0.12	-0.14	0.32	-0.3	-0.2	-0.04	-0.04	-0.06	0.07	0.06	0.08	-0.43	-0.86	-0.58	-0.15	-0.27	-0.25	-0.36	0.11	-0.06	0.19	-0.34	0.12	-0.06	-0.07	-0.92	-0.15	-0.3	-3.84	-3.64	-3.47	-5.06	1.3	0.32	-4.64	-4.06	-0.47	-1.18	-0.76	-0.86	-0.15	-0.18	-0.32	-0.36	0.54	-0.06	0.14	-0.76	-0.79	0.18	0.01	-0.07		0.01	-0.07	-0.07	0.41	-0.45	-0.3	-0.34	-0.2	-0.22	-0.15	-0.27	-0.14	-0.43	-0.51	0.08	-0.38	-0.51	0.21	-0.12
+YBR110W	"ALG1   PROTEIN GLYCOSYLATION    BETA-1,4-MANNOSYLTRANSFERASE"	-0.2	-0.34	0.08	-0.15	0.2	-0.23	0.18	0.43	0.06	0.1	0.07	0.18	0.06	-0.14	-0.06	0.03	0.03	0.2	-0.07	-0.58	-0.12	-0.23	-0.18	-0.34	-0.47	-0.27	-0.04	0.07	-0.32	-0.04	-0.34	-0.09	-0.79	-0.56	-0.22	-4.06	-4.64	-3.47	-3.47	-0.23	-0.22	-2.56	-3.32	-0.3	-0.4	-0.47	-0.4	-0.06	-0.25	-0.86	-1.15	-0.14	-1.36	0.33	-0.58	-1.12	0.23	-0.09	-0.22	0.11	0.04	-0.42	0.14	1.15	-0.15	-0.84	-0.09	-0.06	-0.15	-0.42	-0.3	-1	-0.23	-0.1	0.59	-0. [...]
+YBL035C	"POL12  DNA REPLICATION     DNA POLYMERASE ALPHA, 70 KD SUBUNIT"	-0.45	-0.64	1.01	1.14	0.45	-0.4	-0.64	0.15	-1.09	0.44	0.04	0.28	0.32	0.03	-0.54	-0.12	-0.6	-0.3	-0.79	-1.29	-0.49	0.06	0.59	0.51	0.4	0.16	-0.07	0.11	-0.4	-0.67	-0.79	-0.43	-0.94	0.58	0.38	-2.56	-3.18	-2.74	-4.64	0.36	0.32	-2.74	-3.47	-1.25	-0.67	-0.62	-0.89	0.01	1.01	1.13	1.49	0.45	0.38	0.46	-0.09	-0.74	2.35	1.83	-0.2	-1.12	-0.79	0.37	-0.14	-0.2	-0.62	-0.42	-0.84	-0.34	-0.4	0.07	-0.23	-0.74	-0.49	-0.49	0.21	-0.51	-0 [...]
+YPL153C	"RAD53  CELL CYCLE, CHECKPOINT   PROTEIN KINASE"	-0.69	1.18	1.04	1.1	0.53	-0.14	-0.51	-0.71	-1.06	-0.49	0.26	0.62	0.2	-0.1		-0.64	-0.56	-0.67	-1.32	-0.74	-0.79	-0.22	0.21	0.39	0.23	-0.14	-0.4	-0.1	-0.23	-0.54	-1.18	-0.51	-0.79	0.4	0.57	-0.84	-1.6	-1.56	0.23	0.26	-0.15	-1.03	-1.47	-1.15	-0.2	-0.62	-0.45	-0.42	0.14	0.5	0.96	0.89	0.36	-0.09	0.52	0.04	0.49	-0.04	-0.64	-0.4	-0.12	0.5	-0.2	0.11	-0.42	-0.54	-0.76	-0.49	-0.62	0.41	0.24	-0.29	-0.2	-0.17	-0.14	-0.54	-0.32	-0.89	-0.42
+YBR112C	CYC8   TRANSCRIPTION       GENERAL REPRESSOR	-0.42	-0.09	-0.74	-0.47	-0.17	-0.38	-0.03	-0.01	-0.38	0.36	-0.36	0.2	-0.23	0.12	-0.29	0.61	-0.56	0.25	0.03	-0.18	-0.09	0.3	0.25	0.25	0.39	0.54	0.71	0.64	0.21	0.51	-0.43	0.25	-0.49	-0.12	-0.14	-0.67	-0.18	-0.32	-0.03	0.92	0.12	-0.43	-0.45	0.86	-0.86	0.06	-0.81	0.25	-0.32		-0.18	0.19	0.15	-0.3	0.23	0.9	0.18	0.03	0.54	0.3	0.45	0.8	0.11	-0.12	-0.14	-0.49	0.1	-0.2	0.48		1.08	-0.1	0.14	0.37		-0.25	-0.38	-0.18	-0.38
+YBR114W	"RAD16  DNA REPAIR, NUCLEOTIDE E NEF4 COMPONENT"	0.08	-0.49	-0.74	-0.18	-0.36	0.25	-0.32	0.23	-0.51	0.14	-0.54	0.38	-0.09	-0.18	-1.09	0.24	-0.64	0.49	-0.34	-0.43	0.07	0.01	-0.06	-0.1	-0.07	0.21	0.15	0.06	-1.4	-0.32	-0.69	0.1	-0.49	0.03	-0.18	0.3	-1.03	-0.51	-0.74	0.77	1.12	-1.09	-0.42	0.19	-1.22	-0.58	-0.81	0.63	-0.34	-0.2	-0.14	0.23	-0.06	0.42	0.28	0.77	-0.07	-0.07	0.9	0.63	0.21	0.86	0.4	-0.36	-0.49	-0.45	-0.1	-0.1	0.36	-0.12	0.59	-0.07	-0.74	-0.25	0.06	-0.38	-0.67	0.32	-0.27
+YBR289W	SNF5   TRANSCRIPTION       COMPONENT OF SWI/SNF GLOBAL ACTIVATOR COMPLEX	-0.36	0.14	-0.45		-0.45	0.52	-0.29	0.04	-0.07	0.46	0.12	0.06	-0.18	0.1	-0.01	0.38		0.34	0.48	0.45	0.41	0.44	0.6	0.77	0.64	0.65	0.38	0.4	0.46	0.42	0.32	0.36	-0.25	-0.12	0.16		-0.47	-0.56	-0.25	-0.14		0.11	-0.34	0.62	-0.29	-0.3	-0.3	0.32	-0.3	-0.14	-0.51	-0.43	-0.54	-0.2	-0.25	-0.04	0.14	0.44	0.28	0.25	0.42	0.43	0.25	0.14	0.11	-0.18	-0.1	0.07	0.49	0.04		-0.03	0.18	0.59	0.01	-0.17	-0.3	-0.09	-0.17
+YDL056W	MBP1   CELL CYCLE       TRANSCRIPTION FACTOR	-0.56	-0.38	-0.62	-0.47	-0.23		-0.45	-0.15	0.06	0.26	0.4	-0.32	-0.49	-0.07	-0.04	0.32	-0.09	-0.09	0.19	0.66	0.41	-0.07	-0.2	0.23	0.18	0.3	0.24	0.18		-0.04	0.32	0.15	-1.43	-1.43	-1.25	-0.69	-1.15	-1.64	-1.12	-1.43	-0.34	-0.86	-0.62	0.51	-1.22	-1.74	-2.25	0.07	-0.6	-0.6	-0.69	-0.62	-0.76	-0.23	0.32	0.23	-0.42	-0.58	0.38	0.07	0.23	0.28	0.01	-0.38	-0.1	-0.38	-0.32	-0.49	0.12	0.08	0.31	-0.45	-0.07	0.33	-0.14	-0.29	-0.54	-0.12	-0.43
+YER011W	TIR1   STRESS RESPONSE (PUTATIV CELL WALL PROTEIN	-1.03	-1.15	-1.32	0.21	-0.76	-1.18	-0.42	-0.94	-0.49	-0.76	-0.81	-0.92	-0.3	-0.51	-0.06	-0.34	-0.04	-0.56	-0.38	-0.42	-0.2	-0.4	-0.36	-0.43	-0.36	0.01	0.08	0.14	-0.2	0.41	-0.2	-0.6	-0.14	0.03	-0.04	1.57	0.23	0.25	0.08	0.81	0.14	-0.25	0.15	0.07	-0.2	-0.06	-0.22	-0.51	-0.51	-0.15	0.58	0.26	0.23	-0.18		-0.06	-0.81	1.17	0.42	0.74	-0.14	-0.15	-0.97	-1.64	-0.43	-1.09	-0.4	-0.38	0.52	0.2	0.82	0.48	0.06	0.06	0.12	-0.1	-0.14	0.41	0.06
+YNL197C	WHI3   CELL SIZE        UNKNOWN	-1.18	-0.89	-1.12	-0.25	-0.27	0.23	-0.03	-0.3	-0.56	-0.34	-0.84	-0.29	-0.32	-0.06	-0.17	-0.34	-0.17	-0.34	0.23	-0.45	0.23	0.1		0.18	0.21	0.23	0.19	0.49	0.36	-0.01	0.04		-0.38	-0.6	-0.12	0.58	0.14	-0.12	-0.3	0.07	0.38	0.31	-0.25	0.08	-0.56	-0.67	-0.6	-0.14	-0.34	-0.29		-0.15	0.25	-0.45	-0.01	0.23	0.85	0.82	0.15	0.2	-0.15	-0.2	0.1		-0.54	-0.62	-0.2	-0.47	0.36	0.21	0.53	1.32	0.29	0.04	0.59	-0.04	-0.32	-0.06	-0.45
+YHR072W	ERG7   STEROL METABOLISM     LANOSTEROL SYNTHASE	-0.38	-0.4	-0.62	-0.3	-0.4	0.12	0.03	-0.17	0.07	0.01	-0.07	-0.07	-0.18	-0.32	-0.15	-0.01	-0.62	-0.06	-1.09	0.32	0.55	0.26	0.34	0.5	0.19	0.12	0.19	0.18	0.11	-0.2	0.07	0.41	-0.32	-0.38	-0.32	0.12	0.3	0.33	0.1	0.08	0.08	0.06	-0.14	-0.01	-0.58	-0.6	-0.38	-0.1	0.7	0.53	-0.03	-0.09	0.57	0.21	-1.12	-0.22	0.34	0.67	0.18	-1.09	-0.64	0.1	0.12	0.04	-0.2	-0.47	-0.03	0.08	0.97	0.36	-1.09	1.05	0.3	0.29	0.3	-0.6	-0.51	-0.47	-0.81
+YBL016W	FUS3   MATING         PROTEIN KINASE	2.07	0.23	-1	-1.09	-0.71	-0.34	-0.69	0.9	-0.89	-0.67	-0.49	-0.14	-0.18	-0.04	-0.22	0.14	-0.54	0.18	-0.81	-0.06	-0.03	0.07	0.36	-0.03	0.01	0.12	0.18	0.03	-0.17	0.16	-0.2	0.2	-0.04	0.25	0.08	0.42	0.14	0.5	0.61	0.41	0.24		0.34	1.33	1.37	-0.18	-0.94	0.19	0.38	0.08	0.33	-0.03	0.16	-0.06	0.18	-0.15		-0.74	0.99	-1.22	-0.42	0.3	-0.49	-0.04	-0.23	-0.79	-0.3	-0.27	0.06	0.32	0.03	0.85	0.06	0.26	0.48	-0.14	-0.62	0.24	0.55
+YBL069W	AST1   PLASMA MEMBRANE PROTEIN  TARGETS PLASMA MEMBRANE ATPASE	-0.43	-0.94	-1.12	-0.94	-0.43	0.03	0.41	0.28	0.07	0.21	-1.06	-0.18	-0.23	-0.01	-0.36	0.23	-0.07	0.16	-1.22	-0.01	0.16	0.07	-0.2	-0.15	0.18	0.23	0.12	0.06	0.24	0.25	-0.36	0.16	0.04	0.28	0.28	1.66	-0.09	-1	-0.12	0.65	0.7		-0.69	0.38	-0.51	-0.2	-0.64	0.12	0.11	0.4	0.03	-0.03	-0.22	-0.45	-0.54	-0.23	0.77	0.69	1.11	-1.15	-0.36	-0.03	-0.06	0.18	0.01	-1.47	-0.32	-0.58	0.32	0.23	-0.06	0.06	-0.56	-0.04	0.48	-0.22	-0.47		0.18
+YBL020W	RFT1   CELL CYCLE       UNKNOWN	0.19	-0.94	-0.49	-0.22	-0.15		0.06	0.11	-0.15	-0.25	-0.81	0.07	0.11	-0.06	0.04	0.36	-0.29		-0.94	-0.58	-0.54	0.24	0.04	0.1	0.14	0.1	-0.15	0.11	0.46	0.03	-0.47	-0.42	-0.04	0.63	0.08	-0.56	-0.45	0.19	0.06	0.33	0.51		-0.04	0.38	-0.84	-0.18	-0.94	0.3	0.42	0.53	0.37	0.42	0.64	-0.03	-0.1	-0.01	0.4	0.29	0.2	-0.51	-0.64	-0.17	0.14	-0.64	-0.06	-1.09	-0.1	-0.58	-0.01	-0.27	0.11	0.93	0.36	0.11	0.9	-0.07	-0.56	-0.07	0.2
+YBR023C	CHS3   CELL WALL BIOGENESIS     CHITIN SYNTHASE III	1.19	0.57	0.15	0.5	0.19	-0.12	0.19	0.39	-0.14	-0.03	0.26	0.84	0.48	0.51	0.2	0.91	-0.07	0.06	-0.67	-0.54		-0.01	0.31	0.32	0.43	-0.01	0.11	0.36	0.31	0.36	-0.94	-0.22		0.11	-0.09	-0.14	-0.81	0.49	-1.79	0.65	0.49		-0.4	0.03	-0.79	-0.2	-1	0.26	0.11	0.46	0.53	0.46	0.48	-0.04	0.2	-0.17	0.15	0.62	0.06	-0.3	-0.29	0.45	0.1	-0.79	-0.64	-0.67	-0.04	0.11	0.28	-0.07	0.04	0.23	0.21	0.51	0.25	-0.07	-0.34	-0.89	0.23
+YDR035W	ARO3   AROMATIC AMINO ACID BIOS DAHP SYNTHASE	0.48	0.24	0.23	-0.01		-0.15	0.32	0.03	0.29	0.01	0.1	-0.01	0.14	-0.09	0.16	-0.07	-0.15	0.07	0.28	0.07	-0.2	0.04	-0.09	-0.14	-0.12	-0.12	0.11	0.04	0.33	0.34	-0.01	0.08	0.14	0.01	-0.42	0.15	-0.4	-0.23	0.15	0.9	0.28	-0.71	0.11	-0.4	-0.89	-0.51	-0.79	-0.12	0.45	0.33	-0.06	0.15	-0.09	0.37	-0.25	-0.36	0.36	-0.25	-0.09	-0.43	-0.51		-0.6	-0.74	-0.14	-0.36	-0.71	-0.43	0.32	0.07	0.53	0.2	0.08	0.11	-0.01	-0.32	-0.22	-0.89	-0.56
+YPR199C	ARR1   TRANSCRIPTION       BASIC LEU ZIPPER TRANSCRIPTION FACTOR	0.04	-0.01	0.15	-0.12	-0.1	0.14	-0.04	0.06	-0.14	-0.25	-0.04	-0.29	-0.1	-0.62	-0.15	-0.15	0.14	-0.3	0.82	-0.12	0.11	0.36	0.12	-0.17	-0.09	-0.15	-0.49	-0.36	-0.06	-0.17	-0.36	-0.23	0.2	0.18	0.25	0.34	0.28	0.4	0.4	0.31	0.4	0.36	0.19	-0.97	0.36	0.26	0.25	-0.3	-0.62	-0.47	-0.67	-0.34	-0.56	-0.62	-0.23	0.03	-0.14	-0.22	-0.07	-0.01	-0.14	0.39	-0.14	0.2	0.01	-0.27	-0.12	-0.49	-0.12	0.2	0.48	-0.06		0.25	-0.15	-0.2	-0.18	0.7 [...]
+YPL215W	CBP3   RESPIRATION      CYTOCHROME-C REDUCTASE ASSEMBLY	-0.09	-0.27	0.14	-0.18	0.07	-0.32	0.21	-0.01	-0.17	-0.25	-0.12	-0.22	0.06	-0.36	0.04	-0.3	0.2	-0.22	0.43	-0.45	-0.34	-0.23	-0.03	-0.23	-0.12	-0.04	-0.22	-0.22	0.01	-0.22	-0.27	-0.23	0.29	0.23	0.24	0.23	0.45	0.48	1.01	0.89	0.48	0.74	0.51	-0.29	1.16	0.99	0.88	-0.04	-0.23	-0.1	-0.34	-0.03	-0.23	-0.29	-0.1	-0.09	-0.3	-0.36	-0.74	-0.04	0.14	0.38	-0.34	0.24	0.21	0.32	-0.71	-0.04	0.11	0.65	0.45	0.25	-0.06	-0.18	-0.04	-0.1	-0.3	-0.4 [...]
+YLR275W	SMD2   MRNA SPLICING       U1 SNRNP PROTEIN	0.28	-0.07	0.07	-0.18	0.21	-0.14	0.12	0.25	-0.14	-0.14	-0.38	-0.4	-0.06	-0.43	-0.25	-0.38		-0.2	0.14	-0.3	-0.03	-0.43	0.08	-0.07	-0.1	-0.36	-0.36	-0.56	-0.14	-0.74	-0.2	-0.43	0.43	0.65	0.32	-0.1	-0.15	0.26	0.11	0.91	-0.09	-0.15	-0.2	-0.76	0.18	-0.2	0.01	-0.27	-0.34	-0.29	0.14	0.45	-2.18	-0.56	0.23	0.39	-0.58	-0.58	-0.3	-0.71	-0.09	0.04	-0.79	0.01	-0.4	0.3	-0.84	-0.38	-0.17	0.56	-0.01	0.18	-0.14	-0.2	-0.04	-0.42	-0.1		-0.06
+YKR008W	RSC4   CHROMATIN STRUCTURE    CHROMATIN REMODELING COMPLEX SUBUNIT	-0.3	-0.09	-0.56	-0.2	-0.07	-0.06	-0.06	-0.15	-0.12	-0.17	0.03	-0.3	-0.06	-0.22	0.11	0.12	-0.38	-0.07	0.57	-0.27	-0.15	-0.34	-0.32	-0.34	-0.12	-0.14	0.19	0.01	0.06	0.07	-0.2	-0.34	0.08	-0.06	0.01	0.16	-0.18	-0.23	-0.4	-0.23	0.18	-0.01	-0.27	-0.54	0.11	-0.22	-0.03	-0.09	-0.47	-0.22	0.03	0.16	-0.17	-0.67	0.3	0.19		0.03	-0.17	-0.23	-0.18	0.59	-0.34	-0.06	-0.17	0.15	-0.25	-0.42	-0.3	0.41	-0.03	0.07	0.38	0.29	0.26	-0.2 [...]
+YGL233W	SEC15  SECRETION        EXOCYST COMPLEX SUBUNIT	-0.4	-0.38	-0.3	-0.23	-0.4	-0.17	-0.04	-0.25	-0.22	-0.29	-0.25	-0.01	-0.38	-0.42	-0.15	-0.1	-0.23	-0.01	0.7	0.04	-0.64	0.26	-0.15	-0.15	-0.09	-0.15	-0.18	0.11	0.07	0.06	-0.43	0.1	-0.47	-0.18	-0.15	0.34	0.1	0.03	-0.04	0.24	0.8	-0.14	-0.54	0.1	0.01	-0.1	-0.29	-0.07	-0.17	-0.45	-0.45	-0.38	-0.06	0.14	0.06	0.38	-0.17	-0.47	-0.17	0.06	0.14	-0.25	-0.36	0.07	-0.14	-0.04	-0.43	0.01	0.66	0.12	0.65	0.93	0.23	0.34	0.26	-0.09	-0.36	0.24	0.25
+YMR227C	TAF67  TRANSCRIPTION       TFIID 67 KD SUBUNIT	0.19	0.28	0.03	0.52	0.12	0.18	0.14	0.5	0.19	-0.04	0.07	0.1	0.06	-0.01	0.08	0.29	0.29	-0.06	0.14	-0.18	0.1	0.03	0.01	-0.07	-0.09	0.03	-0.23	-0.14	-0.12	-0.12	-0.06	-0.15	-0.36	0.7	-0.2	-0.17	-0.43	-0.25	0.52	1.71	0.03	-0.86	-0.56	0.21	-0.92	-0.23	-0.3	-0.1	0.16	0.45	0.21	-0.3	-0.09	-0.58	-0.15	-0.2	0.11	0.3	-0.15	-0.12	-0.22	0.42	-0.04	0.01	-0.3	-0.42	-0.27	-0.32	-0.29	0.25	0.1	0.28	-0.09	-0.34	0.32	-0.45	-0.54	0.31	-0.14
+YAR019C	CDC15  CELL CYCLE       PROTEIN KINASE	0.31	0.16	0.12	0.39	0.03	0.18	0.41	0.41	0.53	-0.17	-0.07	0.06	0.11	-0.03	0.2	-0.01	-0.07	-0.23	0.33	-0.14	-0.29	-0.14	-0.25	-0.67	-0.3	-0.47	-0.69	0.03	-0.42	-0.34	-0.54	-0.09	-0.62	0.58	-0.18	0.12	-0.64	0.28	-0.64	0.86	-0.09	-0.74	-0.36	0.33	-1.22	0.12	-0.47	0.12		-0.29	-0.29	-0.54	-1.03	-0.56	0.04	-0.42	-0.03	0.33	-0.17	0.9	-0.17	-0.07	0.48	0.58	-0.6	-0.34	-0.47	0.01	-0.43	0.08	-0.07	0.11		0.67	-0.32	-0.27	-0.81	0.11	0.26
+YCR042C	TSM1   TRANSCRIPTION       TFIID ASSOCIATED FACTOR (TAF)	-0.18	0.03	0.03	-0.29	-1.03	-0.42	-0.76	0.12	0.43	0.77	0.82	0.24	-0.32	-0.45	-0.62	0.37	-0.03	0.2	0.07	0.3	-0.12	0.16	0.01	-0.04	-0.1	0.3	0.03	0.01			0.1	0.28	-0.09	0.03	-0.58	-0.94	0.15	0.57	0.16	-0.22	-0.15	-2.25	-0.14	0.24	0.12	-0.1	-0.23	0.01	0.29	0.1	-0.22	-0.18	-0.36	-0.12	-0.25	-0.1	0.19	0.46	0.29	0.11	0.34	0.41	0.12	-0.86	-0.43	-0.51	-0.34	-0.32	-0.2	-0.04	0.46	-0.34	0.07	0.48		-0.18	-0.2	0.26	0.04
+YCR018C	SRD1   RRNA PROCESSING     NUCLEOLAR PROTEIN 	0.03	0.25	0.25	0.19	-0.14	0.08	-0.09	-0.17	0.21	-0.2	0.53	0.18	0.1	-0.2	0.03	0.31	-0.07	0.24		0.14	-0.25	-0.03	-0.27		0.18	0.1	0.37	0.21	-0.22	0.04	0.53	0.11	-0.32	-0.09	-0.27	-1.84	-0.94	-0.27	0.03	0.23	0.11	-0.94	-0.12	0.56	0.33	-0.23	-0.27	0.01	-0.01	-0.06	-0.01		-0.03	-0.01	0.06	-0.04	-0.07	-0.03	0.23	0.9	0.39	0.42	0.31	-0.76	-0.49	-0.14	-0.64	-0.4	-0.12	0.24	0.57	-0.04	-0.01	0.21	0.06	-0.2	-0.29	-0.38	-0.15
+YNL088W	TOP2   DNA REPLICATION     DNA TOPOISOMERASE II	0.25	0.39	0.03	0.07	0.34	-0.23	0.2	0.23	0.36	-0.23	0.57	-0.04	0.12	-0.17	0.65		-0.29	-0.06	-0.6	-0.36	-0.36	0.12	-0.15	-0.27	-0.03	-0.22	-0.17	-0.07	-0.22	-0.45	-0.2	-0.45	-0.15	0.04	0.26	-0.04	-0.07	0.21	-0.04	0.01	0.32	-1.32	0.04	-0.1	-0.2	0.57	-0.2	-0.43	0.19	0.08	0.03	-0.06		0.07	-0.04	-0.29	0.33	0.07	-0.14	0.2	0.19	0.25	0.08	-0.64	-0.81	-0.6	-0.54	-0.67	0.25	0.31	0.45	0.04	-0.09	-0.12	0.01	-0.23	-0.49	-0.29	-0.2
+YPR066W	"UBA3   PROTEIN DEGRADATION, RUB RUB1P ACTIVATING PROTEIN"	0.26	-0.04	-0.06	-0.29	-0.14	-0.2	-0.06	-0.45	-0.1	-0.32	-0.18	-0.49	-0.23	-0.18	-0.38	-0.27	-0.3	-0.32	-0.07	-0.32	-0.23	-0.34	-0.17	-0.36	-0.34	-0.23	-0.17	-0.32	-0.4	-0.14	-0.54	-0.22	-0.23	-0.32	-0.14	-0.01	-0.06	0.03	-0.01	0.45	-0.12	-0.15	0.11	-0.29	0.33	0.29	0.37	-0.01	-0.17	-0.4	-0.2	-0.12	-0.12	-0.12	-0.1	-0.22	-0.23	-0.58	-0.01	0.34	0.14	-0.17	0.07	0.52	-0.22	-0.22	-0.79	-0.79	-0.1	0.48	0.28	-0.14	-0.07	-0.04	0. [...]
+YJR158W	HXT16  TRANSPORT        HEXOSE PERMEASE	-0.23	0.03	0.06	0.31	-0.25	0.03	-0.27	-0.06	-0.12	0.03	-0.07	-0.07	0.15	-0.38	-0.38	0.03	-0.4	0.08	0.3	0.15	-0.23	-0.27	-0.04	0.04	-0.09	0.12		0.08	0.26	-0.06	-0.04	0.04	0.14	0.4	0.31	0.25	0.24	0.4	0.33	0.55	0.49	0.29	0.04	1.22	0.24	0.29	0.31	0.18	-0.1		0.58	0.2	0.57	-0.25	0.23	-0.17	0.24	0.25	-0.2	0.31	-0.07	-0.01	0.19	0.57	-0.17	0.15	-0.67	-0.3	-0.49	0.12	0.31	-0.03	-0.17	-0.07	0.31	-0.14	-0.36	0.99	0.49
+YNR072W	HXT17  TRANSPORT        HEXOSE PERMEASE	0.11	0.34	0.32	0.38	0.08	0.03	0.2	0.21	-0.01	-0.32	-0.06	0.03	-0.14	-0.07	-0.03	-0.07	-0.43		-0.22	-0.06	-0.2		0.3	0.12	-0.09		-0.01	-0.14	-0.09	-0.15	-0.4	-0.1	0.06	0.65	0.5	0.37	0.39	0.64	0.48	0.33	0.78	0.5	0.19	0.39	0.15	-0.32	0.19	-0.38	-0.36	-0.14	0.39	0.38	0.61	-0.27	0.1	-0.01	-0.17	0.38	-0.3	0.58		0.29	0.42	0.24	-0.43	-0.22	-0.36	-0.18	-0.03	0.58	1.12	0.46	-0.47	-0.18	-0.2	-0.29	-0.36	0.75	0.2
+YEL069C	HXT13  TRANSPORT        HEXOSE PERMEASE	0.08	0.16	0.37	0.34	-0.09	-0.04	0.01	0.04	-0.14	-0.06	0.06	0.1	0.01	-0.23	-0.23	0.04	0.06	-0.12	0.3	0.06	-0.12	0.1		-0.15	-0.14	-0.07	-0.18	-0.23	-0.23	-0.3	-0.49	-0.22	0.31	0.52	0.69	-0.04	0.36	0.28	0.55	0.38	0.23	0.25	-0.01	0.45	0.29	0.37	0.11	-0.07	-0.17	0.01	0.46	0.54	0.57	-0.18	0.11	0.2	0.24	0.39	0.06	0.5	0.77	0.82	0.36	0.82	-0.58	-0.15	-0.23	-0.45	0.07	0.53	1.07	0.39	-0.54	-0.2	0.39	-0.18	-0.06	0.83	0.87
+YBR298C	MAL31  TRANSPORT        MALTOSE PERMEASE	0.23	0.26	0.52	-0.1	0.14	-0.38	-0.01	-0.07	-0.07	0.16	0.04	0.18	-0.03	-0.14	-0.17	-0.14	-0.17	-0.12	0.24	-0.42	-0.29	-0.58	-0.29	-0.27	-0.2	-0.14	-0.25	-0.38	-0.17	0.31	-0.18		0.43	0.62	0.21	-0.1	0.38	0.76	0.24	0.58	-0.36	0.6	0.14	0.33	0.88	0.37	0.24	-0.1	0.11	-0.49	-0.25	-0.17	-0.4	0.46	-0.22		0.18	-0.54	0.11	0.61	0.24	0.38	-0.14	0.12	-0.89	-0.54	-0.97	-1.06	0.5	0.42	1.26	0.45	-0.34	-0.03	0.26	-0.3	-0.01	1.49	2.13
+YGR289C	AGT1   TRANSPORT        ALPHA-GLUCOSIDE TRANSPORTER	0.24	-0.17	0.33	-0.06	-0.14	-0.3	0.01	-0.17	0.18	0.03	0.11	0.12	-0.15	-0.45	-0.23	-0.54	-0.06	-0.2	0.14	-0.74	-0.67	-0.64	-0.67	-0.58	-0.49	-0.23	-0.07	0.01	-0.23	-0.4	-0.54	0.16	0.16	0.59	-0.15	-0.51	0.18	0.14	0.41	0.48	-0.76	-0.12	-0.34	-0.38	0.44	0.36	-0.04	-0.42	-0.56	-0.67	0.08	0.23	0.2	-0.09	0.36	0.59	0.04	-0.69	0.28	1.23	0.28	0.74	-0.06	0.9	-0.97	-0.42	-0.86	-0.12	0.85	0.61	0.54	0.38	-0.51	-0.38	-0.03	-0.51	-0.42	1.51	1.01
+YIL125W	KGD1   RESPIRATION      ALPHA-KETOGLUTARATE DEHYDROGENASE	-0.01	0.65	-0.07	-0.12	0.26		0.15	0.01	0.32		0.1	0.03	0.01	-0.32	0.36	0.18	-0.45	0.03	-0.1	-0.34	-0.23	0.18	-0.3	-0.06	0.46	0.03	0.36	0.31	-0.15	-0.06	0.12	0.08	-0.3	-0.38	-0.18	-0.1	0.04	0.01	0.25	0.08		-0.07	-0.06	0.46	0.06	-0.09	-0.14	0.01		0.1	0.69	0.37	0.82	-0.07	0.67	0.53	-0.84	-1.15	0.54	-0.07	0.78	0.66	-0.2	0.68	-0.74	-0.56	-0.43	-0.71	0.42	0.55	1.14	0.25	0.24	0.57	0.38	0.12	0.5	1.42	2.99
+YOR113W	AZF1   TRANSCRIPTION (PUTATIVE) SIMILAR TO ZN-FINGER TRANSCRIPTION FACTORS	-0.3	-0.23	-0.04	-0.1	0.19	-0.07	-0.29	-0.1	-0.1	-0.06	0.33	-0.03	-0.12	-0.2	0.18	-0.1	0.19	0.56	1.18	-0.07	-0.56	-0.38	-0.45	-0.76	-0.51	-0.27	-0.09	-0.23	-0.45	0.21	0.12	-0.12	0.11	0.34	0.12	-0.09	-0.04	0.14	0.23	0.18	0.48	-0.01	-0.27	0.46	0.16	-0.17	-0.04	-0.27	-0.58	-0.34	-0.17	-0.12	0.41	-0.23	0.18	0.77	0.26	0.14	-0.04	0.96	-0.07	0.29	0.48	0.06	-0.81	-0.69	-0.34	-0.4	-0.07	0.04	0.74	-0.27	-0.14	-0.27	 [...]
+YDR270W	CCC2   OXIDATIVE PHOSPHORYLATIO CU(2+)-TRANSPORTING ATPASE	0.03	-0.06	0.2	0.43	0.42	0.18	-0.17	0.43	0.77	0.07	0.96	0.51	0.34	0.06	0.79	0.21	0.03	-0.14	0.29	0.24	-0.62	0.12	-0.42	-0.25	-0.09	-0.07	-0.03	0.08	-0.1	0.12	0.21	0.04	-0.47	-0.54	-0.47	-0.23	-0.12	0.15	-0.03	0.3		-0.38	-0.32	0.44	-0.6	-0.07	-0.1	-0.25	-0.58	-0.92	0.25	0.29	0.51	0.31	0.96	1.16	-0.27	-0.49	-0.01	0.86	0.08	0.59	0.19	0.76	-0.34	-0.51	-0.86	-0.76	-0.27	0.42	0.64	0.56	-0.03	-0.17	-0.45	-0.54	-0.69	0.29	0.39
+YPR155C	NCA2   ATP SYNTHESIS       REGULATES ATP6P AND ATP8P SYNTHESIS	-0.03	-0.4	0.23	-0.03	0.03	0.16	0.07	-0.3	-0.01	-0.14	-0.23	-0.62	-0.17	-0.34	-0.04	-0.3	0.07	0.37	0.55	-0.38	-0.58	-0.92	-0.69	-0.74	-0.79	-0.23	-0.23	-0.71	-0.79	-0.18	-0.43	-0.56	-0.64	-0.36	0.33	0.64	0.56	0.39	0.26	0.32	0.38	0.31	0.59	-0.15	0.51	0.41	0.59	-0.47	0.34	0.01	0.03	0.43	0.72	0.06	-0.3	-0.09	0.06	0.77	0.43	0.5	0.18	-0.12	-0.17	0.08	-0.56	0.06	-0.45	-0.84	-0.22	0.36	0.61	0.01	-0.22	-0.23	-0.17	-0.09	-0.03 [...]
+YGR077C	PEX8   PEROXISOME BIOGENESIS    UNKNOWN	-0.18	-0.2	-0.12	0.15	-0.22	-0.6	-0.14	-0.43	-0.32	-0.3	-0.42	-0.29	-0.18	-0.6	-0.47	-0.45	-0.25	-0.38	0.23	-0.34	-0.4	-0.6	-0.43	-0.34	-0.62	-0.12	-0.09	-0.3	-0.04		-0.25	0.1	0.18	-0.29	-0.34	0.01	0.51	0.36	-0.69	0.21	-0.2	0.06	0.12	-0.94	0.06	-0.12		-0.43	-0.09	-0.32	-0.54	-0.12	0.34	0.31	-0.6	0.21	-0.01	-0.01	-0.01	0.81	0.18	-0.2	0.49	0.52	-0.32	-0.6	-0.4	-0.47	-0.15	0.28	0.31	0.86	-0.2	0.01	0.5	-0.01	0.11	0.74	0.26
+YDR058C	TGL2   FATTY ACID METABOLISM    TRIACYLGLYCEROL LIPASE	-0.1	0.15	-0.32	-0.2	-0.51	-0.64	-0.2	-0.49		0.07	-0.17	-0.15	-0.04	-0.29	-0.92		-0.51	-0.1	0.14	-0.34	-0.4	-0.12	-0.51	-0.38	-0.86	-0.34	-0.18	-0.42	-0.34	-0.32	-0.01	-0.27	0.29	0.14	-0.17	0.66	-0.36	-0.12	-1.6	-0.25	0.19	-0.32	0.43	-0.09	0.11	0.14	-0.1	-0.42	-0.38	-0.1	0.03	-0.12	-0.04	-0.23	-0.07	-0.4	0.15	0.49	-0.12	0.36	0.25	0.12	0.54	0.15	-0.47	0.04	-0.34	-0.43	-0.29	0.76	0.29	0.29	-0.51	-0.62	-0.23	0.01	-0.04	1.1	0.19
+YIL160C	POT1   FATTY ACID METABOLISM    PEROXISOMAL 3-OXOACYL COA THIOLASE	-0.17	-0.2	0.21	-0.3	-0.03	-0.27	-0.04	0.14	-0.38	-0.18	-0.49	-0.06	-0.1	-0.25	-0.54	-0.29	-0.32	-0.25	0.06	-0.34	-0.17	0.14	0.07	-0.49	-0.25	-0.62	-0.29	-0.64	-0.49	-0.32	-0.04	-0.06	-0.32	0.1	0.1	-0.38	-0.49	-0.49	-0.42	-0.71	-0.56	-0.34	-0.49	-0.29	-0.54	-0.42	-0.64	-0.03	0.96	-0.23	-0.2	0.41	1.36	1.6		1.2	0.28	0.33	0.14	0.7	0.5	0.19	0.14	0.67	-0.71	-0.14	-0.69	-1.84	0.07	0.51	0.64	0.91	-1.6	-0.74	-0.01	-0.79	- [...]
+YGL208W	SIP2   TRANSCRIPTION       COMPONENT OF  SNF1 PROTEIN COMPLEX	-0.43	0.06	0.01	-0.07	-0.49	0.11	-0.45	0.06	-0.12	0.19	-0.09	0.11	-0.15	-0.22	-0.84	-0.09	-0.06	-0.07	0.5	0.3	0.15	-0.29	-0.18	-0.09	0.31	0.31	0.33	0.32	0.51	0.54	0.38	0.58	-0.07	0.29	0.04	0.23	0.28	0.41	0.19	0.19	1.13	0.3	0.18	0.89	0.57	0.41	0.51	-0.07	0.38	-0.07	-0.18	-0.67	-0.29	0.34	-0.07	-0.56	0.28	0.54	0.16	0.9	0.15	0.67	0.36	1.46	-0.25	-0.04	-0.15	-0.07	-0.43	0.42	0.63	0.53	0.11	0.08	0.32	0.07	-0.15	0.15	-0.09
+YIL046W	MET30  SULFUR AMINO ACID METBOL F-BOX TRANSCRIPTION FACTOR	-0.1	0.24	-0.14	-0.14	-0.22	0.1	0.1	-0.12	0.11	-0.09	0.21	0.04		-0.18	-0.1	0.28	-0.22	0.03	-0.62	-0.17	0.15	0.42	0.5	0.32	0.1	0.29	0.14	-0.04	0.03	-0.04	0.08	-0.04	0.6	0.51	0.43	0.3	0.24	0.39	0.54	0.5	0.32	0.36	0.15	0.41	0.57	0.01	0.15	-0.14	-0.25	-0.69	-0.79	-0.76	-0.14	0.57	0.25	0.1	0.34	-0.17	0.03	-0.3	0.1	0.82	0.29	0.43	-0.22	-0.97	-0.32	-0.43	-0.25	0.43	0.28	0.82	-0.25	-0.22	-0.17	-0.29	-0.84	-0.06	0.12
+YHR006W	STP2   TRNA SPLICING       UNKNOWN	0.03	-0.54	-0.34	-0.79	-0.14	-0.22		-0.3	-0.3	-0.51	-0.51	-0.56	-0.43	-0.38	-0.25	-0.09	-0.49	0.26	0.48	-0.43	-0.03	0.18	0.03	0.07	0.03	0.11	0.14	0.04	-0.17	-0.1	-0.01	-0.25	-0.14	-0.01	0.61	0.37	0.19		0.21	-0.12	-0.07	-0.2	0.06	-0.69	0.43	0.24	0.3	-0.18	-0.23	-0.27	-0.25	-0.22	0.01	-0.15	0.14	0.01	-0.29	-0.36	-0.38	0.7	0.12	0.23	0.28	0.76	-0.06	-0.67	0.06	0.31	-0.49	0.66	0.6	0.59	-0.09	0.03	0.03	-0.4	-0.38	-0.27	-0.27
+YHL027W	RIM101 MEIOSIS        TRANSCRIPTION FACTOR	-0.06	-0.04	-0.4	-0.14	-0.32	-0.1	-0.12	-0.25	-0.01	-0.2	-0.07		-0.09	-0.32	-0.12	-0.07	-0.4	-0.09	0.96	0.39	-0.17	0.1	-0.12	0.11	-0.03	0.18	0.23	0.21	-0.12	0.21	0.42	0.32	0.07	0.11	-0.03	0.39	0.38	0.26	0.31	0.25	0.1	0.21	0.08	-0.71		-0.01	0.03	0.64	-0.47	-0.14	0.16	0.04	-0.2	0.08	0.42	0.08	0.31	-0.27	0.43	0.37	0.2	0.37	0.33	0.77	-0.07	-0.94	-0.01	0.36	-0.14	0.23	0.41	0.85	-0.03	0.06	0.1	-0.23	-0.51	0.23	
+YER047C	SAP1   MATING TYPE SWITCHING    AAA FAMILY PROTEIN	-0.42	-0.12	-0.4	-0.07	-0.32	0.01	-0.76	-0.1	-0.09	0.07	0.04	0.01	-0.47	-0.32	-1.06	-0.1	-0.07	-0.15	0.77	-0.3	0.16		-0.17	-0.01		0.11	0.11	-0.01	0.03	-0.18	0.19	0.24	0.3	0.24	-0.17	-0.09	-0.15	0.25	-0.03	0.77	-0.12	-0.34	-0.04	0.28	-0.14	-0.3	-0.4	0.25	-0.45	-0.49	0.04	-0.06	-0.07	0.11	0.3	0.21	0.04	0.32	-0.18	0.34	-0.17	0.4	-0.04	0.81	-0.38	-0.64	-0.32	-0.14	-0.17	0.32	0.54	0.38	-0.58	0.07	-0.14	-0.58	-0.25	0.53	0.1
+YJR140C	HIR3   TRANSCRIPTION       REGULATOR OF HISTONE TRANSCRIPTION	-0.25	0.69	-0.29		0.14	-0.25	0.1	-0.22	0.01	0.15	0.1	-0.1	-0.25	-0.42	-0.1	0.03	-0.18	-0.09	-0.49	-0.4	-0.3	0.01	-0.32	-0.04	-0.01	-0.04	0.04	0.36	-0.2	0.01	-0.36	0.04	-0.3	-0.22	-0.32	0.16	0.11	0.04	-0.07	-0.27	0.18	-0.17	-0.06	-0.25	-0.29	-0.45	-0.36	-0.54	0.04	0.16	0.21	0.03	0.01	-0.1	-0.4	-0.3	0.39	0.34	-0.34	-0.42	-0.34	0.43	0.12	-0.32	-0.92	0.58	-0.54	-0.18	0.16	0.18	-0.27	0.11	-0.2	-0.18	-0.18	-0.34	-0.22	-0.38	-0.79
+YGL173C	KEM1   MRNBA DECAY      DNA AND RNA EXONUCLEASE	-0.1	-0.51	-0.1	-0.17		-0.27	-0.03	0.08	-0.01	-0.42	-0.01	0.12	-0.22	-0.04	0.11	-0.07	-0.06	0.23	-0.3	-0.71	-0.47	-0.6	-0.42	-0.51	-0.17	-0.15	0.34	0.36	-0.56	0.23	-0.07	-0.23	-0.89	-0.97	-0.58	-0.36	-0.45	-0.22	-0.45	-0.54	-0.23	-0.2	-0.38		-0.43	-0.27	-0.6	-0.36	0.64	0.76	0.26	-0.01	0.31	-0.43	-0.69	-0.67	0.97	1.12	0.33	-0.04	-0.47	1.12	0.14	0.14	-1.79	-0.14	-0.29	-0.25	0.71	-0.38	0.77	0.89	0.1	0.19	-0.06	-0.3	-0.14	-0.58	-0.42
+YDL077C	VAM6   PROTEIN DEGRADATION    VACUOLAR CARBOXYPEPTIDASE Y	-0.17	0.04	-0.09	0.08	-0.09	-0.06	0.1	0.52		0.45	0.33	0.07	-0.01	-0.06	-0.14	-0.15	0.03	0.07	-0.04	-0.36	-0.3	0.24	-0.06	-0.38	-0.06	-0.3	-0.4	-0.34	-0.18	-0.51	-0.6	-0.4	-0.79	0.11	0.24	-0.29	-0.22	-0.76	-4.64	-0.2	-0.25	-0.56	-0.49	0.32	-1.47	-0.54	-0.74	-0.04	-0.06	-0.17	-0.07	-0.2	0.01	0.08	-0.14	0.04	0.04	-0.03	0.01	0.11	0.38	0.32	0.26	0.9	-0.97	-0.18	-0.62	0.03	0.12	0.68	0.94	0.11	0.08	0.67	0.12	-0.27	-0.36	-0.29	-0.36
+YMR019W	STB4   TRANSCRIPTION       SIN3-BINDING PROTEIN	-0.38	-0.47	-0.06	-0.2	0.24	0.21	0.12	0.23		0.06	-0.04	-0.29	0.01	-0.15	0.36	-0.06	0.18	-0.1	-0.14	-0.18	-0.15	-0.25	-0.17	-0.25	-0.29	-0.25	-0.29	-0.3	-0.29	-0.22	-0.67	-0.09	-0.58	-0.32	0.19	0.1	0.04	-0.2	-0.3	-0.74	-0.14	-0.18	-0.62	-0.2	-0.22	-0.09	-0.42	-0.56	-0.2	0.01	-0.03		-0.15	0.08	-0.07	-0.14	-0.36	-0.45	0.5	-0.42	-0.18	0.26	0.23	0.06	-0.29	-0.6	-1.12	-0.14	0.1	0.03	1.1	-0.71	-0.17	0.06	-0.06	-0.29	-0.54	-0.3	-0.12
+YDL058W	USO1   SECRETION        SNARE DOCKING COMPLEX ASSEMBLY	0.1	-0.49	-0.04	0.1	-0.04	-0.09	-0.04	0.49	-0.09	0.4	0.39		-0.06	-0.1	0.2	-0.29	-0.32	0.43	-0.34	-0.25	-0.17	-0.01	-0.15	-0.17	-0.03	-0.2	-0.07	-0.17	-0.18	0.07	-0.04	-0.09	-1.18	-0.22	0.5	-0.14	-0.4	-0.49	-0.18	-0.03	-0.03	-0.23	-0.54	0.18	-0.14	-0.54	-0.64		-0.12	-0.12	-0.22	-0.23	-0.29	0.01	-0.15	-0.09	-0.1	0.14	-0.27	-0.29	-0.2	1.01	0.11	-0.58	-0.49	-0.49	-0.4	-0.3	0.26	-0.51	0.99	0.11	0.16	0.34	0.11	-0.1	-0.27	-0.32	-0.03
+YPL045W	VPS16  VACUOLAR PROTEIN TARGETI COMPONENT OF SORTING NEXIN COMPLEX	0.28	0.08	0.28	0.52	0.43	0.25	0.12	0.24	0.03	-0.09	0.29	0.03	-0.09	0.04	0.38	0.31	0.26	-0.01	-0.15	-0.54	-0.18	0.07	-0.03	-0.03	-0.43	-0.54	-0.43	-0.47	-0.47	-0.43	-0.54	-0.42	-0.15	-0.15	-0.2	-0.25	-0.43	-0.15	-0.14	-0.23	-0.27	-0.4	-0.54	-0.07	-0.1	-0.49	-0.29	-0.3	-0.2	-0.47	-0.38	-0.32	-0.25	-0.1	-0.18	-0.22	-0.34	-0.22	-0.27	-0.06	-0.09	-0.47	0.01		-0.43	-0.67	-0.45	-0.18	0.29	-0.09	0.34	0.25	0.07	0.01	0.41	- [...]
+YBL008W	HIR1   TRANSCRIPTION       HISTONE TRANSCRIPTION INHIBITOR	-0.49	-0.84	-0.22	0.04	-0.22	-0.09		0.55	-0.09	0.28	-0.92	0.43	0.03	0.08	-0.38	0.79	-0.38	0.16	0.29	1.68	-0.45	-0.32	0.43	-0.03	0.1	0.33	-0.29	-0.01		-0.2	-0.15	-0.01	-0.14	0.04	-0.03	-0.09	-0.51	-0.15		0.07	0.1	-0.54	-0.69	-0.25	-0.64	-0.25	-0.38	-0.29	-0.04	-0.14	0.18	0.24	0.06	-0.25	-0.14	-0.14	0.58	0.62	-0.17	-0.09	0.33	0.26	0.03	0.53	-0.51	-0.47	-0.4	-0.27	-0.04	0.16	0.92	0.93	-0.06	-0.1	0.1	-0.17	-0.2	-0.29	-0.34
+YPL038W	MET31  SULFUR AMINO ACID METBOL TRANSCRIPTION FACTOR	-0.14	0.87	-0.47	-0.49	-0.51	-0.06	0.01	-0.1	-0.1	-0.36	-0.56	-0.25	-0.07	-0.47	-0.94	-0.74	-0.15	-0.27	0.12	-0.06	-1.69	0.16	0.21	0.06	-0.07	-0.07	-0.64	-0.4	0.06	-0.34	-0.64	-0.07	-0.17	0.12	-0.32	-0.14	-0.49	-0.15	-0.4	-0.49	0.7	-0.3	-0.1	0.48	-0.32	-0.12	-0.29	-0.51	-0.79	-0.43	-0.12	-0.58	-0.4	-0.67	0.18	-0.03	-0.67	-0.1	-0.17	-0.6	-0.06	-0.62	-1.25	0.44	-0.74	-0.17	-0.49	0.18	-0.27	0.33	0.37	-0.03	-0.18	0.04	-0.01	-0.36	- [...]
+YDR280W	RRP45  RRNA PROCESSING     3'->5' EXORIBONUCLEASE	-0.03	-0.64	-0.56	-0.58	-0.18	-0.47	0.03	-0.47	-0.01	-0.04	-0.22	-0.45	-0.01	-0.47	-0.27	-0.45	-0.23	-0.36	0.01	-0.36	-0.22	-0.42		-0.1	-0.79	-0.29	-0.25	-0.2	-0.09	-0.4	-0.43	-0.12	0.41	0.34	0.03	0.21	0.14	0.12	0.37	0.06	0.08	0.3	0.25	-1.51	-0.09	-0.3	-0.15	-0.27	-0.79	-0.38	-0.43	-0.14	-0.29	-0.2	-0.27	-0.34	-1	-0.76	-0.64	-0.71	-0.14	-0.97	-0.79	1.37	0.03	-0.12	-0.67	-0.3	-0.3	0.44	0.03	0.51	-0.14	-0.17	0.43	-0.45	-0.51	-0.22	-1.15
+YPL169C	MEX67  MRNA EXPORT      POLY(A)+RNA BINDING PROTEIN	-0.23	-0.79	-0.36	-0.67	-0.14	0.03	0.03	-0.29	-0.22	-0.42	-0.15	-0.32	-0.14	-0.45	-0.2	-0.27	0.01	-0.12	0.42	-0.34	-0.58	-0.09	-0.14	-0.23	-0.47	-0.14	-0.12	-0.36	-0.25	-0.07	-0.18	-0.36	0.4	0.32	0.06	-0.22		0.03	0.1	0.01	-0.12	-0.06	-0.14	-0.94	0.16	-0.18	-0.07	-0.29	-0.92	-0.45	-0.47	-0.67	-0.58	-0.4	-0.01	-0.14	-0.58	-0.01	0.15	0.04	0.12	-0.47	-0.03	0.3	-0.06	-0.23	-0.47	-0.22	-0.01	0.43	0.32	0.2	0.21	0.23	0.31	-0.47	-0.36	-0 [...]
+YGL022W	STT3   PROTEIN GLYCOSYLATION    OLIGOSACCHARYLTRANSFERASE COMPLEX ASSEMBLY	-0.32	-0.62	-0.17		0.44	0.03	0.51	-0.15	0.03	-0.2	-0.07	-0.07	0.1	-0.04	-0.06	0.01		-0.29	-0.92	-0.29	-0.45	-0.3	0.08	0.24	0.08	0.74	0.45	0.63	0.21	0.53	-0.06	0.58	-0.3	-0.25		0.18	0.2	-0.2	-0.23	0.3	0.1	-0.09	-0.14	-1.15	-0.25	-0.38	-0.29	-0.17	0.33	0.12	0.24	-0.25	-0.14	0.16	-0.36	-0.47	0.76	0.46	0.15	0.31	0.31	0.36	-0.43	0.9	-0.38	-0.43	-0.92	-0.14	0.67	1.01	0.97	0.63	0.2	0.16	0.11	0.08	-0.06	-0.2	-1.25
+YDR166C	SEC5   SECRETION        EXOCYST COMPLEX SUBUNIT	0.11	-0.34	-0.43	-0.56	-0.27	-0.97	-0.81	-0.92	0.1	-0.23	0.33	-0.6	-0.27	-0.3	-0.17	-0.1	-0.71	-0.6	-0.45	-1.03	-0.09	-0.49	-0.25	-0.45	-0.51	-0.6	-1	-1.25	-0.97	-1.4	-1.64	-0.86	-0.15	-0.4	-0.27	0.12	0.28	0.25	0.18	-0.03	0.03	0.07	0.1	0.33	-0.01	-0.18	-0.17		0.14	0.28	-0.01	-0.03		-0.62	-0.18	-0.79	0.49	1.11	-0.23	0.2	0.42	-0.09	-0.79	0.12	-1.15	-0.89	-0.74	-0.94	0.51	0.83	0.41	0.08	-0.09	0.3	-0.06	-0.04	-0.43	-0.09	-0.3
+YJL056C	ZAP1   TRANSPORT (ZN)      TRANSCRIPTION FACTOR	-0.4	-0.92	-0.42	-0.14	-0.27	-0.3	-0.06	-0.27	-0.14	-0.07	-0.22	-0.15	-0.04	-0.42	-0.25	-0.22	-0.17	-0.36	-0.3	-0.04	-0.36	-0.09	-0.25	-0.27	-0.29	-0.32	-0.09	0.12	-0.38	0.07	0.07	0.08	-0.27	-0.23	-0.32	-0.03	-0.01		0.03	0.15	-0.12	0.19	-0.42	-0.67	-0.47	0.04	-0.74	-0.3	0.21	-0.23	-0.43	-0.74	-0.58	0.68	-0.2	-0.22	0.58	-0.15	-0.49	-0.06	0.04	0.46	0.51	0.1	-0.56	-0.45	-0.1	-0.09	-0.1	0.29	0.07	0.39	-0.07	-0.29	-0.79	-0.94		-0.29	-0.58
+YMR037C	MSN2   STRESS RESPONSE     TRANSCRIPTIONAL ACTIVATOR	-0.6	-0.36	-0.22	-0.84	0.03	-0.15	-0.06	-0.36	-0.42	-0.42	-0.38	-0.29	-0.27	-0.22	-0.2	-0.25	-0.4	-0.27	0.19	-0.47	-0.4	0.03	-0.4	0.03	-0.23	0.2	0.25	0.1	-0.23	0.07	0.16	-0.2	-0.12	-0.25	-0.17	0.38	0.2	-0.04	0.01	0.06	0.38	0.15	-0.07	-0.3	-0.07	-0.25	-0.32	-0.18	0.39	-0.06	-0.34	-0.32	0.06	0.4	-0.79	-0.18	0.6	0.41	1.06	0.43	0.06	1	-0.14	-0.4	-0.22	-0.47	-0.07	-0.22	0.24	0.33	0.4	0.66	-0.14	-0.51	-0.97	-1.12	-1.22	-1.89	-1.74
+YPR034W	ARP7   CYTOSKELETON (PUTATIVE)  ACTIN-RELATED PROTEIN	-0.47	-1.12	-0.6	-0.89		0.01	0.19		-0.3	-0.58	-0.54	-0.4	-0.34	-0.42	-0.03	-0.18	-0.01	-0.29	-0.32	-0.47	-0.58	0.12	0.01	0.07	-0.07	0.2	0.34	0.19	-0.45	0.33	0.26	-0.17	-0.45	-0.45	0.18	0.36	0.06	-0.3	-0.2	-0.25	0.32	0.24	-0.06	0.07	0.18	0.11	0.14	-0.49	-0.17	-0.06	-0.34	-0.49	-0.43	-0.36	-0.45	-0.42	0.01	-0.92	0.01	0.04	0.15	0.33	-0.03	0.03	-0.09	-0.74	-0.29	-0.64	0.16	0.32		0.42	-0.18	-0.15	-0.17	-0.58	-0.6	-1.18	-1.06
+YOL028C	YAP7   TRANSCRIPTION       BASIC LEU ZIPPER TRANSCRIPTION FACTOR	-0.2	-0.29	-0.27	-0.15	-0.25	-0.03	0.08	-0.01		-0.14	0.01	-0.06	-0.14	-0.18	-0.04	-0.01	0.23	-0.03	-0.54	-0.17	-0.06	0.14	0.51	0.18	0.23	-0.15	-0.14	-0.27	0.08	-0.47	-0.12	-0.1	0.08	-0.15	-0.38	-0.47	-0.25	-0.25	-0.47	-0.45	-0.18	-0.3	-0.36	-0.45	-0.36	-0.6	-0.42	-0.2	-0.15	-0.1	-0.3	-0.23	-0.56	-0.38	-0.22	-0.22		0.03	-0.17	-0.42	0.32	-0.27	-0.01	0.26	0.04	-0.47	-0.49	-0.42	-0.2	0.21	-0.29	0.01	0.11	0.12	-0.07	0.03 [...]
+YIL004C	BET1   SECRETION        VESICLE RECYCLING; SNARE	-0.01	0.1	0.04	0.15	-0.07		0.06	0.33	0.08	-0.23	-0.07	-0.17	0.07	-0.03	0.03	-0.03	-0.06	-0.18	0.03	0.11	0.19	0.32	0.15	-0.01	0.06	-0.14	-0.29	-0.36	0.06	-0.27	-0.38	-0.3	-0.14	0.24	-0.49	-0.3	-0.67	0.12		0.32	0.29	-1	-0.23	0.19	-0.84	-0.18	-0.89	-0.23	0.18		-0.07	-0.22	-0.29	-0.07	-0.49	-0.45	0.64	0.7	-0.18	-0.81	-0.2	-0.76	-0.76	0.38	-0.4	-0.45	-0.45	-0.18	0.8	0.29	0.29	-0.07	-0.27	-0.27	-0.29	-0.27	-0.27	-0.54	-0.14
+YPR088C	SRP54  SECRETION        SIGNAL RECOGNITION PARTICLE SUBUNIT	0.01	-0.49	-0.06	-0.14	0.12	0.28	0.18	0.11	0.07	-0.09	0.04	-0.07	-0.01	-0.23	0.03	-0.09	0.3	-0.04	0.48	-0.04	-0.06	0.21	0.24	-0.07	0.23	0.3	0.06	0.11	0.08	0.03	-0.3	0.15	0.03	0.11	0.32	-0.03		-0.03	-0.15	-0.2	-0.15	-0.06	-0.06	-0.3	0.15	-0.14	0.16	-0.42	-0.22	0.16	-0.01	-0.07	-0.2	-0.42	-0.15	-0.29	0.14	0.73	-0.04	-0.29	-0.15	0.04	0.06	0.46	0.1	-0.67	-0.1	-0.27	0.46	-0.22	0.44	0.52	-0.23	-0.23	-0.01	-0.42	-0.22	-0.06	-0.64
+YNL251C	NRD1   TRANSCRIPTION       ELONGATION; ALSO MRNA ABUNDANCE	-0.34	-0.29	0.46	0.06	-0.06	-0.3	-0.3	-0.04	-0.23	-0.36	-0.25	-0.4	-0.2	-0.14	0.5	0.04	0.26	-0.29	-0.94	0.45	-0.06	0.6	0.01	0.07	0.06	0.1	-0.2	-0.22	-0.38	0.01	-0.29	0.03	0.55	0.41	0.6	0.46	0.04	-0.03	-0.14	-0.12	-0.04	0.39	0.14	-0.4	-0.15	-0.07	-0.09	-0.17	0.11	-0.14	-0.32	-0.92	-0.54	-0.1	-0.3	-0.94	0.46	0.45	-0.54	-1.6	-1.09	-0.47	0.01	0.26	-0.29	-0.64	-1.03	-0.79	-0.23	-0.07	0.81	0.89	0.06	-0.18	-0.29	-0.6	-0.67	-0.47	0.24
+YPL029W	"SUV3   RNA PROCESSING, MITOCHON RNA HELICASE"	-0.12	-0.56	-0.17	0.03	0.16	0.39	0.3	0.25	0.1		-0.03	-0.03	-0.06	-0.34	-0.14	-0.27	0.28	0.21	-0.42	-0.45	-0.56	0.3	0.07	-0.12	0.07	0.03	-0.1	-0.27	-0.03	-0.17	-0.22	-0.1	0.67	0.38	0.33		0.19	0.03	0.03	-0.42	-0.3	0.06	0.1	0.11	-0.09	-0.42	-0.06	-0.18	-0.47	-0.54	-0.81	-0.3	-0.45	0.32	-0.23	-0.64	0.08	0.21	-0.29	-0.67	-0.4	0.55	-0.1	0.37	-0.4	-0.4	-0.42	-0.1	0.03	-0.01	0.93	0.69	-0.14	-0.25	0.14	-0.38	-0.2	-0.69	
+YPL145C	KES1   STEROL METABOLISM     UNKNOWN	-0.27	-0.42	0.04	-0.09	0.38	0.24	0.32	0.2	-0.07	-0.17	-0.07	-0.23	0.03	-0.04	0.34	-0.1	0.21	0.03	-0.17	-0.03	-0.09	0.1	0.19	0.25	0.29	0.32	0.08	-0.17		-0.22	-0.27	-0.18	-0.74	-0.71	-0.25	0.07	0.16	-0.12	-0.29	-0.15	-0.07	-0.14	-0.03	-0.74	-0.54	-0.51	-0.47	-0.38	-0.09	-0.27	-0.18	-0.36	-0.15	-0.12	0.01	-0.25		-0.34	0.15	-0.17	-0.2	-0.2	-0.25	0.16	0.08	-0.81	-0.27	-0.22	0.31	-0.03	0.8	0.29	0.12	0.34	0.68	-0.23	-0.01	-0.79	-0.62
+YPR069C	SPE3   POLYAMINE BIOSYNTHESIS   PUTRESCINE AMINOPROPYLTRANSFERASE (SPERMIDINE SYNTHASE)	0.31	-0.58	0.21	-0.07	0.04	-0.12	0.18	-0.04	-0.07	0.18	0.12	0.03	0.03	0.01	0.04	-0.15	0.19	0.01	-0.04	-0.18	0.2	0.54	0.43	0.18	0.03	-0.1	-0.01	-0.06	-0.04	-0.1	-0.36	-0.27	-0.14	-0.4	-0.43	-0.43	-0.34	-0.34	-0.32	-0.29	-0.42	-0.4	-0.09	-0.81	-0.18	-0.3	-0.12	-0.54	-0.34	-0.34	-0.51	-0.3	-0.42	0.28	-0.2	0.11	-0.45	-0.15	0.15	-0.42	-0.4	-0.71	-0.27	0.2	-0.06	-0.47	-0.67	-0.54	0.41	0.25	0.68	-0.1 [...]
+YPR041W	TIF5   PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR EIF5	0.26	-0.4	-0.17	-0.17	0.15	0.14	0.45	-0.17	0.06	0.14	0.23	0.03	0.16	0.26	0.14	0.03	0.2	-0.1	-0.79	0.08		0.4	0.75	0.57	0.43	0.38	0.2	0.29	0.1	0.15	-0.23	0.01	-0.54	0.33	0.18	0.14	0.33	0.15	0.18		-0.23	0.19	0.04	0.44	-0.03	-0.2	-0.17	-0.14	-0.56	-0.81	-0.54	0.24	0.12	0.25	0.32	0.5	0.12	0.01	-0.07	-1.64	-0.67	-0.49	-0.36	0.29	0.16	-0.81	-0.64	-0.49	0.77	0.4	0.73	0.95	0.24	0.1	0.3	-0.2	-0.29	-0.4	-0.94
+YJL111W	CCT7   PROTEIN FOLDING     CYTOPLASMIC CHAPERONIN COMPLEX	0.28	0.06	-0.07	0.06	0.06		0.24	0.46	0.31	0.12	0.2	0.14	0.12	0.04	0.03	0.31		0.12	0.14	0.15	0.15	0.55	0.41	0.45	0.39	-0.58	-0.3	0.18	0.32		-0.25	-0.12		-0.01	-0.1	-0.04	-0.3	-0.29	-0.2	-0.29	-0.14		-0.14	0.21	0.21	-0.12	-0.07	-0.14	-0.49	-0.14	-0.71	-0.67	-0.79	-0.43	-0.64	-0.71	-0.15	0.3	0.06	-1.6	-0.56	-0.74	-0.86	0.03	0.2	-0.12	-0.14	-0.23	0.5	-0.01	0.87	1.35	0.3	0.19	0.06	-0.32	-0.34	-1.56	-1.43
+YPL011C	TAF47  TRANSCRIPTION       COMPONENT OF TAF(II) COMPLEX	-0.22	-0.51	-0.25	-0.22	-0.09	0.23	0.06	0.04	-0.25	-0.3	-0.25	-0.3	-0.2	-0.51	-0.2	-0.22	0.1	-0.06	0.31	-0.58	-0.38	0.2	0.04	-0.12	-0.3	-0.25	-0.18	-0.22	-0.2	-0.54	-0.76	-0.62	-0.45	-0.38	-0.1	-0.15	-0.09	0.15	0.2	0.32	0.01	-0.09	-0.15	0.04	0.65	0.44	0.58	-0.36	-0.4	-0.27	-0.79	-0.79	-0.43	-0.09	-0.64	-0.6	-0.36	0.24	-0.06	-0.71	-0.36	-0.09	-0.17	-0.23	0.04	-0.04	-0.56	-0.22	-0.01	0.29	0.29	0.38	0.07	0.24	0.03	-0.74	-0.3	-0 [...]
+YGR074W	SMD1   MRNA SPLICING       U6 SNRNP PROTEIN	-0.12	-0.29	-0.2	-0.29	0.11	-0.25	0.19	0.11	0.03	-0.25	-0.29	-0.27	-0.06	-0.32	-0.15	-0.15	0.37	-0.25	0.21	-0.12	-0.4	-0.2	-0.1	-0.2	-0.03	-0.17	-0.12	-0.34	0.06	-0.43	-0.17	-0.4	-0.49	-0.51	-0.15	-0.38	0.04	-0.03	-0.01	-0.14	-0.3	0.2	0.39	-0.12	-0.03	0.01	0.1	-0.56	-0.14	-0.18	-0.22	-0.09	-0.3	-0.23	-0.34	-0.38	-0.15	-0.12	0.04	-0.76	-0.27	-0.4	-0.38	0.16	0.03	-0.22	-0.43	-0.4	0.1	0.16	0.2	-0.23	-0.04		0.08	-0.43	-0.17	-0.29	-0.34
+YPL254W	HFI1   TRANSCRIPTION       ADA/GCN5 PROTEIN COMPLEX	-0.1	0.2	-0.29	-0.32	-0.92		-0.25	-0.09	-0.36	-0.3	-0.07	-0.04	-0.07	-0.71	-0.47	-0.29	-0.18	-0.04	-0.12	0.1	0.11	0.38	0.08	0.15	0.04	0.06	-0.25	-0.04	-0.01	-0.06	-0.14	-0.12	0.11	0.1	-0.45	-0.4	-0.23	-0.3	0.07	0.04	-0.23	-0.45	-0.17	0.26	-0.2	-0.29	-0.32	-0.1	-0.12	-0.1	0.3	0.12	0.1	-0.14	0.03	-0.34	-0.25	0.36	-0.09	0.11	-0.2	-0.6	-0.23	0.32	0.01	-0.38	-0.29	-0.23	-0.09	0.52	0.41	1.35	0.08	-0.09	0.29	-0.12	-0.38	-0.22	-1
+YBL052C	SAS3   SILENCING        UNKNOWN	-0.14	-0.79	-0.69	-0.47	-0.38	0.15	-0.09	0.28	-0.22	0.51	-0.62	0.3	-0.3	0.12	-0.14	-0.17	0.12	-0.1	-0.81	-0.22	-0.38	-0.01	-0.1	-0.01	0.03	-0.23	-0.23	-0.32	0.03	-0.47	-0.76	-0.47	-0.79	-1.12	-0.27	-0.07	-0.32	-0.49	-0.81	-1	-0.3	-0.4	-0.69	0.29	-0.67	-0.56	-0.58	-0.12	0.18	0.01	0.36	0.36	0.49	-0.32	0.04	0.32	0.4	0.32	-0.09	-1.22	-0.09	-0.34	-0.36	0.03	-0.67	-0.36	-0.56	-0.23	0.48	0.34	-0.06	0.82	-0.07	0.03	0.01	-0.23	-0.3	-0.49	-0.74
+YGL155W	CDC43  PROTEIN PROCESSING    GERANYLGERANYLTRANSFERASE SUBUNIT	0.08	-0.01	-0.09	0.18	-0.14	0.18	0.01	0.26	0.15	-0.2		-0.06	0.11	-0.09	0.12	0.14	-0.01	-0.01	0.31	-0.14	-0.07	0.26		0.26	0.14	-0.2	-0.71	-0.22	-0.1	-0.94	-0.51	-0.3	-0.3	-0.3	-0.29	-0.2	-0.2	-0.23	-0.47	-0.29	-0.3	-0.14	-0.03	-1.74	-0.51	-0.4	-0.22	-0.29	0.58	0.63	0.6	0.24	0.88	-0.25	-0.36	-0.1	0.96	1.02	-0.22	-0.6	-0.27	-0.49	-0.62	0.38	-0.32	-0.3	-0.58	-0.71	-0.17	0.12	0.73	0.56	-0.01	0.14	0.23	-0.3	-0.36	-0.09	-0.45
+YPL069C	BTS1   PROTEIN PROCESSING    GERANYLGERANYL DIPHOSPHATE SYNTHASE	-0.25	-0.22	-0.14	-0.18	0.01	0.06	-0.38	-0.22	0.15	-0.22	0.51	-0.54	-0.34	-0.2	0.19	-0.32	-0.15	-0.32	-0.51	-0.54	-0.23	-0.32	-0.25	-0.71	-0.71	-0.54	-0.49	-0.74	-0.56	-0.69	-0.56	-0.64	0.16	0.49	0.11	0.29	-0.23	-0.09	0.08	0.12	0.01	0.06	-0.03	0.58	0.04	-0.14	-0.25	-0.38	-0.03	0.69	1.19	0.96	0.48	-0.86	0.16	-0.43	0.87	1.7	-0.01	-0.47	-0.29	-0.49	-0.38	-0.23	-0.01	-0.32	-0.04	-0.4	-0.14	0.67	0.67	0.44	0.16	0.12	-0.03 [...]
+YJR064W	CCT5   PROTEIN TARGETING     CYTOPLASMIC CHAPERONIN COMPLEX	0.03	-0.32	-0.32	-0.12	-0.38	0.03	-0.01	0.15	0.12	-0.07	-0.15	-0.07	-0.09	-0.22	-0.09	0.03	-0.1	0.04	-0.43	0.21	0.21	0.64	0.39	0.26	0.31	0.25	0.04	0.33	0.26	0.12	-0.07	0.16	-0.18	0.16	-0.32	-0.29	-0.89	-0.25	-0.43	0.39	0.08	-1	-0.56		-1.03	-0.43	-0.76	-0.14	-0.04	0.53	0.58	0.42	0.33	-0.36	0.11	-0.42	0.37	1.1		-1.32	-0.45	-0.36	-0.47	0.03	0.39	-0.07	-0.04	-0.4	0.2	0.11	0.04	0.5	0.19	0.1	0.15	-0.12	-0.32	-0.64	-1.43
+YPL050C	MNN9   PROTEIN GLYCOSYLATION    MANNOSYLTRANSFERASE COMPLEX SUBUNIT	-0.15	-0.45	0.15	0.1	0.29	0.07	0.31	0.07		-0.15	-0.15	-0.17	0.07	-0.14	0.01	-0.29	-0.06	0.04	-0.64	-0.36	-0.23	0.16	0.52	0.58	0.18	0.32	-0.06	0.08	0.33	-0.1	-0.89	-0.07	-0.6	-0.2	-0.67	0.24	-0.15	-0.04	-0.36	-0.27	-0.09	-0.38	-0.4	0.29	-0.79	0.14	-0.71	-0.42	0.23	0.23	0.06	-0.2	-0.09	-0.15	0.01	-0.69	0.56	1.05	-0.06	-0.74	-0.17	-0.47	-0.34	0.75		-0.67	-0.42	-0.27	0.06	0.36	0.38	0.28	-0.04	-0.15	0.19	-0.42	-0.27	- [...]
+YML043C	RRN11  TRANSCRIPTION       COMPONENT OF RDNA TRANSCRIPTION FACTOR	0.25	-0.51	-0.32	-0.34	0.07	0.06	0.16	0.19	0.11	-0.47	-0.01	-0.27	0.11	-0.2	-0.1	0.3	-0.25	-0.23	-0.74	-0.67	-0.56	0.14	0.18	-0.17	-0.36	-0.38	-0.47	-0.32	-0.38	-0.74	-0.64	-0.6	0.65	0.3	0.39	0.55	0.21	0.06	-0.22	-0.07	0.46	0.55	-1.4	-0.12		-0.34	-0.1	-0.3	0.1	0.67	0.24	-0.23	-0.74	-0.97	-0.64	-1.03	-0.6	0.67	-0.1	-1.18	-0.12	-0.67	-0.23	0.24	-0.51	-0.64	-0.97	-0.62	-0.56	0.59	-0.38	0.29	0.12	0.11	-0.06	-0.69	-0.58 [...]
+YER171W	RAD3   TRANSCRIPTION       TFIIH SUBUNIT; ALSO DNA REPAIR	0.45	-0.27	0.08	-0.14	-0.29	-0.14	0.08	0.01	-0.14	0.36	-0.42	-0.22	0.12	0.03	-0.29	-0.12	0.03	0.29	-0.4	-0.47	-0.12	0.44	0.33	0.11	0.37	-0.04	-0.23	0.03	0.18	-0.38	-0.56	-0.4	0.43	0.38	0.24	-0.15		0.12		-0.4	-0.38	0.07	-0.34	-0.47	-0.14	-0.42	-0.36	-0.03	0.08	0.21	0.52	0.1	0.16	-0.27	-0.6	0.51	0.16	1.16	-0.32	-0.64	-0.25	-0.62	-0.2	-0.51	-0.25	0.1	-0.6	-0.22	-0.09	0.36	0.43	0.87	0.03		0.32	-0.17	-0.2	-0.09	-0.84
+YDL150W	RPC53  TRANSCRIPTION       RNA POLYMERASE III 47 KD SUBUNIT	-0.29	-0.76	-0.81	-0.25	-0.43	-0.25	-0.2	-0.04	-0.18		-0.4	-0.15	-0.23	-0.36	-0.64	-0.38	-0.12	0.19	-1	-0.29	-0.4	0.2	1.04	0.21	0.11	-0.14	-0.3	0.04	1.54	-0.22	-0.69	-0.27	0.98	0.74	0.19	-0.25	-0.15	-0.22	-0.01	-0.43	-0.58	0.28	0.1	0.29	0.1	-0.27	-0.14	-0.1	-0.03	0.59	0.15	-0.01	-0.15	-0.76	-0.6	-0.97	-0.2	0.6	-0.06	-1.74	-0.79	-0.6	-0.3	-0.04	-0.22	-0.67	-0.81	-0.64	-0.06	0.11	1.17	1.21	-0.04	0.07	0.04	-0.45	-0.67	-0.51	-1.12
+YGR195W	SKI6   RRNA PROCESSING     EXORIBONUCLEASE	0.15	-0.3	-0.14	-0.32	0.14	-0.2	0.18	-0.07	-0.04	0.1	-0.2	-0.06	-0.12	-0.23	-0.17	-0.23	0.01	-0.14	0.01	-0.64	-0.23	-0.03	0.43	0.29	-0.09	0.03		-0.1	0.07	-0.18	-0.36	-0.4	0.61	0.58	0.52	0.23	0.33	0.25	0.37	0.15	0.04	0.42	0.34	-0.36	0.33	0.08	0.31	0.03	-0.23	0.06	0.55	0.1	-0.01	-0.29	-0.15	-0.17	-0.42	0.41	-0.18	-0.86	-0.64	-0.58	-0.6	-0.03	-0.01	-0.09	-0.67	-0.62	-0.29	0.12	0.11	0.48	-0.14	-0.01	0.24	-0.17	-0.29	0.2	-0.69
+YDR390C	"UBA2   PROTEIN DEGRADATION, UBI E1-LIKE (UB.-ACTIVATING) ENZYME"	-0.36	-0.58	-0.6	-0.43	-0.15	-0.27	0.16	-0.36	-0.14	-0.3	-0.42	-0.43	-0.2	-0.56	-0.32	-0.43	-0.18	-0.25	-0.64	-0.47	-0.25	-0.6	-0.2	-0.34	-0.09	0.03	-0.17	0.06	0.36	-0.09	-0.27		0.3	0.18	0.31	0.23	0.11		-1.09	-0.17	-0.03	0.37	-0.1	-0.27	0.12	-0.17	-0.06	-0.23	0.6	0.69	0.86	0.06	0.31	-0.04	-0.43	-0.89	0.75	0.88	-0.04	-0.54	-0.45	-0.47	-0.2	-0.18	-0.3	-0.4	-0.51	-0.56	-0.09	0.4	0.4	0.51	-0.15	-0.12	0.06	-0.15	-0.2	-0.2	-1
+YGR286C	BIO2   BIOTIN BIOSYNTHESIS    BIOTIN SYNTHETASE	0.16	0.16	0.67	0.76	0.58	0.19	0.2	-0.12	-0.23	-0.14	-0.12	0.15	0.33	-0.17	-0.12	-0.49	-0.1	-0.32	-1.25	0.42	-0.4	-0.79	-0.4	-0.32	0.07	0.24	-0.01	-0.17	-0.27	-0.12	-0.38	-0.25	0.24	0.59	0.41	-0.34	-0.32	-0.25	0.12	0.04	-0.3	0.15	0.14	0.67	0.37	0.4	0.28	-0.42	0.26	0.86	0.78	0.1	-0.45	-0.97	-0.71	-0.43	0.26	0.72	-0.27	-1.15	-0.27	-0.27	-0.42	-0.62	-0.84	-0.64	-0.71	-0.58	-0.25	1.26	0.55	0.75	-0.01		0.06	-0.42	-0.36	0.55	-0.49
+YDR364C	CDC40  CELL CYCLE AND MRNA SPLI UNKNOWN	-0.34	-0.67	-0.94	-0.92	-0.47	-0.27	-0.54	-0.51	-0.34	-0.17	-0.56	-0.64	-0.3	-1.09	-0.58	-0.49	-0.29	-0.32	-0.17	-0.38	-0.49	0.04	0.19	-0.23	-0.09	-0.06	-0.14	-0.1	-0.15	-0.22	-0.43	-0.07	0.11	0.18	0.19	-0.49	-0.23	-0.06	-0.01	0.08	0.03	-0.04	0.01	0.79	-0.36	-0.03	-0.12	-0.15	0.1	0.25	0.34	0.43	0.4	-0.34	-0.25	-0.12	0.08	0.56	0.11	-0.89	-0.3	0.01	-0.3	-0.49	-0.27	0.08	-0.3	-0.15	0.03	0.57	-0.3	0.44	-0.14	0.11	0.04	-0.29	-0.4	-0.43	-0.74
+YML046W	PRP39  MRNA SPLICING       U1 SNRNP PROTEIN	0.7	-0.43	-0.25	-0.29	-0.1	-0.09	-0.17	-0.06	-0.1	-0.23	0.38	-0.01	-0.06	-0.15	-0.03	0.32	-0.14	-0.18	-0.15	-0.67	-0.17	-0.12	0.12	0.07	-0.09	-0.3	-0.56	-0.6	-0.22	-0.43	-0.69	-0.49	0.46	-0.62	-0.09	0.06	0.04	0.14	0.14	-0.12	-0.27	0.06	-0.15	-0.43	-1.89	-0.14	-0.42	-0.54	-0.14	0.03	0.32	-0.01	0.32	-0.6	-0.18	-0.32	-0.54	0.15	-0.01	-0.76	-0.27	-0.6	-0.43	-0.01	-0.36	-0.29	-0.4	-0.62	1.09	0.54	0.45	1.1	0.25	0.14		-0.18	-0.38	-0.03	-0.94
+YOR048C	RAT1   TRANSCRIPTION       EXONUCLEASE II	0.01	-0.51	-0.64	-0.45	-0.43	-0.07	0.11	-0.07	0.07	0.21	-0.14	0.26	-0.06	-0.06	-0.14	0.01	-0.09	0.18	-0.86	0.18	-0.54	0.26	0.23	0.31	0.24	0.44	0.07	0.5	1.18	0.06	-0.34	0.37	-0.56	0.26	-0.56	-0.07	-0.47	-0.69	-0.06	0.6	-0.03	-1.22	-0.25	0.12	-1.03	0.14	-0.56	0.12	-0.14	-0.43		-0.36	-0.51	0.01	-0.4	0.07	0.6	0.14	0.01	-1.12	-0.81	0.06	-0.34	0.3	-0.34	-0.94	-0.56	-0.86	-0.12	0.01	-0.15	1.28	0.04	0.04	0.53	-0.4	-0.51	-0.1	-0.6
+YJL041W	NSP1   NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.23	-0.32	-0.18	-0.03	-0.01	0.08	-0.2	0.06	0.03	-0.2	0.39	0.04	-0.06	-0.14	0.24	0.37	-0.09	-0.12	-0.12	-0.22	-0.03	-0.03	0.11	0.11	0.07	0.12	-0.01	-0.01	-0.18	0.01	0.06	-0.07		-0.04	-0.27	-0.04	-0.32	-0.29	-0.17	-0.54	-0.22	-0.27	-0.36	-0.32	-0.38	-0.27	-0.56	0.03	-0.17	0.07	-0.54	-0.67	-0.51	-0.17	-0.51	-0.34	0.42	0.24		-0.34	-0.17	0.15	-0.04		-0.14	-0.62	-0.14	-0.3	-0.12	-0.09	-0.3	0.39	0.3	-0.04	0.34	-0.36	-0.32	-0.29	-0.3
+YDR257C	RMS1   TRANSCRIPTION       (PUTATIVE) TRANSCRIPTIONAL REGULATOR	0.26	-0.12	0.06	-0.04	0.1	0.01	-0.25		0.21	-0.22	0.64	-0.06	0.1	-0.2	-0.01	0.14	-0.23	0.11	-0.54	-0.27	-0.25	0.59	0.15	0.01	-0.12		-0.22	-0.01	-0.04	-0.14	-0.14	-0.38	0.48	0.25	-0.6	-0.51	-0.6	-0.07	0.01	-0.38	-0.01	-0.22	-0.15	0.42	0.26	-0.04	0.12	-0.1	0.54	0.64	-0.06	-0.1	-0.4	-0.2	-0.79	-1.36	0.42	0.25	-0.25	-0.36	-0.27	-0.17	-0.34	0.18	0.15	-0.18	-0.12	-0.14	-0.14	-0.36	-0.12	0.21	-0.01	0.07	0.3	-0.12	-0.54	-0.04	-0.49
+YLL043W	FPS1   TRANSPORT        GLYCEROL CHANNEL PROTEIN	0.04	0.33	-0.42	-0.15	-0.27	-0.04	0.06	-0.09	-0.03	-0.36	-0.43	-0.23	-0.12	-0.34	-0.18	-0.1	-0.3		0.29	-0.07	-0.32	0.1	0.1	0.07	-0.27	0.23	0.01	0.01	-0.03	0.08	0.07	-0.01	-0.25	-0.1	-0.22		-0.06	-0.17	-0.34	-0.2	0.15	-0.01	-0.09	0.43	-0.42	-0.51	-0.43	0.03	-0.17	0.24	-0.2	-0.89	-0.84	-0.47	-0.27	-1.43	0.59	1.12	0.11	0.7	0.04	0.24	0.24	0.5	-0.34	-0.38	-0.1	-0.12	0.01	-0.18	0.18	0.52	0.07	-0.56	-0.22	-0.34	-0.42	-0.17	-1.03
+YDL143W	CCT4   PROTEIN FOLDING     CYTOPLASMIC CHAPERONIN SUBUNIT	-0.23	1.2	-0.3	-0.58	-0.12	-0.64	-0.12	-0.3		-0.64		-0.38	-0.22	-0.49	-0.23	-0.49	-0.25	-0.58	-0.58	-0.36	-0.76	-0.38	-0.01	-0.06	-0.4	-0.34	0.2	0.2	-0.58	0.26	0.08	-0.29	-0.74	0.11	-0.29	-0.69	-0.62	-0.03	-0.18	0.62	-0.09	-1.25	-0.64	-0.1	-0.94	-0.49	-0.69	-0.3	0.31	0.63	0.12	-0.47	-0.89	-0.36	-0.64	-1.36	0.41	0.52	0.16	-1	-0.4	0.38	-0.56	-0.47	-0.3	0.23	-1	-0.22	0.45	-0.27	-0.22	-0.15	0.24	0.12	-0.03	-0.42	-0.38	-0.62	-1.4
+YEL022W	NONE   SECRETION        GDP/GTP EXCHANGE FACTOR FOR ARF	0.06	0.08	0.25	0.63	0.57	0.32	0.39	0.48	0.42	-0.06	1.14	0.04	0.25	-0.06	0.82	0.31	0.15	0.03	-0.51	-0.62	-0.38	-0.17	-0.17	-0.09	-0.14	-0.4	-0.17	-0.47	-0.79	-0.58	-0.43	-0.58	-0.42	-0.18	-0.14	-0.4	-1.03	-0.45	-1.51	1.21	0.12	-0.81	0.11	-0.49	-0.92	0.24	-0.74	-0.14	0.34	0.01	-0.58	-0.64	-1	0.25	-1.03	-1	1.06		-0.1	-0.03	0.23	0.23	0.14		-0.29	-0.42	-0.1	-0.81	0.55	0.21	1.25	1.44	0.01	-0.15	-0.15	-0.29	-0.49	-0.81	-1.56
+YDL210W	UGA4   TRANSPORT        GABA-SPECIFIC PERMEASE	-0.03	-0.04		-0.45	0.08	-0.23	0.16	0.08	-0.07	0.06	-0.2	-0.25	0.03	-0.03	0.19	-0.09	0.18	-0.01	-0.38	-0.43	-0.3	-0.43	-0.3	-0.38	-0.92	-0.45	-0.81	-0.74	-0.15	-0.6	-0.76	-0.34	-0.69	0.21	-0.17	-0.84	-1.06	-1	-0.06	0.86	1.04	-1	-0.6		-1.12	0.58	-0.36	-0.45	0.84	0.21	0.32	-0.17	-0.56	0.57	-0.69	-1.47	1.88	0.92	0.25	0.12	0.33	0.89	0.23	0.9	-0.51	-0.29	-0.67	-0.17	-0.27	0.53	-0.12	0.18	-0.12	-0.29	0.06	-0.56	-0.45	-1.06	-1.89
+YGR060W	ERG25  STEROL METABOLISM     C-4 STEROL METHYL OXIDASE	-0.32	0.48	0.19	0.48	-0.23	-0.18	-0.34	0.16		0.15	0.41	-0.09	0.04	0.04	0.4	-0.12	-0.23	-0.1	0.07	-0.51	-0.69	0.04	-0.54	0.3	-0.2	-1.06	-0.69	-0.67	-0.94	-0.2	-1.18	-0.69	-0.29	0.06	-0.17	0.71	0.18	-0.06	0.01	-0.14	0.26	-0.07	-0.12	0.39	-0.42	-0.38	-0.54	0.03	0.51	0.11	-0.34	-0.64	-0.92	0.31	-0.45	-1.36	0.81	1.21	0.16	0.19	0.2	0.08	-0.54	0.85	-0.81	-0.49	-1.18	-0.25	0.38	0.82	0.89	-0.03	0.1		0.38	-0.43	-0.43	-1.4	-1.6
+YJR032W	CPR7   PROTEIN FOLDING     PEPTIDYL-PROLYL CIS/TRANS ISOMERASE	-0.18	-0.2	-0.29	-0.09	0.03	-0.84	-0.42	0.2	0.08	-0.32	0.24	-0.23	-0.01	-0.36	-0.04	-0.07	-0.22	-0.36	-0.23	-0.47	-0.09	-0.03	0.15	-0.06	-0.42	-0.3	-0.51	-0.36	0.01	-0.62	-0.6	-0.42	0.14	-0.22	-0.09	0.04	0.01	-0.03	-0.22	-0.06	-0.04	-0.18	-0.22	0.14	-0.27	-0.51	-0.25	-0.29	0.12	0.34	-0.27	-0.71	-0.92	-0.18	-0.69	-0.86	0.61	0.96	0.37	-0.29	-0.18	-0.2	-0.3	0.33	-0.06	-0.01	-0.14	-0.74	0.04	0.23	0.38	0.07	0.08	-0.09	0.19 [...]
+YPR175W	DPB2   DNA REPLICATION     POLYMERASE EPSILON 80 KDA SUBUNIT	-0.54	-0.69	1.03	0.57	0.49	-0.12	-0.34	-0.62	-0.56	-0.45	0.1	0.52	0.3	-0.22	-0.15	-0.62	-0.2	-0.69	-1.06	-0.81	-0.92	-0.18	0.42	0.66	0.24	0.01	-0.29	-0.1	-0.2	-0.6	-0.94	-0.51	-0.27	0.64	0.57	-0.54	-1	-0.94	0.55	0.56	0.19	0.04	-0.79	-0.92	0.39	-0.01	-0.3	-0.58	-0.03	0.01	-0.29	-0.56	-0.79	-0.2	-0.51	-1.25	1.05	0.96	-0.2		0.19	0.48	-0.06	0.48	-0.03	-0.29	-0.64	-0.23	0.41	0.34	0.99	0.83	-0.07	-0.14	0.01	-0.03	0.08	-0.36	-0.92
+YNL233W	BNI4   CYTOKINESIS      MAY LINK CHITIN SYNTHASE TO SEPTINS	-0.49	-0.54	0.67	0.78	0.12	-0.15	-0.32	-0.45	-0.64	-0.12	-0.04	0.52	0.1	-0.3	-0.56	-0.58	-0.49	0.23	-1.25	-0.76	-0.6	-0.36	0.2	0.45	-0.03	0.25	-0.09	0.04	-0.18	-0.09	-0.74	-0.22	0.14	0.6	0.5	-0.67	-0.62	-0.45	0.28	0.1	0.01	-0.64	-0.74	-0.58	-0.03	-0.29	-0.51	-0.43	0.76	0.55	0.1	-0.81	-0.94	0.12	-0.74	-2.12	1.16	0.78	0.61	0.11	0.51	0.18	0.34	0.11	-0.47	-0.54	-0.56	-0.69	-0.3	0.39	-0.1	0.14	-0.2	-0.4	-0.42	-0.34	-0.23	-0.6 [...]
+YPR018W	RLF2   CHROMATIN STRUCTURE    CHROMATIN ASSEMBLY FACTOR I SUBUNIT	-0.54	-0.01	0.42	0.45	0.1	-0.23	-0.22	-0.6	-0.38	-0.36	-0.03	0.12	0.03	-0.54	-0.25	-0.22	-0.56	-0.27	-1.29	-0.76	-0.4	-0.1	0.06	-0.03	0.12	-0.17	0.07	0.06	-0.43	-0.42	-0.25	-0.27	-0.06	0.56	-0.06	-0.84	-1.06	-0.54	-0.07	0.04	0.04	-0.58	-0.97	-0.17	-0.32	-0.62	-1	-0.56	0.51	0.34		-0.3	-0.4	-0.38	-0.58	-1	0.38	-0.56	-0.06	-0.22	0.15	0.04	-0.07	0.15	-0.42	-0.01	-0.69	-0.89	-0.01	0.43	0.15	0.36	-0.2	-0.03	-0.23	-0.43	- [...]
+YPR019W	CDC54  DNA REPLICATION     MCM INITIATOR COMPLEX	-0.81	0.82	-0.32	-0.49	-1.32	-1.51	-1.03	-1	-0.15	0.2	0.06	0.16	-0.43	-0.97	-1.15	-0.54	-0.49		-0.45	-0.54	-0.71	-0.01	-0.17	-0.04	-0.22	0.32	0.06	0.46	-0.14	0.34	-0.27	0.41	-0.1	-0.1	-1.25	-0.74	-0.14	0.08	-0.06	1.24	-0.3	-0.79	-0.25	-0.27	-0.38	-0.07	-0.81	-0.34	-0.18	0.07	-0.12	-0.38	-0.27	-0.15	-0.54	-1.09	0.68	1.13	0.15	0.1	-0.06	0.93	0.39	0.29	-0.43	-0.42	-0.3	-0.76	0.14	-0.09	0.23	0.55	-0.03	-0.1	-0.51	-0.47	-0.58	-0.84	-0.84
+YEL032W	MCM3   DNA REPLICATION     MCM INITIATOR COMPLEX	-0.4	0.03	0.36	-0.03	-1.25	-0.56	-1.29		0.06	0.84	0.64	0.48	-0.2	-0.42	-0.71	-0.14	-0.22	0.36	-0.92	0.4	-0.06	0.36	0.67	0.54	0.31	0.29	-0.34	0.34	0.15	0.14	0.24	0.21	0.65	0.21	-1.4	-1.22	-0.45	0.52	0.82	-0.12	-0.89	-0.67	-0.12	0.48	0.54	0.08	-0.1	-0.07	1.51	1.07	0.52	-0.42	-0.62	0.24	-0.67	-1.29	2.01	1.13	-0.25	-0.62	-0.27	0.28	-0.51	-0.04	-0.29	-0.47	-0.64	-0.29	0.1	0.15	0.26	1.33	0.01	-0.1	-0.2	-0.45	-0.64	-0.74	-1.47
+YBL023C	MCM2   DNA REPLICATION     MCM INITIATOR COMPLEX	-0.6	-0.51	0.03	-0.17	-0.94	-1.29	-0.84	0.38	0.06	0.81	0.33	0.41	-0.14	-0.67	-0.94	-0.06	-0.64	0.32	-0.92	-0.6	0.01	0.33	0.16	0.2	0.29	0.28	0.11	0.31	0.12	0.25	-0.62	-0.06	-0.06	0.07	-0.64	-1.12	-0.79	-0.01	-0.2	-0.56	-0.64		-0.45	0.86	-0.42	-0.18	-0.94	0.18	0.58	0.23	-0.18	-0.71	-0.97	0.1	-0.58	-1.47	1.58	1.37	0.39	-0.14	0.25	0.19	-0.01	-0.22	0.07	-0.36	-0.54	-0.45	0.04	0.08	-0.07	0.26	-0.3	0.16	0.07	-0.4	-0.64	-0.27	-1.09
+YBR202W	CDC47  DNA REPLICATION     MCM INITIATOR COMPLEX	-1.03	-1.09	0.23	-1.09	-1.56	-1.64	-1.29	0.38	0.6	0.04	0.5	-0.25	-0.6	-0.62	-1.06	-0.2	-0.03	0.57	-1.4	-0.81	-0.71	-0.23	-0.17	-0.27	-0.34	-0.22	0.33	0.68	-0.32	0.49	0.29		0.49	-0.18	-2	-1.74	0.07	1.16	1.01	-0.32	-1.4	-0.54	0.37	0.26	0.64	-0.12	-0.42	-0.34	1.19	0.84	0.11	-0.32	-0.36	0.37	-0.94	-0.81	1.46	-0.36	-0.32	-0.49	-0.56	-0.09	-0.15	-0.2	-0.47	-0.2	-0.94	-0.84	0.03	0.26	-0.01	0.33	0.19	0.01	-0.49	-0.76	-0.84	-0.81	-1.25
+YGR092W	DBF2   CELL CYCLE       LATE MITOSIS; PROTEIN KINASE	0.07	-0.07	-0.12	-0.76	-0.94	-0.64	-0.64	0.42	0.95	0.23	0.75	0.07	-0.34	-0.49	-0.22	0.06	0.08	0.84	-1.64	-0.97	-0.79	-0.54	-0.67	-0.4	-0.25	-0.1	0.04	0.2	0.34	0.59	0.15	0.24	0.32	-0.4	-1.12	-3.18	-0.09	0.77	0.46	-0.27	-0.38	-0.18	0.21	1.08	0.8	0.29	0.32	-0.25	0.85		0.36	-0.03	0.08	0.55	-0.29	-0.64	0.98	0.36	-0.09	0.32	0.31	0.12	0.11	0.38	-0.36	-0.43	-0.51	-0.54	-0.03	0.29		0.39	0.1	-0.01	0.08	-0.64	-0.74	-1.25	-0.51
+YOL006C	TOP1   DNA REPLICATION     TOPOISOMERASE I	-0.43	-0.76	-0.14	0.21	-0.2	-0.45	-0.4	-0.47	-0.38	-0.27	0.28	0.34	0.15	-0.2	-0.01	-0.07	-0.34	-0.32	-1.03	-0.43	-0.2		0.19	0.2		-0.12	-0.04	-0.07	-0.32	-0.01	0.29	-0.18	0.43	0.58	0.01	-0.23	-0.45	-0.45	0.04	-0.09	-0.03	-0.67	-0.79	0.12	-0.22	-0.97	-0.47	-0.2	0.65	0.39	0.1	-0.18	-0.4	-0.07	-0.36	-0.6	0.74	0.86	-0.43	-0.4	-0.56	0.15	0.12	-0.18	-0.03	0.04	0.07	0.26	-0.36	0.53	-0.07	0.37	0.07	0.06	0.19	-0.32	-0.23	-0.64	-0.92
+YIR033W	MGA2   TRANSCRIPTION       CHROMATIN REMODELING (PUTATIVE)	-0.34	-0.23	-0.74	-1	-1.03	-0.4	-0.58	-0.45	-0.27	0.24	0.04	-0.09	-0.18	-0.17	-0.34	-0.03	-0.27	0.14	-0.14	0.74	-0.12	0.06	-0.2	-0.06	-0.07	0.21	0.06	0.23	0.08	0.26	0.07	0.31	0.14	0.14	0.11	-0.42	-0.76	-0.69	-0.69	0.44	-1.29	-0.47	-0.69	0.34	-1.22	0.57	-0.86	0.1	0.06	0.58	-0.22	-0.6	-1.18	-0.47	-0.84	-2.18	1.7	1.55	-0.3	-0.56	-0.58	-0.43	-0.04	-0.03	-0.22	-0.36	0.1	-0.09	-0.42	0.56	-0.32	0.06	0.04	-0.12	-0.04	-0.36	-0.43	 [...]
+YFR002W	NIC96  NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.51	-0.6	-0.4	-0.22	-0.67	-0.12	-0.45	-0.07	0.08	0.39	0.2	0.06	-0.14	-0.43	-0.2	0.11	-0.34	0.1	-0.04	0.45	0.61	0.19	0.03	0.2	0.14		0.03	0.18	0.11	0.06	-0.17	0.18	0.2	0.21	-0.25	-0.4	-0.3	-0.4	0.61	0.03	-2.4	-0.49	-0.43	1.03	0.08	-0.01	-0.45	0.12	-0.06	0.2	-0.04	-0.32	-0.45	-0.56	-0.43	-0.74	0.54	0.67	-0.54	-0.74	-0.32	-0.49	-0.47	0.3	-0.34	-0.3	-0.03	-0.18	-0.49	0.08	-0.58	-0.07	-0.06		0.14	-0.25	-0.62	-0.06	-0.4
+YNL029C	KTR5   PROTEIN GLYCOSYLATION    PUTATIVE MANNOSYLTRANSFERASE	-0.45	-0.58	-0.36	-0.56	-0.56	-0.06	0.03	-0.17	-0.27	-0.25	-0.69	-0.15	-0.15	-0.62	-0.45	-0.6	-0.12	-0.36	-0.94	-0.71	-0.4	0.25	0.01	0.11	-0.03	0.01	-0.22	0.08	0.1	0.01	-0.43	-0.07	0.29	0.25	-0.45	-0.06	-0.29	-0.22	-0.81	0.04	-0.36	-0.6	-0.49		-1.51	-0.09	-0.15	-0.81	-0.01	-0.32	0.1	0.08	-0.12	-0.14	0.23	0.41	0.42	0.36	-0.01	-0.49	-0.18	-0.42	-0.42	0.69	-0.38	-0.03	-0.76	-0.81	-0.34	0.2	-0.43	-0.15	-0.42	-0.56	-0.4	-0.3 [...]
+YJL194W	CDC6   DNA REPLICATION     PRE-INITIATION COMPLEX FORMATION	-1.79	-0.38	0.3	-0.3	-0.84	-0.47	-0.09	-0.34	-0.42	0.77	0.62	0.2	-0.15	-0.64	-0.62	-0.49	-0.18	0.21	-0.97	-1.09	-0.47	-0.45	0.48	0.19	-0.23	-0.42	-0.38	-0.18	0.14	0.23	-0.4	0.2	-0.79	0.21	-0.64	0.11	-0.54	0.29	-0.25	1.38	0.68	-2	-0.2	0.16	-1.43	0.24	-0.89	-0.29	-0.29			-0.54	-0.22	0.33	0.34	0.06	-0.47	0.12	-0.18	-0.4	-0.07	-0.06	-0.18	0.24	-0.58	-0.45	-0.94	-0.81	-0.18	0.3	0.16	0.48	-0.18	-0.69	-1.18	-1.4	-1.32	-1.32	-1.89
+YNL059C	ARP5   CYTOSKELETON (PUTATIVE)  ACTIN-RELATED PROTEIN	-0.23	-0.43	-0.49	-0.62	-0.49	-0.14	-0.1	-0.32	-0.18	-0.12	-0.32	-0.23	-0.17	-0.47	-0.32	-0.42	-0.38	-0.18	-0.04	-0.29	-0.3	0.32	-0.17	-0.23	-0.32	-0.06	-0.18	0.19	0.01	-0.15	0.14	-0.12	-0.54	-0.12	-0.14	0.76	-0.2	0.12	-0.04	-0.06	0.11	0.11	-0.12	0.74	0.16	0.11	-0.12	-0.23		0.14	-0.23	-0.22		-0.32	-0.69	-0.71	0.2	0.51	-0.22	-0.27	-0.34	-0.6	-0.2	0.19	-0.4	0.07		-0.03	0.21	0.15	-0.06	0.72	-0.15	-0.49	-0.1	-0.34	-0.32	0.18	-1.06
+YCR089W	"FIG2   MATING         EXTRACELLULAR, CELL WALL PROTEIN"	2.03	1.63	0.38	-0.25	-0.45	-0.06	-0.34	0.01		0.37	0.5	0.1		-0.07	0.01	0.52	-0.06	0.07	-0.2	0.01	0.18	0.06	0.12	0.1	0.29	0.56	0.43	0.37	0.04	0.23	0.59	0.53	-0.07	0.15	-0.1	-0.34	-0.58	-0.45	0.58	0.69	0.1	-1.12	-0.38	0.3	-1	-0.58	-0.18	0.16	-0.6			-1.64	-1.12	0.79	-0.51	0.38	-0.15	-0.42	0.15	0.15	-0.01	0.64	-0.12	0.64	-0.51	-0.25	-0.92	-0.81	0.46	0.73	0.9	0.18	-0.09	0.78	0.04	-0.42	-0.81	-0.74	-0.64
+YPL042C	SSN3   TRANSCRIPTION       RNA POLYMERASE II MEDIATOR SUBUNIT	0.16	1.89	-0.09	-0.07		-0.34	0.08	-0.23	0.06	-0.09	0.14	-0.06	-0.01	-0.25	-0.14	-0.06	-0.43	0.06	-0.42	-0.14	-1.09	0.51	0.06	0.07	0.25	0.01	0.04	0.33	-0.36	0.2	-0.97	0.1	0.91	0.73	0.5	0.32	0.48	-0.27	0.51	0.32	0.46	0.49	0.38	0.51	0.39	0.1	0.1	-0.06	-0.47	-0.54	0.04	-0.4	-0.15	-0.45	0.32	0.43	-0.94	-0.92	-0.06	0.06	0.32	0.54	0.38	0.48	-0.1	-0.32	-0.81	-0.67	0.46	0.56	1.57	0.82	-0.34	0.31	-0.18	-0.43	-0.58	0.3	-0.38
+YBR104W	YMC2   TRANSPORT        MITOCHONDRIAL CARRIER FAMILY	-0.22	-0.86	-0.17	0.03	0.16	-0.18	0.12	0.21	-0.12	-0.01	-0.29	-0.06	0.04	-0.01	-0.07	-0.2	0.11	0.07	-0.69	-0.64	-0.43	-0.43	0.07	0.34	-0.45	-0.43	-0.6	-0.15	-0.43	-0.81	-0.54	-0.27	0.04	0.28	0.34	1.66	-0.45	0.54	-0.3	0.29	0.1	-0.29	-0.38	1.23	-0.07	-0.1	0.24	-0.32	0.19	0.12	-0.12	0.08	-0.1		-0.76	-0.64	-0.89	-1.64	-0.34	-1.64	-0.47	-0.89	-0.71	-0.32	-0.67	-0.43	-0.67	-0.49	-0.64	0.25	0.61	0.97	-0.27	-0.22	0.01	-0.67	-0.76	-0.04	-0.62
+YCL031C	RRP7   RRNA PROCESSING     UNKNOWN	1.01	-0.3	-0.56	-0.45	-0.51	-0.25	-0.17	0.41	-0.09	0.41	-0.17	-0.03	-0.18	-0.03	-0.6	0.37	-0.04	0.1	0.79	0.11	0.5	-0.12	0.4	0.21	0.1	-0.17	-0.34	-0.3	0.19	-0.29	-0.56	-0.22	0.56	0.52	0.19	0.01	-0.29	0.21	0.18	-0.04		0.25	0.01	0.58	0.38	0.07	0.41	0.07	0.1	-0.76	-1.09	-0.92	-0.64	0.15	-0.64	-0.01	-0.38	-1.18	-0.3	-1.36	-0.4	-1.22	-1.25	0.61	-0.42	0.48	-0.6	-0.36		0.28	0.71	1.12	0.03	0.43	0.43	-0.29	-0.67		-0.43
+YPR065W	ROX1   OXYGEN REGULATION     TRANSCRIPTIONAL REPRESSOR 	0.01	0.01	-0.45	-0.27	0.06	0.11	0.07	-0.15	-0.12	0.03	0.07	-0.42	-0.03	-0.15	0.3	-0.32	0.06	-0.29	-0.4	0.21	0.1	0.56	0.34	-0.09	-0.12	-0.07	0.11	0.03	-0.38	0.14	-0.06	-0.1	-0.15	-0.45	-0.23	0.2	-0.01	0.32	0.18	-0.03	0.18		-0.17	-0.09	-0.03		-0.06	-0.38	-0.3	-0.29	-0.3	-0.17	-0.56	0.01	-0.32	0.04	-0.64	-0.42	-0.2	0.26	-0.03	-0.27	-0.76	-0.12	0.2	0.11	-0.67	-0.43	-0.01	0.3	0.79	0.66	0.1	-0.03	-0.15	-0.22	-0.38	-0.42	-0.38
+YOR061W	CKA2   CELL CYCLE       CASEIN KINASE II	0.15	-0.29	0.06	-0.25	0.38	-0.03	0.11	0.14	0.21	-0.12	0.18	-0.12	0.08	0.03	0.24	-0.01	0.21	-0.12	0.74	-0.07	-0.09	0.1	0.38	-0.09	0.19	0.1	-0.27	0.06	-0.22	-0.14	-0.4	-0.3	0.25	0.24	0.38	0.19	0.18	0.15	0.14	0.03	-0.04	0.39	0.29	-0.42	0.3	0.23	0.28	-0.43	-0.34	-0.1	-0.34	-0.25	-0.42	-0.2	-0.12	-0.36	-0.51	-1.06	0.18	-0.56	-0.18	0.32	-0.49	0.24	0.56	0.14	-0.62	-0.43	0.18	-0.04	0.34	0.7	-0.14	-0.07	-0.27	-0.47	-0.38	-0.62	-0.62
+YPL179W	PPQ1   TRANSLATIONAL REGULATION PROTEIN PHOSPHATASE	0.08	-0.2	-0.04	-0.03	0.14	0.55	0.29	-0.25	-0.17	-0.29	-0.01	-0.17	-0.03	-0.34	-0.07	-0.29	0.2	-0.09	0.46	-0.15	-0.22	0.01	0.11	-0.1	0.01	-0.2	-0.34	-0.14	-0.3	-0.3	-0.38	-0.36	1.17	0.63	0.45	0.43	0.37	0.49	0.53	0.42	0.24	0.29	0.42	-0.22	0.11	0.04	-0.04	-0.4	-0.58	-0.58	0.12	-0.4	-0.17	-0.1	0.32	0.12	-0.42	-0.81	-0.14	-0.25	0.01	-0.32	0.19	0.12	0.06	-0.45	0.01	0.25	0.12	0.01	1	0.63	0.15	0.2	0.28	-0.36	-0.12	-1.03	0.12
+YCL017C	NFS1   TRNA SPLICING       UNKNOWN	0.52		0.44	0.08	0.38	0.19	0.42	0.31	0.29	0.03	0.18	0.21	0.25		0.14	0.03	0.34	-0.1	0.14	0.2	0.1	0.38	0.39	0.34	0.39	0.15	0.01	-0.04	0.28	0.18	-0.1	0.14	0.11	-0.06	0.06	0.18	0.31	0.25	0.24	0.33	0.07	0.12	0.15	0.01	0.21	0.03	0.12	-0.07	-0.3	-0.54	-0.6	-0.42	-0.4	0.19	0.08	0.38	-0.51	-0.25	0.16	0.1	-0.42	-0.06	-0.03	0.42	0.2	-0.47	-0.09	-0.1	0.46	0.44	0.32	0.58	0.04	0.34	0.15	-0.3	-0.29	-0.56	0.14
+YHL004W	"MRP4   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL SMALL SUNUBIT"	-0.07	-0.45	0.12	-0.07	0.04	-0.06	-0.04	-0.06	0.06	-0.43	0.28	-0.2	-0.09	-0.12	-0.12	0.08	-0.36	-0.18	-0.49	-0.58	-0.23	0.11	-0.03	0.19	0.38	0.33	0.1	0.1	0.07	0.08	0.08	-0.1	0.26		-0.15	0.25	0.25	0.53	0.7	0.8	0.65	0.54	0.6	0.32	0.64	0.73	0.32	-0.14	-0.3	-0.47	-0.94	-0.74	-0.42	-0.07	-0.56	-0.34	-1.18	-1.29	-0.12	-0.22	0.03	-0.12	-0.25	0.01	0.29	-0.62	0.18		-0.09	0.67	0.33	0.98	0.25	0.14	-0.01	-0.51	-0.4 [...]
+YOR043W	WHI2   CELL SIZE        UNKNOWN	-0.1	-0.4	-0.23	-0.4	-0.04	0.19	0.03	0.06	-0.14	-0.2	-0.17	-0.23	-0.17	-0.25	-0.1	-0.06	-0.18	0.1	0.84	-0.06	-0.12	-0.15	0.44	0.11	0.14	0.07	-0.2	0.03	-0.06	-0.38	-0.4	-0.32	0.25	0.29	0.08	0.11	0.39	0.29	0.34	0.53	0.06	0.3	0.28	0.12	0.34	0.2	0.06	0.1	-0.42		-1.12	-0.84	-0.76	0.53	-0.18	-0.47	-0.32	-1.22	-0.09	0.44	-0.14	-0.47	-0.4	0.01	0.21	-0.76	-0.34	-0.15	0.32	0.61	1.22	1.5	-0.03	0.19	-0.18	-0.74	-0.51	-0.67	-0.12
+YKL173W	SNU114 MRNA SPLICING       U5 SNRNP PROTEIN	-0.01	-0.38	-0.07	0.01	0.21	0.49	-0.04	0.19	0.12	-0.04	0.38	-0.23	-0.15	-0.17	0.04	-0.03	0.3	0.11	-0.4	-0.3	-0.2	-0.14	-0.04	-0.38	-0.6	-0.25	-0.32	-0.1	-0.58	-0.32	-0.15	-0.15	0.52	-0.03	-0.32	-0.2	0.07	0.15	0.08	-0.06	-0.04	0.01	-0.23	0.16	-0.3	-0.22	-0.43	-0.45	-0.94	-0.76	-0.6	-0.38	-0.06	-0.3	0.04	-0.01	-0.92	-1.32	-0.1	-0.1	-0.1	0.07	0.03	-0.34	-0.01	-0.47	0.08		0.24		0.34	0.79	-0.29	-0.12	-0.22	-0.6	-0.29	-0.54	-0.58
+YKL032C	IXR1   OXYGEN REGULATION     HMG-TRANSCRIPTION FACTOR	-0.25	-0.69	-0.43	-0.23	0.28	0.32	0.03	-0.1	-0.18	-0.07	0.2	-0.12	-0.18		0.15	0.15	0.25	-0.43	0.2	0.01	-0.3	-0.38	-0.23	-0.2	0.18		0.16	-0.04	-0.3	0.24	0.1	-0.18	0.16	0.18	0.18	0.7	0.64	0.23	0.31	0.07	0.14	0.65	0.06	-0.36	0.23	-0.1	-0.2	-0.04	-0.32	-0.38	-0.22	-0.15	-0.29	-0.27	0.1	-0.06	-0.27	-0.76	-0.18	-0.06	-0.43	-0.1	0.11	-0.4	-0.62	-0.74	-0.15	-0.42	0.26	-0.23	0.51	0.8	-0.04	-0.2	-0.22	-0.81	-0.45	-0.18	-0.22
+YGL209W	MIG2   GLUCOSE REPRESSION    TRANSCRIPTIONAL REPRESSOR	-0.01	-0.4	-0.06	-0.1	-0.01	-0.01	0.03	-0.01	-0.1	-0.29	-0.2	-0.23	-0.15	-0.38	-0.01	-0.23	0.12	-0.18	-0.32	-0.62	-0.54	-0.64	-0.45	-0.6	-0.64	-0.23	0.04	-0.14	-0.42	0.2	0.11	-0.25	0.95	0.96	0.28	0.8	1.01	1.04	0.75	0.36	0.41	0.79	0.95	0.32	-0.01	-0.01	0.06	-0.03	-0.47	-0.62	-0.64	-0.45	-0.47	0.19	-0.04	-0.03	-0.54	-0.56	-0.07	0.01	0.06	-0.15	0.32	-0.45	-0.6	-0.89	-0.2	-0.1	0.1	0.11	0.62	-0.03	0.19	-0.06	-0.64	-0.71	-0.49	-0.5 [...]
+YLR116W	MSL5   MRNA SPLICING       BRANCHPOINT BRIDGING PROTEIN (COMMITMENT COMPLEX COMPONENT)	-0.29	0.16	-0.1	0.49	-0.29		-0.49	-0.27	-0.34		-0.06	0.33	0.06	-0.27	-0.42	-0.18	-0.27	-0.06	0.24	0.19	-0.3	0.07	0.18	0.38	0.31	0.37	0.34	0.33	0.23	0.11	0.12	0.46	1.09	0.57	0.19	0.55	0.42	0.37	0.41	0.26	0.14	0.39	0.16	-0.15	0.1	-0.12	-0.04	-0.07	-0.69	-0.64	-1	-0.64	-0.54	-0.4	0.1	-0.03	-0.71	-0.51	-0.2	0.04	0.01	0.26	0.15	0.71	-0.14	-0.97	-0.07	-0.09	-0.17	-0.17	0.11	0.68	0.2	-0.15	-0.32	-0.36 [...]
+YML016C	PPZ1   STRESS RESPONSE     SER/THR PHOSPHATASE	0.44	0.4	-0.34	-0.07	-0.04	0.01	0.14	-0.01	-0.04	-0.38	-0.32	-0.32	-0.3	-0.03	-0.06	-0.2	0.37	0.11	-0.43	-0.15	0.33	0.49		-0.01	0.3	-0.1	-0.17	-0.14	0.42	0.31	-0.1	-0.18	0.36	0.15	0.65	0.37	0.29	0.14	0.07	0.15	-0.03	0.14	0.04	0.37	-0.03	-0.14	-0.1	-0.34	-0.29	-0.27	-0.27	-0.17	-0.27	-0.22	-0.29	-0.67	-0.29	-0.43	-0.56	-0.51	0.16	-0.12	0.2	0.57	-0.27	-0.38	-0.49	-0.15	-0.17	0.26	0.44	0.63	-0.03	0.01	-0.1	-0.34	-0.17	-0.67	-0.74
+YLR223C	IFH1   RRNA PROCESSING     UNKNOWN	0.12	2.38	-0.15	-0.42	-0.14	-0.17	-0.09		0.04	-0.15	-0.3	-1.09	-0.07	-0.43	-0.34	0.03	-0.38	-0.06	-0.69	-0.27	-0.22	0.21	0.16	0.19	-0.3	-0.58	-0.43	-0.23	-0.25	-0.42	-0.32	-0.6	1.21	0.78	0.32	-0.32	-0.49	-0.47	-2.32	-0.18	0.19	-0.25	-0.62	-0.32	-0.1	-0.42	-0.43	-0.2	-0.43	0.31	-0.69	-0.54	-0.32	-1	-0.81	-0.32	-1.6	-1.18	0.08	-1.15	-0.2	0.32	-0.03	0.37	-0.58	-0.81	-0.76	-0.42	-0.23	0.57	0.36	1.49	0.08	-0.27	-0.47	-0.47	-0.69	-1.15	-1.43
+YJL117W	PHO86  TRANSPORT        INORGANIC PHOSPHATE PERMEASE	0.04	0.11	0.07	0.12	-0.04	0.18	0.25	0.39	0.52	0.11	0.43	0.1	0.18	-0.22	0.01	-0.22	-0.17	-0.09	-0.09	0.21	0.36	0.58	0.34	0.3	0.18	-0.09	-0.27	-0.17	0.04	-0.25	-0.36	-0.12	0.08	0.3	-0.03	0.08	0.03	0.29	0.4	0.25	0.08	0.14	0.14	-0.14	-0.09	-0.34	-0.23	-0.06	0.08	-0.25	0.36	0.39	0.54	0.59	0.48	0.52	-0.06	-0.86	-0.22	-0.47		-0.15	-0.09	0.07		-0.62	-0.43	-0.34	0.07	0.12	0.32	1.1	0.43	0.38	0.33	-0.67	-0.47	-0.14	-0.89
+YER052C	HOM3   MET. AND THR. BIOSYNTHES ASPARTATE KINASE	0.43	0.6	0.7	0.52	0.37	0.46	0.08	0.43	0.21	-0.07	0.33	0.31	0.32	0.26	0.1	0.4	0.2	0.34	-0.47	-0.09	0.62	0.93	0.63	0.38	0.36	-0.18	-0.22	0.03	0.19	-0.29	-0.3	-0.1	-0.36	-0.58	-0.67	0.1	-0.36	-0.34	-0.06		-0.29	-0.07	-0.17	-0.34	0.07	-0.03	0.01	0.01	0.62	-0.32	-0.49	0.1	0.44	0.66	-0.45	0.21	-1.47	-2.56	0.14	-0.36	-0.09	-0.18	-0.2	-0.09	0.11	-0.76	-1.56	-0.34	0.41	0.45	0.38	1.33	0.48	0.28	0.7	-0.18	-0.64	-1.25	-1.43
+YMR108W	ILV2   ISOLEUCINE AND VALINE BI ACETOLACTATE SYNTHETASE	0.53	0.12	0.66	0.37	0.57	-0.01	0.42	0.44	0.5	0.16	0.48	0.08	0.26	0.16	0.59	0.16	0.53	-0.15	-0.76	-0.32	-0.1	0.14	0.83	0.33	0.32	0.46	0.1	0.2	-0.18	-0.06	-0.47	0.12	-0.17	-0.51	-0.42	-0.32	-0.29	-0.3	-0.29	-0.36	-0.15	0.15	0.14	-0.84	-0.01	-0.1	-0.01	-0.43	1.34	0.14	-0.42	-0.12	0.51	1.33	-0.84	0.3	-1.51	-2.94	0.08	-0.6	-0.45	-0.23	0.14	1.19	-0.64	-1.12	-1.06	-0.94	0.58	0.2	0.84	0.94	0.25	0.06	-0.3	-1	-1.09	-1.64	-1.15
+YER073W	NONE   FERMENTATION        MITOCHONDRIAL ALDEHYDE DEHYDROGENASE	-0.01		0.01	0.06	0.04		-0.12	-0.23	0.15	-0.38	0.58	0.08	0.25	0.01	0.11	0.28	-0.32	-0.04	-0.86		0.44	0.56	0.16	0.41	0.12	-0.22	0.08	0.36	0.04	-0.04	0.14	-0.07	-0.38	0.42	-0.62	-1.43	-1	-0.12	-0.18	0.68	0.06	-1.18	-0.69	-0.14	-1.03		-0.86	0.15	0.53	-0.01	-0.51	0.23	0.58	0.52	-0.56	0.34	-0.89	-1.51	0.11	0.12	-0.43	0.04	0.07	-0.43	-0.43	-0.79	-0.79	-0.62	-0.12	0.03	1.33	0.21	0.15	0.01	0.07	-0.67	-0.64	-0.49	-0.84
+YER091C	MET6   METHIONINE BIOSYNTHESIS  HOMOCYSTEINE METHYLTRANSFERASE	-0.32	0.73	0.26	-0.51	-0.97	0.62	0.7	0.78	0.31	-0.17	-0.04	-0.17	-0.45	-0.49	-0.06	0.57	-0.12	0.04	-0.86	1.61	0.2	0.64	-0.23	-0.42	-0.49	-0.2	0.03	0.45	0.07	0.16	0.44	0.3	-0.4	-0.64	-0.18	1.02	-0.43	-1.36	0.14	0.86	0.87	-0.27	-0.67	0.12	0.61	0.48	0.32	0.16	1.04	0.24	-1.18	-0.36	0.6	0.86	-1.51	-0.2	-0.42	-3.06	0.45	-0.6	0.43	1.25	0.77	1	-2.94	-3.18	-1.47	0.11	0.07	0.93	2.14	1.87	0.23	0.33	0.5	-0.1	-0.4	-0.51	-0.45
+YFR034C	PHO4   PHOSPHATE SIGNALING    TRANSCRIPTION FACTOR	-1.18	-0.84	-0.12	-0.51	-0.2	0.33	0.21	0.07	0.06	-0.27	-0.18	-0.29	-0.29	-0.22	0.36	-0.15	0.2	0.06	0.3	-0.14	-0.29	0.39	0.08	-0.69	-0.07		0.08	-0.47	-0.27	-0.27	-0.17	-0.22	-0.58	-0.18	0.14	-0.14	-0.27	-0.51	-0.06	-0.03	-0.27	-0.45	-0.27	-1	0.03	-0.29	-0.22	-0.51	-0.3	-0.22	-0.12	0.04	-0.01	-0.3	0.2	-0.04	-0.97	-1.18	-0.51	-0.3	-0.2	0.77	0.86	0.62	-0.56	-1.15	-1.03	-0.32	0.46	0.59	0.52	0.29	-0.12	-0.15	-0.01	-0.4	-0.45	-0.54	-0.81
+YOR303W	"CPA1   ARGININE BIOSYNTHESIS    CARBAMOYL PHOSPHATE SYNTHETASE, ARGININE SPECIFIC"	0.2	0.82	0.84	0.32	0.59	-0.17	0.53	0.45	0.41	-0.14	0.2	-0.47	-0.03	-0.23	0.45	0.03	0.49	0.01	-1.89	-1.6	0.07	0.6	0.52	-0.09	-0.2	-0.42	-0.51	-0.58	-1.15	-0.3	0.28	0.34	-0.32	-0.43	-0.56	-0.64	-0.94	-0.43	-0.4	0.16	-0.4	-0.58	-0.38	0.08	-0.74	-0.51	-0.84	-0.29	-0.3	-0.69	-1.12	-0.89	-0.94	0.56	-0.79	-0.69	-2	-2.64	-0.42	0.19	-0.67	0.19	1.07	0.48	-0.3	-1.69	-0.67	-0.36	-0.2	-0.51	0.81	1.03	0.15	0.24 [...]
+YMR042W	ARG80  ARGININE METABOLISM    TRANSCRIPTION FACTOR	0.28	-0.06	0.07	0.29	0.07	0.03	0.07	0.2	0.12	-0.2	-0.03	-0.32	-0.12	-0.36	-0.3	0.04	-0.07	-0.09	-0.15	-0.25	0.12	0.07	0.23	0.11	0.07	-0.12	-0.09	-0.1	-0.09	-0.64	-0.01	-0.1	0.28	-0.15	-0.36	0.19	0.32	0.37	-0.58	-0.47	-0.3	0.16	-0.06	-0.14	-0.51	-0.56	-0.58	-0.01	0.03	-0.43	-0.2	0.07	-0.51	-0.29	-0.07	0.04	-0.23	-1.22		-0.15	-0.15	0.18	0.2	0.1	-0.42	-1.12	-0.23	-0.51	-0.04	0.28	-0.27	0.24	-0.25	-0.38	-0.1	-0.15	-0.17	-0.25	-0.12
+YPL058C	PDR12  DRUG RESISTANCE     TRANSPORTER	0.86	0.49	0.66	0.23	0.62	-0.1	0.44	0.21		0.19	0.11	0.45	0.21	0.1	0.5	0.14	0.03	0.54	-0.17	-0.67	0.57	-0.32	-0.22	-0.47	-0.3	-0.79	-0.1	-1.25	-0.74	-0.84	-1.25	-0.4	0.33	0.29	-0.01	0.25	0.34	0.26	-0.09	-0.32	-0.04	-0.12	-0.69	-0.2	-0.38	-0.4	-0.36	-0.69	-0.74	-0.74	-0.32	-0.3	-0.56	-0.4	-0.12	-0.69	-0.62	-0.3	-0.27	-0.54	-0.54	0.43	-0.03	0.37	-0.74	-0.25	-0.36	0.11	0.64	-0.58	0.36	0.37	-0.23	-0.38	-0.27	-0.1		-0.86	-0.81
+YLR342W	"FKS1   CELL WALL BIOGENESIS     1,3-BETA-D-GLUCAN SYNTHASE SUBUNIT"	-0.03	-0.22	0.2	0.57	0.83	0.37	0.59	-0.38	0.07	-0.58	-0.22	0.11	0.16	0.55	0.6	1.03	0.43	-0.22	-0.84	-1.06	-1.32	-0.74	-0.32	0.04	0.26	0.06	0.21	0.23	-0.4	-0.18	-0.62	-0.07	0.7	0.52	0.94	1.32	0.69	-0.12	0.3	0.66	1.09	0.34	-0.42	-1.32	-0.04	-0.12	-0.12	-0.23	-0.64	-0.47	-0.56	-0.49	-0.3	-0.38	-0.47	-0.4	-1.29	-1.69	0.2	-0.79	-1.15	0.6	0.06	0.9	-1.89	-0.97	-0.18	-0.29	0.57	-0.89	0.61	0.6	0.07	0.41	0.49	0.46	0.2	-1. [...]
+YCL029C	BIK1   MATING; MITOSIS     MICROTUBULE-ASSOCIATED PROTEIN	0.14	-0.18	0.14	0.06	0.01	0.04	0.14	0.31	0.04	0.38	0.51	-0.3	0.77	-0.32	-0.15		0.19	0.15	0.32	0.08	0.15	0.51	0.49	0.29	0.14	-0.12	-0.18	-0.09	-0.12	-0.32	-0.27	0.01	-0.15	0.08	0.65	-0.23	-0.36	-0.01	-0.42	0.07	-0.12	-0.4	-0.4	0.43	-0.38	-0.3	-0.32	0.08	-0.07	-0.32	-0.47	-0.47	-0.49	0.18	-0.01		0.21	-0.38	0.07	-0.6	0.1	0.19	-0.47	0.49	-0.67	-0.38	-0.62	-0.49	0.23	0.3	0.24	1.35	-0.18	1.13	-0.07	-0.22	-0.45	-0.51	-0.71
+YGL013C	"PDR1   TRANSPORT        TRANSCRIPTION FACTOR, REGULATES ABC TRANSPORTERS"	-0.23	-0.42	-0.27	-0.23		0.23	0.15	0.31	0.44	-0.12	0.28	-0.04	-0.1	-0.09	0.2	0.52	-0.3	0.11	-0.23	0.06	-0.14		-0.12	-0.03	0.14	0.03	-0.14	0.01		0.16	0.06	-0.09	-0.47	-0.47	-0.43	-0.6	-0.43	-0.47	-0.81	-1.79	-2.56	-0.89	-0.84	0.52	-0.4	-0.71	-0.92	0.01	-0.12	-0.14	-0.64	-0.56	-0.56	-0.29	-0.27	-0.69	0.62	0.72	0.31	-0.14	0.2	1	0.32	0.94	-0.4	-0.58	-0.15	-0.43	0.46	0.14	0.1		0.19	0.31	0.03	-0.54	-0.76	-0.42	-0.36
+YDR443C	SSN2   TRANSCRIPTION       RNA POLYMERASE II MEDIATOR SUBUNIT	0.14	-0.1	0.15	-0.14		-0.2	0.38	-0.07	0.1	0.03	0.32	-0.25	0.01	-0.54	0.16	0.2	0.07	-0.23	-0.58	-0.49	-0.29	-0.34	-0.32	-0.36	-0.22	-0.25	0.12	0.06	-0.1	0.23	0.04	-0.2	-0.18	-0.12	-0.09	-0.06	0.21	0.15	-0.1	-0.15	-0.06	-0.14	-0.29	0.15	-0.23	-0.45	-0.42	-0.32	-0.12	0.07	-0.42	-0.27	-0.27	0.2	-0.29	-0.56	-0.01	0.16	-0.1	-0.12	-0.23	0.73	0.26	0.87	-0.3	-0.29		-0.49	0.38	-0.04	0.59	-0.3	-0.15	-0.03	-0.22	-0.27	-0.42	-0.23	-0.3
+YBR198C	TAF90  TRANSCRIPTION       TFIID 90 KD SUBUNIT	-0.25	-0.84	-0.18	-0.43	-0.06	0.42	-0.03	0.53	-0.04	-0.06	0.16	0.25	-0.23	-0.43	0.29	0.19	0.19	0.52	0.14	-0.34	-0.42	0.04	-0.42	-0.67	-0.38	-0.14	-0.06	-0.23	-0.62	-0.2	-0.2	-0.42	0.15	0.04	-0.29	-0.01	-0.04	-0.09	-0.06	-0.18	-0.15	-0.17	-0.29	-0.03	-0.06	-0.34	-0.38	-0.25	-0.18	0.15	-0.17	-0.25	-0.15	-0.32	-0.03	-0.36	-0.09	0.14	0.31	0.3	0.1	0.7	0.38	0.69	-0.25	-0.74	-0.09	-0.18	0.1	-0.09	0.19	0.53	0.26	0.21	0.08	-0.22	-0.18	-0.01	-0.6
+YNL054W	VAC7   VACUOLE BIOGENESIS    UNKNOWN; VACUOLAR INTEGRAL MEMBRANE PROTEIN	-0.14	-0.29	-0.01	-0.32	-0.23	-0.04	0.03	0.07	-0.06	-0.22	-0.29	-0.22	-0.17	-0.27	-0.17	-0.4	-0.23	-0.18	0.23	0.12	0.21	-0.22	-0.22	-0.03	0.48	0.16	-0.25	-0.06	0.14	-0.04	-0.51	-0.14	-0.06	-0.04	-0.23	-0.01	0.06	0.14	-0.22	-0.69	-0.43	-0.01	-0.71	-0.14	-0.06	-0.54	-0.27	-0.2	-0.15	-0.06		-0.25	-0.23	-0.18	-0.04	-0.27	-0.1	-0.32	-0.09	0.18	-0.14	0.6	0.41	1.08	-0.64	-0.12	-0.43	0.3	-0.34	0.24	0.77	0.61	0.14	0. [...]
+YCR008W	SAT4   SALT TOLERANCE      PROTEIN KINASE	0.12	-0.23		-0.12	-0.07	0.1	0.29	0.38	0.1	-0.06	-0.17	-0.06	-0.03	0.12	-0.01		0.2	0.03	0.89	-0.47	-0.29	0.42	0.29	0.24	0.21	0.12	-0.42	0.33	0.18	-0.12	-0.4	-0.15	0.07	-0.18	-0.04		0.12	-0.22	-0.25	-0.4	-0.06	-0.2	-0.14	-0.81	-0.6	-0.4	-0.67	-0.06	-0.54	-2	-0.76	-0.42	-0.4	-0.3	-0.81	-0.29	-0.22	-0.3	0.14	0.79	0.68	0.12	0.56	0.72	-0.71	-0.81	-0.17	-0.42	0.42	0.1	0.69	0.95	0.21	0.34	0.3	-0.07	-0.12	0.07	-0.22
+YOR098C	NUP1   NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.06	-0.49	-0.6		-0.4	-0.71	-0.07	-0.38	0.08	-0.23	-0.1	-0.25	-0.04	1.44	0.01	-0.29	-0.27	-0.29	-1.32	-0.09	-0.04	0.12	0.18	-0.47	0.25	0.15	0.24	0.44	0.08	0.25	-0.1	0.37	-0.25	0.25		-0.81	-0.14	-0.38	-0.47	0.45	0.74	-0.94	-0.43	-0.09	-0.81	-0.92	-0.84	-0.4	-0.42	-0.22	-0.56	-0.6	-0.36	-0.38	-0.29	-0.58	-0.2	0.29	-0.14	-0.27	-0.06	0.96	0.03	-0.4	-0.79	-0.14	-0.49	-0.54	0.1	0.19	0.12	1.12	0.11	-0.23	-0.2	-0.56	-0.94	-0.36	-0.36
+YNR011C	"PRP2   MRNA SPLICING       RNA HELICASE, PUTATIVE"	-0.36	0.4	-0.17	-0.25	0.03	-0.17	0.21	-0.01	-0.04	-0.27	-0.18	-0.23	0.11	-0.36	0.04	0.04	-0.3	-0.03	-0.84	-0.22	-0.4	-0.06	-0.01	-0.2	-0.12	0.07	-0.14	0.23	-0.23	-0.14	-0.62	-0.06	-0.79	0.12	-0.36	-0.03	-0.38	-0.32	-0.43	0.08	-0.04	-0.25	-0.81	0.1	-0.56	-0.36	-0.49	-0.43	-0.43	-0.3	-0.03	-0.1	0.1	-0.43	0.03	0.1	-0.27	-0.07	0.25	-0.09	0.37	0.57	0.23	0.25	-0.47	-0.29	-0.47	-0.36	-0.04	0.48	-0.2	1.52	-0.04	-0.27	-0.04	-0.43	-0.51	- [...]
+YPL190C	NAB3   MRNA SPLICING       NUCLEAR POLYADENYLATED RNA-BINDING PROTEIN	-0.14	-0.01	-0.36	0.06	-0.14	0.15	0.23	0.25	0.08	0.08	-0.36	-0.06	-0.09	-0.14	-0.18	0.06	0.03	0.15	0.37	0.36	-0.15	-0.15	0.23	0.11	0.43	0.23	0.3	0.16	-0.09	0.23	0.54	0.12	-0.23	-0.12	-0.07	0.67	-0.29	-0.79	-0.01	0.44	-0.09	-0.42	-0.71	0.24	-0.76	-0.54	-0.69	-0.32	-0.22	-0.12	-0.22	-0.45	-0.18	-0.32	-0.14	0.15	0.4	0.36	0.06	0.43	-0.01	0.66	0.52	0.19	-0.49	-0.45	-0.07	-0.45		-0.32	0.49	1.34	0.01	-0.15	-0.01	-0.49 [...]
+YMR283C	RIT1   TRNA PROCESSING     INITIATOR METHIONINE TRNA 2'-O-RIBOSYL PHOSPHATE TRANSFERASE	0.23	-0.14	0.24	0.07	0.08	-0.18	0.06	0.24	0.33	0.08	0.07	-0.14	-0.12	-0.25	-0.01	-0.04	-0.6	-0.12	-0.25	-0.58	-0.34	0.24	0.11	-0.15	-0.04	-0.06	-0.34	-0.47	-0.42	-0.38	-0.34	-0.45	0.39	0.1	-0.04	-0.36	-0.56	-0.1	-0.45	-0.36	-0.51	0.1	-0.22	0.23	-0.6	-0.29	-0.25	-0.15	-0.4	-0.09	-0.36	-0.58	-1.06	-0.86	-0.54	-0.92	0.26	0.7	0.2	-0.27	0.04	-0.4	-0.34	0.26	-0.14	-0.17	-0.36	-0.42	0.01	0.9	0.26	0.5 [...]
+YOR171C	LCB4   SPHINGOLIPID METABOLISM  LONG CHAIN BASE KINASE	-0.17	-0.17	-0.54	-0.06	-0.14		0.18	0.23	0.25	-0.14	-0.06	-0.14	-0.09	-0.36	-0.14	-0.04	0.18	0.03	0.44	-0.15	-0.06	-0.09	0.18	-0.17	-0.38	-0.36	-0.15	-0.09	0.06	-0.14	-0.34	-0.38	0.34	0.29	0.07	0.32	0.18	0.24	0.03	-0.09	-0.09	0.14		-0.23	0.01	-0.3	-0.17	-0.09	-0.49	-0.23	-0.3	-0.47	-0.43	-0.58	-0.1	-0.34	-0.51	-0.25	-0.3	-0.3	0.12	-0.4	-0.4	0.3	-0.2	-0.27	-0.42	-0.38	0.01	0.54	0.57	0.63	0.12	0.21	0.37	-0.14	0.03	0.7	0.46
+YJL081C	ARP4   CYTOSKELETON        ACTIN-RELATED PROTEIN	-0.14	-0.3	0.2	0.04	0.38	-0.27	0.26	-0.06	-0.01	-0.2	0.66	-0.12	-0.15	-0.12	0.08	-0.09	0.11	-0.25	0.67	-0.38	-0.1	0.12	0.3	-0.36	-0.12	0.03	-0.36	-0.34	-0.06	-0.34	-0.56	-0.27	-0.1	-0.06	0.03	-0.23	-0.2	-0.23	-0.23	-0.36	-0.07	-0.14	-0.25	0.31	0.04	-0.17		-0.42	-0.09	-0.14	-0.34	-0.67	-0.76	0.04	-0.34	-0.64	0.04	-0.06	-0.22	-0.58	-0.51	-0.3	-0.36	0.06	-0.07	-0.32	-0.14	-0.25	0.15	0.38	0.59	0.42	-0.06	0.26	0.53	-0.06	0.06	0.41	0.21
+YPL139C	UME1   MEIOSIS        TRANSCRIPTION FACTOR	-0.03	-0.03	-0.14	-0.29	-0.01	0.2	0.14	0.07	0.07		-0.38	-0.27	-0.09	0.01	-0.14	-0.09	0.1	-0.1	0.18	-0.58	-0.2	-0.23	0.08	-0.09	-0.03	0.14	-0.27	-0.1	-0.12	-0.29	-0.38	-0.2	-0.94	-0.17	-0.18	0.06	-0.14	-0.12	-0.36	-0.27	-0.29	-0.14	-1.03	-0.38	-0.14	-0.18	0.06	-0.25	0.01	-0.14	-0.86	-0.86	-0.62	-0.07	-0.45	-0.3	0.07	-0.18	0.2	-0.17	-0.01	-0.56	-0.4	0.39	-0.09	0.28	-0.6	-0.29	0.28	0.51	0.65	0.66	0.11	0.07	0.39	-0.1	-0.22	0.08	0.07
+YKR069W	MET1   METHIONINE BIOSYNTHESIS  SIROHEME SYNTHASE	-0.18	0.07	-0.38	-0.81	-0.04	-0.03	0.59	-0.07	-0.04	-0.07	-0.3	-0.36	-0.25	-0.49	-0.15	-0.04	-0.18	-0.25	-0.43	-0.84	-0.69	-0.27	-0.29	-0.27	-0.3	-0.03	-0.18	0.06	-0.4	-0.09	-0.36	-0.04	-0.45	-0.58	0.2	0.36	-0.22	-0.38	-0.22	0.41	0.26	-0.36	-0.47	0.04	-0.07	-0.18	-0.14	-0.32	0.29	-0.04	0.44	0.34	0.01	0.06	-0.23	0.04	-0.71	0.59	-0.12	0.15	0.18	0.34	0.04	0.3	-0.6	-0.58	-0.84	-0.42	-0.07	0.84	0.64	0.25	-0.34	-0.04	0.01	-0.23	-0.43	0. [...]
+YAL001C	TFC3   TRANSCRIPTION       TFIIIC 138 KD SUBUNIT	-0.38	-0.38	-0.43	-0.06	-0.64	-0.67	-0.38	0.12	-0.32	-0.15	-0.04	0.43	-0.47	-0.03	-0.36	0.38	-0.43	0.06	0.2	-0.22	0.14	0.08	-0.34	0.01	-0.22	0.28	-0.03	-0.18	-0.42	-0.06	-0.58	-0.06	-0.23	0.01	-0.3	-0.04	-0.2	-0.51	0.04	-0.12	0.52	-0.36	-0.51	-0.04	-0.07	-0.06	-0.34	-0.04	-0.15	-0.23		-0.29	-0.09	-0.12	-0.1	0.14	0.34	0.08	-0.17	0.36	0.14	0.18	-0.04	0.58	-0.89	-0.15	-0.76	-0.69	0.34	0.32	0.93	0.29	-0.06	0.08	0.42	0.48	0.21	0.77	0.34
+YBR240C	THI2   THIAMINE BIOSYNTHESIS    TRANSCRIPTION FACTOR	0.3	0.5	0.34	0.03	-0.18	0.01	-0.23	0.45	-0.22	0.41	-0.45	0.23	0.03	-0.17	0.21	-0.17	-0.36	0.11	-0.64	-0.81	-0.71	0.54	-0.06	-0.34	-0.45	-0.49	-0.14	-1.43	-0.43	-0.38	-0.94	-0.32	-0.47	-0.17	-0.29	-0.89	-0.67	-0.3	-0.34	-0.38	0.18	0.01	-0.03	0.31	-0.3	-0.4	-0.09	0.08		-0.49	-1.12	-1.03	-0.97	0.28	-0.27	-0.27	-0.2	0.32	0.77	0.07	0.25	0.18	0.34	0.34	-0.54	-0.79	-0.32	-0.36	0.08	0.62	0.57	0.23	-0.2	1.41	0.01	-0.14	-0.54	0.14	0.23
+YAL058W	CNE1   SECRETION        CALNEXIN AND CALRETICULIN HOMOLOG	-0.03	-0.25	0.43	0.08	0.15	0.12	0.08	0.3	0.46	0.08	0.89	0.53	0.1	0.1	0.43	0.52	-0.15	0.15	-0.89	-0.2	-0.38	0.03	-0.01	-0.38	-0.3	-0.15	-0.22	-0.25	-0.42	-0.14	-0.49	-0.29	-0.04	-0.03	0.08	-0.47	-0.71	-0.15	0.03	-0.22	0.04		-0.38	0.06	-0.18	-0.18	-0.94	0.15	-0.07	0.04	-0.56	-0.74	-0.51	0.03		-0.1	0.12	0.54	0.99	-0.07	0.3	0.5	0.55	0.67	-0.69	-0.74	-0.76	-0.69	-0.12	0.12	1.14	-0.12	0.04	0.3	0.2	0.04	-0.2	0.03	-0.1
+YIR015W	RPR2   TRNA PROCESSING     RNASE P SUBUNIT	-0.36	-0.12	-0.6	-0.38	-0.54	0.14	-0.47	-0.36	-0.29	0.31	-0.45	-0.34	-0.22	-0.45	-0.56	-0.3	-0.15	-0.12	0.3	0.54	0.26	-0.07	-0.14	-0.29	-0.1	0.06	-0.1	0.18	0.26	0.33	-0.01	0.52	0.23	0.16	-0.18	-0.03	-0.3	-0.17	-0.18	-0.1	-0.42	-0.25	-0.34	0.23	-0.07	-0.4	-0.23	-0.25	-0.56	-0.47	-0.38	-0.04	0.44	-0.09	0.23	0.23	-0.3	-0.3	0.1	0.77	0.58	0.54	0.12	0.43	-0.47	-0.34	-0.4	0.08	-0.2	0.38	0.78	0.92	-0.23	-0.36	-0.27	-0.3	-0.42	0.06	-0.79
+YIL154C	IMP2   STRESS RESPONSE     TRANSCRIPTIONAL REPRESSOR	-0.14	-0.2	0.32	-0.15	-0.14	-0.51	-0.09	-0.36	-0.15	-0.34	-0.18	-0.14	-0.29	-0.62	-0.12	-0.32	0.03	-0.18	0.91	0.07	-0.36	-0.56	-0.51	-0.62	-0.58	-0.29	-0.09	-0.27	-0.43	-0.27	-0.01	-0.25	-0.2	-0.12	-0.09	-0.06	0.28	0.08	0.37	0.45	-0.3	-0.03	0.08	-0.27	0.19	0.1	0.19	-0.42	-0.47	-0.92	-0.45	-0.3	-0.51	-0.14	-0.03	-0.03	-0.15	-0.38	0.04	0.93	0.14	0.41	0.66	0.52	-0.14	-0.43	-0.2	-0.06	0.38	0.37	0.46	1.74	-0.38	-0.32	0.1	-0.54	-0.4	 [...]
+YIL153W	RRD1   DRUG RESISTANCE     UNKNOWN	-0.04	-0.09	0.03	-0.06	0.06	-0.49	0.16	-0.25	-0.17	-0.18	-0.17	-0.2	0.06	-0.51	-0.17	-0.3	0.04	-0.27	0.18	-0.2	-0.29	-0.38	-0.54	-0.4	-0.45	-0.15	0.03	-0.03	-0.32	0.15	0.06	0.07	0.15	0.08	0.1	0.06	0.44	0.38	0.41	0.33	-0.23	0.12	0.21	-0.76	0.08	-0.04	-0.54	-0.4	-0.92	-1.22	-0.34	0.11	-0.89	-0.14	0.14	-0.06	-0.4	-1.06	0.49	1.01	0.61	0.55	0.86	0.31	-0.06	-0.2	0.07	-0.12	0.38	0.93	0.59	0.33	-0.69	-0.58	-0.45	-0.43	-0.43	-0.36	-0.36
+YDR436W	PPZ2   STRESS RESPONSE     SER/THR PHOSPHATASE	-0.54	0.38	-0.07	-0.2	-0.81	-0.12	-0.62	-0.14	-0.03	0.23	0.32	-0.12	-0.1	-0.64	-0.6	-0.1	-0.3	-0.04	0.96	0.2	-0.32	-0.15	-0.17	-0.3	-0.12	0.24	0.23	0.16	0.25	0.37	0.58	0.52	-0.56	-0.15	-0.18	-0.18	-0.04	0.14	0.07	0.18	0.68	-0.18	0.08	0.81	0.19	0.1	0.19	0.01	-0.32	-0.42	-0.45	-0.79	-0.6	0.01	0.23	-0.17	0.34	0.8	0.54	1.07	1.04	0.55	0.2	0.18	-0.43	-0.4	0.1	0.07	0.1	0.41	0.56	1.14	-0.17	-0.22	-0.47	-0.36	-0.42	0.31	0.53
+YHR189W	NONE   PROTEIN SYNTHESIS     TRNA HYDROLASE (PUTATIVE)	-0.25	-0.04	0.03	0.19	-0.3	-0.38	-0.58		-0.3	-0.23	-0.3	0.03	-0.06	-0.34	-0.2	-0.07	-0.42	-0.17	0.91	0.01	0.23	-0.04	-0.27		0.07	-0.07	-0.01	0.18	0.18	0.14	0.1	0.29	-0.36	-0.17	-0.47	-0.18	-0.22	-0.14	0.32	0.29	-0.12	-0.15	-0.32	0.59	0.19	0.1	-0.04	-0.2	0.34	0.16	-0.18	-0.06	0.01	-0.07	-0.17	0.44	0.99	0.52	0.25	0.77	0.42	0.53	0.34	0.49	-0.71	-0.86	0.11	-0.38	-0.1	0.48	0.5	0.77	-0.3	-0.25	-0.18	-0.29	-0.4	0.07	0.19
+YAL013W	DEP1   PHOSPHOLIPID METABOLISM  REGULATOR	-0.32	-0.15	0.03	-0.29	-0.23	-0.09	0.07	0.04	0.1	0.1	0.31	0.41	-0.2	-0.09	0.08	0.61	-0.22	0.28	0.63	-0.18	-0.3	0.19	-0.04	-0.27	-0.04	0.16	-0.06	-0.06	-0.38	-0.01	-0.27	0.03	-0.04	0.52	0.08	0.15	0.52	-0.09	0.33	-0.14	0.03		0.2	0.58	0.4	-0.18	-0.94	0.26	-0.42	-0.58	-0.67	-0.3	-0.58	0.11	-0.64	0.08	0.48	0.29	0.61	1.01	0.56	1.04	0.57	0.51	-0.1	-0.67	-0.09	-0.64	0.31	0.73	0.7	0.86	-0.76	-0.29	-0.09	-0.74	-0.64	0.21	-0.1
+YMR280C	CAT8   GLUCONEOGENESIS     TRANSCRIPTION FACTOR	-0.07	0.26	-0.06	0.31	-0.07	-0.74	-0.51	-0.09	-0.1	-0.09	0.01	-0.49	-0.49	-0.29	0.16	-0.18	-0.12	-0.12	0.82	-0.1	0.37	-0.06	-0.49	-0.42	-0.38	-0.15	0.21	-0.3	-0.54	0.16	-0.86	0.07	-0.18	-0.47	-0.4	-0.36	-0.51	-0.42	-0.34	0.45	-0.49	-0.54	-0.43	0.46	-1.12	0.21	-1.12	-0.07	-0.49	-0.6	-0.2	-0.09	-0.12	0.23	-0.09	0.81	0.03	-0.4	1.01	0.79	0.54	0.74	0.23	0.93	-0.67	-0.45	-0.18	-0.3	0.29	0.79	0.92	0.81	-0.18	0.31	-0.15	-0.1	-0.32	0.32	0.36
+YLR318W	EST2   TELOMERE LENGTH REGULATI TELOMERASE CATALYTIC SUBUNIT	0.24	-0.2	-0.04	-0.1	-0.45	-0.18	-0.29	-0.15	-0.27	0.14	-0.4	0.01	0.03	-0.49	-0.64	0.04	-0.54	0.04	-0.22	-0.64	0.03	-0.12	-0.06	-0.25	-0.32	-0.42	0.24	-0.18	0.03	-0.4	-1.36	-0.07	-0.74	-0.2	-0.4	-0.71	0.99	-0.58	-0.54	-0.67	0.08	-0.42	-0.29	0.2	-0.76	-0.81	-0.86	-0.25		-0.38	-0.3	-0.23	-0.09	0.01	-0.07	-0.3	-0.06	-0.22	-0.06	-0.2	0.21	-0.06	-0.47	-0.2	-0.67	-0.51	-0.69	-0.67	0.24	0.77	0.33	0.31	0.03	-0.07	-0.1	-0.25	-0. [...]
+YBR213W	MET8   SULFATE ASSIMILATION     SIROHEME SYNTHASE	-0.58	0.44	-0.56	0.01	-0.3		0.1	0.14	-0.36	-0.25		0.41	-0.29	-0.18	-0.17	0.49	-0.22	0.62	-0.38	-0.38	-0.47	0.11	-0.32	-0.23	-0.62	-0.32	-0.2	0.06	-0.47	-0.47	-0.94	-0.36	-0.29	0.11	-0.2	0.54	-0.47	-0.43	-0.56	0.52	-0.3	-0.69	-0.23	0.28	-1.03	-0.07	-0.81	-0.62	-0.17	-0.45	-0.51	-0.22	-0.34	0.11	0.21	0.28	0.48	-0.07	1.33	-0.29	0.53	0.45	-0.43	0.26	-0.86	-0.18	-0.94	-1.32	0.18	0.48	0.18	0.4	-0.69	0.29	-0.18	-0.51	-0.71	0.12	-0.06
+YOR191W	RIS1   SILENCING        SNF2 FAMILY DNA-DEPENDENT ATPASE 	-0.17	-0.15	-0.29	-0.3	-0.14	-0.29	-0.15	0.07	-0.03	-0.43	-0.03	-0.15	-0.04	-0.29	0.16	0.1	-0.17	-0.18	0.1	-0.3	-0.22	-0.18	-0.25	-0.34	-0.15	-0.4	0.14	-0.01	-0.25	0.04	-0.34	-0.06	-0.29	0.01	-0.27	-0.47	1.14	-0.1	-0.45	1.39	-0.04	-0.89	-0.67		-0.94	-0.76	-0.25	-0.17	-0.04	0.11	-0.14	-0.3	-0.09	-0.51	-0.29	-0.17	0.08	0.26	0.18	0.3	0.2	0.65	0.29	0.21	-0.6	-0.84	-0.54	-0.64	-0.01	0.63	0.49	0.57	-0.12	-0.04	0.11	-0.12	-0.29	0 [...]
+YPL065W	VPS28  VACUOLAR PROTEIN TARGETI CYTOPLASMIC PROTEIN	-0.18	0.14	0.19	-0.12		-0.04		0.16	0.03	-0.42	-0.2	-0.38	-0.22	-0.27	-0.23	-0.15			0.82	-0.01	-0.06	0.34	0.15	-0.22	-0.07	-0.38	-0.58	-0.51	-0.18	-0.38	-0.62	-0.32	-0.2	0.12	-0.03	-0.34	-0.6	-0.15	-0.22	0.34	-0.06	-0.32	0.03	0.19	-0.18	-0.07	0.12	0.06	0.34	0.33	-0.12	-0.23	-0.03	0.38	-0.64	-0.38	0.46	0.68	0.2	-0.25	0.06	0.04	-0.32	0.7	-0.71	0.21	-0.76	-0.74	0.37	0.19	0.9	0.41	-0.15	-0.14	0.66	0.11	-0.2	0.76	0.37
+YDR181C	SAS4   SILENCING        UNKNWON	-0.18	-0.42	-0.3		-0.06	-0.17	0.08	-0.1	-0.34	-0.14	-0.3	-0.3	-0.2	-0.49	-0.51	-0.32	-0.15	-0.23	-0.12	-0.6	-0.54	-0.6	-0.25	-0.69	-0.45	-0.6	-0.3	-0.3	-0.34	-0.43	-0.15	-0.51	-0.22	0.06	0.29	-0.34	-0.1		-0.23	-0.22	-0.23	-0.27	-0.36	0.04	-0.58	-0.25	0.03	-0.27	0.19	0.41	0.12	-0.22	-0.45	0.11	-0.3	-0.84	0.39	0.87		-0.34	0.14	0.03	-0.12	1.35	-0.15	-0.18	-0.32	-0.74	0.18	0.49	0.45	0.39	-0.38	-0.09	0.44	-0.12	0.12	0.39	0.53
+YDR495C	VPS3   VACUOLAR PROTEIN TARGETI UNKNOWN	-0.09	-0.32	0.14	-0.1		0.16	0.06	-0.09	0.14	-0.18	0.6	-0.06	0.07	-0.36	0.23	0.12	-0.04	-0.03	-0.07	-0.32	-0.43	-0.22	-0.25	-0.64	-0.3	-0.42	-0.58	-0.4	-0.43	-0.25	-0.3	-0.32	-0.94		-0.69	-0.89	-0.67	-0.43	-0.47	-0.04	-0.74	-1.12	-0.71	0.2	-0.49	-0.4	-0.71	-0.18	0.31	0.55	0.33	0.44	0.33	-0.49	-0.38	-0.18	0.07	0.98	0.07	0.21	0.01	0.15	0.04	0.07	-0.58	-0.06	-0.47	-0.97	0.32	0.85	0.71	0.49	-0.07	-0.03	0.01	-0.15	0.15	0.29	0.58
+YDR369C	XRS2   DNA REPAIR AND RECOMBINA REQUIRED FOR DS BREAK REPAIR	0.14	1.21	0.18	0.5	0.2	-0.25	-0.25	-0.17	-0.12	-0.23	-0.58	-0.2	0.53	-0.6	0.78	0.25	-0.18	0.7	-0.07	-0.62	-0.71	-0.01	-0.32	-0.27	-0.36	-0.36	0.07	-0.42	-0.49	-0.64	-0.6	-0.25	-0.51	-0.12	-0.34	-0.81	-0.71	-0.17	-0.58	-0.03	-0.4	-1.06	-0.51	-0.23	-0.71	-0.56	-0.71	-0.32	0.56	0.34	-0.01	0.23	-0.23	0.28	-0.71	-0.36	0.57	0.8	0.26		0.04	0.18	-0.01	0.62	-0.89	-0.43	-1.09	-1	0.5	0.73	0.14	0.3	-0.09	-0.18	0.06	0.04	-0.27	0.39	0.45
+YMR023C	MSS1   PROTEIN SYNTHESIS (PUTAT MITOCHONDRIAL GTPASE; COX1 EXPRESSION	0.1	0.49	0.16	0.12	0.01	0.07	-0.03	-0.09	-0.03	-0.18	-0.03	-0.06	-0.06	-0.36	-0.22	-0.1	-0.29	-0.22	-0.47	-0.45	-0.42	-0.12	-0.4	-0.29	-0.25	-0.32	-0.38	-0.6	-0.36	-0.25	-0.36	-0.36	0.01	-0.03	0.14	-0.38	0.23	0.14	0.2	0.01	-0.04		-0.17	-0.12	-2.25	-0.01	0.4	-0.18	0.31		-0.12	-0.38	-0.64	0.01	-0.76	-0.43	0.53	0.88	-0.06	0.38	0.16	-0.1	-0.3	0.23	-0.38	-0.3	-0.42	-0.64	-0.32	0.62	0.25	0.58	-0.18	-0.25	0.26	0.08	-0 [...]
+YDR259C	YAP6   SALT TOLERANCE      BASIC LEU ZIPPER TRANSCRIPTION FACTOR	0.26	0.62	0.3	-0.01	0.21	-0.06	-0.22	0.1	0.49	-0.01	0.41	0.01	0.14	-0.22	0.1	0.29	-0.22	-0.03	-0.64	-0.62	0.11	-0.25	-0.62	-0.51	-0.51	-0.22	-0.4	-0.3	-0.32	-0.2	-0.29	-0.4	-0.04	0.11	-0.56	-0.38	-1.29	-1.29	-0.62	0.69	-0.43	-1.22	-0.49	0.06	-1.56	-1.03	-0.47	-0.07	-0.42	-0.29	-0.81	-1.18	-1.4	-0.34	-0.47	-1.4	-0.86	-0.86	-0.09	0.86	0.57	-0.03	0.19	0.57	-0.74	-0.34	-0.15	-0.58	-0.12	0.41	0.23	-0.04	-0.29	0.04	-0.25	 [...]
+YNL332W	THI12  PYRIMIDINE BIOSYNTHESIS  UNKNOWN	0.31	0.16	0.95	0.32	0.5	0.11	0.63	0.59	0.25	0.37	0.04	0.2	0.19	0.1	-0.04	0.16	-0.42	0.45	-0.23	-0.4	-0.29	-0.23	-0.1	-0.64	-0.14	-0.23	-0.29	-0.47	-0.38	-0.29	-0.36	-0.14	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.4	-0.58	-1.15	-1.6	-0.76	-1.79	0.41	-0.15	-1.4	-0.15	-0.06		0.16	0.58	0.33	0.46	0.78	-0.79	0.06	-0.69	-0.27	1.07	0.7	0.81	2.06	-0.49	-0.22	0.58	-0.34	-0.14	0.68	0.93
+YDR456W	NHX1   TRANSPORT        NA+/H+ ANTIPORTER	-0.09	-0.23		0.08	-0.06	-0.36	-0.38	-0.54	-0.27	-0.1	0.01	-0.17	-0.25	-0.23	0.28	-0.09	-0.38	-0.47	-0.1	-0.51	-0.34	-0.07	0.07	-0.15	-0.32	0.16	0.1	0.16	-0.29	-0.03	-0.62	0.14	-0.27	-0.36	-0.49	-0.14	-0.32	0.15	-0.18	0.7	0.42	-0.27	0.29	0.68	-0.71	-0.43	-0.12	0.12	0.2	-0.36	-0.74	-0.97	-0.45	0.59	-0.45	-0.58	0.39	0.01	0.4	0.32	0.08	0.45	0.01	0.37	-0.49	-0.15	-0.6	-0.71	-0.2	0.56	-0.01	0.45	0.08	-0.03	0.6	-0.01	-0.17	0.55	0.57
+YCL004W	PEL1   PHOSPHOLIPID METABOLISM  PHOSPHATIDYLGLYCEROPHOSPHATE SYNTHASE	0.01	0.21	0.06	-0.97	0.08	0.23	-0.12	0.19	0.23	-0.25	0.03	0.14	-0.06	0.06	-0.27	0.3	0.12	0.15	0.53	-0.03	0.19	0.01	-0.04	-0.09		0.1	-0.97	-0.23	-0.14	-0.36	-0.17	0.04	-0.69	-0.22	-0.14	-0.51	-0.92	-0.15	-0.76	0.88	0.25	-0.92	-0.18	0.14	-0.97	-0.25	-1.03	0.3	-0.4	-0.56	-0.79	-1.03	-0.69	0.16	-0.6	-0.51	0.1	-0.07	-0.29	-0.01	0.15	-0.22	-0.1	0.58	-0.64	-0.27	-0.51	-0.89	0.11	0.56	0.21	0.24	-0.06	0.12	0.07	-0.34	-0 [...]
+YKR098C	"UBP11  PROTEIN DEGRADATION, UBI UBIQUITIN-SPECIFIC PROTEASE"	0.01	0.39	0.32	-0.12	-0.49	-0.51	-0.47	-0.3		-0.09	0.08	-0.14	-0.22	-0.6	-0.36	-0.15	-0.32	-0.15	0.3	-0.06	-0.38	-0.29	-0.69	-0.89	-0.89	-0.51	-0.38	-0.81	-0.38	-0.32	-0.3	-0.38	0.12	0.41	-0.18	-0.84	-1.03	-0.14	-1.32	-0.18	-1.32	-1.32	-1.09	0.26	-1.64	-0.01	-0.09	-0.2	0.38	-0.03	-0.74	-0.81	-0.92	0.41	-0.79	-0.84	0.1	0.14	0.14	1.09	0.66	0.16	0.01	0.54	-0.56	-0.23	-0.29	0.06	0.08	0.94	1	1.2	-0.1	0.18	0.12	-0.04	-0.27	1 [...]
+YLR453C	RIF2   SILENCING        RAP1-INTERACTING PROTEIN	0.06	-0.29	-0.01	-0.29	-0.34	-0.15	-0.06	-0.04	-0.1	-0.27	-0.32	-0.43	-0.18	-0.23	-0.23	0.03	-0.2	-0.1	-0.17	-0.07	0.03	0.19	-0.07	-0.23	-0.2	-0.32	-0.43	-0.32	-0.07	-0.22	-0.74	-0.25	-0.81	0.06	0.07	-0.29	-0.15	0.25	-0.22	-0.56	-0.45	-0.06	-0.45	-0.32	-0.36	-0.58	-0.4	-0.43	0.03	-0.29	-0.56	-0.43	-0.38	-0.01	-0.64	0.12	0.15	0.04	-0.18	-0.43	0.06	0.11	-0.25	0.23	-0.92	-0.51	-0.51	-0.62	0.06	0.66	0.37	0.68	-0.07	-0.25	0.33	-0.01	-0. [...]
+YDR076W	RAD55  DNA REPAIR AND RECOMBINA RECA HOMOLOG	-0.69	-0.2	-0.17	-0.12	-0.67	-0.23	-0.45		-0.2	0.12		0.06	-0.34	-0.17	-0.71	-0.01	-0.07	0.06	-0.34	0.31	0.36	0.04	0.19	-0.14	0.23	-0.45	-0.43	-0.17	0.1	-0.79	-0.69	-0.14	-0.36	0.3	-0.17	-0.47	-0.64	-0.47	-0.45	-0.36	-0.36	-0.17	-0.42	0.61	-0.6	-0.6	-0.71	-0.27	-0.12	-0.25	-0.45	-0.71	-0.3	0.1	-0.6	-0.38	0.69	0.16	-0.1	-0.51	0.23	-0.03	0.11	0.67	-0.62	-0.14	-0.32	-0.36	-0.42	0.86	0.21	0.88	-0.79	-0.42	0.38	-0.01	-0.6	0.59	0.66
+YIR018W	YAP5   TRANSCRIPTION       BASIC LEU ZIPPER TRANSCRIPTION FACTOR	-0.2	1.02	-0.22	-0.22	-0.18	-0.06	0.03	0.06	0.2	-0.15	-0.1	-0.34	-0.07	-0.17	-0.14	0.14	-0.27		0.71	0.19	0.18	0.26	0.01	-0.09	-0.1	-0.4	-0.22	-0.34	-0.23	-0.45	-0.32	-0.22	-0.42	-0.3	-0.27	-0.2	0.1	0.3	0.15	0.03	-0.15	0.04	0.06	-0.04	0.28	0.06	0.18	-0.14	0.12		-0.67	-0.58	-0.45	0.63	-0.42	0.1	0.32	-0.71	0.08	0.63	0.33	0.37	0.49	0.81	-0.58	-0.17	-0.34	-0.62	-0.2	0.93	0.88	0.69	-0.34	-0.17	0.14	-0.29	-0.58	0.7	0.39
+YFL055W	AGP3   TRANSPORT        GENERAL AMINO ACID PERMEASE	0.4	0.24	0.29	0.28	0.15	0.2	0.26	0.16	0.1	0.07	0.04	0.04	-0.03	-0.18	-0.09	-0.22	0.23	0.01	-0.45	0.11	-0.14	-0.69	-0.74	-0.6	-0.4	-0.18	0.04	-0.04	-0.29	0.03	0.14	-0.1	-0.18	-0.03	-0.12	-0.51	-0.62	-0.97	-0.34	-0.34	-0.4	-0.56	-0.4	0.23	-0.62	-0.47	-0.34	-0.23	-0.18	-0.71	-0.69	-0.62	-0.36	0.58	-0.58	0.04	-0.23	-0.49	-0.01	0.77	0.57	0.15	0.46	0.14	-0.45	-0.06	-0.22	-0.69	0.15	0.7	1.01	0.76	-0.71	-0.32	-0.07	-0.38	-0.47	0.64	0.9
+YER015W	FAA2   FATTY ACID METABOLISM    ACYL-COA SYNTHETASE	0.21	0.25	-0.09	-0.23	0.08	-0.34	0.01	-0.2		-0.17	-0.09	-0.01	-0.03	-0.4	-0.18	-0.34	-0.06	-0.22	0.18	-0.06	-0.3	-0.49	-0.47	-0.76	-0.71	-0.4	-0.14	-0.14	-0.45	0.11	-0.15	0.15	-1.18	-0.42	-0.74	-0.2	-0.23	0.14	0.12	-0.07	-0.51	-0.62	-0.43	-0.17	-0.45	-0.38	-0.34	-0.14	0.33	-0.74	-1.47	-0.71	-0.1	1.29	-0.97	0.14	0.3	-0.03	0.24	0.88	0.12	0.14	0.18	0.07	-0.2	-0.47	-0.76	-0.64	-0.09	0.86	0.73	-0.18	-0.38	-0.2	0.28	-0.34	-0.32	0.88	1.3
+YIL167W	NONE   GLUCONEOGENESIS     SERINE DEHYDRATASE	0.29	0.1	0.37	-0.22	-0.09	-0.17	-0.17	-0.01	-0.03	0.04	-0.14	0.01	-0.01	-0.18	-0.42	0.1	-0.2	0.1	0.18	-0.34	-0.17	-0.18	-0.07	-0.22	-0.25	-0.62	-0.62	-0.51	-0.14	-0.97	-0.42	-0.3	-0.25	-0.1	-0.27	-0.4	-0.4	0.11	-0.12	-0.18	-0.71	-0.62	-0.43	0.7	-0.25	-0.15	0.16	0.04	0.1	-0.86	-0.89	-0.36	-0.74	1.16	-0.74	0.28		-0.6	0.23	-0.22	0.52	-0.04	-0.36	0.57	-0.14	-0.2	-0.42	-1.03	0.53	0.97	0.33	0.38	-0.25	-0.12	0.06	-0.3	-0.45	0.48	0.65
+YER162C	"RAD4   DNA REPAIR, NUCLEOTIDE E REPAIROSOME COMPONENT"	-0.12	0.21	-0.1	0.04	-0.29	-0.03	-0.25	-0.07	0.15	-0.32	0.43	-0.04	0.1	-0.17	0.06	0.32	-0.22	-0.09	0.71	-0.18	0.2	-0.12	-0.3	-0.29	-0.09	-0.07	-0.2	-0.2	-0.25	-0.15	-0.09	0.16	-0.92	0.34	0.2	-0.27	-1.15	-0.42	-0.25	0.43	0.21	-0.94	-0.45	-0.09	-0.86	-1.03	-1.03	-0.07	-0.27	-0.64	-1.03	-0.97	-0.3	0.45	-0.43	0.14	-0.18	-0.09	0.12	0.11	0.4	0.64	-0.15	0.68	-0.62	-0.45	-0.32	-0.54	-0.06	0.16	0.6	0.06	-0.22	0.12	0.3	-0.03	-0.14	0.96	0.94
+YDR363W	ESC2   SILENCING        UNKNOWN	-0.12		-0.23	-0.54	-0.17	-0.04		-0.12	-0.17	-0.23	-0.47	-0.07	-0.22	-0.49	-0.47	-0.45	-0.32	-0.27	0.59	-0.51	-0.38	-0.36	-0.36	-0.76	-0.62	-0.84	-0.69	-0.74	-0.51	-0.22	-0.74	-0.3	0.16	0.01	-0.43	-0.54	-0.43	-0.49	-0.79	-0.79	-0.62	-0.67	-0.27	0.11	-0.67	-0.86	-0.58	0.04	-0.4	-0.1	-0.79	-0.74	-0.45	-0.42	-0.43	-0.51	-0.29	0.16	0.16	-0.12	-0.17	-0.03	-0.18	0.18	-0.32	-0.3	-0.23	-0.34	-0.04	0.68	-0.18	0.23	-0.03	0.08	0.49	0.18	-0.2	0.51	0.23
+YDR473C	PRP3   MRNA SPLICING       U4/U6 SNRNP PROTEIN	-0.27	-0.29	-0.07	-0.12		0.11	0.12	0.19	-0.04	-0.14	-0.64	-0.12	-0.29		-0.43	-0.07	0.06	-0.1	-0.1	-0.76	-0.45	-0.56	-0.42	-0.74	-0.79	-0.54	-0.69	-0.64	-0.51	-0.69	-0.67	-0.58	-0.17	0.04	-0.23	-0.38	-0.69	-0.2	-0.32	0.06	-0.4	-0.6	-0.43	0.29	-0.86	-0.42	-0.54	-0.27	-0.23	-0.54	-1	-1.29	-0.97	-0.18	-0.74	-0.58	-0.1	-0.06	-0.12	-0.29	-0.01	-0.09	-0.38	0.41	-0.23	0.18	-0.69	-0.22	-0.09	0.67	0.04	0.06	-0.23	-0.17	0.19	-0.47	-0.22	0.88	0.78
+YOR005C	DNL4   DNA REPAIR       DNA LIGASE IV HOMOLOGUE	-0.1	-0.17	-0.29	-0.29	-0.2	-0.27	-0.01	-0.25	0.01	-0.34	-0.4	-0.42	-0.09	-0.56	-0.3	-0.29	-0.43	-0.36	-0.09	-0.07	-0.23	-0.36	-0.4	-0.36	-0.43	-0.49	-0.18	-0.45	-0.34	-0.49	-0.14	-0.43	0.25	0.03	-0.14	-0.17	-1.06	-0.3	-0.51	0.32	-0.62	-0.89	-0.38	-0.06	-1	-0.25	-0.97	-0.07	-0.4	-0.64	-1.12	-1.51	-1.25	0.08	-0.67	-0.92	-0.32	-0.04	0.15	0.3	0.34	-0.09	0.14	0.49	-0.36	-0.03	-0.62	-0.34	-0.09	0.51	0.19	0.63	-0.17	-0.3	0.14	-0.07	-0.42	 [...]
+YOR037W	CYC2   MITOCHONDRIAL PROTEIN TA CYTOCHROME C IMPORT FACTOR	-0.04	-0.17	0.16	-0.12	0.33	0.14	0.07	-0.38	-0.32	0.03	-0.14	-0.22	-0.12	-0.38	-0.29	-0.29	0.06	0.32	-0.14	-0.51	-0.38	-0.62	-0.42	-0.49	-0.56	-0.25	-0.25	-0.43	-0.62	-0.03	-0.1	-0.38	-0.15	0.03	0.06	-0.18	-0.22	-0.25	-0.14	0.23	-0.38	-0.27	-0.34	0.01	0.12	-0.22	0.04	-0.32	-0.38	-0.54	-0.79	-0.74	-0.71	0.03	-0.43	-0.4	-0.36	-0.62	-0.2	-0.18	0.54	0.14	-0.07	0.11	0.04	0.01	-0.15	-0.14	-0.09	0.81	0.21	-0.25	-0.43	0.08	0.44	- [...]
+YHL043W	ECM34  CELL WALL BIOGENESIS     UNKNOWN	0.23	0.21	0.06	0.16	0.03	-0.12	0.07	-0.03	0.1	-0.29	-0.25	-0.22	0.14	-0.09	-0.07	-0.18		-0.22	0.1	-0.6	-0.47	-0.25	-0.47	0.93	-0.27	-0.76	-0.71	-1	-0.32	-0.62	-0.84	-0.84	-0.79	0.01	-0.23	-0.45	-0.12	-0.64	-0.04	-0.42	-0.38	-0.07	-0.76	-0.03	-0.64	-0.54	-0.74	-0.56	-0.06	-0.4	-0.62	-0.71	-0.86	0.53	-0.6	-0.94	-0.18	-0.22	-0.04	0.12	0.29	0.48	-0.12	0.55	-0.67	-0.18	-0.92	-0.97	-0.22	0.69	0.38	0.28	-0.29	-0.15	0.52	-0.4	-0.17	0.25	0.3
+YDR030C	RAD28  DNA REPAIR       UNKNOWN	0.07	0.39	-0.09	-0.17	-0.36	-0.3	-0.23	-0.14	0.18	-0.29	-0.22	-0.34	-0.2	-0.6	0.04	-0.04	0.14	0.39	-0.09	-0.71	-0.51	-0.23	-0.56	0.4	-0.51	-0.71	-0.42	-0.17	-0.94	-0.76	-0.47	-0.81	-0.29	-0.43	-0.12	1.23	0.14	-0.25	-0.38	-0.29	-0.79	-1.29	0.64	0.31	-1	0.03	-0.58	-0.6	-0.18	-0.14	-0.47	-0.54	-0.84	-0.04	-0.62	-1	0.56	0.11	-0.15	0.01	-0.14	-0.07	-0.03	0.69	-0.84	-0.43	-0.79	-0.54	-0.06	0.66	0.9	0.42	-0.6	-0.58	0.26	-0.14	-0.32	1.23	0.76
+YOR386W	PHR1   DNA REPAIR       DEOXYRIBODIPYRIMIDINE PHOTOLYASE	-0.23	1.55	0.06	-0.2	-0.32	-0.3	-0.23	-0.29	-0.17	0.11	-0.38	0.23	-0.3	-0.42	-1.18	-0.23	-0.27	-0.09	1.48	0.19	-0.04	-0.43	-0.76	-0.62	-0.49	-0.42	-0.58	-0.69	0.06	0.11	-0.34	0.06	-0.42	0.32	-0.09	-0.07	-0.27	-0.49	-0.45	-0.45	-0.45	-0.29	-0.69	-0.81	-0.67	-0.62	-0.81	0.04		-0.36	-1.03	-0.94	-1.43	0.24	-0.6	-1.36		0.74	0.28	1.68	0.62	0.18	0.48	0.42	-0.74	-0.3	-0.06	-1.6	-0.04	0.67	0.32	0.2	-0.58	-0.27	0.41	0.14	-0.51	1.64	1.14
+YMR137C	PSO2   DNA REPAIR       REQUIRED FOR INTERSTRAND CROSSLINK REPAIR	1.46	0.24	-0.03	0.39	-0.3	-0.07	0.16	0.06	0.07	-0.42	-0.14	-0.04	-0.03	-0.45	-0.23	-0.3	-0.01	-0.18	0.19	-0.07	-0.3	0.26	-0.09	-0.17	-0.07	-0.25	-0.76	-0.38	-0.2	-0.43	-0.6	-0.18	-0.27	-0.1	-0.12	-0.47	-0.43	-0.09	-0.18	0.63	-0.25	-0.69	-0.58	-0.36	-0.27	-0.51	-0.18	-0.38	0.1	0.04	-0.17	-0.32	0.03	0.11	-0.64	-0.6	-0.06	0.19	0.1	0.39	0.37	0.12	-0.09	0.3	-0.54	-0.42	-0.36	-0.43	0.08	0.55	0.62	0.51	-0.23	-0.51		-0.51	 [...]
+YDL142C	CRD1   LIPID BIOSYNTHESIS    CARDIOLIPIN SYNTHASE	-0.42	-0.2	-0.14	-0.32	-0.49	-0.56	-0.36	-0.62	-0.23	-0.42	-0.25	-0.47	-0.6	-0.58	-0.54	-0.49	-0.06	0.1	-0.2	-0.79	-0.74	-0.71	-0.45	-0.54	-0.62	-0.1	0.11	-0.22	-0.64	-0.54	-0.3	0.14	-0.6	-0.18	-0.22	0.01	-0.04	-0.2	-0.2	-0.17	-1	0.03	-0.04	-0.27	-0.04	-0.18	0.04	-0.47	-0.01	-0.89	-1.09	-0.67	-0.94	0.7	-0.51	0.08	-0.15	-0.45	-0.09	0.18	0.42	-0.4	-0.76	0.04	-0.4	-0.6	-0.51	-0.92	-0.12	0.96	0.99	-0.06	-0.25	-0.36	-0.27	-0.27	-0.34	0 [...]
+YIL168W	SDL1   GLUCONEOGENESIS     SERINE DEHYDRATASE	-0.17	0.11	-0.34	-0.23	-0.56	0.12	-0.4	-0.27	-0.1	0.08	-0.27	0.11	-0.25	-0.29	-0.89	-0.2	-0.1		0.15	-0.27	0.11	0.04	0.14	0.04	-0.23	-0.4	-0.06	-0.45	-0.07	-0.45	-0.47	-0.17	-0.3	0.16	-0.4	-0.42	-0.22	0.45	-0.38	-0.22	-2.12	-0.1	-0.06	0.26	-0.34	-0.32	-0.03	-0.06	-0.01	-0.86	-1.15	-0.2	-0.67	0.8	-0.14	-0.32	-0.58	-0.62	0.28	-0.45	0.15	0.23	-0.64	0.31	-0.69	-0.25	-0.67	-0.22	-0.27	0.58	0.45	0.2	-0.23	-0.47	0.4	-0.47	-0.36	0.67	0.23
+YGR144W	THI4   THIAMINE BIOSYNTHESIS    UNKNOWN; BIOSYNTHETIC ENZYME	0.14	0.1	0.36	-0.1	0.18	-0.06	0.36	0.16	0.12		-0.43	-0.12		0.1	-0.17	0.01	0.15	-0.09	-0.06	-0.34	-0.38	-0.25	-0.07	-0.49	-0.45	-0.34	-0.45	-0.69	-0.62	-0.51	-0.71	-0.34	-0.29	-0.51	-0.34	-0.4	-0.64	-0.18	-0.49	0.03	-0.3	-0.51	-0.76	-0.32	-0.71	-0.56	-0.62	-0.34	-0.56	-0.45	-0.49	-0.15	-0.56	-0.56	-0.4	-0.18	-1.4	0.62	-0.17	-0.25	0.32	0.1	0.01	0.44	-0.84	-0.56	-0.36	-0.15	-0.07	0.66	0.68	0.37	-0.27	-0.07	0.08	-0.27	-0.23 [...]
+YJR159W	SOR1   SORBITOL METABOLISM    SORBITOL DEHYDROGENASE	-0.04	0.15	0.15	0.16	0.03	0.16	0.08	0.08	0.04	-0.23	0.18	-0.27		-0.12	0.15	-0.1		-0.07	-0.07	-0.54	-0.49	-0.43	-0.29	-0.32	-0.06	-0.22	-0.1	-0.3	-0.15	-0.43	-0.6	-0.18	-0.4	-0.03	0.14	-0.2	-0.38	-0.23	-0.43	0.84	-0.06	-0.4	-0.49	0.16	-0.76	-0.79	-0.38	-0.06	-1.29	-0.74	-0.62	-0.27	-0.42	-0.69	0.56		-1.47	-0.36	-0.04	0.39	0.29	0.51	0.33	0.36	-0.56	-0.12	-0.71	-0.56	-0.14	0.6	0.37	0.26	-0.22	0.26	-0.07	-0.22	-0.32	0.42	0.1
+YGR217W	CCH1   TRANSPORT        (PUTATIVE) CA(2+) CHANNEL PROTEIN	-0.15	0.38	0.52	0.39	0.24	-0.51	-0.14	-0.15	0.51	-0.03	0.04	-0.42	-0.2	-0.58	0.37	-0.25	-0.36	0.04		-0.4	-0.45	0.1	-0.23	0.56	-0.29	-0.6	-0.64	-0.81	-0.49	-0.92	-0.81	-0.71	0.01	0.14	0.14	0.01	-0.32	-0.23	0.3	0.2	-0.27	-0.49	-0.49	-0.07	-0.45	-0.38	-2.64	-0.22	-0.51	-0.23	-0.3	-0.22	-0.32	-0.2	-0.01	-0.38	-0.27	-0.18	0.28	-0.29	-0.17	0.42	-0.3	0.34	-0.79	-0.45	-1.43	-0.14	-0.06	0.65	0.64	0.25	0.03	-0.12	0.01	-0.12	-0.01	-0 [...]
+YGR116W	SPT6   TRANSCRIPTION       ELONGATION FACTOR	-0.2	0.38	-0.1	0.29	-0.03	-0.01	-0.17	0.04	0.15	0.26	0.39	-0.01	-0.36	-0.45	0.48	-0.01	-0.3	-0.06	0.01	-0.29	-0.69	0.3	-0.18	-0.25	-0.38	-0.62	-0.56	-1.4	-0.64	-0.51	-0.92	-0.6	-0.74	-0.07	-0.27	0.4	-0.3	-0.17	-2.12	0.44	-0.32	-0.32	-0.29	0.11	-1	-0.45	-0.43	-0.23	-0.43	-0.58	-0.58	-0.56	-0.1	-0.06	-0.29	0.23	-0.58	-0.6	-0.3	-0.14	-0.15	0.37	-0.34	0.18	-0.79	-0.62	-0.86	-0.15	0.49	0.73	0.68	0.64	-0.1		0.15	0.01	-0.22	-0.34	-0.51
+YCR093W	CDC39  TRANSCRIPTION       GENERAL NEGATIVE REGULATOR	-0.47	-0.64	-0.51	-0.23	-0.4	-0.23	-0.34	0.25	-0.42	0.43	0.07	-0.42	-0.69	0.18	-0.18		-0.49	0.16	-0.4	-0.4	-0.54	-0.12	-0.43	-0.43	-0.07	-0.76	-0.18	-0.09	-0.58	-0.1	-0.81	-0.4	-0.4	-0.29	0.86	-0.34	-0.34	-0.67	-0.22	-0.45	-0.29	-0.42	-0.92	-0.01	-0.67	-0.67	-0.86	0.16	-0.04	-0.2	-0.32	-0.17	-0.23	-0.12	-0.34	-0.04	-0.23	0.26	-0.14	-0.14	-0.15	1.14	0.49	1.16	-1.03	-0.6	-0.79	-0.67	0.34	-0.29	0.98	0.76	-0.07	0.95	-0.22	-0.22	-0 [...]
+YGL195W	GCN1   PROTEIN SYNTHESIS     TRANSLATIONAL ACTIVATOR OF GCN4	0.04	-0.58	-0.38	-0.43	-0.29	-0.14	-0.43	-0.56	-0.38	-0.12	-0.06	0.08	-0.67	-0.3	0.29	-0.03	-0.6	-0.07	-0.22	-0.49	-0.3	0.26	-0.29	-0.15	0.12	-0.09	-0.22	-0.01	-0.36	-0.25	-1		-0.29	-0.4	-0.34	1.64	-0.58	0.18	-0.43	-0.29	1.06	-0.42	-0.84	-0.97	-0.79	-0.69	-0.89	-0.4	-0.34	0.11	-0.12	0.07	-0.12	-0.45	-0.47	-0.62	0.24	0.03	0.07	0.1	-0.89	0.9	0.3	0.93	-1.69	-0.43	-0.74	-0.49	0.59	-0.22	1.33	0.89	-0.14	0.07	-0.29	-0.45	-0.3 [...]
+YLR141W	RRN5   TRANSCRIPTION       COMPONENT OF UPSTREAM ACTIVATION FACTOR COMPLEX (UAF)	-0.42	-0.14	-0.06	-0.43		-0.01	-0.25		-0.17	-0.45	-0.1	-0.18	-0.1	-0.34	-0.1	0.03	-0.43	-0.36	0.21	-0.56	-0.27		0.14	-0.18	0.07	0.04	-0.3	-0.32	-0.18	-0.29	-0.43	-0.18	0.1	0.01	-0.12	-0.27	-0.17	-0.14	0.06	-0.1	-0.2	-0.17	-0.07	-0.4	-0.1	-0.54	-0.32	-0.54	0.11	-0.38		-0.74	-0.38	-0.32	-0.03	-0.06	0.03	-0.6	0.21	0.2	0.68	0.3	0.12	0.4	-0.71	-0.45	-0.54	-0.64	-0.06	0.28	0.59	0.38	-0.29	-0.4	-0.64	-0.18	 [...]
+YML049C	RSE1   SECRETION AND RNA SPLICI UNKNOWN	0.04	0.45	-0.34	-0.07	-0.34	-0.25	-0.1	-0.43	-0.17	-0.27	-0.32	-0.22	-0.04	-0.71	-0.07	-0.18	-0.74	-0.27	-0.25	-0.1	-0.14	-0.01	-0.06	-0.3	-0.1	-0.23	0.01	0.08	-0.27	-0.04	-0.14	0.01	-0.51	-0.2	-0.22	-0.18	-0.3	0.08	0.26	0.95	-0.09	-0.67	0.24	0.32	-0.97	-0.3	-0.4	-0.32	-0.12	0.1	-0.45	-0.38	-0.45		-0.22	-0.6	-0.1	0.16	-0.15	0.24	0.46	0.97	0.16	0.44	-0.76	-0.45	-0.32	-0.25	0.41	0.29	0.62	0.28	-0.06	0.36	-0.12	-0.38	-0.38	-0.47	-0.56
+YOL051W	GAL11  TRANSCRIPTION       RNA POLYMERASE II MEDIATOR SUBUNIT	-0.27	0.26	-0.69	0.25	-0.22	0.25	0.24	0.04	-0.09	-0.09	-0.14		-0.3	0.04	-0.38	-0.27	-0.32	0.25	0.03	0.25	-0.22	0.36	-0.01	0.11	0.51	0.11	0.06	0.01	0.18	0.11	0.01		0.44	0.21	-0.07	0.4	0.55	0.39	0.04	-0.27	-0.12	0.6	0.1	0.41	0.11	-0.01	-0.17	-0.54	-0.25	-0.29	-0.42	-0.47	-0.27	-0.06	-0.3	-0.42	-0.43	-0.4	-0.18	0.06	0.29	0.98	0.32	1.07	-0.84		-0.64	-0.3	0.11	0.04	1.56	1.74	-0.09	-0.14	-0.1	-0.47	-0.69	-0.23	-0.17
+YOL004W	SIN3   TRANSCRIPTION       TRANSCRIPTIONAL REGULATOR	-0.56	-0.25	-0.81	-0.09	-0.6	-0.09	-0.3	-0.27	-0.51	0.21	-0.09	-0.04	-0.51	-0.23	-0.38	0.14	-0.25	-0.04	-0.15	-0.14	-0.42	0.23	-0.29	-0.2	-0.14	0.33	0.33	0.2	0.26	0.24	-0.06	0.25	-0.18	-0.38	-0.22	0.38	-0.18		-0.12	-0.56	-0.14	-0.18	-0.15	-0.81	-1	-0.18	-0.54	-0.49	-0.62	-0.36	-0.17	-0.4	-0.34	-0.58		-0.3	0.18	-0.04	0.32	0.6	0.23	0.6	0.68	0.21	-1.09	-0.62	-0.32	-0.22	0.83	0.41	0.93	1.61	-0.23	-0.1	-0.12	-0.18	-0.36	-0.4	-0.47
+YER008C	SEC3   SECRETION        EXOCYST COMPLEX SUBUNIT	-0.56	-0.29	-0.15	-0.36	-0.07	-0.23	-0.03	-0.12	-0.01	-0.25	-0.25	0.18	-0.14	-0.15	0.07	-0.01	-0.09	-0.12	0.15	-0.56	-0.51	-0.22	-0.17	-0.06	0.03	-0.32	-0.14	-0.04	-0.58	0.06	0.06	-0.12	-0.74	-0.45	-0.49	-0.56	-0.45	-0.03	-0.74	-0.42	-0.58	-0.6	-0.84	-0.12	-0.64	-0.79	-0.6	-0.34	-0.79	-0.51	0.06	-0.09	-0.17	-0.74	0.24	-0.01	-0.14	0.29	0.57	0.76	0.29	1.11	0.28	0.82	-0.69	-0.58	-0.69	0.33	0.53	0.08	1.27	0.84	0.11	0.07	0.1		0.15	0.04	-0.1
+YPL085W	SEC16  SECRETION        VESICLE COAT COMPONENT	0.08	-0.22	-0.23	-0.51	0.04	-0.42	-0.01	0.03	0.04	-0.2	0.04	-0.1	-0.49	-0.3	0.37	-0.14	-0.69	-0.07	-0.27	-0.45	-0.23	-0.25	-0.04	-0.22	-0.14	-0.71	-0.03	0.12	-0.54	-0.45	-1.09	-0.14	-0.14	-0.18	-0.14		-0.27	-0.23	-0.49	1.29	-0.97	-0.38	-0.67	0.07	-1.25	-0.64	-0.81	-0.47	-0.38	-0.36	-0.49	-0.4	-0.3	-0.47	-0.03	-0.07	-0.36	-0.23	0.46	0.3	-0.17	1.21	0.91	1.57	-1.32	-0.49	-0.81	-0.84	0.51	0.68	1.22	0.73	-0.01	0.07	0.06	-0.09	-0.49	-0.34	-0.36
+YKR050W	TRK2   TRANSPORT        POTASSIUM PERMEASE	0.3	-0.4	-0.04	-0.12	-0.06	0.14	0.26	0.08	0.01		0.04	-0.01	-0.07		0.19	0.18	0.26		0.14	0.11	0.18	0.32	0.24	-0.04	-0.04	-0.1	-0.09	-0.2	-0.1	-0.03	-0.17	0.16	-0.3	-0.6	-0.54	0.11	0.3	0.03	-0.01	-0.22	-0.23	0.1	-0.04	-0.84	-0.04	-0.34	-0.18	-0.34	-0.27	-0.25	-0.43	-0.32	0.3	-0.3	-0.27	-0.04	0.01	-0.03	0.23	0.15	0.3	1.27	0.95	1.52	-0.25	-0.49	-0.12	0.14	0.41	0.55	1.16	0.9	-0.01	0.07	0.01	-0.22	-0.49	-0.36	-0.51
+YGR097W	ASK10  STRESS RESPONSE     ENHANCER OF SKN7-DEPENDENT TRANSCRIPTION	0.4	0.24	0.7	0.49	0.36	0.55	0.29	-0.03	0.16	0.06	0.9	0.07	0.01	-0.25	0.72	0.34	0.25	-0.27	-0.58	-0.42	-0.17	-0.07	-0.27	-0.56	-0.45	-0.15	-0.04	-0.25	-0.56	-0.3	-0.23	-0.09	0.14	-0.18	-0.1	0.16	0.19	-0.17	0.1	-0.14	-0.15	-0.07	-0.34	-0.36	-0.18	-0.1	-0.27	-0.51	-0.94	-0.51	-0.62	-0.79	-0.97	-0.25	-0.15	-0.71	-0.45	0.16	-0.06	0.56	0.41	1.37	-0.04	1.28	-0.27	-0.86	-0.25	-0.2	0.34	0.32	1.24	1.18	-0.01	-0.1	-0.12	-0. [...]
+YMR109W	"MYO5   CYTOSKELETON        MYOSIN, CLASS I"	-0.03	-0.6	0.23	0.1	0.4	-0.18		-0.1	-0.04	-0.15	0.58	-0.03		-0.32	0.3	-0.06	-0.15		-0.12	-0.3	-0.23	-0.22	-0.29	-0.62	-0.54	-0.01	0.34	0.1	-0.32	0.11	-0.01	-0.12	-0.29	-0.32	-0.58	-0.32	-0.14	-0.18	-0.42	-0.67	-0.58	-0.56	-0.38	-0.69	-0.67	-0.81	-0.56	-0.4	-0.43	-0.64	-0.69	-0.86	-1	0.26	-0.38	-0.32	-0.22	0.04	0.18	0.48	0.72	1.68	0.41	1.59	-0.12	-0.67	0.3	0.33	0.57	-0.32	1.13	1.03	-0.09	-0.22	-0.3	-0.29	-0.38	-0.54	-0.64
+YPL115C	BEM3   BUD EMERGENCE       GTPASE-ACTIVATING PROTEIN FOR CDC42P		0.57	-0.2	0.44	0.23	-0.3	0.03	-0.2	-0.18	-0.2	0.14	0.01	0.04	-0.34	0.06	-0.25	-0.42	-0.18	-0.25	-0.38	-0.1	0.12	-0.04	-0.18	0.01	-0.47	-0.27	-0.3	-0.42	-0.07	-0.71	-0.23	-0.17	-0.14	-0.01	-0.22	-0.43	-0.56	-0.22	-0.3	-0.2	-0.54	-0.58	-0.6	-0.4	-0.36	-0.43	-0.27	-0.76	-0.81	-0.97	-1.22	-1.12	-0.42	-0.69	-0.32	0.1	-0.2	0.39	0.3	0.53	1.28	-0.03	1.2	-0.47	-0.14	-0.3	-0.81	0.56	0.25	0.96	0.9	0.28	-0.12	-0.15	-0.56	-0.54	 [...]
+YAL021C	CCR4   CATABOLITE REPRESSION    COMPONENT OF CCR4 TRANSCRIPTIONAL COMPLEX	-0.22	-0.29	-0.27	-0.07	-0.01	-0.14	-0.03	0.28	-0.29	0.01	-0.17	0.19	-0.03	-0.06	0.18	-0.09	-0.32	0.04	-0.01	-0.07	-0.04	0.25	0.03	-0.06	0.4	-0.07	0.18	0.32	-0.36	0.07	-0.06	-0.17	-0.34	0.18	0.23	-0.09	-0.17	-0.12	-0.04	-0.42	-0.03	-0.2	-0.47	0.11	-0.38	-0.2	-0.51			-0.1	-0.18	-0.07	-0.15	-0.09	0.12	-0.1	-0.4	-0.17	0.04	0.25	0.33	1.17	0.23	0.82	-0.58	-0.54	-0.84	-0.27	0.46	0.36	0.96	0.9	-0.06	-0.15	-0.2	-0. [...]
+YKR028W	SAP190 CELL CYCLE       SIT4P-ASSOCIATED PROTEIN	-0.42	-0.23	-0.67	-0.27	-0.45	-0.45	-0.18	-0.4	-0.3	-0.2	-0.14	-0.04	-0.07	-0.17	-0.1	0.08	-0.32	-0.17	-0.01		0.03	-0.2	-0.09	-0.03	-0.07	0.07	0.06	0.18	-0.06	0.26	0.21	0.07		-0.06	-0.38	-0.36	-0.62	-0.71	-0.09	-0.49	-0.01	-0.54	-0.71	-0.14	-0.94	-0.67	-0.74	-0.17	-0.17	-0.2	-0.69	-0.76	-0.4	-0.18	-0.49	-0.2	-0.23	0.36	0.06	-0.4	0.32	0.37	-0.03	1.24	-0.14	-0.47	-0.27	-0.34	0.24	0.37	0.83	0.94	0.18	0.04	0.15	0.03	-0.12	-0.38	-0.79
+YOL110W	SHR5   PROTEIN PROCESSING    LOCALIZATION AND PALMITOYLATION OF RAS PROTEINS	0.06	-0.01	-0.06	-0.51	-0.25	-0.74	0.19	-0.34	0.04	-0.51	-0.23	-0.29	-0.12	-0.45	0.07	-0.23	-0.03	-0.36	0.63	0.21	0.1	0.08	0.26	-0.42	-0.09	0.18	-0.18	-0.36	-0.47	-0.23	-0.89	-0.12	-1.09	0.19	0.32	-0.81	-0.71	-0.15	-0.47	1.04	0.08	-1.25	-0.56	-0.25	-0.84	-0.27	-0.92	-0.32	-0.49	-0.32	-0.1	-0.23	-0.27	-0.15	-0.01	-0.74	-0.3	-0.14	-0.14	0.48	-0.1	0.44	-0.06	0.76	-0.92	-0.92	-0.81	-0.43	-0.36	0.68	0.79	0.54 [...]
+YCL001W	RER1   SECRETION        ER PROTEIN RETENTION	-0.3	0.06		-0.23	-0.4	-0.07	-0.34	-0.22	0.15	0.15	0.42	0.1	1.22	-0.43	0.01	0.44	-0.32	-0.17	-0.12	-0.1	0.04	-0.07	-0.14	-0.12	0.15	-0.15	-0.15	-0.47	0.03	-0.6	-0.43	-0.23	-0.36	0.03	0.04	0.03	-0.76	-0.36	0.28	0.65	0.2	-1.43	-0.71	-0.17	-1.74	-0.76	-0.84	-0.25	0.16	-0.07	-0.01	-0.38	-0.42	0.57	-0.03	-0.17	0.49	0.03	0.16	0.11	0.26	-0.07	-0.12	1.19	-1.18	-0.17	-0.86	-0.45	0.37	0.9	0.78	0.6	-0.07	0.31	0.04	-0.12	-0.22	-0.36	-0.67
+YPL016W	SWI1   TRANSCRIPTION       COMPONENT OF SWI/SNF GLOBAL ACTIVATOR COMPLEX	0.15	0.51	0.16	-0.06	-0.27	-0.29	-0.18	0.24	-0.54	0.46	-0.3	0.08	-0.2	-0.3	-0.12	-0.15	-0.71	0.01	-0.56	-0.67	0.23	-0.07	-0.14	-0.45	-0.09	-0.62	-0.62	-0.94	-0.32	-1.51	-1.4	-0.43	0.33	0.48	0.32	0.03	0.16	0.2	0.31	0.19	0.1	0.23	-0.15	-0.22	0.31	0.08	0.1	-0.4	-0.18	0.36	0.34	-0.22	-0.22	-0.42	-0.18	0.46	0.9	1.6	0.74	0.16	0.62	0.56	-0.74	0.62	-1.06	-0.34	-1.79	-0.58	0.51	0.53	1.63	0.68	-0.38	-0.36	-0.17	-0.43	 [...]
+YJL127C	SPT10  TRANSCRIPTION       TRANSCRIPTIONAL REGULATOR	-0.3	-0.67	-0.56	-0.12	-0.45	-0.49	-0.32	-0.38	-0.22	0.14	-0.38	-0.07	-0.62	-0.4	-0.69	0.03	-0.54	-0.09	-0.64	-0.23	-0.03	-0.03	-0.04	-0.22	-0.15	-0.09	-0.14	-0.03	-0.3	-0.2	-0.18	-0.06	-0.06	-0.03	0.07	-0.3	-0.64	-0.25	-0.38	0.04	0.11	-0.45	-0.51	-0.12	-0.79	-0.38	-0.54	-0.47		0.28	0.28		-0.67	-0.58	-0.89	-0.84		0.87	0.07	-0.18	0.14	0.07	-0.01	0.58	-0.67	-0.14	-0.62	-0.27	-0.3	0.82	0.41	0.38	-0.34	-0.47	-0.06	-0.29	-0.23	-0.18	-0.45
+YIL013C	PDR11  TRANSPORT        ATP-BINDING CASSETTE (ABC) FAMILY	-0.07		0.19	-0.36	0.44	-0.54	-0.12	-0.03	-0.32	-0.14	-0.25	-0.07	-0.14	-0.17	-0.38	-0.03	-0.14	0.08	-0.36	-0.36	0.03	-0.51	-0.42	-0.38	-0.23	-0.49	-0.14	-0.51	-0.25	-0.49	-1	-0.38	-0.3	-0.22	-0.2	0.08	-0.43	-0.03	0.11	0.18	0.07	-0.1	-0.17	-0.6	-0.29	-0.51	-0.15	-0.51	-0.54	-0.36	-0.79	-1.32	-1.25	-0.3	-1.06	-1.89	0.29	1.66	0.32	-0.36	0.28	0.23	-0.97	0.72	-0.71	-0.06	-1.03	-0.62	-0.2	0.77	0.71	0.45	-0.42	-0.38	-0.14	-0.22	- [...]
+YMR219W	ESC1   SILENCING        UNKNOWN	0.15	-0.09	-0.56	-0.56	-0.07	-0.29	-0.09	0.23	0.07	-0.14	-0.2	-0.1	-0.25	-0.15	-0.2	-0.1	-0.27	-0.04	0.1	-0.17	-0.43	-0.03	-0.42	-0.42	-0.03	-0.36	0.03	0.04	-0.29	-0.12	-1.43	-0.25	-0.34	0.3		0.26	-1.03	-0.43	-0.42	0.51	0.32	-2.06	-0.27	0.06	-0.4	0.03	-0.51	-0.64	-0.4	-0.1	-0.4	-0.51	-0.25	-0.36	-0.71	-1.32	0.06	0.82	0.56	0.1	0.37	0.38	-0.86	0.93	-0.69	-0.27	-0.54	-0.6	0.14	0.9	0.85	0.38	-0.4	-0.67	-0.47	-0.64	-0.74	-0.14	-0.67
+YOR235W	SNR17A RNA PROCESSING      U3 SNRNA	-0.14	-0.34	-0.22	-0.86	0.06	-0.18	-0.1	-0.07	-0.22	-0.23	-0.74	-0.84	-0.47	-0.67	-0.58	-0.38	-0.3	0.57	-0.56	-0.86	-0.34	-0.71	-0.67	-0.62	-1.03	-0.76	-0.71	-0.81	-0.69	-1.06	-1.29	-0.54	-0.32	-0.17	-0.25	-0.18	-0.43	-0.62	-0.86	0.37	-0.67	-0.79	-0.45	-0.36	-0.51	-0.89	-0.71	-0.79	0.2	-0.22	-0.23	-0.69	-0.38	0.1	-0.51	-0.92	0.11	0.15	0.31	0.01	0.39	0.44	-0.29	0.32	-0.64	-0.69	-1	-0.89	0.23	0.85	0.72	0.2	-0.43	-0.25	0.08	-0.51	-0.3	-0.22	0.04
+YBL088C	TEL1   TELOMERE LENGTH REGULATI PUTATIVE PHOSPHATIDYLINOSITOL KINASE	-0.4	-0.06	-0.62	-0.32	-0.17	-0.34	0.01	0.14	0.21	0.14	0.01	-0.03	-0.36	-0.04	0.23	-0.18	0.32	0.15	-0.03	-0.92	-0.71	-0.32	-0.4	-0.01	-0.32	-0.34	0.01	-0.18	-0.84	-0.25	-0.4	-0.58		-0.17	-0.64	-0.23	0.14	-0.15	-0.1	0.81	-0.43	-0.54	-0.04	-0.07	-0.32	-0.51	-0.47	-0.14	-0.17	0.18	-0.12	0.07	0.07	-0.42	-0.36	-0.14	-0.32	0.21	0.06	-0.67	0.31	0.44	-0.22	0.48	-0.76	-0.51	-0.86	-0.64	0.01	0.85	0.7	0.8	0.03	0.49	0.04	-0 [...]
+YPL006W	NCR1   STEROL METABOLISM (PUTAT UNKNOWN		0.58	-0.2	0.18	0.15	-0.07	-0.32	-0.1	-0.36	-0.04	-0.2	-0.23	-0.36	-0.32	0.1	-0.14	-0.23	0.19	0.3	-0.45	-0.18	-0.22	-0.34	-0.86	-0.17	-0.36	-0.23	-0.38	-0.86	-0.58	-1.09	-0.34	-0.17	-0.12	0.1	0.21	0.04	0.2	-0.23	-0.42	-0.17	-0.07	-0.07		-0.23	-0.14	-0.38	-0.67	-0.4	-0.2	-0.43	-0.42	-0.38	0.31	-0.17	-0.43	-0.43	-0.4	0.4	0.82	-0.01	0.61	-0.18	0.08	-0.74	-0.76	-0.47	-0.79	0.31	0.59	0.67	0.53	-0.14	-0.17	-0.22	-0.34	-0.43	-0.54	-0.36
+YDR080W	VPS41  VACUOLAR PROTEIN TARGETI COMPONENT OF VACUOLAR MEMBRANE PROTEIN COMPLEX	0.19		0.31	-0.17	-0.03	-0.47	-0.06	-0.29		-0.07	-0.1			-0.43	-0.27	-0.15	-0.17	-0.18	0.03	-0.18	-0.23	-0.54	-0.14	-0.3	-0.4	-0.36	-0.04	-0.23	-0.36	-0.45	-0.43	0.06	-0.67	-1	-0.84	-0.42	-0.17	-0.17	-0.06	-0.1	-0.22	-0.15		0.08	-0.34	-0.43	-0.32	-0.2	-0.62	-0.54	-0.47	0.2	-0.84	0.15	-0.22	-0.45	-0.03	0.1	0.45	0.58	0.41	0.9	-0.69	0.86	-0.62	-0.43	-0.84	-0.58	0.16	0.62	0.76	0.42	-0.3	-0.47	-0.23	-0.25	-0. [...]
+YGR184C	"UBR1   PROTEIN DEGRADATION, UBI UBIQUITIN-PROTEIN LIGASE"	-0.09	-0.03	-0.06	0.41	0.01	-0.04	-0.07	0.28	-0.09	-0.54	0.06	-0.86	-0.22	-0.32	0.15	-0.04	-0.23	-0.22	-0.04	-0.56	-0.18	-0.14	-0.34	0.38	-0.32	-0.36	0.2	-0.25	-0.81	-0.32	-0.79	-0.51	-0.29	-0.25	-0.22	0.01	-0.32	-0.17	-0.07	-0.42	0.72	-0.36	-0.32	-0.29	-0.15	-0.17	-0.38	-0.15	0.06	0.03	-0.25	-0.07	0.16	-0.54	-0.58	-0.43	0.07	0.32	0.53	0.23	0.58	0.64	-0.12	0.76	-0.76	-0.58	-0.42	-0.54	0.38	0.79	0.34	0.86	-0.1	-0.1	-0.27	- [...]
+YNL291C	MID1   TRANSPORT        CA(2+) CHANNEL COMPONENT	0.14	-0.36	-0.06		-0.3	0.01	-0.03	0.01	-0.12	-0.01	-0.79	-0.38	-0.06	0.04	-0.42	-0.38	-0.22	0.48	0.49	-0.36	-0.4	0.29	0.07	0.06	0.31	-0.32	-0.4	-0.45	0.25	-0.81	-1.22	-0.51	-0.06	0.03	0.11	-0.17	-0.29	-0.38	-0.38	0.06	-0.2	-0.43	-0.36	-1.15	-0.64	-0.69	-0.81	-0.56	0.61	-0.4	0.43	-0.09	0.11	0.28	-0.51	-0.67	0.25	0.07	0.79	-0.56	1.06	0.31	-0.74	2.53	-1.22	0.12	-2.56	-1.74	1.14	1.39	2.26	1.67		0.08	0.32	-0.23	0.2	-1.12	-0.97
+YJL005W	CYR1   CELL CYCLE       ADENYLATE CYCLASE	0.32	0.12	0.2		-0.07	-0.3	-0.17	-0.06	-0.25	-0.42	-0.27	-0.36	-0.17	-0.36	-0.2	0.11	-0.32	0.15	0.37	-0.34	-0.25	-0.04	-0.38	-0.3	0.01	-0.06		-0.18	-0.36	-0.04	-0.38	0.04	-0.79	-0.74	-0.54	0.24	-0.34	-0.04	0.03	-0.32	-0.09	-0.49	-0.15	-0.06	-0.2	0.03	-0.01	-0.43	-0.4	-0.1	0.04	0.04	0.25	-0.18	0.1	0.06	-0.42	-0.04	0.54	-0.06	0.67	0.49	-0.62	0.82	-0.76	-0.32	-2.32	-1.18	0.7	1	0.99	0.55	-0.07	-0.18	-0.15	-0.14	0.06	-0.18	
+YLL040C	VPS13  VACUOLAR PROTEIN TARGETI COMPONENT OF PERIPHERAL MEMBRANE PROTEIN COMPLEX	-0.04	0.64	-0.09	0.29	0.21	-0.38	-0.62	0.24	0.33	0.15	0.1	-0.34	-0.03	-0.27	0.58	-0.3	-0.15	0.04		-0.92	-0.84	0.06	-0.34	0.15	-0.45	-0.89	-1.22	-0.94	-0.71	-1.36	-1.06	-0.6	-0.25	-0.07	-0.18	0.04	0.03	0.03	0.15	-0.2	-0.01	-0.09	-0.04	-0.62	-0.07	-0.14	-0.23	-0.34	-0.1	-0.04	-0.15	-0.15		-0.1	-0.01	-0.06	-0.4	-0.45	-0.3	0.15	0.11	0.57	-0.22	0.92	-0.62	-0.23	-0.89	-0.47	0.08	0.77	0.79	0.33	-0.86	0.07	- [...]
+YMR165C	SMP2   RESPIRATION; PLASMID MAI UNKNOWN	-0.22	0.58	0.28	0.16	0.12	-0.36	-0.2	-0.01	0.75	-0.34	0.46	-0.45	0.04	-0.54	0.46	-0.38	-0.23	-0.2	0.26	-0.49	-0.03	-0.12	-0.15	0.37	-0.62	-0.89	-0.69	-1.47	-0.79	-1.43	-1.22	-0.74	-0.18	0.04	0.07	0.2	0.07	0.01	0.37	0.01	-0.15	0.15	0.04	-0.76	0.25	0.04	0.01	-0.69	-0.47	-0.42	-0.25	-0.54	-0.47	-0.03	-0.36	-0.89	-0.69	-0.51	0.5	0.06	0.1	0.82	-0.74	1.16	-0.84	-0.62	-1.32	-0.74	0.74	0.85	1.12	0.37	-0.14	-0.1	-0.14	-0.4	-0.56	-0.58	-0.56
+YGR062C	COX18  RESPIRATION      REQUIRED FOR ACTIVITY OF MITOCHONDRIAL CYTOCHROME OXIDASE	0.06	0.73	0.24	-0.34	0.5	-0.25	0.11		0.3	0.03	0.29	-0.64	0.25	-0.47	1.28	-0.18	-0.12	-0.07	0.26	-0.81	0.56	-0.1	0.07	-0.42	0.51	-0.62	-0.84	-0.58	-0.74	-0.71	-1.64	-0.62	-0.47	-0.12	-0.22	0.31	0.16	0.16	-0.06	-0.18	-0.04	0.04	-0.07	-0.34	-0.4	-0.29	-0.49	-0.36	-0.17	-0.25		0.06	-0.14	-0.32	-0.03	-0.12	-0.29	-0.23	0.04	0.1	0.12	0.19	-0.4	1.13	-0.58	-0.56	-0.84	-1.03	0.28	0.82	0.77	0.3	-0.04	-0.01	-0. [...]
+YER155C	BEM2   BUD EMERGENCE       GTPASE-ACTIVATING PROTEIN FOR RHO1P	0.16	0.37		0.37	0.49	-0.01	0.4	0.39	-0.09	0.01	0.38	0.21	0.16	-0.22	0.9	-0.38	-0.07	-0.17	0.23	-0.79	-0.23	-0.29	-0.07	-0.25	-0.29	-0.56	-0.67	-0.64	-0.56	-1.12	-1.6	-0.86	-0.69	0.11	-0.3	-0.18	-0.27	-0.09	0.1	-0.06		-0.45	-0.51	-0.06	0.16	-0.07	-0.12	-0.32	-0.43	-0.04	0.21	0.23	0.23	-0.14	0.2	-0.18	-0.71	-0.17	0.14	0.44	0.24	0.24	-0.17	1.4	-0.76	-0.49	-0.69	-0.74	0.56	1.06	1.02	0.7	0.01	0.03	-0.09	-0.3	-0.47	-0.69	-0.67
+YBL085W	BOI1   BUD GROWTH       BINDS BEM1P	0.26	0.16	0.1	0.2	0.14	-0.12	0.32	0.08	0.16	0.15	-0.03	-0.1	0.06	-0.06	0.08	-0.09	-0.12	-0.12	0.57	-0.6	-0.18	-0.12	-0.15	-0.4	0.06	-0.6	-0.76	-0.4	-0.71	-1	-1.12	-0.43	-0.92	-0.3	0.06	-0.03	-0.04	-0.29	-0.3	-0.06	0.58		-0.14	0.19	-0.36	-0.04	-0.38	-0.36	-0.36	-0.3	-0.38	-0.04		-0.29	-0.34	-0.34	-0.01	-0.15	0.77	-0.18	0.03	0.33	-0.67	0.63	-1.06	-0.27	-0.42	-1	0.23	0.85	0.8	0.41	-0.14	-0.12	0.08	-0.23	-0.38	-0.38	-0.58
+YDR159W	SAC3   LEUCINE TRANSPORT     NUCLEAR PROTEIN	0.32	0.19	0.16	0.15	0.01	0.11	0.26	0.12	0.04	0.19		0.07	0.14	0.01	0.06	0.01	0.19	0.06	-0.12	-0.09	-0.09	-0.42	-0.3	-0.27	-0.25	-0.23	0.16	0.26	-0.2	0.19	0.12	-0.17	-0.56	0.01	-0.18	-0.54	-0.45	-0.89	-0.17	0.08	-0.22	-0.4	-0.42	0.38	-0.51	-0.4	-0.4	-0.25	-0.42	-0.42	-0.51	-0.56	-0.47	0.15	-0.25	-0.18	-0.32	-0.04	0.11	-0.22	0.11	0.46	-0.36	0.6	-0.81	-0.25	-0.42	-0.81	0.36	0.66	0.71	0.58	0.04	0.11	-0.04	-0.45	-0.22	-0.32	-0.32
+YIL126W	STH1   CHROMATIN STRUCTURE    CHROMATIN REMODELING COMPLEX SUBUNIT	-0.09	1.9	0.23	0.54	0.29	-0.09	-0.27	0.39	0.07	-0.01	-0.14	-0.4	0.16	-0.51	0.73	-0.15	-0.06	0.16	-0.14	-0.51	-0.27	-0.12	0.12	0.21	-0.17	-0.89	-0.43	-1.29	-0.3	-1.32	-1.32	-1.36	-0.58	-0.25	-0.32	0.32	-0.14	0.01	-0.62	0.03	0.06	-0.36	0.1	0.16	-0.84	-0.14	-0.69	-0.34	-0.56	-0.94	-0.34	-0.2	-0.32	-0.12	0.2	0.19	0.2	0.3	0.38		0.52	0.44	-0.71	-0.04	-1.43	-0.49	-1.03	-0.69	-0.06	0.96	0.63	0.7	-0.38	-0.49	-0.34	-0.42	-0 [...]
+YBR136W	ESR1   DNA REPAIR AND RECOMBINA PROTEIN KINASE (PUTATIVE)	-0.38	0.76	0.15	0.18	-0.1	-0.29	0.15	0.08	0.38	0.24	0.31	0.08	0.19	-0.45	0.71	0.12	-0.14	0.5	-0.04	-0.74	-0.34	0.06	-0.09	-0.2	-0.58	-0.47	-0.04	-0.6	-0.29	-0.74	-0.69	-0.58	0.41	0.3	-0.2	-0.14	-0.42	-0.1	0.08	1.21	-0.81	-0.81	-0.49	0.1	-0.42	-0.15	-0.34	-0.04	-0.47	-0.67	0.16	-0.2	-0.32	0.07	-0.12	0.66	0.18	-0.27	0.29	0.11	0.39	0.53	-0.84	0.86	-0.51	-0.58	-1.06	-0.89	-0.01	0.75	1.12	0.39	0.08	0.32	0.11	-0.1	-0.29		0.14
+YDR283C	GCN2   PROTEIN SYNTHESIS     EIF2ALPHA KINASE	0.36	-0.03	0.29	0.08	0.43	-0.15	0.03	0.36	0.29	0.12	0.04	-0.2	0.23	-0.22	0.61	0.14	-0.09	0.31	-0.54	0.03	-0.6	0.33	-0.32	-0.01	-0.1	0.01	-0.22		-0.43	0.1	0.24	-0.15	-0.56	-0.09	-0.23	-0.58	-0.29	-0.43	-0.47	0.38	-0.42	-0.86	-0.47	0.21	-0.38	-1.15	-0.92	-0.25	0.2	0.15	-0.03	-0.4	-0.09	-0.22	-0.42	-0.34	0.41	0.83	-0.18	-0.1	0.24	-0.14	-0.43	0.48	-1.22	-0.47	-0.71	-0.84	0.65	0.5	0.93	0.29	-0.18	0.12	-0.09	-0.06	-0.17	0.08	0.31
+YMR176W	ECM5   CELL WALL BIOGENESIS     UNKNOWN	0.3	0.16	0.24	0.03	0.3	-0.18	0.16	-0.04	0.28	-0.17	0.2	-0.29	0.01	-0.4	0.14	0.15	-0.17	-0.06	-0.43	-0.29	-0.18	0.21	0.06	-0.3	-0.07	-0.43	-0.27	0.1	-0.18		-0.47	-0.25	-0.3	0.06	-0.3	-0.56	-0.23	-0.23	-0.56	1.54	-0.12	-0.97	-0.4	-0.22	-0.71	-0.1	-0.89	-0.32	-0.22	-0.15	0.04	-0.18	-0.34	-0.27	-0.67	-0.56		0.69	0.08	0.44	0.55	0.49	-0.27	0.86	-1.03	-0.2	-0.6	-0.34	0.23	0.59	1.21	0.49	-0.34	-0.07	-0.22	-0.36	-0.58	-0.47	0.24
+YER013W	PRP22  MRNA SPLICING       RNA HELICASE	0.37	0.29	0.04	0.24	0.12	-0.23	-0.17	0.26	-0.09	0.2	0.53	-0.34	-0.15	-0.17	1.1	-0.04	-0.06	-0.4	0.14	-0.67	-0.67	1.01	-0.01	-0.6	-0.22	-0.81	-0.56	-0.81	-0.62	-1.15	-1.69	-0.6	-0.47	0.15	-0.12	-0.43	-0.49	-0.76	-0.49	0.2	-0.4	-1.18	-0.32	0.39	-0.42	-0.27	-1.64	-0.4	-0.51	-0.4	-0.67	-0.92	-0.76	-0.17	-0.51	-0.79	-0.27	0.16	0.04	0.29	0.31	-0.01	-0.1	0.44	-0.89	-0.42	-0.86	-0.29	0.51	0.83	0.93	0.59	-0.34	-0.09	0.11	-0.01	-0.04	0.36	-0.22
+YBR208C	"DUR1   NITROGEN, AMINO ACID, NU UREA AMIDOLYASE"	-0.09	0.55	0.19	0.5		-0.51	-0.04	0.3	-0.01	0.14	0.48	0.18	-0.01	-0.14	0.55	0.21	-0.3	0.06	0.74	-1.09	-0.51	-0.03	-0.47	-0.38	-0.06	-0.71	-0.4	-0.4	-0.74	-0.86	-1.12	-0.45	-0.07	-0.42	-0.3	-0.38	-0.54	-0.27	-0.38	0.06	-0.09	-0.45	-0.45	0.44	-0.58	-0.22	-0.43	-0.07	0.68	0.21	0.06	-0.29	-0.1	0.63	-0.32	-0.12	0.64	0.11	0.44	-0.23	0.29	0.57	-0.14	0.84	-1	-0.23	-0.74	-0.43	0.33	0.68	1.28	0.12		0.42	0.01	-0.1	-0.45	0.14	-0.04
+YNL329C	PEX6   PEROXISOME BIOGENESIS    ATPASE (PUTATIVE)	-0.54	-0.25	-0.74	-0.64	-0.4	-0.34	-0.43	-0.1	-0.6	-0.07	-0.34	-0.09	-0.27	-0.3	-0.3	-0.45	-0.01		-0.12	-0.45	-0.23	0.01	-0.14	-0.25	-0.34	-0.43	-0.1	-0.2	-0.04	-0.18	-0.43	-0.18	-0.32	-0.04	-0.51	-0.25	0.03	0.24	0.12	-0.36	-0.36	-0.29	-0.4	-0.64	-0.15	-0.43	-0.42	-0.6	0.2	-0.06	-0.07	-0.12	0.31	-0.07	-0.51	-0.51	0.07	0.12	-0.1	-0.14	0.28	0.31	0.19	1.21	-0.67	-0.4	-0.51	-0.29	-0.2	1.08	1.1	0.77	-0.09	0.06	0.04	-0.34	-0.34	-0.38	-0.32
+YAL024C	LTE1   CELL CYCLE       GDP/GTP EXCHANGE FACTOR	-0.18	0.14	-0.06	0.54	0.16	-0.25	0.26	0.33	0.06		-0.2	-0.22	-0.12	-0.22	0.29	-0.01	-0.2	-0.23	-0.1	-0.71	-0.58	-0.58	-0.34	-0.04	-0.18	-0.45	-0.29	-0.34	-0.58	-0.92	-0.97	-0.56	-0.4		-0.15	0.7	-0.04	0.82	0.59	0.24	0.96	-0.1	0.15	-0.1	-1.15	0.45	-0.76	-0.15	0.3	0.21	0.1	0.31	-0.14	-0.2	-0.09	-0.94	1.01	0.89	-0.14	0.28	0.12	0.44	-0.36	0.9	-0.89	-0.56	-1	-0.86	-0.03	0.42	0.99	0.08	-0.2	-0.47	-0.14	-0.27	-0.51	-0.27	-0.69
+YGR098C	ESP1   CYTOSKELETON        SPINDLE POLE BODY DUPLICATION	-0.06	-0.36	-0.14	-0.27	0.19	-0.17	0.21	-0.12		-0.17	-0.09	-0.23	-0.03	-0.06	0.16	-0.09	0.1	-0.27	-0.38	-0.01	-0.2	-0.36	-0.18	-0.43	-0.15	-0.15	0.11	-0.12	-0.4	0.25	0.31	-0.1	-0.38	-0.4	-0.09	0.24	0.3	0.04	-0.01	-0.06	0.08	0.04	0.04	-0.67	-0.23	-0.14	-0.25	-0.45	-0.4	-0.25	0.08	-0.23	-0.38	-0.14		-0.18	0.19	-0.12		-0.09	-0.27	0.32	-0.2	1.92	-1.09	-0.49	-0.56	-0.56	0.16	0.24	0.69	0.46	-0.3	-0.17	-0.06	-0.4	-0.3	-0.42	-0.3
+YLR208W	SEC13  SECRETION        VESICLE COAT COMPONENT	-0.27	-0.4	-0.4	-0.49	-0.27	-0.64	-0.07	-0.51	-0.2	-0.09	-0.23	-0.3	-0.3	-0.58	-0.34	-0.51	-0.38	-0.38	-0.71	-0.69	-0.64	-0.58	-0.51	-0.34	-0.49	0.16	0.25	0.12	-0.29	0.07	0.37	0.1	-0.25	-0.27	-0.09	-0.29	-0.22	-0.12	-0.12	0.95	-0.22	-0.25	-0.17	-0.76	-0.07	-0.25	-0.18	-0.58	-0.25	-0.32	-0.43	-0.97	-0.94	0.16	-0.43	-0.92	-0.27	-0.06	0.59	0.57	0.64	0.14	0.24	0.91	-0.89	0.24	-0.25	-0.04	0.76	0.51	1.57	0.9	-0.09	-0.12	-0.34	-0.69		-0.86	-1.69
+YHR117W	TOM71  MITOCHONDRIAL PROTEIN TA OUTER MEMBRANE TRANSLOCASE COMPONENT	-0.51	-0.38	-0.49	-0.23	-0.15	0.03	-0.12	-0.27	0.07	0.33	0.11	-0.07	0.03	-0.17	-0.22		-0.25	-0.04	-0.27	-0.17	0.07	-0.22	0.07	-0.04	0.16	0.53	0.29	0.64	0.4	0.51	0.38	0.7	-0.58	-0.58	-0.15	-0.1	-0.09	-0.01	-0.01	0.18	0.26	0.01	-0.09	-0.18	0.18	0.04	0.16	0.04	-0.06	-0.64	-0.81	-0.76	-0.69	0.11	-0.32	-0.18	-0.09	0.1	0.44	-0.34	0.16	0.16	-0.32	0.84	-0.36	-0.54	-0.67		0.61	0.83	1.08	0.55	0.01	-0.4	-0.29	-0.38	-0.54	- [...]
+YPL248C	GAL4   GALACTOSE REGULATION     TRANSCRIPTIONAL ACTIVATOR	-0.06	-0.29	-0.29	0.01	-0.18	-0.29	-0.15	-0.3	-0.18	0.03	0.06	-0.17	-0.15	-0.14	-0.01	-0.29	-0.06	-0.36	0.01	-0.54	-0.22	0.03	-0.3	-0.22	-0.45	-0.23	-0.29	-0.2	-0.29	-0.32	-0.56	0.03	-0.42	0.4	-0.27	-0.17	0.04	-0.03	0.12	1.01	-0.25	-0.29	-0.01	0.18	0.07	0.11	0.23	-0.47	-0.47	-0.43	-0.38	-0.38	-0.42		-0.34	-0.47	-0.42	-0.58	0.12	0.48	-0.15	-0.04	-0.34	0.53	-0.71	-0.62	-0.22	-0.38	-0.1	0.32	0.8	0.57	-0.2	-0.1	-0.25	-0.42	-0. [...]
+YDR301W	CFT1   MRNA 3'-END PROCESSING   CLEAVAGE/POLYADENYLATION FACTOR CF II COMPONENT	-0.23	-0.45	0.07	-0.27	0.06	0.16	0.14	-0.22	-0.07	-0.18	0.58	-0.2	-0.03	-0.27	0.3	0.06	0.1	-0.14	-0.69	-0.25	-0.45	-0.36	-0.15	-0.51	-0.45	-0.36	-0.22	-0.17	-0.36	0.06	-0.15	-0.09	-0.3	0.06	-0.14	-0.12	-0.32	-0.2	-0.03	0.95	-0.22	-0.47	-0.25	-0.36	-0.51	-0.34	-0.67	-0.34	-0.07		-0.14	-0.17	-0.67	-0.42	-0.32	-0.64	-0.03	0.54	-0.29	-0.17	-0.03	-0.32		1.37	-0.49	-0.49	-0.36	-0.6	0.26	0.16	0.71	0.62	-0.07 [...]
+YPR016C	CDC95  PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR 6 (EIF6)	0.23	-0.36	-0.43	-0.51	-0.12	-0.54	0.25	-0.2	-0.1	-0.17		-0.06	0.11	-0.04	-0.32	-0.27	-0.32	0.53	-0.58	-0.04	-0.3	0.23	0.15	0.5	0.04	0.06	-0.17	0.32	-0.01	-0.17	-0.29	0.1	0.51	0.57	0.01	-0.29	0.34	0.23	0.5	0.39	0.23	-0.2	0.08	-0.67	-0.49	-0.4	-0.58	-0.74	-0.23	-0.1	-0.22	-0.42	-0.22		-0.12	-0.56	-0.62	-1.18	0.42	-0.54	-0.47	-0.89	-0.89	0.4	-0.94	-0.62	-1.09	-0.97	0.59	0.7	0.91	1.3	-0.09	0.03	0.33	-0.32	-0.4	-0.51	-0.86
+YPL086C	HPA1   CHROMATIN STRUCTURE    HISTONE ACETYLTRANSFERASE COMPLEX SUBUNIT	-0.09	-0.74	-1	-0.45	-0.27	0.04	0.2	0.16	0.12	-0.1	-0.42	-0.2	-0.22	-0.2	-0.45	-0.38	-0.17	-0.15	0.62	-0.15	-0.27	0.43	0.76	0.29	0.18	-0.07	-0.32	0.1	0.21	-0.54	-0.62	-0.22	0.01	0.67	0.24	0.23	0.2	0.11	0.2	0.24	0.01	0.08	0.12	0.36	-0.03	-0.38	-0.1	-0.32	-0.54	0.1	-0.27	-0.2	0.07	-0.49	-0.64	-0.43	-1.43	-0.42	0.14	0.23	-0.07	-0.09	-0.47	0.77	-0.54	-0.89	-1.09	-0.92	0.61	0.38	1.15	1.62	0.01	-0.12	0.41	-0.29	-0. [...]
+YHR077C	"NMD2   MRNA DECAY, NONSENSE-MED NAM7P/UPF1P-INTERACTING PROTEIN"	-0.09	-0.22	-0.58		-0.45	-0.2	-0.15	-0.09	-0.3	0.23	-0.29	-0.12	-0.38	-0.25	-0.45	-0.06	-0.18	0.12	-0.01	-0.04	-0.64	0.24	0.49	0.18	-0.01	-0.1	-0.23	-0.17	0.15	-0.54	-0.62	0.01	-0.6	-0.22	-0.23	-0.15	-0.29	-0.23	-0.49	-0.62	-0.36	-0.15	-0.34	-0.18	-0.14	-0.49	-0.42	-0.45	-0.25	-0.03	-0.03	-0.14		-0.18	-0.2	-0.06	-0.36	-0.27	-0.18	-0.54	-0.38	-0.09	-0.32	0.38	-0.45	-0.22	-0.25	-0.36	0.03	0.28	0.56	0.66	0.12	0.18	0.1 [...]
+YER109C	FLO8   FLOCCULATION (AND PHD)   FLO1 ACTIVATOR	-0.36	-0.12	-0.4	0.15	-0.17	0.24	-0.17	-0.04	-0.3	-0.22	-0.36	-0.07	-0.27	-0.03	-0.42	-0.03	0.07	-0.07	0.49	0.11	0.1	0.03	0.39	0.4	-0.04	-0.03	0.16	-0.07	0.19	-0.03	-0.03	0.1	-0.07		-0.06	-0.07	-0.25	-0.32	-0.2	-0.36	-0.27	-0.14	-0.34	-1.25	-0.45	-0.58	-0.56	0.11	-0.51	-0.58	-0.64	-0.51	-0.54	0.15	-0.17	-0.03	0.2	-0.17	0.08	-0.06	0.24	0.08	-0.34	0.06	-1	-0.25	-0.97	-0.67	-0.1	0.39	0.72	0.76	-0.29	-0.45	-0.25		-0.47	-0.07	-0.23
+YPR182W	SMX3   MRNA SPLICING       CORE SNRNP PROTEIN	-0.42	-0.76	-0.3	-0.97	-0.25	-0.43		-0.36	-0.1	-0.54	-0.43	-0.74	-0.1	-0.54	-0.12	-0.3	-0.14	-0.07	-0.38	-0.81	-0.62	-0.4	-0.42	-0.17	-0.62	-0.34		-0.22	-0.2	-0.04	-0.15	-0.49	-0.56	-0.22	-0.15	-0.42	-0.18	-0.36	-0.3	0.12	0.18	-0.47	-0.3	-0.03	-0.25	-0.23	0.03	-0.74	-0.12		-0.29	-0.58	-0.42	-0.22	-0.12	-0.43	-0.14	-0.36	0.2	-0.25	0.14	1.24	-0.23	1.99	-0.2	-0.51	-1.6	-0.3	0.18	0.67	0.38	-0.51	-0.43	-0.6	-0.42	-0.47	-0.34	-0.3	-0.4
+YDR176W	NGG1   CHROMATIN STRUCTURE    HISTONE ACETYLTRANSFERASE COMPLEX SUBUNIT	-0.12	-0.22	-0.17	-0.18	0.03	-0.4	0.07	-0.27	0.07	0.07	0.16	-0.04		-0.47	-0.15	-0.22	-0.01	-0.17	0.15	-0.6	-0.3	0.01	-0.23	-0.01	0.04	-0.06	0.19	0.08	-0.17	-0.07	-0.45	-0.1	-0.56	-0.32	-0.17	-0.27	-0.27	-0.45	-0.4	-0.58	-0.17	0.08	-0.4	0.29	0.06	-0.18	-0.06	-0.34	-0.71	-0.36	-0.34	-0.17	0.14	-0.06	0.03	0.28	-0.12	-0.04	-0.22	-0.06	0.01	0.58	-0.03	1.39	-0.54	-0.34	-0.67	-0.64	0.07	0.75	0.9	-0.47	-0.38	-0.25	0. [...]
+YPR200C	ARR2   ARSENIC RESISTANCE    UNKNOWN	-0.25	-0.12	-0.22	-0.23	-0.32	-0.04	-0.29	0.2	-0.12	0.18	-0.64	-0.36	-0.32	-0.23	-1	-0.64	-0.06	-0.43	-0.06	-0.45	-0.1	0.11	-0.22	-0.03	-0.18	-0.58	-0.69	-0.49	-0.2	-0.42	-1.06	-0.43	-0.49	-0.3	-0.36	-0.38	-0.71	-0.23	-0.6	0.12	-0.32	-0.25	-0.14	-0.47	-0.32	-0.2	-0.1	-0.38	-0.51		-0.58	-0.17	-0.58	-0.38		-0.01	0.06	-1	0.45	-0.29		0.26	-0.6	1.85	-0.43	0.06	-0.76	-0.79	-0.27	0.69	0.45	0.25	-0.42	-0.34	0.23	-0.42	0.07	0.06	0.03
+YPL269W	KAR9   CYTOSKELETON        CYTOPLASMIC MICROTUBULE ORIENTATION	-0.97		-0.64	-0.74	-0.29	-0.3	-0.03	-0.32	-0.49	-0.97	-1	-0.43	-0.09	-0.22	-0.09	-0.22	-0.07	0.25	0.45	-0.54	-0.47	-0.23	-0.2	0.01	-0.1	0.03	-0.22	-0.45	-0.23	-0.47	-0.76	-0.51	-1.29	-0.51	0.12	-0.4	-1	-0.76	-0.64	0.32	0.29	-0.51	-0.47	-0.74	-0.74	-0.58	-0.45	-0.38	0.1	-0.25	0.23	0.14	-0.15	0.01	-0.06	-0.27	0.59	0.26	-0.09	-0.42	0.31	0.46	-0.3	0.67	-0.49	-0.06	-0.14	-0.43	0.52	0.67	0.59	0.19	-0.1	0.04	0.24	-0.22	0.06	 [...]
+YGL194C	HOS2   CHROMATIN STRUCTURE    PUTATIVE HISTONE DEACETYLASE	-0.14	-0.36	-0.6		-0.47		-0.23	-0.06	-0.67	-0.09	-0.84	-0.2	-0.42	-0.43	-0.69	-0.22	0.04	-0.34	0.38	-0.49	-0.34	-0.34	-0.12	-0.29	-0.49	-0.86	-0.62	-0.71	0.9	-0.64	-1.09	-0.69	-1.18	-0.71	-0.89	-1.12	-1.12	-0.86	-1.69	-0.92	0.06	-0.54	-0.92	-0.69	-1.36	-1.03	-1.03	-0.71	-0.22	-0.3	0.19	0.15	-0.17	-0.51	-0.17	-0.4	0.3	0.57	0.32	0.14	0.31	0.26	-0.03	0.82	-1.15	-0.36	-0.89	-0.42	0.07	0.55	0.89	0.58	-0.54	-0.45	-0.1	-0.18	-0. [...]
+YEL019C	MMS21  DNA REPAIR       UNKNOWN	-0.03	-0.22	-0.1	-0.06	0.45	0.19	0.21	0.14	-0.09	0.07	-0.43	-0.1	-0.06	-0.27	-0.3	-0.25	-0.15	-0.2	-0.03	-0.09	-0.17	-0.36	0.2	-0.07	0.01	-0.22	-0.34	-0.38	0.04	-0.4	-0.42	-0.27	-0.29	0.07	-0.29	-0.51	-0.32	-0.43	-0.71	-0.64	-0.58	-0.56	-0.71	-0.3	-0.42	-0.62	-0.64	-0.34	-0.3	-0.25	-0.42	-0.43	0.03	-0.2	-0.43	0.74	-0.12	-0.27	0.4	-0.25	-0.2	0.46	0.53	0.7	-0.86	-0.25	-0.42	-0.4	0.18	0.33	0.75	0.48	-0.18	-0.15	-0.01	-0.42	-0.49	0.33	0.1
+YPR201W	ARR3   ARSENIC RESISTANCE    ARSENITE TRANSPORTER	-0.04	0.16	0.12	-0.38	-0.1	-0.27	0.07	-0.07	-0.06	-0.29	-0.2	-0.23	-0.32	-0.45	-0.38	-0.67	-0.3	0.43	-0.22	-0.4	-0.38	-0.56	-0.43	-0.07	-0.45	-0.3	-0.36	-0.81	-0.27	-0.47	-0.89	-0.51	-0.97	-0.6	-0.81	-0.69	-0.51	-0.64	-0.92	-1.64	-1.25	-0.38	-0.76	-0.58	-0.84	-0.89	-0.97	-0.47	-0.74	-0.92	-0.38	-0.01	-0.56	-0.62	0.12	0.64	0.16	-0.2	1.11	0.51	-0.01	0.65	0.12	0.44	-0.84	-0.27	-0.71	-0.38	-0.01	0.74	-0.01	0.2	-0.43	-0.12	0.37	-0.12	- [...]
+YHR165C	"PRP8   MRNA SPLICING       U4/U6, U5 SNRNP PROTEIN"	-0.23	0.06	-0.09	0.06	-0.45	-0.45	-0.32	0.06	-0.56	-0.2	-0.29	-0.32	-0.22	-0.58	0.52	-0.32	-0.51	-0.06	-0.15	-0.51	-0.56	-0.4	0.1	-0.09	0.07	-0.07	-0.67	0.24	-0.36	-0.84	-0.79	-0.2	-0.12	-0.07	-0.54	-0.23	-0.47	-0.43	-0.07	0.2	-0.43	-0.43	-0.43	-0.14	-0.64	-0.09	-0.45	0.12	-0.04	0.01	-0.03	0.14	0.25	-0.12	-0.03	0.01	-0.25	-0.34	-0.18	0.18	0.1	0.46	0.19	0.29	-0.94		-0.64	-0.56	0.07	0.65	1	-0.06	0.15		0.11	-0.23	0.04	0.01	-0.03
+YBR131W	"CCZ1   CALCIUM, CAFFEINE, AND Z UNKNOWN"	-0.07	-0.03	-0.1	-0.3	-0.32	0.15	-0.03	0.28	0.03	-0.12	-0.09	-0.25	-0.3	-0.32	-0.09	-0.14	0.08	-0.14	-0.3	-0.45	-0.38	-0.1	-0.32	-0.3	-0.34	-0.54	-0.32	-0.36	-0.64	-0.4	-1	-0.34	-0.18	-0.07	-0.43	-0.06	-0.64	-0.38	-0.18	0.95	-0.45	-1.64	-0.69	0.7	-0.76	0.24	-0.6	-0.4	-0.25	-0.14	-0.42	-0.09	-0.56	-0.38	-0.34	0.23	-0.06	0.62	0.1	-0.15	0.24	0.15	0.06	0.15	-0.47	-0.4	-0.45	-0.56	0.32	0.44	0.44	0.16	-0.27		0.23	-0.34	-0.15	-0.15	-0.27
+YCR037C	PHO87  TRANSPORT        INORGANIC PHOSPHATE PERMEASE	-0.4	0.24	-0.22	-0.36	-0.49	0.04	-0.14	-0.01	0.12	-0.2	-0.12	-0.18	-0.22	-0.09	0.11	0.41	-0.09	-0.04	-0.29	-0.34	-0.29	-0.2	-0.42	-0.23	0.1	0.11	0.06	0.55	0.08	0.33	0.24	0.19	0.03	-0.34	-0.32	0.01	-0.42		-0.22	-0.6	-0.56	-0.1	0.16	-0.32	-0.51	-0.69	-0.74	-0.03	-0.18	0.08	-0.45	-0.22	-0.1	-0.45	-1	-0.51	0.2	0.01	0.16	-0.25	-0.14	0.24	0.38	0.04	-1.09	-0.64		-0.69	0.08	0.38	0.8	0.52	0.19		-0.06	-0.42	-0.64	-0.36	-0.01
+YLR347C	KAP95  NUCLEAR PROTEIN TARGETIN BETA-KARYOPHERIN	-0.27	-0.86	-0.67	-0.92	-0.36	-0.64	-0.43	-0.51	-0.29	0.11	0.04	-0.09	-0.25	-0.22	-0.51	-0.2	-0.47	-0.03	-0.18	-0.25	-0.64	0.21	0.11	0.12	-0.17	0.24	0.32	0.62	-0.1	0.32	0.32	0.36	0.21	0.03	-0.45	-0.42	-0.12	-0.1	0.15	-0.07	-0.47	-0.18	-0.15	-0.25	-0.38	-0.42	-0.54	-0.3	-0.36	-0.2	-0.76	-1.18	-0.86	-0.07	-0.76	-1.36	0.38	0.63	-0.14	0.58	0.28	0.32	0.5	-0.03	-1.43	-0.94	-0.32	-0.94	0.55	0.04	0.75	0.7	0.18	0.37	0.23	-0.38	-0.4	-0.47	-0.1
+YBL105C	PKC1   CELL WALL BIOGENESIS     PROTEIN KINASE C	-0.38	0.01	-0.38	-0.51	-0.27	-0.54	-0.04	0.45	0.03	0.08	-0.18	0.04	-0.34	-0.2	-0.09	0.15	-0.12	0.03	-0.03	-0.64	-0.69	-0.17	-0.51	-0.3	-0.06	-0.2	0.11	0.33	-0.49	0.26	-0.43	-0.1	-0.23	-0.15	-0.45	-0.3	-0.3	-0.09	-0.32	-0.38	-0.43	-0.29	-0.62	-0.6	-0.4	-0.47	-0.76	-0.07	-0.2	-0.15	-0.47	-0.49	-0.49	0.21	-0.51	-0.81	0.08	0.36	-0.04	0.37	0.28	0.48	0.03	-0.6	-0.3	-0.42	-0.27	-1.79	0.19	0.1	0.23	0.71	0.19	0.3	0.28	-0.29	-0.03	0.29	-0.03
+YGR036C	CWH8   CELL WALL BIOGENESIS     MANNOPROTEIN LAYER	0.31	0.24	0.14	-0.01	-0.03	-0.01	-0.12	0.01	0.07	-0.36	0.1	0.03	0.16	-0.04	-0.06	0.08	-0.27	-0.22	-0.32	-0.17	-0.23	-0.22	-0.25	-0.09	0.07	-0.07	-0.43	-0.04	-0.09	-0.12	-0.32	0.01	1.57	0.18	-0.51	-2.06	-0.45	-0.29	0.06	0.07	-0.14	0.32	0.39	-0.4	-0.04	-0.45	-0.94	-0.34	-0.27	-0.15	-0.79	-0.81	-1.06	-0.54	-0.76	-0.69	-0.1	-0.4	0.23	0.28	0.36	-0.1	0.44	0.48	-0.56	-0.84	-0.51	-1	0.36	0.3	0.86	0.96	-0.1	0.14	0.44	-0.15	-0.3	0.39	-0.27
+YMR106C	HDF2   DNA REPAIR       KU80 HOMOLOG	-0.22	-0.25	-0.23	-0.34	-0.6	-0.54	-0.17	-0.4	-0.29	-0.09	-0.4	-0.25	-0.42	-0.67	-0.43	-0.49	-0.64	-0.25	-0.54	-0.47	0.44	-0.23	-0.42	-0.49	-0.67		-0.1	0.2	-0.17	0.04	0.03		-0.09	-0.34	-0.25	-0.32	-0.06	-0.23	-0.51	-0.51	-0.32	-0.56	-0.47	-0.79	-0.36	-0.49	-0.36	-0.49	-0.27	-0.04	-0.01	-0.14	0.26	-0.14	-0.47	-0.09	-0.04	0.03	-0.29	-0.18	-0.04	0.29	0.24	0.61	-0.92	-0.64	-0.64	-0.94	-0.07	0.89	0.01	0.38	-0.27	-0.09	0.43	-0.56	-0.38	0.21	0.04
+YOR194C	TOA1   TRANSCRIPTION       TFIIA 32 KD SUBUNIT	-0.42	-0.09	-0.3	0.1	-0.23	-0.04	-0.32	-0.25	-0.27	0.08	-0.34	0.07	-0.12	-0.49	-0.58	-0.27	-0.06	-0.14	0.69	0.18	-0.14	-0.12	0.04	0.18	-0.06			0.06	0.2		0.03	0.04	0.1	0.29	0.15	-0.32	-0.1	-0.22	0.07	0.89	0.06	0.06	-0.1	0.52	0.42	0.25	0.51	-0.15	-0.1	-0.4	-0.54	-0.45	-0.43	0.11	-0.22	-0.18	-0.15	-0.06	0.12	0.03	0.45	0.3	0.21	0.92	-0.56	0.78	-0.62	-1.36	0.3	1.2	1.16		0.1	-0.06	0.14	-0.18	-0.15	0.38	-0.23
+YOR196C	LIP5   FATTY ACID METABOLISM    LIPOIC ACID SYNTHASE		-0.07	-0.6	-0.4	-0.38	0.01	-0.07	0.01	-0.36	0.07	-0.6	-0.09	-0.09	-0.54	-0.67	-0.38	-0.07	-0.42	-0.09	0.07	0.06	0.16	0.39	0.3	0.07	0.03	-0.3	0.06	0.34	-0.14	-0.86	0.04	0.26	0.45	0.56	0.26	0.45	0.4	0.3	0.99	0.32	0.41	0.29	0.06	0.1	0.06	0.21	-0.4		0.39	0.24	-0.22	-0.15	-0.51	-0.51	-0.6	0.08	0.58	0.08	0.26	0.6	0.04	-0.14	1.13	-0.23	-0.01	-0.62	-0.89	0.5	0.95	1.25	0.59	-0.07	-0.1	0.32	-0.09	-0.27	0.65	0.06
+YBL106C	SNI2   SECRETION (PUTATIVE)     UNKNOWN; INTERACTS WITH SEC9P	0.18	-0.34	0.26	-0.04	0.3	0.39	0.11			0.25	0.3	-0.1	-0.2	-0.01	0.33	-0.42	0.24	0.38	-0.51	-0.54	-0.49	-0.06	-0.42	-0.43	-0.81	-0.4	-0.22	-0.18	-0.45	-0.36	-0.43	-0.62	-0.58	-0.1	-0.17	-0.17	-0.18	-0.2	-0.14	-0.15	-0.36	-0.47	-0.4	-0.14	-0.38	-0.49	-0.51	0.11	-0.2	-0.01	0.2	0.37	0.1	0.04	0.1	0.14	-0.12	0.24	0.11	-0.32	0.1	0.52	-0.17	0.48	-0.71	-0.49	-0.64	-0.6	0.42	0.36	0.28	-0.14	0.06	0.18	0.06	-0.67	-0.64	-1.4	-0.51
+YJR042W	NUP85  NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	0.21	0.06	0.75	0.33	0.98	0.92	0.42	0.5	0.63	0.41	1.02	-0.29	0.07	-0.15	0.57	0.43	0.36	0.48	-0.58	-0.69	-0.27	-0.49	-0.15	-1.09	-0.86	-0.69	-0.23	-0.49	-0.58	-0.6	-0.4	-0.47	-0.27	-0.04	-0.34	0.03	-0.03	0.14	0.14	-0.04	-0.2	-0.23	-0.45	-0.04	-0.18	-0.12	-0.34	-0.51	-0.23	-0.29	-0.36	-0.09	-0.27	-0.12	-0.09	0.07	-0.49	-0.62	-0.07		0.16	0.33	-0.47	0.39	-1.06	-0.1	-0.54	-1.43	-0.01	0.46	0.34	0.34	-0.12	-0.04	-0.09	-0.36	-0.43	-0.67	-0.49
+YDR127W	ARO1   AROMATIC AMINO ACID BIOS PENTAFUNCTIONAL ENZYME	0.33	-0.12	0.36	-0.07	0.28	0.44	0.21	-0.04	0.2	-0.1	0.7	0.16		0.28	0.43	0.32	0.16	-0.03	-1	-0.6	-0.49	-0.47	-0.25	-0.32	-0.25	-0.34	0.07	-0.17	-0.12	0.14	-0.22	-0.27	-0.3	-0.3	-0.23	-0.29	-0.25	-0.23	-0.15	-0.14	-0.32	-0.34	-0.22	-0.04	-0.32	-0.36	-0.32	-0.29	-0.03	-0.64	-0.15	0.03	-0.04	0.82	0.23	0.11	-0.18	-0.84	0.12	-0.27	-0.25	1.08	0.56	0.16	-1.15	-0.74	-0.74	-0.79	0.62	-0.01	0.65	0.56	-0.18	0.14	-0.14	-0.1	0.01	-0.64	-0.56
+YDR217C	RAD9   DNA REPAIR; DNA DAMAGE C UNKNOWN	-0.49	0.04	0.01	0.34	0.01	-0.09	-0.17	-0.15	0.52	-0.04	0.44	-0.22	-0.14	-0.09	0.32	-0.04	-0.18	-0.09	-0.81	-0.76	-0.34	0.03	-0.17	-0.32	-0.18	-0.67	-0.23	0.01	-0.29	-0.25	-0.69	-0.4	0.18	0.42	0.1	-0.06	-0.1	-0.14	0.32	0.19	0.08	-0.09	-0.17	-0.56	0.1	-0.18	-0.23		-0.54	-0.32	-0.25	-0.15	0.06	-0.51	-0.15	0.33	-0.3	-0.23	-0.04	-0.4	-0.29	1.01	0.15	-0.1	-0.6	-0.49	-0.54	-0.34	0.07	0.26	0.71	0.82	0.1	0.42	0.14	-0.51	-0.62	-0.67	-0.18
+YPL023C	MET12  METHIONINE BIOSYNTHESIS  METHYLENETETRAHYDROFOLATE REDUCTASE	0.11	0.11	0.28	0.37	0.2	0.25	0.08	0.03	0.01	-0.07	0.3	0.3	0.18	-0.14	0.07	0.04	0.1	-0.17	0.46	-0.29	0.01	0.4	0.28			0.15	-0.03	-0.17	-0.15	-0.12	-0.23	-0.09	-0.27	-0.25	-0.3	-0.27	0.16	0.39	-0.27	-0.14	0.2	-2.32	0.01	0.18	-0.22	-0.07	-0.27	0.2	-0.18	-0.42	-0.71	-0.84	-0.25	0.28	-0.67		-0.14	-0.15	0.18	0.5	0.39	0.24	0.01	0.3	-0.32	-0.86	-0.09	-0.25	0.4	0.56	1.36	1.04	0.04	0.04	-0.17	-0.74	-0.49	-0.69	-0.23
+YER151C	"UBP3   PROTEIN DEGRADATION, UBI UBIQUITIN-SPECIFIC PROTEASE"	-0.07	-0.23	-0.3	-0.01	0.16	0.14	0.33	0.26	-0.01	-0.04	-0.2	0.07	-0.07	0.03	-0.09	0.14	0.03	0.04	0.26	-0.23	-0.22	0.51	0.2	0.24	0.04	0.04	0.2	0.3	0.31	0.08	-0.04	0.29	0.59	0.34	0.16	-1.64	-0.97	-0.92	-1.47	0.56	0.48	-0.67	-0.71	0.01	0.11	-0.09	-0.22	-0.14	-0.79	-0.54	-1.18	-1.36	-1.36	0.01	-0.71	-0.97	-0.32	-0.14	-0.15	0.25	-0.3	0.73	0.29	0.58	-0.32	-0.42		-0.12	-0.04	0.49	0.82	1.47	-0.09	0.11	-0.07	-0.62	-0.58	-0.07	-0.69
+YNL298W	CLA4   CYTOKINESIS      PROTEIN KINASE	-0.17		0.37	0.18	-0.25	-0.25	-0.14		0.1	-0.07	0.34		-0.2	-0.32	-0.23	-0.03	-0.17	0.07	-0.32	-0.23	0.01	0.26	0.34	0.21	0.1	0.12	0.1	0.01	0.03	-0.07	0.08	0.04	0.16	-0.27	-0.47	-1.03	-1.09	0.1	-0.56	0.84	-0.03	-0.97	-0.42		-0.56	-1.06	-0.74	-0.04		-0.23	-0.47	-0.42	-0.79	-0.09	-0.47	-0.03	0.93	0.14	-0.03	0.1	0.18	0.16	-0.09	0.31	-0.34	-0.45	-0.36	-0.03	0.31	-0.04	1.1	1.79	-0.09	-0.09	0.04	-0.43	-0.74	0.23	-0.3
+YER153C	PET122 PROTEIN SYNTHESIS     COX3 TRANSLATIONAL ACTIVATOR	-0.49	-0.3	-0.29	-0.32		-0.38	-0.17	-0.45	-0.43	-0.32	-0.12	0.1	0.1	-0.14	-0.25	-0.29	-0.29	-0.45	0.21	0.03	0.03	0.39	0.18	0.18	0.2	0.03	0.01	0.01	0.21	0.16	-0.07	0.29	-0.79	0.25	-0.71	-0.36	-0.64	-1.74	-0.47	1.36	0.66	-0.71	-0.76	0.32	-0.64	-0.69	-0.97	-0.34	-0.25	-0.6	-0.45	-0.22	-0.71	0.23	-0.4	0.15	0.08	-0.74	0.06	-0.14	-0.09	0.32	0.08	0.18	-1.09	-0.6	-0.36	-0.86	0.1	0.08	0.78	0.69	-0.71	-0.32	-0.14	-0.62	-0.43	0.49	-0.22
+YBR065C	ECM2   CELL WALL BIOGENESIS AND UNKNOWN	-0.36	-0.42	-0.38	0.7	-0.15	-0.58	-0.23	0.01	-0.3	0.1	-0.29	-0.27	-0.22	-0.14	-0.09	0.19		0.03	-0.27	-0.69	-0.51	-0.32	-0.22	-0.43	-0.51	-0.69	-0.36	-0.29	-0.71	-0.1	-0.58	-0.15	-0.3	0.28	-0.09	-0.89	-0.51	-0.36	-0.18	-0.6	-0.54	-0.32	-0.43	-0.06	-0.36	-0.47	-0.64	0.07				-0.04	0.04	-0.03	-0.04	0.45	-0.15	0.34	-0.18	0.14	0.3	0.38	0.2	-0.12	-0.49	-0.3	-0.58	-0.79	-0.06	0.44	1.48	0.66	-0.29	-0.17	0.5	-0.17	0.01	0.52	0.37
+YBL103C	RTG3   GLYOXYLATE CYCLE    CIT2 REGULATOR	-0.18	-0.4	-0.06	-0.22	-0.22	-0.18	-0.01	0.11		0.06	-0.25	0.1	-0.14	-0.07	0.04	-0.09	0.32	0.06	0.36	-0.38	-0.3		-0.1	-0.09	-0.25	-0.04	-0.18	-0.15	-0.18	-0.29	-0.09	-0.25	-0.25	0.2	0.04	-0.27	-0.22	-0.2	-0.25	-0.27	-0.3	-0.17	-0.58	-0.62	-0.04	-0.15	-0.17	-0.18	-0.45	-0.62	0.01	-0.06	-0.03	-0.12	-0.14	0.01	0.2	-0.06	0.04	0.03	0.16	-0.1	-0.29	0.25	-0.51	-0.06		-0.15	-0.22	0.42	1.02	0.7	-0.84	-0.62	0.19	-0.3	-0.58	0.26	0.03
+YOR046C	DBP5   MRNA EXPORT      RNA HELICASE	-0.18	-0.4	-0.6	-0.56	-0.54	-0.43	-0.06	-0.4	-0.01	0.01	-0.36	-0.15	-0.3	-0.45	-0.49	-0.3	-0.43	-0.15	-0.64	0.1	-0.36	-0.2	0.03	0.08	-0.04	0.23	-0.17	0.08	0.31		-0.17	0.19	0.23	0.38	0.11	-0.2	-0.01	-0.12	-0.27	0.03	-0.25	-0.27	-0.3	0.76	0.04	-0.17	-0.69	-0.3	-0.56	-0.47	-0.25	0.34	-0.36	0.04	0.63	1.2	0.21	-0.56	0.37	-1.29	0.16	0.42	-0.17	0.99	-1.12	0.26	-0.3	-1.06	0.4	0.84	1.1	0.3	0.14	-0.09	0.4	-0.23	-0.45	0.4	-1.03
+YDR419W	RAD30  DNA REPAIR       UNKNOWN	0.08	-0.34	-0.03	-0.32		-0.36	0.15	-0.12	0.11	0.04	-0.17	-0.25	-0.01		0.03	-0.15	-0.01	-0.22	-0.81	-0.09	-0.1	-0.14	-0.01	-0.14	-0.25	-0.23	0.06	0.07	-0.32	0.18	-0.01	0.04	-0.23	-0.06	-0.06	-0.18	-0.45	-0.17	-0.51	-0.14	-0.22	-0.42	-0.38	0.06	-0.34	-0.34	-0.38	-0.36		-0.4	-0.71	0.34	-0.81	0.57	-0.51	0.36	0.38	-0.2	0.14	-0.58	0.57	0.34	0.12	0.44	-0.74	-0.4	-0.51	-0.56	0.12	0.51	1.08	0.18		0.03	0.1	-0.32	-0.17	0.19	-0.23
+YLL018C	DPS1   PROTEIN SYNTHESIS     ASPARTYL-TRNA SYNTHETASE	0.4	0.14	0.15		0.12	0.1	0.16	0.03	0.06	0.08	0.08	0.14	0.04	0.24	-0.01	-0.01	0.03	0.37	0.48	0.15	-0.03	0.81	0.7	0.52	0.5	0.48	0.41	0.34	0.14	0.19	0.16	0.62	-0.3	-0.09	0.04	0.16	0.34	0.03	0.12	0.01	-0.1	0.07	-0.14	-0.56	0.11	-0.09	-0.1	-0.3	-0.18	-0.14	-0.2	-0.06	-0.32	-0.32	-0.01	-0.04	-0.12	-0.3	0.5	0.15	0.23	0.08	0.07	0.9	-1.6	-1.12	-0.06	-0.34	0.94	0.48	1.07	1.07	0.11	0.06	-0.1	-0.4	-0.51	-0.23	-0.27
+YMR047C	NUP116 NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.09	-0.38		0.07	0.04	0.11	0.11	-0.07	-0.09	-0.06	-0.14	0.29	-0.03	-0.01	0.11	-0.06	0.23	-0.14	0.43	-0.12	-0.07	-0.22	0.4	0.34	0.04	0.31	0.2	0.03	0.06	0.08	0.12	0.23	0.04	0.06	0.04	0.06	-0.04	-0.25	0.04	-0.18	-0.14		-0.38	-0.71	-0.01	-0.3	-0.34	0.18	-0.47	-0.47	0.1	0.07	0.34	-0.36	0.26	0.45	0.12	0.23	-0.25	0.4	0.28	0.42	0.18	0.87	-0.36	-0.54	-0.23	0.03	0.32	0.24	1.33	1.45	0.32	-0.15	0.26	-0.17	-0.27	-0.42	-0.34
+YHR027C	RPN1   PROTEIN DEGRADATION    26S PROTEASOME REGULATORY SUBUNIT	-0.36	0.01	0.03	0.12	-0.32	-0.14	-0.1	-0.18	0.01	0.37	0.29	-0.03	-0.23	-0.51	0.03	0.18	-0.42	-0.07	0.01	0.4	0.28		-0.51	-0.14	0.01	0.32	0.14	0.07	-0.03	0.08	0.01	0.07	-0.42	-0.54	-0.45	-0.25	-0.23	-0.34	-0.07	-0.29	-0.22	-0.07	-0.1	-0.58	-0.06		0.03	-0.2	-0.45	-0.38	-0.34	0.39	-0.36	0.06	0.29	0.87	0.45		0.29	0.12	0.49	0.32	-0.14	0.01	-0.74	-0.45	-0.45	-0.17	0.49	0.29	0.85	0.73	0.16			-0.2	-0.22	0.04	-0.71
+YFR040W	SAP155 CELL CYCLE       SIT4P-ASSOCIATED PROTEIN	-0.14	0.67	-0.07	0.19	0.12	-0.25	-0.15	0.12	-0.1	-0.22	0.08	-0.38	-0.1	-0.2	0.07	-0.62	0.08	-0.18	0.51	-0.25	0.06	-0.3	-0.12	-0.15	-0.17	-0.1	0.14	-0.36	-0.97	0.07	-0.27	-0.3	0.18	0.08	-0.01	-0.03	0.01	0.08		-0.25	0.31	0.16	0.07	0.03	0.06	-0.04	-0.25	-0.4	-0.54	-0.42	-0.45	-0.09	-0.71	-0.07	-0.36		-0.12	-0.38	-0.15	0.01	0.36	0.61	-0.64	-0.18	-0.56	-0.69	-0.42	-0.09	0.4	0.63	1.19	0.77	-0.1	-0.12	0.03	-0.15	-0.1	0.33	0.55
+YPL144W	SNR17B RNA PROCESSING      U3 SNRNA	-0.97	-0.45	-0.69	-0.69	-0.32	-0.56	-0.42	-0.49	-0.43	-0.62	-0.62	-0.79	-0.79	-0.71	-0.51	-0.71	-0.38	0.37	-0.69	-0.97	-0.92	-0.27	-0.32	-0.34	-0.42	-0.09		-0.12	-0.71	-0.56	-0.84	-0.58	0.14	-0.1	-0.67	0.12	-0.18	-0.15	0.28	0.1	0.37	0.15	0.5	0.03	-0.94	-0.58	-0.42	-0.67	-0.4	-0.2	-0.06	-0.25	-0.15	-0.58	-0.15	-0.42	-0.15	-0.07	0.33	-0.64	0.08	0.53	-0.29	0.12	-0.22	-0.18	-0.6	-0.92	0.21	0.93	0.01	0.86	-0.15	-0.42	-0.45	-0.23	-0.23	-0.47	-0.64
+YPL174C	NIP100 NUCLEAR PROTEIN TARGETIN (PUTATIVE) LARGE SUBUNIT OF DYNACTIN COMPLEX	-0.22	-0.25	-0.4	-0.27	-0.32	-0.32	-0.18	-0.36	-0.25	-0.29	-0.36	-0.18	-0.3	-0.56	-0.27	-0.42	-0.1	0.53	-0.45	-0.6	-0.49	-0.2	-0.38	-0.07	-0.07	-0.36	-0.22	-0.06	-0.43	-0.62	-0.67	-0.34	0.04	-0.1	-0.25	-0.32	-0.32	-0.18	-0.25	-0.06	-0.18	-0.38	-0.3	0.48	-0.36	-0.22	-0.2	-0.47	-0.4	-0.15	0.15	0.01	-0.1	-0.23	0.14	-0.49	-0.18	0.45	-0.03	-0.42	0.2	0.19	-0.18	0.11	-0.22	-0.34	-0.18	-0.23	-0.15	0.63	0.3	0.42	 [...]
+YKR054C	DYN1   CYTOSKELETON        DYNEIN HEAVY CHAIN	-0.56	-0.94	-0.62	-0.69	-0.47	-0.76	-0.38	-0.4	0.01	-0.15	-0.1	-0.47	-0.45	-0.54	-0.07	-0.18	-0.2	-0.23	-1	-0.56	-0.12	-0.12	-0.27	-0.09	0.08	0.12	0.36	0.11	-0.45	0.06	-0.97	0.03	-0.54	-0.47	-0.29		0.37	0.31	-0.42	-0.22	0.2	-0.01	-0.12	-0.12	-0.54	-0.58	-0.4	-0.36	-0.25	-0.27		-0.12	-0.38	-0.62	-0.03	-0.23	-0.01	-0.15	-0.38	-0.34	-0.49	0.66	0.25	-0.1	-0.2	-0.34	-0.56	-0.92	0.19	0.34	0.2	0.04	0.04	-0.06	0.1	-0.17	-0.25	-0.38	-0.27
+YOR140W	SFL1   CELL SURFACE ASSEMBLY    TRANSCRIPTION FACTOR	-0.43	-0.51	-0.62	-0.36	-0.34	-0.4	-0.18		-0.42	-0.27	-0.45	-0.15	-0.51		-0.43	-0.25	-0.23	0.12	0.08	-0.12	-0.12	-0.17	-0.12	0.1	-0.06	0.07	0.25	0.28	-0.14	0.01	0.08	-1.06	0.01	-0.1	-0.18	-0.18	0.03	-0.1	-0.12	0.1	-0.1	-0.34	-0.43	-0.36	-1	-0.29	-0.67	-0.43	-0.97	-0.64	-0.2	-0.43	-0.36	-0.4	0.15	-0.25	-0.6	-0.25	-0.29	-0.3	-0.29	0.19	0.24	0.16	-0.79	-0.43	-0.42	-0.58	-0.12	0.01		0.51	-0.38	-0.84	-0.12	-0.32	-0.32	0.15	-0.14
+YLR055C	SPT8   CHROMATIN STRUCTURE    HISTONE ACETYLTRANSFERASE COMPLEX SUBUNIT	-0.51	-0.36	-0.49	-0.2	-0.43	-0.42	-0.09	-0.25	0.04	-0.07	0.07	-0.18	-0.15	-0.51	-0.09	0.03	-0.17	-0.15	-0.18	-0.04	0.08	0.11	-0.1	0.08	0.12	0.1	0.25	-0.06	0.06	0.36	0.23	0.01	-0.45	-0.04	-0.38	-0.17	-0.47	-0.45	-0.29	-0.32	-0.2	-0.89	-0.6	-0.2	-0.36	-0.92	-0.64	-0.1	0.03	-0.17	-0.06	-0.01	0.1	0.01	-0.1	0.38	-0.03	-0.74	0.14	0.12	0.34	0.92	0.37	1.29	-0.47	-0.43	-0.62	-0.38	0.2	0.26	0.59	0.23	-0.15	-0.01	0.29	 [...]
+YML103C	NUP188 NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.25	-0.47	-0.42	-0.23	-0.12	-0.12	-0.25	-0.17	-0.03	-0.36	0.37	-0.4	-0.18	-0.47	0.37	-0.25	-0.06	-0.12	-0.54	-0.64	-0.6	-0.01	-0.36	-0.25	-0.79	-0.67	-0.38	-0.38	-0.69	-0.43	-0.84	-0.64	0.06	-1.06	-0.09	0.01	0.31	0.36	0.23	-0.09	-0.2	0.01	-0.76	-0.43	-0.22	-0.45	-1.32	-0.38	-0.45	-0.2		-0.17	-0.18	-0.27	-0.4	0.26	0.01	-0.22	-0.51	-0.51	1.67	0.16	-0.25	0.34	-1.15	-0.34	-1.15	-0.94	0.15	-0.22	0.86	-0.25			-0.06	-0.45	-0.45	-0.4 [...]
+YPL167C	REV3   DNA REPAIR       POLYMERASE ZETA SUBUNIT	-0.15	-0.18	-0.18	0.16	-0.36	-0.54	-0.38	0.08	-0.14	-0.15	-0.23	-0.22	-0.38	-0.49	-0.22	-0.34	-0.22	-0.15	-0.06	-0.34	-0.22	-0.36	-0.3	-0.14	-0.56	-0.38	-0.6	-0.67	-0.62	-0.54	-0.81	-0.51	0.04	-0.07	-0.09	0.25	0.15	0.25	0.06	-0.18	0.19	0.01	0.08	-0.14	-0.27	-0.3	-0.49	-0.49	-0.4	-0.34	-0.01	0.08		-0.27	0.06	0.15	-0.38	-0.3	0.28	-0.42	0.49	-0.22	-0.18	0.58	-0.54	-0.25	-0.47	-0.29	-0.58	0.03	-0.09	-0.14	-0.2	-0.01		-0.34	-0.43	-0.51	-0.1
+YBL097W	BRN1   CHROMOSOME MAINTENANCE   HOMOLOG OF HUMAN BRRN1	-0.97	-0.42	-0.92	-0.43	-0.58	0.01	-0.43	0.59	-0.54	0.32	-1.09	0.51	-0.84	0.11	-0.6	0.11	-0.12	0.79	-0.27	-0.89	-0.45	-0.74	-0.47	-0.07	-0.67	-0.89	-0.34	-0.89	-0.2	-0.74	-0.47	-0.97	-1.12	-0.84	-0.64	0.01	-0.49	-0.62	-1.15	-0.32	-0.03	-1.06	-0.64	-1.06	-1.51	-0.6	-1.29	0.08	-0.29	-0.56	-0.2	-0.09	-0.34	0.3	-0.04	0.56	0.25	-0.36	-0.38	-0.29	0.21	0.19	-0.1	0.58	-1.18	-0.45	-1.12	-0.69	-1	0.12	0.3	-0.14	-0.4	0.15	0.32	-0.3	-0.5 [...]
+YJL093C	TOK1   TRANSPORT        OUTWARD-RECTIFIER POTASSIUM CHANNEL	-0.25	0.06	-0.2	0.06	0.24	0.07	0.07	-0.1	0.01	-0.25	-0.06	-0.03	0.15	-0.15	0.08	0.15	-0.36	-0.07	0.34	-0.09	-0.1	0.15	-0.36	-0.25	0.04	0.07	0.04	0.1	-0.03	0.15	-0.03	0.01	-0.23	-0.07	0.11	0.11	0.15	-0.09	-0.32	0.18	0.23	-0.27	-0.62	-0.14	-1.15	-0.43	-0.22	-0.27	0.07	-0.79	-0.81	-0.74	-0.42	0.24	-0.56	0.23	-0.07	-0.1		0.15	0.25	0.1	0.36	0.21	-0.43	-0.58	-0.09	0.2	-0.2	0.29	0.01	0.49	0.19	0.4	0.36	-0.03	0.04	-0.04	0.5
+YPL155C	KIP2   CYTOSKELETON (PUTATIVE)  KINESIN-RELATED PROTEIN	-0.76	-0.86	-0.58	-0.71	-0.23	0.39	0.53	0.58	0.38	0.36	-0.06	-0.3	-0.32	-0.17	0.14	0.21	0.46	0.62	-0.89	-0.6	-0.15	-0.38	-0.32	-0.12	0.1	0.19	0.32	0.28	0.19	0.28	0.06	0.1	-0.04	-0.32	-0.12	-0.07	0.03	0.2	-0.25	-0.36	-0.34	-0.18	-1.09	-0.07	-0.32	-0.71	-0.64	-0.22	0.24	-0.38	-0.94	-1.12	-0.64	0.77	-0.45	0.14		-0.29	0.07	0.23	0.24	0.3	0.37	0.65	-0.43	-0.45	-0.42	-0.17	0.21	0.76		1.06	-0.17	0.3	0.51	-0.09	0.1	0.39	0.48
+YAR035W	YAT1   FATTY ACID TRANSPORT     CARNITINE O-ACETYLTRANSFERASE	-0.45	-0.17	-0.14	0.03	-0.43	-0.27	-0.15	0.16	-0.25	0.08	-0.18	0.29	-0.07	0.04	-0.3	0.32	-0.6	0.11	-0.12	0.26	-0.43	-0.3	-0.27	-0.1	-0.03	0.45	0.55	0.19	0.19	0.32	0.7	0.62	-0.09	0.06	-0.14	-0.07	-0.12	-0.1	0.01	0.28	-0.04	-0.29	-0.45	-0.22	-0.23	-0.18	-0.47	-0.06	-0.07	-0.3	-0.76	-0.29	-0.54	0.32	-0.17	-0.27	-0.27	-0.36	0.15	0.06	-0.09	-0.04		0.92	-0.34	-0.56	-0.71	-0.17	-0.36	0.52	0.03	0.39	-0.29	-0.1	0.3	-0.34	-0.3	0 [...]
+YPL039W	MET31  METHIONINE METABOLISM    TRANSCRIPTION FACTOR	-0.12	-0.27	-0.03	-0.04	0.03	0.01	0.32	-0.14	-0.09	-0.47	-0.18	-0.4	-0.17	-0.54	0.03	-0.06	-0.17	-0.32	-0.07	-0.12	0.01	0.3	0.18	-0.12	-0.12	-0.14	-0.17	-0.3	-0.2	-0.25	-0.4	-0.43	-0.18	0.34	0.12	-0.03	-0.15	0.01	0.08	-0.25	0.06	-0.01	-0.06	-0.1	-0.04	0.12	0.15	-0.36	-0.27	-0.2	-0.34	-0.3	-0.03	-0.18	-0.15	0.25	-0.29	0.03	-0.12	-0.51	-0.22	-0.23	-0.43	0.42	-0.6	-0.07	-0.45	-0.27	0.04	0.1	0.78	0.31	-0.04	-0.01	-0.18	-0.23	-0.34	 [...]
+YGR213C	RTA1   7-AMINOCHOLESTEROL RESIS UNKNOWN	0.42	1.03	0.84	0.37	0.18	0.43	0.38	0.32	0.11	0.03		0.03		-0.12	-0.12	-0.04	-0.04	0.2	-0.2	-0.64	-0.1	0.2	0.36	-0.2	-0.25	-0.51	-0.43	-0.4		-0.51	-0.64	-0.4	-0.29	-0.43	0.12	0.11	-0.25	-0.38	-0.47	-0.58	-0.34	-0.97	-0.94	-0.49	-0.81	-1.06	-1.06	-0.76	-0.4	-0.94	-0.58	-0.36	-1.06	-0.22	-0.38	0.06	0.29	0.64	0.2	0.59	0.44	0.2	0.32	0.64	-0.6	-0.07	0.07	0.1	0.08	0.36	0.54	0.08	-0.32	-0.27	0.19	-0.2	-0.34	0.5	-0.04
+YPR161C	SGV1   CELL CYCLE       PROTEIN KINASE	-0.06	0.34	-0.22	0.14	-0.27	-0.06	0.23	0.1	-0.27	-0.06	0.1	0.08		-0.15	-0.03	-0.14	0.31	0.1	0.57	0.03	-0.1	1.01	0.4	-0.14	-0.18	-0.14	-0.27	-0.1	-0.09	-0.15	-0.2	0.06	0.23	0.31	-0.07	-0.15	-0.12			0.45	-0.3	-0.23	-0.43	0.2	-0.22	-0.45	-0.29	-0.14	-0.27	0.2	0.51	0.24	0.43	-0.4	0.19	-0.06	-0.04	0.08	-0.27	-0.34	-0.03	-0.03	-0.07	1.25	-0.04	-0.71	-1.09	-1.09	-0.25	0.58	0.86	0.89	0.24	-0.06	0.42	-0.07	-0.25	0.29	-0.47
+YDR354W	TRP4   TRYPTOPHAN BIOSYNTHESIS  ANTHRANILATE PHOSPHORIBOSYLTRANSFERASE	-0.2		0.25	-0.03	0.12	-0.29	-0.27	-0.49	-0.29	-0.34	0.07	-0.15	-0.12	-0.25	-0.27	-0.42	-0.23	0.12	-0.54	-0.97	-0.94	-0.4	-0.54	-0.18	-0.45	0.2	0.23	0.1	-0.34	0.21	-0.15	-0.2	-0.71	-0.1	-0.2	0.26	-0.04	-0.12	0.34	0.59	0.12	0.21	-0.06	0.31	0.1	0.19	0.3	-0.01	-0.6	-0.47	-0.14	0.23	-0.17	-0.09	0.06	0.7	-0.06	-0.17	-0.42	0.3	0.04	0.03	-0.4	0.18	-0.81	-0.69	-0.6	-0.56	0.41	0.67	-0.1	-0.06	-0.03	0.19	0.07	-0.23	-0.2	 [...]
+YMR274C	"RCE1   PROTEIN PROCESSING    PROTEASE, ACTS ON RAS AND A-FACTOR C-TERMINI"	-0.81	-1	-0.89	-0.92	-0.23	-0.36	0.1	-0.14	-0.3	-0.34	-0.62	-0.34	-0.18	-0.43	-0.15	-0.32	-0.18	-0.12	-0.42	-0.64	-0.76	-0.81	-0.15	-0.01	-0.01	-0.25	-0.27	-0.36	-0.09	-0.23	-0.58	-0.4	0.06	-0.38	-0.06	0.58	0.51	0.42	0.16	-0.03	-0.22	0.46	0.29	-1.47	-0.42	-0.54	-0.51	-0.79	0.04	-0.67	0.57	0.01	-0.71	-0.23	-0.38	-0.42	0.01	0.19	0.14	-0.04	-0.14	-0.15	0.12	-0.1	-0.4	-0.23	-0.42	-0.58	-0.07	0.23	0.16	0.4	-0. [...]
+YKR095W	MLP1   DNA REPAIR (PUTATIVE)    MYOSIN-LIKE PROTEIN	-0.12	0.59	-0.2		0.1	-0.42	-0.06	-0.04	-0.17	-0.17	-0.3	-0.29	-0.18	-0.45	-0.29	-0.36	-0.47	-0.09	0.12	-0.36	-0.36	-0.22	-0.42	-0.47	0.11	-0.38	-0.14	-0.04	-0.51	-0.51	-0.81	-0.06	-0.34	-0.38	0.04	2.27	-0.27	-0.32	-0.25	-0.71	-0.56	-0.45	-0.15	-0.4	-0.43	0.15	-0.43	-0.54	-0.4	0.1	0.32	0.3	0.42	-0.42	-0.29	-0.03	-0.79	-0.09	0.12	-0.25	-0.06	-0.3	0.1	0.21	-0.47	-0.81	-0.4	-0.64	-0.14	0.34	0.14	0.41	-0.06	-0.2	-0.1	-0.36	-0.32	-0.8 [...]
+YOR330C	MIP1   DNA REPLICATION     MITOCHONDRIAL DNA POLYMERASE CATALYTIC SUBUNIT	-0.71	-0.86	-0.84	-0.62	-0.38	-0.4	-0.25	-0.32	-0.36	-0.34	-0.74	-0.34	-0.47	-0.29	-0.34	-0.17	-0.38	0.04	-0.1	-0.43	-0.84	-0.51	-0.42	-0.22	-0.15	0.19	0.12	-0.14	-0.2	0.06	-0.27	-0.18	0.18	0.11	0.23	0.15	0.01	-0.12	-0.14	-0.23	-0.1	-0.18	-0.07	-1.4		-0.14	-0.03	-0.45	-0.54		0.58	0.61	0.54	-1	0.54	0.24	0.19	0.33	-0.42	0.19	-0.1	-0.27	-0.04	0.36	-0.86	-0.89	-0.4	-0.74	0.11	0.2		0.18	-0.4	-0.38	0.2	-0.49	-0.3 [...]
+YIL150C	DNA43  DNA REPLICATION     UNKNOWN	-0.3	-0.34	-0.3	-0.23	-0.06	-0.23	-0.29	-0.3	-0.36	0.1	-0.34	0.07	-0.34	-0.62	-0.29	-0.32	0.3	-0.2	-0.86	-0.51	-0.36	-0.25	0.11	-0.01	-0.32	0.06	0.06		-0.58	-0.32	-0.54	-0.22	-0.29	0.23	-0.07	0.77		0.04		-0.17	-0.06	-0.06	-0.15	-0.58	-0.3	-0.36	-0.32	-0.38	-0.34	-0.06	0.87	1.18	1.08	-0.54	0.4	0.79	-0.38	-0.42	-0.17	-0.56		0.23	-0.17	-0.42	-1.4	-0.34	-1.15	-0.79	-0.43	0.3	-0.03	-0.06	-0.4	-0.22	0.28	-0.42	-0.49	0.58	-0.32
+YDR448W	ADA2   CHROMATIN STRUCTURE    HISTONE ACETYLTRANSFERASE COMPLEX SUBUNIT	-0.23	-1.06	-0.47	-0.3	-0.45	-0.14	-0.07	-0.23	-0.3	-0.18	-0.47	-0.17	-0.06	-0.32	-0.01	-0.14		-0.3	-0.38	-0.15	-0.34	-0.34	-0.09	-0.17	-0.17	0.1	0.15	0.04	0.1	-0.04	-0.25	-0.04	-0.47	-0.17	0.1	0.42	-0.09	-0.29	-0.27	-0.04		-0.01	-0.15	-1.03	-0.79	-0.38	-0.25	-0.45	-0.17	-0.14	-0.14	0.23	0.36	0.23	-0.09	0.23	-0.07	0.01	-0.4	-0.14	-0.23	-0.74	-0.07	-0.04	-1.06	-0.36	-0.97	-0.12	-0.32	0.1	0.1	0.24	-0.14	-0.36	0 [...]
+YHR061C	GIC1   BUD EMERGENCE       BINDS CDC42P	-0.56	-0.54	-0.23	-0.14	0.07		0.21	-0.07	-0.69	-0.62	-0.69	-0.34	0.03	-0.32		-0.22	-0.04	-0.69	-0.79	-0.76	-0.29	-1	-0.17	-0.25	0.26	0.19	0.03	-0.2		-0.07	-0.58	-0.56	-0.62	0.41	0.83	1.11	0.55	-0.97	-0.03	0.93	0.52	0.73	0.03	-0.71	-0.58	-1.09	-0.51	-0.49	-0.25	-0.6	0.19	-0.01	-0.2	-0.14	0.1	-0.18	-0.15	-0.18	-0.32	-0.27	-0.18	-0.38	0.18	0.25	-0.23	-0.71	-0.51	-0.38	0.73	0.31	0.48	0.26	-0.04	-0.14	-0.22	-0.62	-0.4	-0.45	-0.36
+YFL001W	DEG1   TRNA PROCESSING     PSEUDOURIDINE SYNTHASE	0.01	-0.92	0.04	-0.67	-0.1	0.01	-0.1	-0.03	0.04	-0.34	0.04	-0.4	-0.32	-0.42	-0.06	-0.29	-0.01	0.01	-0.67	-0.3	-0.3	0.18	0.37	-0.15	-0.18	-0.25	-0.36	-0.51	-0.38	-0.64	-0.79	-0.58	0.75	0.77	0.12	-0.1	-0.17	-0.23	0.26	-0.23	-0.38	-0.15	-0.09	-1	-0.04	-0.2	-0.2	0.12	-0.32	-0.18	-0.23	-0.17	-0.18	0.06	-0.03	-0.32		-0.06	-0.27	-1.25	0.07	-0.03	-0.38	0.14	-0.3	-0.2	-1	-3.06	0.3	0.23	-0.17	0.16	0.15	0.15	-0.01	-0.07	-0.12	-0.2	-0.42
+YOR229W	"WTM2   TRANSCRIPTION       SHARED SUBUNIT OF RNA POLYMERASES I, II, AND III"	0.1	-0.34	-0.69	-1.12	-0.64	-0.43	-0.43	-0.27	-0.1	-0.22	-0.1	-0.6	-0.43	-0.69	-0.43	-0.54	-0.12	0.04	0.06	-0.06	-0.03	-0.04	0.14	-0.25	-0.27	-0.06	-0.22	-0.36	-0.1	-0.06	-0.32	-0.22	0.31	-0.15	-1	-0.6	-0.07	0.72	0.53	-0.38	-1.25	-0.15	0.31	0.38	0.38	-0.17	-0.17	-0.36	-0.58	-0.58	-0.4	-0.42	-0.23	0.16	0.07	-0.32	-0.94	-1.09	-0.27	-1.43	-0.4	0.03	-0.38	-0.04	-0.4	-0.67	-0.92	-1.64	-0.27	0.23	-0.89	0.72	- [...]
+YGR072W	"UPF3   MRNA DECAY, NONSENSE-MED UNKNOWN"	0.2	-0.43	-0.22	-0.36	-0.15	-0.42	0.15	-0.04	0.06	-0.27	-0.43	-0.42	-0.18	-0.38	-0.36	-0.25	0.04	-0.29	0.14	-0.51	-0.23	-0.27	-0.18	-0.38	-0.42	-0.49	-0.4	-0.49	-0.18	-0.51	-0.42	-0.76	0.15	0.06	0.01	-0.58	-0.51		-0.12	-0.07	-0.06	-0.32	-0.32	0.5	-0.1	-0.47	-0.34	-0.22	-0.92	0.1	0.72	0.66	0.51	-1.25	0.37	0.46	-0.81	0.19	0.07	-0.89	-0.09	-0.06	-0.25	-0.18	-0.49	0.32	-0.84	-1.64	0.37	0.48	-0.27	0.14	-0.1	-0.14	0.14	-0.49	-0.18	0.08	-0.18
+YDR234W	LYS4   LYSINE BIOSYNTHESIS    HOMOACONITASE	-0.64	-0.58	-0.79	-0.69	-0.97	-0.4	-0.38	-0.45	-0.1	0.04	0.11	-0.45	-0.25	-0.22	-0.18	0.16	-0.32	-0.09	-1.6	-0.12	0.7	0.55	0.82	0.73	0.7	0.82	0.45	0.7	0.25	0.03	-0.38	0.04	-0.15	-0.04	0.01	0.57	0.38	0.34	0.12	-0.18	-0.34	-0.18	-0.14	-0.17	-0.49	-0.6	-0.34	-0.09	-0.2	0.06	0.24	0.58	0.36	-0.92	0.12	0.36	-0.64	-0.32	-0.03	-1.89	-1.18	-0.36	0.21	-0.42	-0.84	-1.36	-0.64	-1.29	-0.3	0.3	-0.45	-0.17	-0.29	0.06	0.12	-0.79	-1.12	0.33	0.28
+YML099C	ARG81  ARGININE METABOLISM    TRANSCRIPTION FACTOR	-0.09	0.19	-0.07	-0.07		-0.4	-0.15	-0.38	0.07	-0.25	-0.12	-0.09	0.01	-0.3	-0.1	-0.03	-0.51	-0.09	-0.69	-0.54	-0.15	0.14		-0.04	-0.25	-0.17	0.21	0.18	-0.22	0.06	-0.42	0.01	-0.27	0.28	0.07	0.03	0.18	0.25		0.06	0.01	0.16	-0.29	0.57	-0.04	-0.17	-0.47	-0.29	-0.07	0.53	0.37	0.25		-0.86	-0.36	-0.4		0.2	-0.04	-0.25	-0.01	0.45	0.11	0.28	-0.49	-0.47	-0.29	-0.67	0.07	0.25	-0.17	0.33	0.14	0.11	-0.07	-0.45	-0.54	0.06	-0.25
+YFL050C	ALR2   ALUMINUM RESISTANCE    ION TRANSPORTER (PUTATIVE)		-0.22	-0.12	-0.14	-0.14	-0.27		-0.18	-0.09	0.24	-0.09		-0.3	-0.14	-0.25	-0.06	0.08		-0.01	-0.62	-0.22	-0.14	-0.15	0.26	-0.12		-0.3	-0.12	-0.17	-0.27	-0.43	-0.32	0.14	0.32	-0.09	-0.45	-0.06	0.04	0.3	-0.38	-0.27	0.25	-0.29	-0.25	0.15	-0.25	-0.34	-0.18	-0.62	-0.09	0.08	0.07		-0.81	-0.34	-0.17	-0.49	0.04	-0.09	0.15	-0.22	0.39	0.01	-0.1	-0.1	-0.43	-0.62	-0.36	-0.43	0.32	0.29	0.64	-0.25	-0.4	-0.18	-0.67	-0.76	-0.07	-0.4
+YCR028C	RIM1   MITOCHONDRIAL DNA MAINTE SSDNA BINDING PROTEIN	-0.12	-0.47	0.15	-0.29	0.15	-0.14	0.29	0.34	0.11	-0.03	-0.14	0.36	-0.12	-0.45	-0.01	0.28	0.3	0.15	-0.36	-0.23	-0.17	-0.18	0.26	-0.07	0.29	0.04	-0.06	0.12	-0.12	-0.42	-0.51	-0.27	-0.36	-0.17	-0.4	1.04	-0.79	-0.12	0.18	0.44	-0.1	-0.76	-0.42	0.58	-0.4	-0.27	-0.62	-0.2	-0.2	-0.14	-0.1	0.03	-0.23	-0.07	-0.04	0.11	-0.04	-0.01	-0.38	-0.56	-0.03	0.11	0.26	0.7	-0.2	-0.92	-0.51	-0.04	0.56	0.04	0.03	0.88	-0.04	0.04		-0.1	-0.29	-0.32	-0.4
+YPL175W	SPT14  PROTEIN PROCESSING    N-ACETYLGLUCOSAMINYLTRANSFERASE (GPI ANCHOR SYNTHESIS)	0.07	-0.81	-0.34	-0.29	0.03	0.25	0.3	-0.2	-0.23	-0.36	-0.29	-0.43	-0.14	-0.18	-0.12	-0.4	0.2	0.18	-0.4	-0.64	-0.64	-0.27	-0.27	-0.09	-0.1	-0.32	-0.49	-0.56	-0.34	-0.54	-0.94	-0.42	-0.03	0.12	0.51	-0.94	-0.56	-0.43	-0.43	0.83	-0.04	-0.86	-0.49	0.04	-0.74	-0.04	-0.76	-0.42	-0.45	-0.07	0.51	0.41	0.2	-0.67	0.2	-0.27	-0.62	-0.03	0.01	-0.97	-0.4	-0.06	-0.2	0.36	-0.38	-0.67	-0.25	-0.25	0.08	0.7	0.55	0.31 [...]
+YDL217C	TIM22  MITOCHONDRIAL PROTEIN TA INNER MEMBRANE CARRIER PROTEIN	-0.32	-0.23	0.12	-0.43	0.3	0.21	0.16	-0.09	0.11	-0.18	1.05	-0.32		-0.22	0.07	-0.12	0.1	0.14	-0.92	-0.3	-0.58	-0.23	-0.06	-0.51	-0.2	-0.43	-0.36	-0.3	-0.3	-0.18	-0.34	-0.22	-0.27	0.03	-0.51	-0.32	-0.89	-0.36	-0.27	0.62	-0.09	-1.29	-0.47	0.19	-1.22	-0.81	-0.76	-0.25	-0.56	-0.54	-0.32	0.08	-0.22	-0.25	0.19	-0.18	-0.69	-0.22	-0.36	-0.36	0.07	0.11	0.12	-0.01	-0.18	-0.27	-0.22	-0.09	-0.07	0.45	0.43	0.41	-0.14	-0.23	-0.12	-0 [...]
+YPL149W	APG5   AUTOPHAGY        UNKNOWN	0.5	-0.45	-0.14	-0.47	0.07	0.24	0.19	-0.22	-0.14	-0.54	-0.32	-0.45	-0.23	-0.62	-0.17	-0.4	-0.1	0.04	-0.64	-0.74	-0.51	-0.62	-0.42	-0.4	-0.74	-0.69	-0.49	-0.56	-0.84	-0.6	-0.58	-0.6	-0.07	-0.3	-0.25	-0.6	-1.09	-0.51	-1.06	1.16	0.24	-1.89	-1.03	0.33	-0.81	-0.47	-0.86	-0.49	-0.94	-0.97	-0.47	-0.1	-0.2	-0.06	0.3	0.6	-1.22	-1.56	0.23	-0.07	-0.34	0.07	0.2	0.14	-0.22	-0.07	-0.17	-0.03	0.29	0.52	0.21	-0.01	-0.04	-0.09	0.58	-0.36	-0.18	-0.17	-0.03
+YPL148C	PPT2   LIPID TRANSPORT     PHOSPHOPANTETHEINE	-0.15	-0.01	-0.03	-0.43	-0.45	-0.56	-0.07	-0.2	-0.14	-0.58	-0.58	-0.49	-0.34	-0.64	-0.3	-0.56	-0.2	0.54	-0.38	-0.49	-0.32	-0.51	-0.01	-0.04	-0.25	-0.38	-0.29	-0.29	-0.3	-0.76	-0.42	-0.27	0.25	-0.09	-0.07	-0.3	-0.27	-0.6	-0.25	-0.64	-0.47	-0.18	-1.6	0.29	-0.38	-0.32	-0.25	-0.6	-0.32	-0.14	-0.01	0.08	0.03	-0.4	-0.09	-0.27	-0.01		0.18	0.11	-0.12	-0.06	0.65	0.33	-0.58	-0.2	-0.38	-0.47	-0.15	0.57	-0.27	-0.15	0.04	-0.04		-0.29	-0.34	-0.51	-0.67
+YNR057C	BIO4   BIOTIN BIOSYNTHESIS    DETHIOBIOTIN SYNTHETASE	-0.14	1.21	0.07	-0.03	-0.12	0.03	0.1	-0.03	0.14	-0.14	-0.23	-0.17	0.1	-0.29	-0.09	-0.07	0.1	-0.18	-0.34	-0.17	-0.23	-0.42	-0.29	-0.18	-0.62	-0.56	-0.29	-0.32	-0.25	-0.89	-0.34	-0.18	-0.07	0.07	-0.42	-0.43	-0.54	0.43	-0.34	0.58	0.19	-1.09	-0.89	0.01	-1.6	-0.81	-0.51	-0.47	-0.32	-0.18	0.16	0.45	0.36	-0.74	0.37	-0.14	-0.38	0.08	0.08	-0.1	0.25	0.43	0.57	0.96	-0.47	-0.15	-0.32	-0.74	-0.14		0.26	-0.2	-0.29	-0.23	-0.09	-0.29	-0.4	-0. [...]
+YLR443W	ECM7   CELL WALL BIOGENESIS     UNKNOWN	0.19	0.03	0.11	0.21	0.18	0.32	0.41	0.21	-0.07	-0.22	-0.3	-0.1	0.07	-0.15	0.08	-0.03	-1.03	-0.2	0.15	-0.32	-0.27	-0.38		-0.01	0.15	-0.03	-0.23	-0.34	-0.04	-0.14	-0.27	-0.14	0.31	0.11	0.75	0.26	0.3	0.15	0.2	0.46		-0.01	0.11	-0.6	-1.6	-0.14	-0.17	-0.56	0.21	0.36	0.18	0.11	-0.34	-0.38	-0.56	-0.79	0.03	0.88	-0.1	-0.25	0.16	0.28	0.12	0.15	-0.12	-0.58	-0.43	-0.06	0.16	0.64	0.43	1.05	-0.03	0.24	0.44	-0.45	-0.36	-0.2	0.07
+YCL066W	ALPHA1 TRANSCRIPTION       SILENCED COPY AT HML; SEE YCR040W	0.06	0.07		0.01	-0.06	0.06	0.1	0.06	0.03	0.04	-0.2	-0.07	0.15	0.03	-0.4	-0.29	0.19	0.12	0.14	-0.36	0.08	-0.22	-0.09	-0.01	-0.54	-0.34	-1.15	-0.58	-0.14	-0.3	-0.69	-0.49	-0.06	-0.56	-1.06	-0.51	0.18	0.6	0.3	-0.42	-0.92	-0.36	0.39	-1.25	0.5	0.42	0.36	-0.43	-0.14	-0.47	0.52	0.07	-0.43	0.03	-0.2	-0.51	0.63	0.46	0.04	-0.38	0.3	0.49	-0.45	0.52	-0.3	-0.56	-0.6	-0.49	-0.27	0.62	0.29	0.21	-0.51	-0.6	-0.27	-0.42	-0.74	0.43	-0.25
+YPL187W	MF(ALPHA)1MATING         ALPHA FACTOR PRECURSOR	-0.3	-0.29	-0.07	-0.54	-0.17	-0.27	-0.12	-0.12	-0.1	-0.3	-0.04	-0.45	-0.23	-0.47	-0.04	-0.34	-0.06	-0.01	-0.03	-0.71	-0.51	-0.64	-0.06	-0.09	-0.43	-0.34	-0.62	-0.67	-0.45	-0.34	-0.17	-0.03	0.93	0.55	-1.06	-2.25	-1.6	0.65	0.82	0.23	-0.79	-1.47	-0.1	-0.1	0.96	0.66	0.93	-0.62	0.03	0.24	0.15	0.16	-0.4	-0.62	-0.45	-0.4	0.42	1.05	0.03	-0.03	0.06	0.43	-0.25	0.39	0.03	-0.18	-1.09	-1.51	0.04	0.52	0.41	0.16	-0.4	-0.36	-0.18	-0.51	-0.3	-0.18	0.15
+YJR004C	SAG1   MATING         ALPHA-AGGLUTININ	0.24	-0.49	0.1	-0.45	0.01	-0.32	-0.12	-0.49	-0.2	-0.14	-0.43	-0.32	-0.12	-0.54	-0.29	-0.32	-0.62	-0.27	-0.06	-0.25	-0.76	-0.38	-0.3	-0.58	-0.36	-0.17	-0.3	-0.15	-0.17	-0.38	-1.36	-0.38	-2.47	-2	-2.74	-3.18	-2.94	-1.56	-0.23	-0.69	-1.56	-2.25	-1.32	-0.49	1.12	1.41	1.57	-0.3	-0.04	-0.09	-0.23	-0.69	-0.17	-0.09	-0.79	-0.51	0.61	0.99	0.14	-0.27	-0.03	0.15	0.1	0.29	-0.45	-1	-1.47	-1.69	-0.43	0.5	-0.22	-0.4	-0.17	-0.18	0.38	-0.32		0.08	0.01
+YGL089C	MF(ALPHA)2MATING         ALPHA FACTOR	0.07	0.03	0.21	0.15	-0.06	0.11	-0.03	0.19	0.04	-0.09	0.03	0.04	-0.1	-0.12	0.03	0.19	-0.22	-0.01	-0.12	0.07	0.18	0.52	0.07	0.04	0.01	-0.3	-0.43	-0.36	-0.4	-0.25	-0.36	-0.01	-3.06	-2.12	-2.56	-3.18	-3.47	-1.89	-0.36	-0.29	-1.12	-2.12	-1.47	-0.36	0.52	0.75	1.08	-0.4		0.19	0.01	-0.09	0.2	-0.04	-0.62	-0.45	0.73	0.9	-0.43	-0.58	0.18	0.28	-0.56	0.15	0.24	0.23	-1.25	-1.79	-0.15	-0.29	0.11	0.4	-0.3	-0.07		-0.36	-0.49		-0.18
+YGL090W	LIF1   DNA REPLICATION (PUTATIV INTERACTS WITH DNA LIGASE	-0.4	-0.38	-0.12	-0.14	-0.29	-0.07	-0.22	0.01	-0.09	0.24	-0.14	0.1	-0.18	-0.47	-0.51	-0.34	-0.22	-0.27	0.62	-0.25	0.4	-0.03	0.31	-0.18	0.01	-0.14	-0.22	-0.29	0.07	-0.56	-0.56	0.1	-1.64	-1	-1.64	-1.4	-1.6	-0.92	-0.17	-0.36	-1.12	-1.18	-0.79	-0.12	0.42	0.49	0.57	-0.01	0.34		-0.34	-0.64	-0.71	-0.1	-0.58	-1.15	0.62		0.1	-0.04	-0.07	0.33	-0.54	1.14	-0.51	-0.03	-1.22	-0.81	0.07	0.44	0.81	0.57	-0.43	-0.42	0.08	-0.22	-0.58	0.48	0.4
+YOR337W	TEA1   TRANSCRIPTION       TY1 ENHANCER ACTIVATOR	0.31	-0.25	-0.38	-0.09	-0.03	-0.34	-0.03	-0.15		-0.36	-0.3	-0.22	0.07	-0.51	-0.22	-0.14	-0.22	-0.22	-0.49	-0.17	-0.06	-0.07	-0.07	-0.03	-0.23	-0.12	0.12	0.36	-0.47	-0.15	-0.09	-0.29	0.04	-1	-0.22	0.4	0.23	-0.54	-1.12	-0.38	0.2	0.12	-0.38	-0.56	-0.86	-0.58	-0.58	0.12	0.54	-0.01	-0.42	-0.23	-0.58	0.65	-0.29	-0.49		-0.92	0.11	-0.2	1.1	0.36	0.43	0.93	-0.22	-0.81	-0.17	-0.22	-0.18	0.4		-0.17	0.16	-0.12	-0.07	-0.47	-0.56	-0.09	-0.18
+YOR071C	NONE   TRANSPORT        INTEGRAL MEMBRANE PROTEIN (PREDICTED)	-0.18	-0.34	-0.09	-0.09	-0.2	-0.25	-0.15	-0.36	-0.27	-0.49	-0.25	-0.56	-0.22	-0.29	-0.22	-0.27	-0.69	-0.32	-0.71	-0.69	-0.47	-0.2	0.2		-0.15	-0.18	-0.22	-0.2	-0.49	-0.15	-0.54	-0.27	-0.17	-0.1	-0.38	-0.49	-0.3	0.12	-0.07	-0.29	-0.18	-0.51	-0.67	-0.6	-0.62	-0.64	-0.84	0.55	-0.06	0.08	-0.23	0.16	-0.23	0.32	0.32	0.57	0.23	0.06	-0.04	-0.03	0.3	0.24	0.77	0.53	-0.56	-1.12	-0.81	-0.6	-0.29	0.07	0.49	0.26	0.21	0.4	0.66	-0.15	- [...]
+YAR044W	OSH1   STEROL BIOSYNTHESIS (PUT SIMILAR TO HUMAN OXYSTEROL BINDING PROTEIN	-0.18	-0.2	-0.2		-0.15	-0.15	-0.06	0.25	-0.29	-0.01	-0.2	0.07	-0.32	-0.07	-0.1	-0.04	-0.1	0.41	0.21	-0.25	-0.49	-0.36	-0.32	-0.45	-0.1	-0.1	0.44	0.39	-0.42	0.67	0.54	0.11	-0.04	0.14	0.01	-0.23	-0.01	0.04	0.04	-0.14	-0.42	-0.17	-0.22	0.24	0.08	-0.58	-0.49	-0.2	-0.04	0.31	0.44	0.06	0.06	-0.58	0.2	-0.22	0.19	0.04	0.12	0.57	0.26	1.16	0.93	0.36	-0.86	-0.56	-0.34	-1.06	0.04	0.3	0.28	0.3	-0.03	-0.12	0.15	0.32	0.1 [...]
+YMR189W	GCV2   AMINO ACID METABOLISM    GLYCINE DECARBOXYLASE P SUBUNIT	-0.3	0.29	0.38	0.06	-0.34	-0.29	-0.01		0.19	-0.03	-0.25	-0.42	-0.62	-0.67	-0.03	-0.2	0.4	0.21	-1.32	0.01	-0.43	0.06	-0.64	-0.34	-0.2	-0.23	0.01	0.29	0.44	0.53	0.59	0.58	-0.1	0.3	-0.27	-0.32	-0.32	-0.76	-0.62	0.83	-0.06	-0.89	-0.06	0.18	-0.86	-0.23	-0.76	-0.22	-0.29	-0.42	-0.42	-0.3	0.25	0.39	0.28	0.4	-0.17	-0.45	-0.18	0.61	1.94	2.54	1.4	1.54	-0.86	-2.56	-0.92	-1.79	0.12	0.18	0.67	-0.25	-0.25	-0.3	-0.32	-0.42	-0.6	-0. [...]
+YDR019C	GCV1   AMINO ACID METABOLISM    GLYCINE DECARBOXYLASE T SUBUNIT	-0.89	-0.43	0.04	-0.29	-0.86	-0.09	-0.29	0.07	0.24	-0.36	-0.1	-0.36	-0.42	-0.34	-0.06	0.49	-0.17	-0.03	-0.1	0.31	-0.09	-0.15	-0.76	-0.76	-0.58	-0.34	0.03	0.38	0.21	0.49	0.72	0.68	-0.25	-0.14	-0.58	-0.62	-0.6	-0.36	-0.67	0.2	0.06	-0.64	-0.64	0.03	-0.6	-0.56	-0.86	0.1	-0.49		-0.71	-0.81		-0.4	-0.86	-0.23	-0.64	-0.89	-0.47	0.58	1.71	1.57	0.8	0.46	-0.36	-1.64	-0.51	-0.34	-0.34	0.53	0.3	-0.6	-0.01	0.44	0.9	1.3	1.92	0.54	0.21
+YNL130C	CPT1   PHOSPHOLIPID METABOLISM  DIACYLGLYCEROL CHOLINEPHOSPHOTRANSFERASE	-0.18	-0.1	0.25	0.19	0.29	-0.09	-0.06	-0.23	-0.2	-0.56	-0.22	-0.43	-0.04	-0.22	-0.03	-0.32	-0.62	-0.58	-0.81	-0.23	-0.09	0.08	0.07	-0.14	0.18	-0.06	-0.18	-0.38	-0.54	-0.23	-0.12	-0.4	-0.56	-0.86	-0.36	-0.1	-0.29	-0.56	-0.38	0.14	-0.07	-0.38	-0.45	-1.03	-0.4	-0.25	-0.07	-0.34		0.08	-0.03	-0.4	-0.1	-0.15	-0.38	-0.12	0.54	0.12	0.24	0.61	0.9	0.37	0.57	0.33	0.2	-0.64	-0.01	-0.06	-0.09	0.2	0.1	-0.09	0.08	0.25	0.52 [...]
+YKR039W	GAP1   TRANSPORT        GENERAL AMINO ACID PERMEASE	-0.09	1.3	0.2	-0.23	-0.07	-0.1	0.14	-0.27	-0.01	-0.34	-0.86	-0.07	-0.15	-0.09		0.03	0.18	-0.32	-1.56	-0.1	-0.2	0.01	-0.69	-0.58	-0.25	0.68	0.73	0.28	-0.43	0.37	0.8	0.58	-2.94	-3.18	-1.29	1.14	1.16	1.04	0.56	0.7	1.24	1.51	1.16	-0.1	0.56	0.72	0.91	-0.58	0.12	-0.18	-0.29	-0.22	-0.45	0.12	-0.49	-0.6	-0.27	-0.4	-0.2	1.64	0.61	0.37	0.06	0.11	-0.54	-0.79	-0.4	-0.58	0.34	0.6	0.82	1.26	-0.2	-0.25	-0.15	-0.42	-0.42	-0.45	-0.76
+YGR281W	YOR1   TRANSPORT        ATP-BINDING CASSETTE (ABC) FAMILY	-0.03	-0.14	0.42	0.04	0.15	-0.32	0.04	0.11	0.14	-0.09	-0.04	-0.01	-0.36	-0.12	-0.18	0.24	0.62	-0.01	-0.06	-0.36	-0.51	-0.56	-0.43	-0.25	-0.27	0.07	0.14	0.19	-0.71		0.1	-0.15	-0.32	-0.54	-0.54	-0.06	0.12	0.31	0.29	0.14	0.2	0.24	0.19	-0.45	0.14	-0.06	-0.01	-0.03		0.3	-0.1	-0.43	-0.17	-0.4	-0.43	-0.97	-0.23	-0.27	0.2	0.99	0.54	0.93	0.31	0.33	-0.74	-0.64	0.08	-0.29	0.26	-0.49	1.41	1.53	-0.1	-0.14	-0.06	-0.12	0.01	-0.07	-0.3
+YER017C	AFG3   PROTEIN DEGRADATION    MITOCHONDRIAL METALLOPROTEASE	-0.27	-0.27	0.36	0.16	0.11	0.21	-0.04	-0.27	0.11	-0.32	1.03	-0.15	-0.06	-0.25	0.71	0.16	0.23	-0.09	-0.74	0.1	-0.27	0.15	-0.1	-0.25	-0.2	-0.03	0.16	0.15	-0.49	0.18	-0.01	-0.01	-0.79	0.11		0.26	0.4	0.3	0.52	0.41	0.18	0.49	0.31	-0.18	0.69	0.4	0.36	-0.2	0.28	0.29	0.08	-0.04	-0.06	-0.03	-0.27	-0.49	0.25	0.66	-0.06	0.36	-0.1	0.65	0.19	0.11	-0.43	-0.47	-0.18	-0.12	0.26	-0.04	0.43	0.82	0.03	-0.06	-0.14	-0.17	-0.15	0.4	-0.12
+YDR040C	ENA1   TRANSPORT        PLASMA MEMBRANE ATPASE	0.2	0.99	1.19	1.08	0.86	0.68	0.72	0.24	0.5	0.23	0.4	0.49	0.45		0.23	0.26	-0.12	0.11	0.39	-0.09	-0.3	-0.34	-0.25	-0.29	-0.27	-0.12	-0.07	0.01	-0.54	-0.3	-0.32	-0.04	-0.18	-0.42	-0.25	1.23	-0.36	-0.69	-0.49	-1.09	0.16	-0.84	0.84	0.12	-0.54	0.24	-1.32	-0.12	1.24	0.68	-0.01	-0.07	0.75	0.58	-1.12	-0.69	0.84	-0.47	-0.42	3.16	1.75	0.42	0.57	-0.42	-0.47	-0.79	-0.03	-0.34	-0.07	-0.17	0.32	0.39	-0.06	-0.1	-0.03	-0.79	-0.74	-1.18	-0.45
+YDR038C	ENA5   TRANSPORT        NA(+) ATPASE	0.29	0.01	0.49	0.44	0.53	0.3	0.52	0.06	0.26	0.29	0.07	0.37	0.31	0.01	0.12	0.14	0.08	-0.01	-0.74	-0.27	-0.34	-0.4	-0.22	-0.04	-0.17	0.23	0.21	0.52	-0.23	-0.1	-0.04	0.18	-0.32	-0.06	-0.23	1.48	-0.32	-0.81	0.1	0.37	0.46	-0.94	0.74	-0.07	-0.84	-0.12	-1.32	-0.49	1.14	0.54		-0.18	0.54	0.26	-1.09	-0.76	0.49	-0.38	-0.25	1.16	0.4	0.06	0.38	-0.32	-0.51	-0.97	-0.43	-0.45	-0.17	-0.38	-0.27	0.29	0.04	-0.07	0.08	-0.69	-0.86	-1.09	-0.29
+YDR039C	ENA2   TRANSPORT        PLASMA MEMBRANE ATPASE	0.32	0.37	0.69	0.18	0.75	0.42	0.73	0.32	0.49	0.21	0.31	0.23	0.26	0.36	0.28	0.2	-0.3	0.14	-0.34	0.01	-0.54	-0.27	-0.27	-0.23	-0.14	-0.34	-0.12	-0.14	-0.3	-0.27	-0.04	-0.15	-1.89	-1	-0.94	-0.34	-1.56	-2.25	-2.32	1.11	-1.18	-2.56	-2.4	0.4	-3.47	-0.94	-2.47	-0.42	1.08	0.57	-0.14	0.01	0.43	0.48	-0.97	-0.69	0.62	-0.74	-0.12	1.49	0.58	0.28	0.38	-0.18	-1.06	-0.81	-0.23	-0.89	0.56	0.21	2.55	1.01	0.12	0.06	-0.14	-0.47	-0.67	-1.64	-0.25
+YEL063C	CAN1   TRANSPORT        BASIC AMINO ACID PERMEASE	0.04	-0.3	0.07	-0.29	0.03	-0.25	0.19	-0.22	0.04	-0.15	0.11	-0.06	0.08	-0.14	-0.12	-0.06	0.08	-0.27	-0.56	0.15	-0.36	-0.34	0.14	-0.1	-0.09	-0.15	-0.09	-0.23	-0.38	0.14	0.01	0.25	-1.64	-1.18	-1.51	-1.74	-1.47	-1.43	-1.74	-0.4	-1.29	-2.25	-1.84	-0.97	-2.56	-1.22	-1.84	-0.09	1.57	0.38	-0.34	-0.38	-0.1	0.96	-1.64	-0.74	1.45	-0.15	-0.04	0.08		-0.07	0.39	0.24	-0.54	-0.74	-0.54	-0.1	0.55	0.01	1.22	0.44	0.28	0.4	0.45	-0.17	-0.22	0.03	0.2
+YFR029W	PTR3   TRANSPORT        PEPTIDE PERMEASE REGULATOR	-0.2	0.52	0.04	0.07	-0.07		-0.07	0.03	0.16	-0.22	0.21	0.07	0.08	-0.01	0.19	0.06	-0.23	-0.23	-0.14	0.08	0.14	-0.06	-0.14	-0.07	-0.06	0.04	0.12	-0.1	-0.2	-0.36	-0.14	0.11	-0.22	0.46	-0.25	-0.84	-0.43	0.63	-0.47	0.78	-0.22	-0.81	-0.34	0.18	-0.4	-0.45	-0.1	-0.36	0.81	0.2	-0.32	-0.18	0.07	0.39	-0.3	-0.6	0.39	0.03	0.01	0.52	0.31	0.25	0.26	0.52	-0.06	-0.4	-0.07	0.01	-0.23	0.16	0.07	0.77	-0.36	0.33	0.2	-0.06	-0.71	0.58	0.53
+YCL008C	STP22  VACUOLAR PROTEIN TARGETI SIMILAR TO TSG101 TUMOR SUSCEPTIBILITY GENE	-0.01	0.21	0.03	0.11	-0.09		-0.25	0.06	0.29	-0.22	0.32	0.18	-0.06	-0.01	0.15	0.58	-0.14	-0.04	0.15		0.18	0.29	-0.06	-0.06	0.01	0.24	-0.22	-0.03	-0.14	0.12	0.07	0.25	-0.09	-0.18	-0.56	-0.12	-1.06	0.08	-0.2	0.58	-0.56	-0.79	-0.84	0.21	-0.6	-0.43	-1.12	0.12	1.18	1.01	0.29	0.31	0.2	0.08	-0.36	-0.25	0.75	-0.43	0.53	0.71	-0.09	0.69	0.5	0.58	-0.23	-0.23	-0.29	-0.58	0.44	0.37	0.29	0.49	0.21	0.44	-0.14	-0.17	-0.67 [...]
+YBR218C	PYC2   TCA CYCLE        PYRUVATE CARBOXYLASE 2	-0.22	0.12	0.16	0.29	0.01	0.16	-0.23	0.6	-0.4	0.57	-0.32	0.14	-0.04	-0.27	-0.36	0.15	-0.49	0.07	-0.27	0.15	-0.58	0.11	0.2	0.31	0.14	0.48	0.51	0.38	0.1	0.46	0.19	0.44	-0.03	0.03	-0.45	-0.36	-0.34	-0.04	0.39	0.06	0.25	-0.38	-0.47	-0.29	-0.17	-0.17	-0.17	0.11	0.97	0.73	0.6	0.43	0.41	0.54	0.08	0.1	0.72	-0.17	0.16	0.73	0.58	0.52	0.33	-0.09	-0.34	0.11	-0.22	-0.06	0.36	-0.17	0.41	0.87	0.23	-0.01	-0.2	-0.23	-0.34	-0.22	1.44
+YGL062W	PYC1   TCA CYCLE        PYRUVATE CARBOXYLASE 1	-0.12	0.93	1.81	2.03	1.54	0.95	0.29	0.2	0.3	-0.07	0.26	-0.01	-0.2	-0.42	-0.29	0.03	-0.71	-0.23	-0.1	0.51	0.31	0.77	0.31	0.5	0.33	0.48	0.51	0.51	-0.14	0.41	-0.07	0.32	-0.36	-0.64	-0.62	-0.29	-0.07	-0.09	-0.12	-0.06	-0.27	-0.17	-0.27	0.26	-0.14	-0.15	-1.89	-0.1	1.7	1.27	0.71	0.16	0.12	0.2	-0.54	-1.43	1.14	-0.36	0.32	2.49	2.12	1.8	1.36	0.38	-1.29	-0.81	0.9	-0.97	0.34	0.08	1.96	2.6	0.03	0.11	-1.03	-0.84	-0.86	-0.76	1.81
+YER054C	GIP2   GLUCOSE REPRESSION    (PUTATIVE) GLC7P REGULATORY SUBUNIT	-0.17	-0.25		-0.36	-0.22	-0.18	-0.27	-0.3	-0.54	-0.36	-0.56	-0.49	-0.45	0.04	-0.14	0.18	0.12	-0.3	1.38	0.44	-0.38	-0.07	-1.56	-1.47	0.31	-0.94	-1.09	-1.56	-1	0.08	-0.06	-0.09	-0.4	-0.06	-0.23	0.24	-0.29	0.14	0.16	0.5	-0.34	-0.76	-0.3	-0.06	-0.4	-0.42	-0.4	-0.18	-0.18	-0.43	-0.22	0.07	-0.18	0.14	-0.01	-0.22	-0.09	-0.17	0.34	3.45	0.96	-0.09	0.46	1.19	-0.27	-0.34	-0.42	-1.03	0.53	0.95	0.9	0.19	-0.27	-0.2	-0.14	-0.43	-0 [...]
+YDR406W	PDR15  DRUG RESISTANCE     PUTATIVE TRANSPORTER	-0.84	-0.12	-0.14	-0.1	-0.15	0.41	-0.27	-0.25	-0.32	-0.58	0.15	-0.94	-0.49	-0.92	0.19	-0.17	-0.03	-0.2	0.16	-0.34	-0.54	-0.38	-0.58	-0.12	-0.64	-0.45	-0.03	-0.51	-0.47	-0.4	-0.27	-0.64	-0.29	-0.42	-0.47	-0.15	-0.42	-0.43	-0.14	0.49	0.06	-0.32	-0.09	0.32	-0.74	-0.54	-0.84	0.12	0.18	0.24	0.41	0.43	0.46	0.07	0.1	0.04	-0.22	0.15	-0.2	3.2	1.58	0.03	0.01	0.31	-0.86	-0.42	-0.25	-0.17	0.4	0.31	1.45	0.4	0.08	0.06	0.01	-0.12	-0.32	-0.45	-0.42
+YBL101C	ECM21  CELL WALL BIOGENESIS     UNKNOWN	0.04	0.24	0.08	-0.38	-0.25	-0.62	-0.2	0.08	-0.15	-0.17	-0.22	0.15	-0.34	-0.1	-0.23	-0.06	-0.09	0.07	0.79	0.01	-0.14	0.06	-0.58	-0.3	-0.29	-0.17	0.53	0.2	-0.4	0.33	0.12	0.12	0.08	-0.06	-0.25	-0.22	-0.1	0.03		-0.22	-0.27	-0.38	0.06	-0.06	0.04	-0.15	-0.01	0.15	-0.23	0.08	0.31	0.16	0.19	-0.23	0.39	-0.06	0.12	0.1	0.01	1.2	1.06	1.04	0.54	-0.1	-0.38	-0.12	0.24	0.11	0.56	0.36	0.51	0.37	0.2	-0.15	-0.18	-0.34	-0.22	-0.27	-0.43
+YPL242C	IQG1   CYTOSKELETON        IQGAP HOMOLOG	-1.29	-0.67	-1.12	-1.09	-1.47	-1.03	0.01	0.21	0.82	0.43	0.08	-0.2	-0.54	-0.76	-0.25	0.07	0.2	0.59	-1.15	-1.69	-0.38	-0.97	-1.03	-0.69	-0.38	0.01	0.36	0.49	0.44	0.18	-0.01	-0.22	-0.17	-0.03	-0.58	2.58	-0.4	-0.04	-0.1	0.34	0.79	-0.56	-0.64	0.86	-1.09	-0.34	-1.36		0.07	-0.14	0.14		-0.17	0.1	0.16	-0.4	-0.17	-0.34	-0.45	-0.23	0.15	-0.14	0.32	1.9	-0.84	-0.6	-0.58	-0.56	0.15	0.23	0.14	0.49	0.12	-0.09	0.08	-0.12	-0.1	-0.12	-0.58
+YGL021W	ALK1   DNA REPAIR (PUTATIVE)    DNA DAMAGE-RESPONSIVE PROTEIN	-1.29	-0.76	-1.64	-1.29	-1.03	-0.01	0.78	0.7	0.7	0.14	-0.47	-0.74	-0.86	-0.49	0.15	0.39	0.91	0.33	-1.69	-1.47	-1.03	-1.94	-1.43	-1.03	-0.36	-0.12	0.24	0.06	0.08	0.37	-0.17	-0.47	-1.51	-0.45	-1.15	0.49	1.18	0.7	-0.76	-0.92	-0.54	0.19	0.65	-0.45	-0.79	-1.09	-0.64	-0.29	1.03	-0.54	-0.14	-0.18	-0.92	1.42	-0.18	-0.29	0.52	-0.38	0.07	0.15		-0.03	1.06	0.57	-0.92	-1.03	-0.81	-0.79	-0.17	-0.4	-0.67	-0.14	0.07	0.06	0.49	0.21	0.1 [...]
+YLR131C	ACE2   TRANSCRIPTION       CUP1 REGULATOR	-1.74	-0.34	-1.25	-1.36	-0.89	-0.12	0.41	0.57	0.56	0.24	-0.43	-0.49	0.57	-0.42	-0.03	0.18	0.73	0.25	-1.22	-1.32	-1.22	-1.47	-0.92	-0.69	-0.64	0.2	0.4	0.57	0.54	0.61	0.58	0.1	-0.22	-1.22	-1.12	0.19	0.77	0.72	-0.4	-1.25	-0.84	0.38	0.41	-0.15	-0.38	-0.84	-0.76	-0.6	-0.3	-0.25	-0.29	-0.3	-0.47	0.06	-0.15	-0.3	-0.2	-0.64	-0.47	0.3	0.15	0.19	0.42	0.41	-0.74	-0.32	-0.92	-0.06	-0.2	-0.15	0.86	0.86	-0.3	-0.04	-0.17	-0.38	-0.43	-0.25	-0.14
+YBR038W	CHS2   CELL WALL BIOGENESIS     CHITIN SYNTHASE II	-1.51	-2.18	-1.03	-2.56	-2	-0.89	0.4	0.39	1.31	0.24	0.19	-0.14	-1.03	-0.4	-0.51	-0.27	1.14	0.97	-1.74	-2.18	-1.74	-2.12	-1.69	-1.15	-1.03	-0.15	0.62	0.77	0.77	1.06	0.7	0.34	-0.56	-2.18	-2.94	-0.69	0.41	1.16	-0.03	-1.36	-1.18	-0.1	0.75	0.15	-0.27	-0.84	-1.03	-0.09	-0.22	-0.22	-0.23	-0.23	-0.29	0.12	0.04	-0.17	-0.36	-0.42	-0.3	0.57	0.01	0.08	0.99	0.31	-0.92	-1.43	-0.79	-0.4	0.01	-0.09	1.45	0.57	0.03	-0.03	0.06	-0.22	-0.3	-0.58	-0.74
+YMR032W	CYK2   CYTOKINESIS      UNKNOWN	-0.51	-1.25	-1.18	-1.18	-0.92	-0.81	0.14	0.4	0.97	0.42	-0.04	-0.38	-0.74	-0.38	-0.81	-0.03	0.3	0.39	-0.92	-1.47	-0.86	-1.06	-0.89	-1.36	-0.6	0.25	0.58	0.67	0.43	1.02	-0.47	0.12	-1.29	-2	-2.12	-0.51	1.25	1.29	-0.32	-2.06	-1.56	0.66	1.01	0.37	0.18	-0.84	-0.94	-0.56	0.21	-0.22	0.52	-0.71	-1.06	0.49	0.31	-1.6	0.29	0.46	0.21	-0.14		1.1	0.08	-0.22	-0.29	-0.47	-0.45	-0.74	0.38	0.68	0.06	-0.03	-0.18	-0.34	-0.23	-0.32	-0.51	-0.25	-0.76
+YJR092W	"BUD4   BUD SITE SELECTION, AXIA UNKNOWN"	-1	-0.74	-1.36	-1.09	-0.76	-0.17	0.38	0.37	0.5	0.24	-0.23	-0.38	-0.86	-0.47	-0.14	0.4	0.41	0.3	-0.81	-1.09	-0.97	-0.62	-0.47	-0.69	-0.04	0.23	0.38	0.28	0.15	0.16	-0.76	-0.14	0.04	-1.51	-1.12	-0.12	0.18	0.11	-1.12	-0.69	-0.54	-0.09	-0.4	-0.79	-0.79	-0.89	-1.36	-0.01	0.59	0.08	0.34	-0.45	-0.84	0.59	-0.14	-1.36	0.26	0.46	-0.2	0.31	0.01	0.71	0.57	0.32	-0.64	-0.67	-0.67	-0.67	-0.06	0.23	0.28	0.39	0.04	-0.29	-0.09	-0.3	-0.32	-0.42	-1.22
+YDR146C	"SWI5   CELL CYCLE       TRANSCRIPTION FACTOR, REGULATES HO"	-1.56	-0.97	-0.6	-1.15	-0.45	-0.22	-0.25	0.41	0.49	0.37	0.15	-0.34	-1.06		-0.45	0.46	0.37	0.24	-1.29	-0.89	0.87	-0.69	-0.74	-0.81	-0.03	0.56	0.68	0.64	0.62	0.66	0.65	0.33	-0.69	-1.25	-1.74	-0.12	0.44	0.49	-0.84	-1.56	-0.97	0.23	0.06	1.21	-0.38	-1.09	-0.86	-0.18	0.58	0.04	0.67	0.38	0.08	0.86	0.37	0.1	0.32	-0.03	-0.42	-0.01	-0.27	-0.18	0.19	0.04	-0.49	-0.56	-0.49	-0.49	-0.4	-0.09	-0.25	0.43	-0.25	-0.64	0.44	-0.01	-0.47	0. [...]
+YPR119W	CLB2   CELL CYCLE       G2/M CYCLIN	-2.4	-1.43	-2	-2.32	-1.4	0.37	1.06	1.51	1.46	0.89	0.01	-0.27	-0.45	-0.32	0.08	0.7	1.32	1.16	-1.89	-1.43	0.11	-1.43	-1.32	-0.69	0.49	0.4	0.23	0.81	0.94	0.65	0.71	0.46	0.1	-1.47	-2.18	-0.03	-1.22	0.79	-0.69	-1.47	-0.84	0.19	0.49	0.76	-0.62	-1.36	-1.36	-0.23	0.9	-0.23	0.07	0.03	-0.22	1.09	-0.03	-0.67	0.15	-0.01	-0.32	-0.42	-0.54	-0.74	0.31	0.7	-0.43	-1.15	-1.03	-0.64	-0.1	0.12	-0.34	1.04	0.06		-0.07	-0.49	-0.54	-0.15	-1.06
+YHR023W	MYO1   CELL WALL BIOSYNTHESIS   MYOSIN HEAVY CHAIN	-1.25	-1.18	-0.79	-1.51	-1.12	-0.58	0.23	0.41	0.67	0.32	0.01	-0.17	-0.89	-0.71	0.12	0.31	-0.18	0.51	-1.36	-0.79	-0.58	-0.76	-0.58	-0.64	-0.4	0.03	0.33	0.34	0.28	0.43	-0.29	0.3	-0.92	-1	-1.22	-0.04	0.77	0.82	-0.15	-0.36	-0.54		-0.92	0.98	-0.27	-0.38	-0.45	-0.3	-0.3	-0.58	-0.4	0.16	-0.22	0.14	0.51	0.94	0.86	-0.14	-0.43	-0.51	-0.62	0.26	0.32	0.32	-1.09	-0.84	-1.18	-0.76	-0.1	0.31	0.06	-0.01		0.04		-0.07	-0.3	-0.45	-0.54
+YCL014W	BUD3   CELL POLARITY       BUD SITE SELECTION	-0.64	1.21		-0.74	-0.42	0.1	0.56	0.33	0.31	-0.06	-0.15	-0.47	-0.4		0.55	0.41	0.44	-0.03	-0.97	-0.79	-0.69	-0.67	-0.51	-0.3		-0.06	0.15	0.08	0.08	0.3	-0.17	-0.23	-0.76	-1.18	-0.4	0.78	0.85	0.56	-0.58	-0.89	-0.07	0.5	0.19	0.1	-0.74	-1.06	-0.71	-0.29	0.4	0.06	-0.17	-0.43	-0.71	0.07	-0.47	-0.4	0.85	0.52	-0.22	-0.22	-0.54	0.41	0.77	0.64	-1.03	-0.94	-0.6	-0.58	0.39	0.07	0.15	0.07	-0.2	-0.07	-0.17	-0.29	-0.17	-1.22	0.15
+YLR353W	"BUD8   BUD SITE SELECTION, BIPO UNKNOWN"	-0.64	-0.49	-0.42	-0.74	-0.4	-0.62	0.03	-0.17	-0.14	0.19	-0.36	-0.27	-0.32	-0.47	-0.25	0.07	-0.07	0.04	-1.18	-1.03	0.2	-0.04	-0.07	-0.42	-0.03	0.32	0.36	0.4	0.21	0.34	-0.51	0.3	-0.71	-1.29	-0.67	0.18	0.4	0.44	-0.49	-0.69	-0.2	0.19	0.25	-0.67	-0.47	-0.42	-0.54	-0.51	0.68	0.2	-0.2	-0.42	-0.38	0.51	-0.64	-0.92	0.59	0.1	-0.01	-0.38	0.26	-0.15	-0.03	0.04	-0.67	-0.23	-0.69	-0.81	-0.06	0.8	0.21	0.12	0.14	-0.18	0.26	0.03	0.15	0.39	0.04
+YGR218W	CRM1   NUCLEAR PROTEIN TARGETIN NUCLEAR EXPORT FACTOR	0.24	-0.23	0.12	0.04	0.26	-0.18	0.15		0.1	0.21	0.24	0.21	0.24	-0.07	0.28		-0.04	0.1	-0.1	-0.22	-0.3	-0.03	-0.47	-0.51	-0.25	-0.15	0.08	-0.15	-0.29	-0.58	-0.23	-0.97	0.1	0.01	0.06	-0.06	-0.09	-0.18	-0.04	-0.14	-0.43	-0.23	-0.22	0.19	-0.3	-0.06	-0.38	-0.38	0.06	-0.04	-0.3	-0.6	-0.29	-0.12	-0.51	-0.56	0.11	0.31	-0.4	-0.01	-0.03	0.1	-0.09	-0.71	-0.62	-0.58	-0.2	-0.3	0.24	-0.45	0.12	0.98	0.24	0.5	-0.04	-0.58	-0.43	-0.67	-0.27
+YGL071W	RCS1   IRON TRANSPORT      TRANSCRIPTIONAL ACTIVATOR	-0.45	0.1	-0.01	0.21	-0.2	-0.01	0.14	0.06	0.08	0.14	0.18	0.04	0.16	-0.09	0.08	-0.6	0.3	0.01	0.24	-0.18	-0.27	-0.12	-0.3	-0.27	-0.27	-0.32	-0.17	-0.04	-0.4	-0.23	-0.45	-0.36	-0.15	-0.14	-0.18	-0.01	0.16	0.29	0.38	0.11	0.19	0.26	0.07	-0.56	0.21	0.01	-0.01	-0.45	-0.27		-0.22	-0.27	-0.23	-0.01	-0.18	-0.67	-0.17		-0.47		-0.06	-0.36	-0.04	-0.25	-0.1	-0.25	-0.3	-0.51	-0.29	0.25	0.33	0.36	-0.04	0.01	-0.04	-0.1	-0.29	-0.38	-0.2
+YIL061C	SNP1   MRNA SPLICING       U1 SNRNP PROTEIN	-0.23	-0.29	-0.2	-0.23	0.12	-0.2	0.14	-0.32	-0.14	-0.25	-0.3	-0.09		-0.32	-0.22	-0.27	-0.51	-0.25	-0.58	-0.71	-0.23	-0.07	0.08	0.07	-0.17	-0.06	-0.03	0.12	-0.03	-0.1	-0.2	0.21	0.39	0.32	0.08	0.11	0.08	0.11	-0.04	-0.25	-0.15	0.08	-0.01	-0.25	0.06	-1.47	-0.2	-0.36	0.3	0.08	-0.15	-0.51	-0.23	0.48	-0.18	-0.51	0.24	0.1	0.06	-0.47	0.08	-0.1	-0.04	-0.01	-0.07	-0.29	-0.2	-0.03	-0.12	0.37	0.51	0.63	-0.22	-0.1	-0.03	-0.45	-0.43	0.44	0.14
+YPL219W	PCL8   CELL CYCLE       CYCLIN (PHO85P)	-0.42	-0.25	-0.07	-0.23	-0.07	-0.06	-0.17	-0.27	-0.45	-0.38	-0.43	-0.47	-0.54	-0.74	-0.38	-0.29	-0.22	0.1	0.84	-0.4	-0.47	-0.18	-0.43	-0.69	-0.27	-0.23	-0.36	-0.34	-0.17	-0.12	-0.18	-0.27	0.25	0.07	0.14	0.58	0.5	0.33	0.51	0.01	0.1	0.25	0.49	-0.64	0.44	0.59	0.58	-0.43	-0.17	-0.3	-0.58	-0.71	-0.51	-0.14	-0.47	-0.62	0.4	0.25	0.01	0.52	0.51	0.28	-0.03	0.82	-0.4	-0.06	-0.09	-0.34	0.15	0.6	0.69	-0.12	-0.06	0.31	-0.12	-0.67	-0.25	-0.64	-0.06
+YCR084C	TUP1   TRANSCRIPTION       GENERAL REPRESSOR	-0.47	-0.25	-0.49	1.1	0.11	0.38	0.1	0.56	0.19	-0.07	-0.07	0.18		0.33	0.08	0.67	0.18	0.32	0.37	0.37	0.26	0.32	0.29	0.54	0.65	0.73	0.37	0.36	0.38	0.3	0.1	0.29	-0.06	-0.23	-0.01	0.59	0.39	-0.09	-0.23	-0.07	0.33	0.68	0.2	-0.17	-0.34	-0.32	-0.3	0.38	-0.12	-0.43	-0.51	-0.58	-0.2	0.11	0.03	-0.12	0.24	-0.64	0.4	-0.01	0.04	0.76	0.39	0.84	-0.56	-0.43	0.1	0.12	0.43	0.12	0.21	1.12	0.3		0.37	-0.25	-0.6	-0.64	-0.56
+YGR014W	MSB2   BUD EMERGENCE       UNKNOWN	-0.56	-0.71	0.33	0.36	0.2	0.06	0.08	-0.34	-0.3	-0.69	-0.14	0.55	0.86	0.78	0.68	0.74	-0.23		-1.4	-0.29	-0.38	0.21	0.03	0.24	0.4	0.36	0.49	0.89	0.01	0.24	0.06	0.31	-0.51	0.1	0.25	0.41	-0.58	-0.56	-0.3	0.14	0.23	-0.45	-0.89	-0.86	0.18	-0.64	-0.76	-0.49	-0.09	-0.64	-0.79	-0.84	-0.89	0.14	-0.43	-0.12	0.11	-0.23	0.24	-0.4	-0.15	0.64	0.54	0.65	-0.97	-0.79	-0.04	0.37	0.25	-0.12	-0.18	0.32	0.04	-0.03	0.11	-0.3	-0.3	-1.09	-0.3
+YOR373W	NUD1   CHROMATIN STRUCTURE    NUCLEOSOME ASSEMBLY PROTEIN	-0.58	-0.51	-0.07	-0.22	0.24	0.38	0.19	-0.3	-0.17	-0.47	-0.18	-0.09	-0.09	-0.25	0.19	-0.04	-0.01	0.08	-0.56	-0.47	-0.64	-0.23	-0.12	-0.42	-0.09	-0.01	0.18	-0.03	-0.36	0.19	0.26	-0.22	0.18	0.01	0.01	0.4	0.39	0.28	0.32	0.2	0.08	0.19	0.31	-0.79	-0.4	-0.38	-0.38	-0.32		0.16	0.21	0.31	0.01	0.11	-0.01	-0.04	0.73	-0.29	-0.32	0.19	-0.23	0.33	0.29	0.11	-0.25	-0.3	-0.29	-0.25	0.21	0.11	0.58	0.06	-0.15	-0.36	-0.25	-0.62	-0.34	-0.17	-0.34
+YDR261C	"EXG2   CELL WALL BIOGENESIS     EXO-BETA-1,3-GLUCANASE"	-0.23	-0.54	-0.14	-0.38	0.11	-0.07	0.36	-0.3	-0.15	-0.38	-0.36	-0.64	-0.18		0.26	0.03	-0.07	-0.38	-1.25	-0.97	-0.84	-1	-0.36	-0.49	-0.15	-0.27	-0.01	-0.1	-0.25	0.43	0.07	-0.17	0.86	0.12	0.7	0.74	0.33	-0.01	-0.07	0.51	0.41	0.43	0.16	-0.22	0.11	0.08	0.15	-0.67	-0.36	-0.36	-0.06	0.03	-0.43	-0.14	-0.01	0.06	0.33	-0.18	-0.09	0.16	0.29	0.59	0.89	0.46	-0.47	-1	-0.03	0.31	0.19	-0.04	0.18	-0.12	0.11	0.26	-0.17		-0.14	-0.92	-0.3
+YPL022W	"RAD1   DNA REPAIR, NUCLEOTIDE E REPAIROSOME COMPONENT"	-0.15	-0.36	0.01	-0.47	-0.56	-0.54	-0.22	-0.49	-0.3	-0.2	-0.45		-0.1		-0.76	-0.3	-0.47	-0.29	-0.27	-0.03	-0.34	0.04	-0.03	-0.25	0.01	-0.01	-0.12	0.2	-0.09	0.11	-0.27	0.14	-0.3	-0.71	-0.79	-0.18	-0.22	0.07	0.41	0.44	0.33	0.21	0.28	0.07	0.71	0.58	0.6	-0.29	0.11	0.11	-0.34	-0.4	-0.12	-0.22	-0.43	-0.34	0.28	0.69	0.06	0.07	-0.06	0.11	0.01	-0.25	-0.27	-0.18		-0.51	0.21	0.6		0.77	-0.04	-0.25	-0.25	0.06	-0.14	-0.81	-0.43
+YPL214C	"THI6   THIAMINE BIOSYNTHESIS    TMP PYROPHOSPHORYLASE, HYDROXYETHYLTHIAZOLE KINASE"	-0.14	0.19	-0.54	-0.23	-0.32	-0.14	0.03	-0.12	-0.18	-0.43	-0.43	-0.34	-0.09	-0.54	-0.56	-0.43	-0.07	0.01	0.18	0.1	0.14	0.33	0.07	-0.12	0.31	0.06	-0.29	-0.18	0.19	0.04	-0.01	0.06	-0.45	-0.01	-0.47	-0.47	-0.36	-0.62	-0.64	0.49	0.82	-0.71	-0.1	0.2	-0.34	0.37	-0.62	-0.23	-0.15	-0.06	0.39	-0.14	0.32	-0.34	0.08	0.04	0.29	0.36	-0.12	0.18	0.24	-0.15	0.01	0.32	0.06	-0.01	0.19	-0.07	0.1	0.7	0.1	0.57	-0.03	 [...]
+YBL022C	PIM1   RESPIRATION      MITOCHONDRIAL ATP-DEPENDENT PROTEASE	0.12	-0.04	0.28	0.12	0.25	0.01	0.37	0.4	0.18	0.67	0.18	0.14		-0.2	-0.06	0.06	0.14	0.06	0.08	0.37	0.06	-0.01	-0.18		0.18	0.23	0.36	0.37	-0.03	0.23	0.25	0.37	0.18	-0.74	-0.29	-0.36	-0.36	-0.25	-0.18	-0.34	-0.01	-0.07	-0.42	1.01	0.45	0.5	0.23	0.18	0.18	0.77	0.63	0.51	0.48	-0.49	-0.18	-0.27	0.39	0.59	-0.03	0.08	0.74	1.28	0.18	0.62	-0.34	-0.38	0.46	0.08	0.44	0.06	-0.29	1.7	0.2	0.21	-0.01	-0.23	-0.01	0.08	-0.03
+YGR186W	TFG1   TRANSCRIPTION       TFIIF 105 KD SUBUNIT	0.06	0.36	0.08	-0.03	-0.23	0.03	-0.12	-0.1	0.2	-0.01	0.28	0.15	0.01	-0.22	-0.06	0.29	-0.22		0.43	0.24	0.28	0.58	0.03	0.07	0.06	0.07	0.2	0.3	0.04	0.31	0.36	0.18	0.06	0.03		0.04	-0.12	-0.07	0.08	-0.36	-0.58	0.14	-0.03	0.25	0.68	0.28	0.29	-0.1	0.28	-0.06	-0.43	-0.54	-0.17	0.16	-0.18	0.04	0.04	0.38	0.07	-0.09	0.4	0.32	-0.2	-0.18	-0.23	0.16	-0.27	-0.27	0.06	0.06	0.24	0.92	0.18	0.07	0.19	-0.3	-0.17	0.53	0.29
+YDR145W	TAF61  TRANSCRIPTION       TFIID 61 KDSUBUNIT	-0.42	-0.27	-0.42	0.15	-0.22	0.26	-0.29	0.31	0.25	-0.03	0.36	0.01	-0.04	-0.17	-0.07	0.25	0.12	0.11	0.52	0.11	0.24	0.11	0.15	0.29	0.48	0.21	0.11	0.26	0.29	0.1	0.14	0.03	0.01	-0.01	-0.07	-0.22	-0.4	-0.3	-0.23	-0.47	-0.1	-0.17	-0.36	0.26	0.14	-0.23	-0.07	0.37	-0.23	-0.17	-0.42	-0.47	-0.12	-0.18	-0.2	0.06	0.64	0.82	0.4	-0.18	0.1	-0.07	-0.25	-0.07	0.21	-0.22	0.11	0.32	0.33	0.26	0.49	0.85	0.2	-0.18	0.55	-0.34	-0.45	0.15	0.03
+YDR477W	SNF1   GLUCOSE DEREPRESSION     PROTEIN KINASE	-0.3	-0.09	-0.1	-0.12	-0.04	-0.09	-0.49	0.12	0.08	-0.09		0.14	-0.12	0.1	0.25	0.49	-0.3	-0.1	0.11	0.16		0.34	0.08	0.19	0.28	0.41	-0.12	0.1	0.03	0.15	-0.01	0.16	-0.23	-0.23	-0.45	-0.43	-0.49	-0.42	-0.4	-0.23	-0.14	-0.43	-0.58	0.45	-0.09	-0.3	-0.23	0.1	0.29	0.25	-0.27	-0.36	-0.18	0.03	-0.29	-0.29	0.93	0.96	0.19	0.49	0.39	0.61	-0.03	-0.04	-0.07	-0.23	0.15	0.03	0.11	0.53	0.81	1.37	0.12	0.19	0.12	0.04	-0.09	0.06	0.23
+YGL172W	NUP49  NUCLEAR PROTEIN TARGETIN NUCLEAR PORE PROTEIN	-0.2	-0.27	-0.17	0.14	-0.14	-0.18	0.16	-0.04	0.04	-0.17	-0.22	0.03	-0.03	-0.47	-0.1	-0.03	-0.25	-0.23	0.6	-0.07	-0.1	0.26	0.41	0.28	0.04	0.32	0.25	0.18	0.3	0.33		0.23	-0.32	-0.23	-0.1	-0.1	0.04	-0.18	-0.06	-0.18	-0.29	-0.14	-0.09	-1.32	0.14	-0.25	-0.14		-0.09	0.37	0.2	0.38	0.66	-0.47	0.41	0.32	0.51	0.76	0.12	0.37	0.1	-0.07	0.04	0.21	-0.03	-0.01	-0.17	-0.45	0.04	0.33	0.63	0.96	-0.84	-0.18	0.28	-0.03	-0.6	0.7	0.12
+YEL037C	"RAD23  DNA REPAIR, NUCLEOTIDE E UBIQUITIN-LIKE PROTEIN"	-0.01	-0.25	-0.23	-0.18	0.31	-0.07	0.33	0.14	0.24	-0.04	-0.15	-0.18	-0.2	-0.18	-0.14	-0.07	0.1	-0.15	0.54	0.55	0.12	0.12	0.28	0.04	0.31	0.39	0.24	0.08	0.4	0.34	0.34	0.44	0.04	-0.42	-0.69	-0.32	-0.32	-0.34	-0.32	-0.67	-0.64	-0.18	-0.04	-0.62	0.08	-0.27	-0.18	0.04	0.38	1.01	0.81	0.64	-0.27	-0.79	-0.03	-0.38	1.01	1.08	0.42	0.04	0.61	0.87	0.43	1.01	-0.29	-0.6	0.06	-0.06	0.75	0.7	1	1.18	-0.76	-0.12	0.33	-0.36	-0.71	0.7	0.32
+YGL181W	"GTS1   HEAT SHOCK, FLOCCULATION TRANSCRIPTION FACTOR"	0.12	0.21	0.23	0.15	-0.03	0.26	0.11	0.37	0.28	0.01	0.31	0.06		0.07	0.28	0.46	-0.12	0.06	0.5	-0.03	0.08	-0.04	-0.15	-0.23	0.1	0.36	0.2	-0.07	0.19	0.29	0.26		-0.49	-0.42	-0.34	-0.2	-0.51	-0.15	-0.45	-0.18	0.07	-0.84	-0.58	0.08	0.01	-0.15	0.07	0.42	-0.54	-0.25	0.25	0.7	0.41		0.56	0.58	0.74	0.25	-0.1	0.54	0.11	0.1	-0.32	0.28	0.16	-0.34	0.16	-0.04	-0.1	0.28	0.28	0.59	-0.54	-0.14	0.24	-0.23	-0.49	0.38	0.21
+YMR200W	ROT1   CYTOSKELETON        UNKNOWN	-0.32	0.29	0.15	0.19		0.28	0.37	-0.03	-0.17	-0.09	-0.29	-0.06	0.06	-0.01	0.11	-0.17	-0.06	-0.23	0.49	-0.01	-0.47	-0.01	0.19	0.29	0.21	0.34	0.14	0.12	0.29	0.2	0.36	0.31	0.14	0.37	0.54	0.6	0.26	-0.2	0.33	0.67	0.86	0.19	0.07	-0.23	0.1	0.23	0.28	0.38		-0.09	0.44	0.25	0.29	-0.09	0.07	-0.36	0.45	0.33	-0.18	0.45	0.62	-0.23	-0.01	0.67	0.15	-0.69	0.25	0.58	-0.09	0.46	0.01	0.63	0.1	-0.17	0.04	-0.23	-0.17	0.34	-0.17
+YJL099W	CHS6   CELL WALL BIOGENESIS     CHITIN BIOSYNTHESIS	0.01	0.1	-0.17	-0.15	0.06	0.21	0.26	0.34	0.03	-0.06	-0.45	-0.27	-0.15	-0.22	-0.03	-0.01	0.45		0.69	-0.15	-0.18	0.29	0.08	-0.17	-0.09	-0.25	-0.64	-0.43	-0.1	-0.23	-0.79	-0.17	-0.47	-0.27	0.23	0.52	-1	-0.22	-0.45	0.55	-0.17	-1.22	1.78	0.08	-0.64	0.37	0.04	-0.67	-0.54	0.18	0.58	0.55	-0.32	-1.03	0.26	-0.42	-0.2	0.45	0.07	0.25	0.61	0.57	0.31	0.18	-0.97	-0.04	-0.42	-0.04	0.54	0.65	-0.43	1.18	-0.04	0.14	0.14	-0.15	0.04	0.75	0.26
+YBR237W	PRP5   MRNA SPLICING       RNA HELICASE	-0.49	-0.56	-0.3	-0.04	-0.67	-0.69	-0.17	0.1	-0.15	0.2	-0.56	0.26	-0.12	0.1	-0.69	0.16	-1.84	0.41	0.36	-0.36	-0.27	0.16	-0.07	0.12	-0.43	0.14	0.23	-0.09	1.6	-0.07	-0.71	0.1		0.28	-0.03	-0.38	-0.42	-0.14		-0.17	-0.27	-0.09	-0.45	0.74	0.11	-0.03	-0.1	0.28		0.51	0.39	-0.76	0.1	-0.62		-0.69	0.03		0.72	-0.23	0.21	0.44	-0.34	-0.71	-0.42	-0.25	-0.38	-0.58	-0.03	0.26	0.85	-0.56	-0.42	0.12	-0.34	-0.34	-0.64	-0.03	-0.4
+YCL027W	FUS1   MATING; CELL FUSION    SH3 DOMAIN PROTEIN	2.44	0.28	-0.45	-1.15	-0.58	-0.22	-0.54	-0.06	-1.09	0.11	0.39	0.29	0.06	-0.12	-0.62	0.52	-0.25	0.33	-0.49	-0.23	-0.07	-0.1	0.03	0.16	-0.06	-0.25	-0.74	-0.3	-0.07	-0.43	-0.84	-0.29	-1.22	-0.51	-1.22	-1.51	-1.18	-0.89	-0.6	0.42	-0.86	-1.43	-0.92	0.73	1.41	1.37	1.82	-0.09	-0.04	-0.18	0.16	0.08	0.04	-0.1	0.12	-0.22	0.12	0.23	-0.27	-0.51	0.01	-0.12	-0.86	0.62	-1.18	-0.22	-0.15	0.3	-0.32	0.37	0.51	-0.3	0.36	0.44	0.51	0.26	-0.2	0.57	-0.07
+YDL127W	PCL2   CELL CYCLE       G1/S CYCLIN	1.58	-0.76	-0.49	-0.51	-0.51	-0.94	-0.58	-1.29	-1.09	0.38	0.66	0.49	0.2	-0.12	-0.47	-0.76	-0.54	-0.64	-0.94	0.03	-0.04	-0.29	-0.42	-0.15	-0.42	-0.07	-0.17	0.11	-0.42	-0.01	-0.62	0.11	0.56	2.08	0.58	-0.22	-1.03	-0.76	1.18	0.77	0.39	-1	-1	0.37	0.82	0.34	0.25	-0.07	0.37	-0.14	-0.58	-0.86	-1	0.68	-0.47	-1.03	0.78	0.08	-0.17	-0.64	0.03	0.56	-0.12	0.15	-0.49	0.18	-0.3	0.03	-0.09	0.25	0.51	-0.2	0.18	0.32	-0.6	-0.64	-0.42	-0.43	-0.92
+YER111C	SWI4   CELL CYCLE       TRANSCRIPTION FACTOR	-1.25	-0.3	1.32	1.33	0.5	0.14	-0.89	-0.86	-0.79	0.03	0.85	0.74	0.33	-0.23	-0.15	-0.58	-0.38	-0.51	-1.15	-0.42	-0.43	-0.15	-0.14	-0.42	-0.54	-0.38	-0.54	-0.6	-0.54	-0.36	-0.36	-0.36	-0.04	0.15	-0.14	-0.22	-0.27	-0.29	0.3	-0.07	-0.12	-0.43	-0.34	-0.79			-0.06	-0.03	0.01	-0.84	-0.03	-0.34	-0.64	0.24	0.78	0.44	0.11	-0.17	-0.07	0.39	-0.17	-0.45	0.11	0.24	-0.62	-0.29	-0.27	-0.58	-0.15	0.34	-0.64	0.07	0.1	-0.06	-0.04	-0.15	-0.3	-0.47	0.14
+YKL001C	MET14  SULFATE ASSIMILATION     ADENYLYLSULFATE KINASE	0.43	0.43	0.59	0.29	0.39	0.73	1.59	1.08	0.7	0.07	0.61	0.16	0.33	-0.64	0.5	-0.15	0.5	0.08	-0.69	-0.04	-0.79	-0.64	-0.45	-0.67	-0.64	-0.92	-0.47	-0.45	-0.86	-0.38	-0.81	-0.67	0.04	0.25	0.58	0.8	-0.29	-0.36	-0.3	1.45	0.94	-0.43	-0.29	0.06	0.19	0.42	0.66	-0.27	-0.03	0.04	0.03	-0.04	-0.01	-0.14	-0.01	-0.23	0.01	-0.22	0.04	-0.71	-0.32	0.34	-0.29	0.11	-0.56	-0.1	-0.25	0.36	-0.3	0.32	0.08	-0.49	-0.01	0.04	-0.09	-0.25	-0.12	-0.2	-0.23
+YJR010W	MET3   METHIONINE BIOSYNTHESIS  SULFATE ADENYLYLTRANSFERASE	0.34		0.31	-0.04	0.11	0.53	1.08	0.96	1.01	-0.15	0.61	-0.25	-0.1	-0.29	0.42	0.76	0.06	-0.01	-0.79	0.44	0.3	-0.32	-0.3	-0.4	-0.6	-0.47	-0.23	-0.43	-0.43	-0.32	-0.3	-0.47	-0.29	-0.67	0.07	0.99	0.38	-0.42	-0.23	0.19	0.67	0.33	0.28	0.3	0.11	0.31	0.31	-0.04	0.06	-0.58	-0.64	-1.25	-1.09	0.43	-0.76	-0.45	0.75	-0.12	-0.22	-0.2	-0.17	-0.12	-0.23	-0.43	-0.38	-0.56	-0.34	-0.32	-0.34	0.16	-0.18	-0.01		0.07	0.15	-0.36	-0.51	-0.36	-0.56
+YLR303W	MET17  METHIONINE BIOSYNTHESIS  O-ACETYLHOMOSERINE SULFHYDRYLASE	0.89	0.53	0.96	0.64	0.84	1.51	1.74	1.32	1.28	0.8	0.58	0.15	0.21	-0.17	0.48	0.26	0.7	0.3	-0.94	2.03	-0.03	-0.3	-0.25	-1.06	-1.03	-0.84	-0.62	-0.43	-0.64	-0.3	-0.69	-0.64	-0.67	-1.4	-0.1	1.3	0.53	-1.22	-1.03	0.75	0.95	0.32	-0.03	-0.42	0.48	0.61	0.86	-0.45	1.68	-0.76	-1.03	-0.76	-0.38	2.29	-0.67	0.06	0.41	-1.47	-0.04	-0.04	-0.62	0.71	0.78	-0.25	-0.89	-1.56	0.36	1.6	-0.07	0.14	-0.43	-0.67	0.21	0.23	0.44	-0.01	-0.64	-0.4	-1.51
+YOL058W	ARG1   ARGININE BIOSYNTHESIS    ARGINOSUCCINATE SYNTHETASE	0.55	1.66	1.94	1.58	1.3	0.9	1.08	0.65	0.7	0.55	0.93	0.62	0.9	0.87	1.24	0.8	1.14	1.07	-0.89	-0.49	-0.15	0.1	0.51	0.2	-0.4	0.1	0.06	0.18	0.14	0.28	0.01	0.59	-1.32	-1.09	-0.38	0.74	0.65	-0.14	-0.38	0.08	0.43	0.6	0.3	-0.84	1.28	2.04	2.41	-0.47	1.27	0.19	0.28	-0.15	-0.36	0.77	-0.32	-0.1	0.44	-1.32	-0.17	0.07	-0.06	0.45	0.89	0.51	0.59	-0.56	-0.84	-0.6	1.3	0.15	0.29	0.16	-0.32	-0.09		-0.27	-0.09	-0.09	-0.2
+YAL051W	YAF1   PEROXISOME PROLIFERATION TRANSCRIPTIONAL ACTIVATOR OF POX1	-0.07	0.25	0.12	-0.29	0.29	-0.1	0.18	0.39	0.16	0.29	-0.03	0.2	0.04	-0.14	0.15	0.5	0.44	0.08	2.62	-0.17	-0.07	0.04	-0.12	-0.29	0.2	-0.27	-0.06	-0.4	-0.54	-0.94	-1.25	-0.12	-0.09	-0.14	-0.04	0.01	0.1	-0.51	0.03	0.06	-0.06	-0.14	-0.07	0.07	-0.04	-0.17	-0.03	0.08	-0.18	-0.25	-0.01	0.06	-0.07		0.06	0.19	-0.01	0.18	-0.15	-0.2	-0.07		-0.14	0.12	-0.17	-0.43	-0.3	-0.2	-0.43	-0.09	-0.22	-0.38	-0.04	0.4	0.41	0.24	0.16	-0.17	-0.12
+YLR092W	SUL2   TRANSPORT        SULFATE PERMEASE	0.01	0.23	-0.09	-0.14	-0.23	-0.09	-0.14	-0.17	-0.14		-0.29	-0.03	-0.32		-0.42	-0.01	-0.15	-0.15	-0.25	-0.25	0.52	0.34	-0.34	-0.2	-0.27	0.07	0.03	-0.09	-0.27	0.04	-0.2	-0.25	-0.06	0.07	-0.01	0.21	-0.36	0.53	-0.25	0.03	0.07	-0.15	-0.12	0.48	-0.27	-0.38	-0.3	-0.27	-0.29	-0.38	0.24	-0.07	0.31	-0.2	0.41	-0.18	-0.23	-0.09	-0.04	0.14	0.25	0.59	-0.43	-0.67	-0.22	-0.06	-0.54	-0.45	0.19	0.18	-0.36	-0.56	0.04	-0.36	-0.38	-0.25	-0.17	0.06	-0.01
+YKR086W	PRP16  MRNA SPLICING       RNA HELICASE	-0.01	-0.2	-0.1	-0.29	-0.14	-0.67	-0.12	-0.36	-0.2	-0.43	-0.09	-0.12	-0.29	-0.51	0.01	-0.34	-0.25	-0.38	0.52	-0.23	-0.64	-0.51	-0.71	-0.81	-0.64	-0.62	-0.2	-0.49	-0.54	0.4	0.11	-0.06	-0.18	0.06	-0.01	-0.32	-0.25	-0.34	-0.12	0.42	-0.09	-0.17	-0.23	0.38	0.08	0.01	0.1	-0.36	-0.17	-0.15	0.06	0.16	0.28	0.28	-0.27		-0.22	-0.47	0.06	0.3		0.86	-0.27	-0.12	-0.71	0.1	-0.03	0.01	0.12	0.26		-0.47	-0.04	-0.1	-0.15	-0.06	0.15	0.16	0.64
+YBR201W	"DER1   PROTEIN DEGRADATION, ER  UNKNOWN"	-0.17	-0.27	0.24	-0.09	-0.1	-0.14	-0.34	0.77	-0.32	0.23	-0.32	-0.14	-0.4	-0.29	-0.45	-0.09	0.25	0.39	0.46	-0.47	-0.23	-0.81	-0.32	-0.23	-0.42	-0.29	-0.09	-0.4	-0.22	-0.45	-0.3	-0.6	-0.4	-0.32	-0.36	-0.67	-0.71	-0.51	-0.15	-0.04	-0.6	-0.49	-0.23	-0.14	0.06	-0.14	0.19	-0.06	-0.15	-0.32	0.1	-0.03	-0.23	0.03	0.19	-0.01	-0.03	-0.38	-0.71	0.08	0.25	0.36	-0.07	-0.62	0.32	0.38	0.14	0.23	-0.22	0.68	-0.29	-0.56	-0.36	-0.42	0.07	-0.12	-0.34	0.53	-0.18
+YHR050W	SMF2   TRANSPORT        (PUTATIVE) MANGANESE TRANSPORTER	-1.22	-0.51	-0.18	0.32	-0.07	-0.04	-0.42		-0.34	0.14	0.03	0.26	0.16	-0.36	-0.23	-0.17	-0.51	-0.15	-0.23	0.37	-0.17	-0.3	-0.58	-0.2	-0.1	0.62	0.31	0.43	0.37	0.53	0.3	0.51	-0.14	0.12	0.32	0.1		0.21	0.3	0.58	0.37	-0.03	0.11	0.03	-0.18	-0.36	-0.43	0.33	-0.42	-0.4	-0.1	0.12	-0.36	0.39	0.48	0.85	0.19	-0.38		0.96	0.04	-0.17	-0.09	-0.49	-0.14	-0.6	-0.04	-0.43	-0.17	-0.03	-0.51	-0.56	-0.04	0.25	0.53	0.26	-0.07	0.28	0.64
+YDR530C	APA2   PURINE METABOLISM     ATP ADENYLYLTRANSFERASE II	-0.3	0.32	-0.03	-0.29	-0.51	-0.32	-0.86	-0.3	-0.07	0.06	0.08	-0.25	0.04	-0.38	-0.58	-0.43	-0.29	-0.17	0.23	0.52	0.08	0.11	-0.07	-0.22	-0.14	0.6	0.45	0.33	-0.04	0.37	0.68	0.76	-0.58	-0.22	-0.22	0.14	-0.04	0.04	0.21	0.29	-0.15	-0.06	0.19	0.55	0.37	0.32	0.4		-0.45	-0.58	-0.32	-0.38	-0.42	0.03	0.18	0.7	-0.12	0.2	-0.18	0.04	0.45	-0.32	-0.97	-1.03	-0.49	-0.25	-0.54	-0.49	-0.14	0.33	-0.07	-0.6	-0.09	0.06	0.18	-0.03	-0.34	0.73	0.39
+YBR146W	"MRPS9  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL S9"	-0.14	-0.29	-0.07	0.11	-0.38	0.19		0.06	-0.17	0.59	-0.17	0.18	-0.18	0.19	-0.74	0.39	-0.45		-0.34	-0.71	0.03	-0.03	-0.12	-0.17	0.45	-0.06	0.07	0.29	-0.25	0.06	-0.49	0.01	-0.17	0.01	-0.3	-0.42	-0.58	-0.51	-0.04	0.23	0.33	-0.14	-0.25	0.9	0.08	0.1	0.14	-0.06	-0.45	-0.09	-0.51	0.06	-0.56	0.24	0.54	0.25	0.14	-0.27	-0.2	-0.1	-0.06	-0.34	-0.56	-0.74	0.28	-0.18		-0.43	-0.38	0.06	-0.2	-0.22	-0.07	0.58	-0.32	-0.09	-0.36	0.53	-0.17
+YJL044C	GYP6   SECRETION        GTPASE-ACTIVATING PROTEIN FOR YPT6	-0.18	-0.29	-0.62	-0.67	-1.06	-0.97	-0.89	-0.67	-0.2	-0.14	-0.3	-0.51	-0.32	-0.74	-0.64	-0.58	-0.69	-0.36	0.85	0.33	-0.07	0.25	0.01	-0.17	-0.23	-0.2	-0.22	-0.25		-0.01	-0.14	0.24	0.78	0.57	-0.23	-0.38	-0.29	0.16	0.31	-0.01	-0.42	-0.27	-0.2	-0.06	0.53	0.26	0.18	-0.03	0.36	0.21	0.19	-0.12	0.57		-0.43	-0.58	0.18	-0.03	-0.38	-0.38	-0.47	-0.74	-0.62	0.03	0.14	0.11	-0.17	-0.3	-0.4	-0.1	-0.62	0.07	0.19	-0.01				0.29	-0.45
+YBR192W	RIM2   TRANSPORT        MITOCHONDRIAL CARRIER FAMILY	-0.22	-0.06	0.03	-0.06	-0.12	-0.4	-0.06	-0.76	-0.29	0.11	0.06	-0.18		0.2	-0.4	0.32	-0.03	0.63	-0.27	1.6		0.18	0.18	-0.12	0.03	-0.2	0.04	-0.07	-0.29	0.11	-0.6	-0.38	0.32	0.07	-0.4	-0.36	-0.43	-0.17	0.21	0.11	-0.1	0.14	0.03	0.77	0.4	0.19	0.21	-0.03	-0.1	-0.29	-0.12	0.24	0.28		0.01	-0.01	-0.6	-0.32	-0.23	-0.56	-0.29	-0.47	-0.27	-0.4	-0.06	-0.58	-0.07	-0.18	-0.4	0.03	-0.36	-0.18	-0.1	0.08	-0.09	-0.2	-0.51	-0.22	0.26
+YHR005C	MRS11  MITOCHONDRIAL PROTEIN TA COMPONENT OF MITOCHONDRIAL IMPORT MACHINERY	0.68	0.43	-0.27	-0.74	-1.32	-0.71	-1.32	-0.71	-0.22	0.57	0.53	0.31	-0.3	-0.94	-1.15	-0.6	-0.22	0.33	-0.81	0.15	0.04	0.58	0.6	0.37	0.14	-0.01	-0.17	0.1	0.34	-0.15	-0.25	0.08	0.56	0.56	-1.4	-1.25	-0.64	0.41	0.7	-0.23	-0.79	-0.76	-0.01	1.44	1.12	0.81	0.77	-0.4	0.11	-1.03	-0.01	-0.17	-0.2	0.34	0.32	0.92	0.11	-0.69	-0.51	-1.25	-0.1	-0.47	-0.94	-0.23	0.16	-0.3	-0.36	-0.09	-0.29	0.34	-0.42	0.06	-0.17	-0.18		-0.0 [...]
+YFL005W	SEC4   SECRETION        RAS-LIKE GTPASE; POST-GOLGI	0.15	0.43	0.24	0.46	0.31	0.39	0.44	0.39	0.23	0.14	-0.01	0.04	0.21		0.19	-0.01	-0.07	0.11	0.74		-0.1	-0.12	0.29	0.18	0.08	0.07	0.12	-0.09	0.14	0.26	-0.04		-0.18	-0.17	-0.17	0.1	0.18	-0.06	-0.03	0.32	0.11	0.12	-0.04	-0.45	-0.56		0.01	-0.09	-0.17	0.03	0.59	0.14	0.2	0.1	0.3	0.03	-0.06	-0.06	-0.01	-0.1	-0.22	-0.81	-0.54	-0.45	0.12	0.06	-0.1	-0.04	-0.58		0.12	-0.22	0.24	0.16	-0.01	-0.17	-0.04	0.51	-0.1
+YPL232W	SSO1   SECRETION        POST-GOLGI T-SNARE	0.01	-2.06	-0.32	-0.17	-0.17	-0.25	-0.2	-0.23	-0.49	-0.25	-0.07	0.29	-0.01	-0.4	-0.34	-0.49	-0.23		0.48	-0.25	-0.04	0.37	0.33	0.18	0.26	0.15	-0.14	0.06	0.34	0.23	0.31	0.28	0.5	0.81	0.39	-0.25	-0.18	-0.29	0.68	0.53	0.3		-0.22	0.01	0.9	0.5	0.51	-0.36	-0.6	-0.15	0.95	0.69	0.81	-0.42	1.18	0.45	-0.56	-0.38	-0.15	-0.03	-0.09	-0.67	-0.64	-0.2	0.1	-0.06	0.12	0.53	-0.03	0.32	0.11	0.29	-0.2	-0.25	-0.25	-0.38	-0.38	0.07	-0.69
+YER161C	SPT2   CHROMATIN STRUCTURE    HMG-LIKE NON-HISTONE PROTEIN	-0.32	0.03	-0.36	-0.07	-0.58	0.21	-0.17	0.18	0.1	0.14	-0.09	0.11	-0.12	-0.22	-0.49	0.11	-0.15	0.25	0.59	0.31	0.12	0.15	0.41	0.31	0.38	0.16	-0.25	0.03	0.41	-0.18	-0.17	0.03	0.14	0.42	-0.4	-0.32	-0.76	-0.23	-0.43	1.9	0.6	-0.79	-1.03	0.38	-0.36	-0.03	-0.45	0.23	-0.56	0.12	1.42	1.49	1.36	-0.86	1.29	0.99	-0.25	-0.15	-0.18	-0.6	-0.12	-0.3	-0.89	0.28	-0.3	0.61	0.37	0.4	-0.3	0.31	0.2	1.02	-0.34	0.18	0.31	-0.49	0.2	0.64	0.01
+YMR193W	"NONE   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL"	-0.2	0.2	-0.06	-0.22	-0.14	-0.14	0.04	-0.23	-0.27	-0.07	-0.43	-0.23	-0.36	-0.54	-0.4	-0.3	-0.3	-0.18	0.12	-0.56	-0.42	0.01	0.04	0.03		-0.1	-0.04	-0.27	0.19	-0.15	-0.27	-0.4	0.2	-0.4	-0.32	0.29	-2.18	-2.56	-0.47	0.49	0.19	-1.29	-0.17	0.21	-0.71	-0.04	-1.03	-0.34	-0.86	-0.42	0.89	0.6	0.5	-0.43	0.77	0.56	-1.15	-0.76	-0.47	-0.17	0.24	0.01	-0.36	-0.25	-0.12	0.63	-0.36	-0.12	-0.45	0.1	-0.23	-0.27	-0.32	0.07	0.45	0.15	0.21	 [...]
+YOR250C	CLP1   MRNA 3'-END PROCESSING   CLEAVAGE/POLYADENYLATION FACTOR CF IA COMPONENT	-0.2	-0.14	-0.23	-0.51	-0.34	-0.4	-0.07	-0.29	-0.3	-0.47	-0.29	-0.47	-0.14	-0.51	-0.1	-0.51	-0.18	0.11	0.15	-0.67	-0.62	-0.45	-0.06	-0.06	-0.49	-0.06	-0.14	-0.17	-0.06	0.03	-0.58	-0.07	-0.89	-0.74	-0.18	-0.29	-0.69	-1.06	-0.49	0.4	0.11	-0.58	-0.86	-1.36	-1.09	-0.54	-0.58	-0.42	-0.22	0.19	1.34	1.22	1.08	-0.17	0.74	0.53	-0.42	0.42	-0.4	0.19	0.56	-0.04	-0.36	-0.23	0.58	0.08	0.55	0.65	-0.45	0.16	-0.43	-0. [...]
+YDR168W	CDC37  CELL CYCLE       CHAPERONE	0.46	2.19	0.18	0.7	0.01	0.55	0.08	0.49	0.14	-0.17	0.06	-0.17	-0.15	-0.49	-0.25	-0.42	0.18	-0.09	0.9	-0.18	-0.12	-0.3	-0.3	-0.43	-0.54	-0.34	-0.29	-0.4	-0.23	-0.01	-0.07	-0.09	-0.58	-0.38	-0.43	-0.64	-0.94	-0.54	-0.17	0.21	-0.86	-0.74	-0.4	0.14	-0.22	0.04	0.24	-0.06	-0.27	0.2	0.96	0.57	0.39	-0.69	0.7	0.08	0.06	0.9	-0.4	0.23	0.28	0.01	-0.14	-0.51	0.72	0.46	0.7	0.4	-0.14	0.26	-0.17	-0.07	-0.09	0.04	0.36	0.18	-0.1	0.81	0.3
+YOL109W	ZEO1   ZEOCIN RESISTANCE     UNKNOWN	-0.18	-0.81	-0.89	-0.92	-0.4	-0.38	0.15	0.31	0.24	-0.04	0.32	0.07	0.07	-0.09	0.66	0.23	0.32	-0.07	1.33	0.2	-0.27	0.01	-0.1	-0.4	0.12	0.16	0.11	-0.06	0.18	0.21	0.06	-0.38	-1.47	-1.74	-1.43	-1.51	-1.36	-1.12	-1	-0.86	-0.23	-1.36	-0.23	1	-0.38	-0.2	0.51	0.25	0.63	0.99	1.28	0.77	0.86	0.15	0.48	0.12	0.65	0.76	-0.34	-1.03	-1.84	-1.22	-0.47	-1.22	-0.29	0.21	-1	-0.69	-0.38	-1.09	-2.25	-3.18	0.38	0.25	0.56	0.19	0.42	0.76	0.99
+YOL108C	INO4   PHOSPHOLIPID BIOSYNTHESI TRANSCRIPTION FACTOR	-0.04	-0.12	-0.12	-0.17	-0.09	-0.15	-0.22	-0.27	-0.22	-0.12	-0.38	-0.3	-0.03	-0.4	0.11	-0.23	0.24	0.39	0.54	-0.49	-0.34	-0.23	-0.15	-0.15	-0.3	-0.15	-0.17	-0.47	-0.07	-0.04	-0.03	-0.15	-0.09	0.19	0.54	-0.2	0.1	0.03	0.31	-0.12	-0.2	0.26	0.04	-0.34	0.37	0.46	0.43	-0.34	-0.14	0.26	0.69	0.52	0.5	-0.47	0.08	0.04	0.55	0.52	-0.2	-0.27	-0.29	-0.06	-0.36	-0.25	-0.07	0.67	-0.38	0.01	-0.71	0.26	-0.79	-0.86	-0.04	0.29	0.52	0.01	0.08	0.97	0.01
+YER159C	BUR6   TRANSCRIPTION       GENERAL POL II REPRESSOR	-0.27	0.18	-0.3	0.04	-0.62	0.3	-0.17	0.21	0.1	0.3	-0.1	-0.06	-0.14	-0.12	-0.2	0.18	0.1	0.25	0.68	0.55	0.07	0.41	0.64	0.63	0.57	0.36	0.23	0.12	0.64	0.15	0.23	0.33	-0.2	0.29	0.11	-0.27	-0.23	-0.01	-0.04	-0.12	-0.04	-0.22	0.15	1.37	0.31	-0.12	0.53	0.19	0.44	0.06	0.25	0.37	0.4	0.31	0.34	0.24	0.12	-0.38	-0.25	-0.51	-0.23	-0.69	-0.79	-0.15	-0.07	0.89	0.12	0.58	-0.74	0.2	-0.32	-0.42	-0.04	0.23	0.45	-0.32	-0.1	0.34	0.41
+YFL038C	YPT1   SECRETION        RAB GTPASE; ER-TO-GOLGI	-0.47	-0.36	-0.06	-0.1	-0.07	0.04	-0.25	-0.17	0.16	0.24	0.12	0.12	0.04	-0.43	-0.04	0.04	-0.23	-0.23	0.41	0.32	0.32	0.06	-0.01	0.18	0.14	0.88	0.62	0.5	0.29	0.34	0.7	0.69	0.25	0.54	0.46	0.25	0.15	0.23	0.3	0.48	0.6	0.29	0.46	1.4	0.68	0.61	0.99	0.3	0.28	0.16	1.58	1.47	1.61	0.14	1.48	1.39	0.2	-0.01	-0.42	-0.27	-0.51	-0.64	-0.54	-0.74	0.58	0.19	0.65	0.55	-0.74	-0.51	-1.09	-1.09	-0.03	0.18	0.11	0.24	0.24	0.99	-0.17
+YJL140W	RPB4   TRANSCRIPTION       RNA POLYMERASE II 32 KDA SUBUNIT	-0.62	-0.38	-0.67	-0.36	-0.71	-0.18	-0.45	-0.4	-0.15	0.24	-0.29	-0.34	-0.25	-0.62	-0.34	-0.15	-0.38	-0.17	0.38	0.53	0.26	0.03	-0.01	-0.09	-0.17	0.06	-0.1	-0.12	-0.07	0.14	0.04	0.16	0.01	0.29	0.12	-0.04	-0.18	-0.03	0.1	0.11	1.12	0.07	-0.17	0.83	0.28	0.12	0.5	-0.03	0.15	-0.3	0.63	0.7	0.91	1.05	0.82	0.97	-0.38	-1.18	-0.34	-0.6	-0.18	-0.84	-0.54	-0.6	0.36	0.69	0.1	-0.15	-0.81	0.12	-0.94	-0.74	0.06	-0.12	0.2	0.08	-0.06	0.44	-0.51
+YGL106W	MLC1   CYTOSKELETON        MYOSIN LIGHT CHAIN	-0.01	0.07	-0.2	-0.09	-0.38	-0.04	-0.38	-0.1	-0.07	0.15	-0.12	-0.1	-0.17	-0.42	-0.18	-0.07	-0.03	-0.17	0.29	0.5	-0.04	0.64	0.49	0.4	0.52	0.43	0.41	0.24	0.66	0.16	0.42	0.48	-0.3	-0.14		-0.04	-0.15	-0.09	-0.04	0.04	0.34	-0.04	0.01	0.63	0.66	0.48	0.87	0.01	0.07	-0.18	0.5	0.33	0.07	0.32	0.75	0.6	-0.34	-0.45	-0.22	-0.67	-0.54	-0.54	-0.92	-0.34	0.29	0.46	0.16		-0.62	0.03	-0.89	-0.74	0.01	-0.14	-0.1	-0.09	-0.18	0.65	-0.49
+YKR085C	"MRPL20 PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L20"	-0.25	-0.36	-0.17	-0.74	-0.2	-0.4	0.01	-0.23	-0.15	-0.12	-0.32	-0.2	-0.2	-0.54	-0.3	-0.49	-0.3	-0.42	-0.71	-0.67	-0.29	-0.25	0.15	0.29	-0.01	0.62	0.29	0.26	0.15	0.4		0.06	0.2	0.04	0.07	-0.09		-0.51	0.9	0.77	0.69	0.7	0.72	0.08	1.3	1.19	1.41	-0.38	-0.58	-0.18	1.21	1.07	0.63	-0.42	0.72	0.59	-1.15	-0.32	-0.89	-0.97	-0.64	-0.76	-0.69	-0.15	0.01	0.56	-0.32	-0.4	-0.69	0.04	-0.54	-0.62	-0.12	0.01	0.1	-0.03	0.25	0.55	-0.32
+YNL259C	ATX1   OXIDATIVE STRESS RESPONS UNKNOWN	-0.12	-0.17	-0.06	-0.4	0.01	-0.25	0.28	0.23	0.31	0.24	0.31	0.01	0.24	-0.2	0.21	-0.12	0.29	0.41	-0.43	-0.56	-0.43	-0.23	-0.01	-0.18	-0.42	-0.03	-0.18	-0.27	-0.29	0.01	-0.1	-0.14	0.14	0.44	0.37	0.03	-0.51	0.04	0.44	0.01	0.08	-0.38	0.07	-0.36	0.44	0.44	0.9	-0.25	0.19	0.5	1.5	1.19	0.73	-0.17	0.86	0.15	-0.56	0.16	-0.15	-0.89	-0.56	0.33	-0.92	-0.76	0.1	0.62	-0.49	-0.17	-0.49	-0.1	-0.32	-1.51	-0.14	-0.06	0.11	0.23	0.43	-0.1	-0.22
+YBL026W	SNP3   MRNA SPLICING       CORE SNRNP PROTEIN	0.14	-0.34	-0.25	-0.64	0.01	-0.22	0.15	0.14	0.11	-0.14	0.04	-0.06	-0.04	-0.04	0.04	0.42	-0.15	0.21	-0.22	-0.29	-0.47	0.97	-0.2	-0.32	-0.4	-0.1	-0.18	-0.38	-0.38	-0.1	-0.47	-0.42	-0.04	0.1	0.08	0.28	0.24	0.15	-1.32	0.04	0.45		0.42	1.15	0.18	-0.18	-0.94	0.25	0.08	-0.1	0.32	1.06	0.85	0.42	0.7	0.92	-0.06	-0.14	-0.04	-1.03	-0.76	-1.06	-0.81	-0.79	0.03	0.12	-0.45	-0.64	0.03	0.15	-0.97	-0.6	0.11		0.23	0.01	-0.49	0.19	-0.43
+YOR323C	PRO2   PROLINE BIOSYNTHESIS     GAMMA-GLUTAMYL PHOSPHATE REDUCTASE	-0.23	-0.74	-0.3	-0.54	-0.04	-0.58		-0.51	-0.23	-0.49	-0.22	-0.4	-0.04	-0.62	-0.12	-0.3	-0.18	-0.43	-0.32	-0.29	-0.51	-0.29	-0.04	0.12	-0.29	0.18	0.28	0.34	-0.2	0.32	0.11	0.16	-1.43	-0.51	0.45	0.97	0.87	-0.2	-0.64	0.31	0.42	0.28	0.37	-0.69	-0.74	-0.45	-0.23	0.06	-0.18	-0.2	1.24	0.66	0.79	0.07	1.16	0.88	-0.76	-0.92	-0.38	-0.36	-0.76	-0.67	-0.18	-0.01	0.21	-0.3	-0.38	-0.2	-0.07	-0.89	-0.32	-0.86	0.16	0.43	0.62	0.08	 [...]
+YHL028W	WSC4   CELL WALL INTEGRITY AND  UNKNOWN	-0.97		-0.81	-1.12	-0.69	-0.89	-1.03	-0.42	-0.49	-0.62	-0.74	-0.58	-1.03	-0.76	-0.86	0.04	-0.43	0.07	-0.51	-0.86	-0.43	-0.38	-0.67	-0.97	-0.32	0.19	0.33	0.26	0.31	0.3	-0.03	0.1	-1.79	-1.22	-1.51	0.64	1.47	1.49	-0.36	-0.74	0.26	1.4	1.33	1.45	0.73	0.38	0.51	-0.23	-0.49	-0.32	1.87	1.59	2.23	-0.38	2.08	1.94	-0.15	-0.92	0.01	-0.22	-0.69	-0.58	-0.92	0.31	-0.74	-0.1	-1.12	-0.64	-0.22	0.69	-0.47	-0.32	-0.23	0.07	1.2	0.82	0.23	0.73	0.42
+YDR487C	"RIB3   FLAVIN BIOSYNTHESIS    3,4-DIHYDROXY-2-BUTANONE 4-PHOSPHATE SYNTHASE"	0.11	-0.15	0.28	-0.25		0.21	0.23	-0.09	0.19	-0.2	0.1	-0.14	0.08	-0.09		-0.3	0.2	-0.51	-0.67	-0.29	-0.38	-0.1	-0.01	-0.22	0.08	0.08	-0.2	-0.3	-0.32	0.1	-0.4	-0.07	-0.03	0.1	0.14	-0.03	0.01	-0.06	0.14	0.18		-0.04	0.08	0.14	-0.15	-0.17	0.01	-0.23		0.07	0.59	0.51	0.29	-0.25	0.11	-0.07	-0.42	-0.2	-0.27	-0.34	-0.51	-0.6	-0.27	-0.45	0.37	-0.01	-0.58	-0.12	-0.22	0.23	-0.32	-0.36	0.01	0.28	0.51	-0.23	0.08	-0.18	-0.23
+YNL121C	TOM70  MITOCHONDRIAL PROTEIN TA OUTER MEMBRANE TRANSLOCASE COMPONENT	0.2	-0.36	0.34	0.16	0.44	-0.36	0.32	0.32	0.28	0.36	0.14	0.11	0.07	0.25	0.26	0.26	0.37	0.14	0.2	-0.34	-0.25	-0.06	-0.06	-0.22	0.28		0.04	0.12	0.16	0.14	-0.23	-0.29	-0.36	-0.62	-0.36	-0.15	0.1	0.07	0.31	0.19	0.24	0.74	0.4	0.41	0.96	0.94	0.89	-0.34	-0.94		1.42	0.93	0.59	-1.18	0.48	-0.38	-0.58	-0.18	-0.86	-0.97	-0.64	-1.29	-0.97	-0.49	0.12	0.21	-0.09	-0.3	-0.32	-0.4	-0.43	-0.2	-0.22	-0.38	-0.38	-0.34	-0.51	-0.14	0.4
+YMR004W	MVP1   VACUOLAR PROTEIN TARGETI PERIPHERAL GOLGI MEMBRANE PROTEIN	0.06	-0.4	-0.23	-0.45	-0.09	-0.32	0.19	-0.06	-0.04	-0.17	-0.17	-0.2	-0.25	-0.69	-0.09	-0.09	-0.15	-0.25	-0.06	-0.29	-0.45	-0.62	-0.58	-0.56	-0.36	-0.32	-0.15	-0.04	-0.54	0.24	0.36	-0.32	-0.49	-0.51	-0.27	-0.15	-0.38	-0.34	-0.29	-0.38	-0.17	-0.22	-0.36	0.08	0.45	0.19	0.31	-0.2	0.01		-0.32	-0.43	-0.51	-0.1	-0.43	-0.6	0.55	0.88	0.08	-0.4	-0.18	0.46	-0.25	-0.3	-0.22	-0.18	0.37	-0.27	0.15	0.33	-0.4	-0.56	0.03	-0.12	-0.1 [...]
+YJL031C	BET4   PROTEIN PROCESSING    GERANYLGERANYL TRANSFERASE SUBUNIT	0.15	-0.03	0.01	0.01	-0.06		0.28	-0.15	-0.12	-0.07	-0.3	-0.17	-0.03	-0.49	-0.22	-0.15	0.03	-0.18	0.33	-0.18	-0.29	-0.4	-0.3	-0.2	-0.49	-0.23	-0.15	-0.56	-0.06	-0.15	-0.23	-0.29	-0.56	-0.38	0.03	-0.32	-0.04	-1.06	-0.42	-0.49	-0.07	-0.14	-0.23	-0.51	-0.86	0.16	0.6	-0.15	0.2	0.3	0.34	-0.22	-0.4	-0.12	-0.15	-1.06	0.57	1.06	0.06	-0.45	0.1	0.16	-0.42	-0.69	0.32	0.82		-0.54	-0.32	0.67	-0.34	-0.43	-0.25	-0.09	0.31	-0.06	-0.0 [...]
+YCL067C	ALPHA2 TRANSCRIPTION       SILENCED COPY AT HML; SEE YCR039C	0.25	-0.2	0.01	-0.01	0.07	-0.07	0.08	0.08	0.16	-0.22	-0.36	-0.25	-0.36	-0.34	-0.12	0.18	-0.01	-0.43	1.04	-0.22	0.08	0.24	0.01	-0.42	-0.18	-0.56	-0.6	-0.74	-0.25	-0.56	-0.49	-0.67	-0.03	-0.38	-0.25	-0.54	-0.12	0.21	0.19	-0.27	-0.14	-0.15	0.32	0.63	1.21	1.25	1.63		-0.01	0.01	-0.03		-0.14	-0.2	-0.04	-0.36	-0.04	0.21	-0.01	-0.09	-0.29	-0.62	-0.47	0.32	-0.43	1.16	-0.49	-0.22	0.49	0.54	-0.32	0.16	-0.15	0.08	0.3	0.1	0.34	0.76	0.73
+YCR039C	ALPHA2 TRANSCRIPTION       A-SPECIFIC GENE REPRESSOR	0.04	0.1	-0.4	-0.18	-0.79	0.18	-0.4	0.21	0.16	-0.45	-0.29	-0.22	-0.2	-0.45	-0.3	0.23		0.04	0.99	0.14	0.37	0.34	0.03	-0.22	-0.12	-0.25	-0.43	-0.49	0.14	-0.49	-0.27	-0.34	0.04	-0.29	-0.29	-0.56	-0.62	0.23	0.15	-0.36	-0.42	-0.18	0.7	0.79	1.38	1.24	1.82	0.25	0.15	0.2		0.14	0.11	0.1	0.06	-0.23	0.1	0.56	-0.54	-0.3	-0.62	-0.81	-0.36	-0.1	-0.14	1.22	-0.25	-0.06	-0.45	0.33	0.44	0.29	0.16	0.66	0.38	0.25	0.15	1.49	1.21
+YEL012W	"UBC8   PROTEIN DEGRADATION, UBI E2 UB.-CONJUGATING ENZYME"		0.25	0.29	-0.01	-0.23	0.11	-0.45	0.1	0.25	-0.18	0.01	0.06	-0.01	-0.01	-0.27	0.16	-0.18	-0.04	0.99	0.08	0.15	-0.06	-0.58	-0.47	-0.15	-0.17	-0.32	-0.25	0.24	-0.06	0.26	-0.1	-0.36	-0.14	-0.27	-0.45	-0.64	-0.15	-0.67	-0.42	-0.62	-0.34	-0.45	0.43	0.39	0.31	0.62	-0.18	0.68	0.12	0.07	-0.12	0.28	0.58	-0.1	-0.03	0.75	0.61	-0.32	0.57	0.41	-0.03	-0.54	0.18	0.45	0.56	0.24	0.4	-0.09	0.31	0.68	0.08	-0.09	-0.3	0.07	0.08	-0.36	1.32	2.36
+YGL153W	PEX14  PEROXISOMAL PROTEIN TARG PEROXISOMAL IMPORT MACHINERY COMPONENT	-0.45	-0.4	-0.42	-0.43	-0.56	-0.58	-0.56	-0.29	-0.58	-0.42	-0.69	-0.3	-0.47	-0.71	-0.34	-0.4	-0.09	-0.43	0.57	-0.17	-0.38	-0.47	-0.43	-0.45	-0.64	-0.32	-0.4	-0.42	-0.32	-0.25	-0.56	-0.47	-0.71	-0.34	-0.38	-0.84	-0.86	-0.58	-0.49	-0.54	-0.64	-0.69	-0.34	-0.1	0.14	-0.2	0.16	-0.2	0.59	0.58	0.31	0.34	0.76	0.28	-0.29	0.32	1.11	1.21	-0.25	-0.42	-0.1	-0.2	-0.32	0.12	-0.32	0.41	-0.09	-0.56	-0.79	0.31	-0.3	-0.25	-0.14	 [...]
+YLR025W	SNF7   GLUCOSE DEREPRESSION     UNKNOWN	-0.18	-0.03	-0.15	0.19	-0.29	-0.23	-0.18	-0.27		-0.2	-0.15	-0.25	-0.27	-0.43	-0.36	-0.14	-0.45	-0.2	0.93	-0.07	0.16	-0.04	-0.42	-0.25	-0.42	-0.15	-1.06	-0.2	-0.01	0.03	0.12	-0.2	0.01	0.1	0.08	-0.47	-0.36	-0.14	-0.01	-0.04	0.1	-0.06	0.11	0.38	0.72	0.43	0.78	-0.06	0.37	0.29	0.42	0.18	0.14	0.23	0.19	-0.12	0.78	1.3	-0.01	-0.17	0.15	-0.43	-0.6	0.1	0.04	0.95	-0.07	-0.22	-0.25	-0.03	-0.03	-0.49	0.25	-0.06	0.1	-0.12	-0.12	1.39	0.66
+YBL033C	RIB1   FLAVIN BIOSYNTHESIS    GTP CYCLOHYDROLASE II	-0.27	-0.18	-0.03	-0.42	-0.12	-0.14	-0.06	0.58	-0.23	0.06	-0.23	-0.22	-0.3	-0.18	-0.27	0.16	0.01	0.07		-0.38	-0.36	0.29	0.24	-0.22	-0.06	0.06	0.33	-0.12	-0.2	0.1	0.25	0.03	0.06	0.34	-0.1	-0.32	-0.4	-0.18	-0.2	-0.12	-0.06	-0.06	0.04	-0.18	0.31	0.19	0.6	-0.01	0.25	0.23	0.19	-0.04	0.04	0.2	-0.04	-0.34	0.26	0.38	-0.09	0.2	0.37	0.36	-0.04	-0.1	-0.34	0.12	0.16	0.12	-0.36	0.15	0.39	-0.04	0.01	-0.12	0.01	-0.12	0.08	1.04	0.84
+YBR256C	"RIB5   FLAVIN BIOSYNTHESIS    RIBOFLAVIN SYNTHASE, ALPHA CHAIN"	0.03	0.01	0.59	0.03	0.06	-0.32	0.28	0.12	0.14	-0.22	0.24	-0.25	-0.01	-0.29	0.11	-0.27	0.36	-0.25	-0.14	-0.76	-0.58	-0.89	-0.47	-0.86	-1	-0.45	-0.29	-0.56	-0.69	0.25	-0.27	-0.38	0.37	0.07	0.14	0.1	0.03	0.15	0.15	0.2	0.18	0.41	0.56	0.91	0.84	0.69	1.18	0.07	1.27	0.83	0.83	0.82	0.53	0.7	-0.04	-0.6	1.24	0.94	-0.04		0.07	-0.15	-0.51	-0.43	0.12	0.37	-0.15	0.01	-0.18	0.12	1.37	-0.3	0.28	0.24	0.71	0.55	0.11	1.48	0.68
+YGR044C	RME1   MEIOSIS        TRANSCRIPTION FACTOR	-0.81		-1.03	-1.36	-1.79	-1.47	-2.25	1.31	-2	-1.03	-0.14	-0.01	-0.3	-0.58	-0.84	-0.74	-1.12	-1.29	1.09	-0.01	0.38	-0.07	-0.67	-0.67	-0.92	-0.64	-0.43	-0.6	-0.07	0.45	0.93	0.81	-0.32	1.63	0.69	-1.25	-1.74	-1.43	1.64	1.63	0.69	-0.74	-0.97	0.21	1.62	1.33	1.12	-0.36	0.06	0.29	0.37	0.93	1.25	-0.74		0.41	1.1	1.27	0.18	0.1	0.41	-0.69	-0.71	0.04	-0.04	-0.06	-0.14	0.1	0.03	0.29	0.37	-0.12	0.07	0.15	0.26	0.34	0.4	1.46	0.88
+YDL107W	"MSS2   MRNA SPLICING, COX1 MRNA UNKNOWN"	-0.54	0.26	0.01	-0.1	0.31	-0.09	-0.54		0.18	-0.09	0.01	-0.17	-0.07	-0.18	-0.4	0.19	-0.22	0.08	0.15	0.06	-0.06	0.11	-0.23	0.4	-0.15	-0.03	-0.6	-0.4	-0.04	-0.3	-0.42	-0.15	-0.42	-0.09	-0.18	-0.76	-0.3	-0.23	-0.27	-0.14	0.03	-0.07	0.03	0.66	0.45	-0.04	0.7	-0.04	-0.34	-0.07	0.11	0.25	0.12	-0.58	0.08	0.07	-0.03	0.21	-0.38	-0.01	0.15	-0.32	-0.27	0.15	-0.18	-0.07	-0.3	-0.56	-0.12	0.33	0.15	0.03	-0.14	0.58	0.16	-0.2	-0.06	0.82	0.29
+YBR290W	BSD2   TRANSPORT        CU(2+) TRANSPORTER	0.24	0.12	0.04		-0.36	-0.04	-0.1	0.15	0.44	-0.23	0.12	-0.03	-0.03	-0.15	-0.04	0.28	-0.18	0.06	0.72	-0.07	-0.1	0.26	-0.2	-0.4	-0.34	-0.09	-0.3	-0.47	-0.12	-0.15	-0.18	-0.36	0.53	0.34	0.38	-0.12	-0.07	-0.01	0.08	-0.27	-0.22	0.21	0.06	0.57	0.48	-0.03	0.48	0.5	-0.89	-0.51	0.01	0.06	-0.06	-0.22	1.06	0.54	-0.47	-0.58	-0.3	0.32	0.36	-0.01	-0.23	-0.27	0.23	0.34	0.19	-0.12	0.03	0.33	0.11	0.04	-0.03	-0.09	0.29	0.1	-0.2	1.29	0.5
+YGL095C	VPS45  VACUOLAR PROTEIN TARGETI MEMBRANE PROTEIN	0.3	0.12	0.39	0.23	0.03	0.08	0.04	0.14	0.01	0.11	-0.01	0.23	0.21	-0.29	0.08	-0.04	0.32	-0.03	0.63	0.06	0.01	-0.3	-0.34	-0.42	-0.49	-0.43	-0.22	-0.12	-0.15	-0.04	-0.23	-0.06	-0.22	0.06	0.15	-0.23	-0.04	-0.03	0.23	-0.01		-0.15	-0.1	0.29	0.46	0.33	0.34	-0.22	0.03	-0.25	0.14	0.2	-0.12	0.26	0.12	-0.38	-0.22	-0.2	-0.17	-0.09	0.08	-0.69	-0.4	-0.38	0.15			0.21	-0.1	0.08	0.29	-0.04	0.03	0.18	0.36	0.1	0.07	0.52	0.39
+YDR337W	"MRPS28 PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL S28"	-0.17	-0.1	-0.29	0.14	-0.47	0.11	-0.49	-0.06	0.15	-0.3	0.2	-0.18	0.03	-0.2	-0.29	0.07	-0.27	-0.03	0.06	-0.51	-0.4	-0.47	-0.47	-0.14	0.04	0.16	0.07	0.25	0.41	0.24	0.26	0.15	-0.51	-0.07	-0.3	-0.64	-0.58	-0.38	-0.15	0.31	0.15	-1.18	-0.89		-0.76	-0.34	-0.69	-0.03	-0.4	-0.25	-0.36	-0.49	-0.32	-0.17	-0.14	-0.27	-0.89	-0.29	0.08	-0.23	-0.01	-0.74	-0.81			0.34	0.18	0.03	-0.17	0.76	0.15	0.58	-0.09	0.06	0.52	0.2	0.38	1.3	0.65
+YPL013C	"NONE   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL S16"	-0.23	-0.42	-0.07	-0.01	-0.18	-0.22	-0.09	-0.3	-0.2	-0.54	-0.01	-0.3	-0.09	-0.6	-0.25	-0.43	-0.07	-0.69	0.31	-0.45	-0.22	0.1	-0.15	-0.2		-0.04	-0.14	-0.47	0.24	0.11	-0.29	-0.17	-0.69	-0.32	-0.74	-0.6	-0.58	-0.3	-0.38	-0.49	-0.34	-0.89	-0.54	-0.23	-0.58	-0.47	-0.67	-0.29	-0.27	-0.43	-0.62	-0.51	-0.76	0.12	-0.4	-0.47	-1.09	-0.94	-0.32	-0.86	-0.92	-0.94	-1.03	-0.42	-0.04	0.48	0.18	-0.15	-0.29	0.51	-0.38	-0.18	-0.27	 [...]
+YNL284C	"MRPL10 PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L10"	-0.14	-0.29	0.2	0.11	0.04	0.2	0.33	-0.12	-0.07	-0.14	-0.09	-0.22	0.01	-0.36	0.14	-0.36	0.07	0.2	0.32	-0.23	-0.17	-0.27	-0.25	0.1	0.19	0.39	0.03	-0.09	0.2	0.15	-0.12	0.03	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.45	-0.17	-0.06	0.08	0.12	0.34	-0.34	0.15	0.1	-0.86	-0.49	-0.14	-0.07	-0.23	-0.45	-0.45	-0.25	0.33	0.14	-0.07	-0.04	-0.04	0.3	0.24	0.4	-0.09	0.28	0.15	0.14	0.4	0. [...]
+YBL090W	"MRP21  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL"	-0.07	-0.27	0.11	0.01	0.28	-0.2	0.08	0.23	0.16	-0.29	0.15	0.18	-0.18	0.01	-0.1	0.25	-0.15	0.1	-0.07	-0.6	-0.42		0.21	-0.27	-0.22	-0.1	-0.3	-0.18	-0.14	-0.04	-0.25	-0.22		0.31	-0.09	-0.12	-0.07	0.66	0.86	0.59	-0.45		0.63	1.29	1.58	-0.2	-1	0.31	-0.51	-0.36	-0.81	-0.6	-0.42	0.07	-0.23	-0.18	-1.15	-0.74	-0.29	-0.47	-0.15	-0.67	-0.6	-0.14	0.2	0.62	0.03	-0.43	-0.29	0.53	-0.47	0.77	0.04	0.01	0.03	0.11	0.12	1.26	0.42
+YGR084C	"MRP13  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL SMALL SUBUNIT"	-0.2	-0.14		-0.18	-0.25	0.08	-0.15	-0.23	-0.03	-3.32	-0.01	-0.01	-0.04	-0.15	-0.06	0.18	-0.51	0.01	-0.6	-0.54	-0.2	-0.22	-0.4	-0.04	0.01	0.01	-0.09	-0.14	-0.01		-0.15	-0.15	0.37	0.14	0.11	0.21	-0.1	0.28	0.7	0.53	0.6	0.55	0.53	1.06	1	0.77	0.91	-0.42	-0.1	-0.34	-0.71	-0.76	-0.56	-0.25	-0.6	-0.67	-0.67	-0.15	-0.36	-0.76	-0.38	-0.2	-0.69	-0.27	-0.14	0.41	-0.18		-0.67	0.23	-0.15	-0.01	-0.03	-0.01	0.16	-0.14	 [...]
+YOR106W	VAM3   VACUOLE BIOGENESIS    T-SNARE	0.07	-0.17	-0.07	-0.22	-0.06	-0.25	-0.03	-0.12	-0.14	-0.12	-0.29	-0.23	-0.04	-0.2	-0.14	-0.32	0.04	0.39	-0.07	-0.58	-0.36	-0.2	0.15	0.2	-0.58	-0.01	-0.18	-0.2	-0.25	-0.17	-0.43	-0.17	0.75	0.79	0.36	0.37	0.41	0.3	0.29	0.03	-0.22	0.44	0.21	-0.42	0.72	0.4	0.34	-0.3	-0.34	-0.38	0.61	0.43	0.15	-0.12	0.41	0.07	0.03	-0.09	-0.42	-1.09	-0.01	-0.12	-0.71	-0.36	-0.18	0.15	-0.49	-0.49	-0.36	0.29	0.2	-0.2	-0.04		0.11	-0.15	-0.25	0.63	-0.2
+YPR056W	TFB4   TRANSCRIPTION       TFIIH 37 KD SUBUNIT	-0.51	-0.67	-0.38	-0.62	-0.15	-0.18	-0.12	-0.38	-0.32	-0.25	-0.15	-0.4	-0.23	-0.43	-0.27	-0.27	-0.01	-0.1	-0.27	-0.29	-0.51	-0.12	-0.38	-0.06	-0.34	-0.14	-0.49	-0.51	-0.25	-0.47	-0.43	-0.51	0.01	0.28	0.29	0.15	0.18		0.07	-0.18	-0.12	0.26	0.07	-0.22	0.31	0.04	0.25	-0.43	0.2	-0.18	-0.01	0.04	0.12	0.28	-0.36	0.01	0.24	0.32	-0.32	-1	-0.14	-0.36	-0.36	0.04	0.04	0.07	-0.47		0.01	0.21	-0.03	0.08	-0.18	0.21	1.06	-0.3	0.06	0.16	0.45
+YPL129W	NONE   TRANSCRIPTION       TFIIF 30 KD SUBUNIT	-0.04	-0.54	-0.1	-0.4	-0.01	-0.3	0.06	-0.43	-0.18	-0.36	-0.1	-0.27		-0.29	-0.12	-0.3		-0.14	0.01	-0.25	-0.6	-0.01	-0.04	0.08	-0.17	0.19	0.18	-0.1	-0.34	-0.03	-0.01	-0.2	0.04	0.28	0.28	-0.04	-0.14	-0.06	0.19	0.1	0.11	-0.09	0.06	0.29	0.36	0.3	0.36	0.04	0.6			0.01	-0.09	0.38	0.26	0.1	0.41	-0.56	-0.25	-0.84	-0.4	-0.47	-0.81		-0.15	0.26	-0.25	-0.18	-0.06	0.1		-0.17	-0.12	0.26	0.53	-0.12	0.16	0.51	0.1
+YEL021W	URA3   PYRIMIDINE BIOSYNTHESIS  OROTIDINE-5'-PHOSPHATE DECARBOXYLASE	0.69	0.06		0.07	0.16	-0.12	0.32	0.21	0.52	0.19	0.24	0.26	0.32	0.28	0.31	0.21	0.16	0.07	0.57	0.68	0.14	0.28	0.24		0.04	-0.15	-0.32	-0.34	-0.14	-0.14	-0.38	-0.4	0.56	0.55	0.38	0.12	0.26	0.21	0.04	-0.1	-0.17	0.06	0.4	-0.01	-1.15	0.03	0.28	-0.32	-0.22	-0.71	-0.32	-0.2	-0.92	0.4	0.01	-0.2	-0.2	-0.42	-0.06	-1.36	-0.79	-0.97	-1	-0.14	0.23	0.33	-0.62	-0.23	-0.17	0.14	-0.1	-1.25	0.01	0.1	0.46	0.07	0.65	1.01	0.37
+YGR020C	VMA7   VACUOLAR ACIDIFICATION   VACUOLAR H+-ATPASE V1 DOMAIN 14 KDA SUBUNIT	0.06	-0.86	-0.07	-0.1	-0.36	0.01	-0.3	-0.07	-0.03	-0.54	0.11	-0.2	-0.03	-0.15		-0.03	-0.23	-0.3	0.19	0.01	0.49	0.6	0.32	0.42	0.34	0.46	0.08	0.18	0.36	0.23	0.21	0.23	0.04	0.31	0.39	0.2	-0.54	0.26	0.39	0.5	0.56	0.33	0.54	0.53	0.63	0.53	0.95	0.1	0.84	0.14	-0.29	-0.51	-0.47	0.57	-0.27	-0.67	0.36	-0.32	-0.09	-0.62	-0.81	-1.22	-1.03	-0.38	0.29	0.57	-0.29	-0.4	0.01	0.62	-0.2	-0.23	0.24	-0.34	0.3	0.14	0.06	0.29	-0.07
+YER031C	YPT31  SECRETION        RAB GTPASE; INTRA-GOLGI	0.01	-0.14	-0.01	-0.09	-0.1	-0.76	0.25	0.3	0.51	-0.03	0.2	0.16	-0.06	-0.01	0.21	0.04	0.5	-0.15	0.1	0.15	-0.15	0.28	0.23	-0.03	0.15	0.48	0.11	-0.22	0.26	0.12	-0.22	0.07	0.16	0.18	0.26	0.28	0.7	0.77	0.6	0.57	0.36	0.57	0.82	0.44	0.57	0.57	0.85	-0.29	0.4	-0.23	-0.56	-0.89	-0.71	0.71	-0.43	-0.62	0.46	0.07	-0.22	-0.6	-0.45	-0.81	-0.43	-0.38	0.37	0.23	-0.14	-0.42	-0.06	0.26	0.33	-0.2	0.28	-0.25	0.48	0.03	0.19	0.29	-0.3
+YDR139C	RUB1   PROTEIN DEGRADATION    UBIQUITIN-LIKE PROTEIN	0.03	0.25	0.14	0.26	0.04	0.23	-0.49	0.15	0.4	-0.18	1.05	-0.36	0.21	0.01		0.21	-0.07	-0.17	-0.06	-0.47		-0.04	0.08	-0.25	-0.09		-0.47	-0.38	-0.04	-0.25	-0.4	-0.2	0.33	0.57	0.32	-0.03	-0.29	0.03	0.19	-0.03	0.12	-0.12	0.31	0.42	0.28	0.25	0.79	0.01	-0.12	-0.43	-0.54	-0.47	-0.42	0.45	-0.15	-0.07	0.31	-0.32	0.07	-0.6	-0.34	-0.67	-0.71	-0.36	-0.14	0.59	-0.27	-0.51	-0.2	0.14	-0.14	-0.22	0.04	0.3	0.55	0.18	0.04	0.5	-0.27
+YCR020C	PET18  MITOCHONDRIAL DNA MAINTE UNKNOWN	-0.15	0.44	0.23	0.33		0.29	-0.07	0.43	0.23	-0.09	0.37	0.15	0.15	0.06	-0.03	0.21	0.21	0.2	0.32		0.99		0.04	0.1	0.21	0.04	-0.12	0.06	0.12	0.07	-0.69	0.07	-0.03	0.03	0.16	-0.09	-0.49	0.32	0.1	0.28		0.12	0.5	0.52	-0.04	0.07	0.29	0.08	0.23		-0.25	-0.38	-0.29	0.4	-0.49	-0.6	0.12	0.14	-0.4	-0.51	-0.29	-0.45	-0.38	0.1		-0.29	-0.3	-0.18	-0.12	0.44	-0.42	-0.25	0.1	-0.07	0.52	0.11	-0.09	0.52	0.28
+YNL084C	END3   ENDOCYTOSIS      ACTIN CYTOSKELETON REGULATORY COMPLEX COMPONENT	0.1	0.11	0.1	0.2	-0.03	-0.29	-0.07	-0.06	0.04	-0.22	0.14	-0.03	-0.07	-0.32	-0.29	0.29	-0.15	-0.1	0.62	-0.43	-0.17	-0.22	-0.4	-0.2	-0.3	-0.23	-0.23	-0.45	-0.2	0.14	-0.15	-0.2	-0.04	-0.04	0.01	-0.23	-0.15	-0.29	-0.06	0.2	-0.01	-0.58	-0.32	0.12	-0.12	-0.12	0.28	-0.29	-0.17	-0.67	-0.3	-0.38	-0.4	0.63	0.43	0.36	-0.18	-0.45	-0.2	-0.14	0.01	-0.71	-1.06	-0.23	0.36	0.53	-0.01	-0.17	-0.15	0.19	-0.25	0.03	-0.06	-0.25	-0 [...]
+YDL002C	NHP10  CHROMATIN STRUCTURE    NON-HISTONE PROTEIN	-0.22	0.18	-0.29	0.01	-0.6	0.15	-0.47	0.14	-0.14	0.24	0.01	0.03	0.01	-0.12	-0.47	0.24	-0.25	0.11	0.85	0.19	0.45	-0.38	0.18	0.08	0.2	-0.07	-0.18	-0.09	0.18	-0.06	-0.18		0.45	0.55	0.16	-0.18	-0.42	-0.2	0.01	-0.2	0.08	0.19	-0.23	0.92	0.15	0.06	0.33	0.03	0.04	-0.6	-0.64	-0.56	-0.12	0.85	-0.07	0.29	-0.32	-0.79	-0.12	-0.67	-0.12	-0.76	-0.67	-0.1	0.28	0.11	-0.09	-0.15	-0.6	0.4	-0.43	0.03	-0.25	-0.2	0.26	0.03	-0.09	0.9	-0.32
+YER029C	SMB1   MRNA SPLICING       U1 SNRNP PROTEIN	-0.2	-0.43	-0.14	0.06	0.06	0.08	-0.45	0.11	0.24	-0.22	0.56	-0.12	-0.06	-0.1	-0.04	0.34	-0.32	-0.12	0.55	-0.47	-0.06	0.18	0.2	-0.04	-0.34	-0.1	-0.15	-0.36		-0.51	-0.4	-0.22	0.04	0.37	0.12	0.16	0.06	-0.15	0.15	0.21	0.07	0.3	0.24	0.36	0.45	0.16	0.5	0.15	-0.1	-0.23	0.08	0.14	-0.07	0.15	0.39	0.07	-0.38	-0.04	-0.14	-0.49	-0.51	-0.74	-0.6	-0.3	-0.38	0.34	-0.58	-0.76	-0.51	0.28	-0.23	0.53	0.12	0.14	-0.04	-0.36	-0.01	0.42	-0.18
+YGL143C	MRF1   PROTEIN SYNTHESIS     MITOCHONDRIAL PEPTIDE CHAIN RELEASE FACTOR	0.08	-0.27	0.07	0.04	0.18		0.15	0.07	-0.06	-0.03	-0.27	-0.1	0.04	-0.34	-0.15	-0.3	0.04	-0.14	0.2	-0.22	-0.3	-0.43	-0.09	-0.54	-0.03	-0.01	-0.23	-0.14	0.12	0.08	0.03	-0.07	-0.18	-0.43	0.04	-0.34	-0.06	0.41	0.53	0.5	0.25	0.44	0.38	0.66	0.93	0.77	0.76	-0.49	-0.22	-0.25	0.5	1.8	-0.67	-0.43	0.58	0.78	-0.6	-0.62	-0.23	-0.43	-0.04	-0.36	-0.64	-0.3	-0.54	0.06	0.01	-0.29	0.1	0.26	0.42	-0.2	-0.62	-0.23	0.44	-0.17	-0.09 [...]
+YNL137C	"NAM9   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL S4 (PUTATIVE)"	-0.04	-0.23	0.26	0.06	0.15	-0.18	0.11	-0.03	-0.18	-0.18	-0.1	-0.07	0.04	-0.32	-0.27	-0.36	-0.1	-0.15	-0.06	-0.49	-0.45	0.18	0.19	0.16	0.08	0.06	0.16	0.07	0.15	0.26	-0.2	-0.09	0.08	-0.22	-0.22	-0.2	0.14	0.26	0.66	0.62	0.74	0.43	0.44	0.39	0.86	0.68	0.79	-0.47	-0.09	0.07	0.51	0.01		-0.06	-0.09	-0.45	-0.58	0.24	-0.38	-0.23	-0.36	-0.67	-0.49	-0.69	0.12	0.26	0.32	0.06	-0.74	-0.17	0.14	-0.04	-0.15	-0.01	-0.03	 [...]
+YPR166C	"MRP2   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL S14"	-0.04	0.66	0.03		-0.12	0.14	0.14	0.14	-0.01	-0.22	-0.34	-0.42	0.03	-0.42	-0.1	-0.47	0.04	-0.36	0.03	-0.51	-0.22		-0.3		0.14		0.01	-0.29	0.06	-0.17	-0.29	-0.34	0.03	-0.12	0.2	0.19	0.25	0.48	0.65	1	0.81	0.72	0.82	0.14	0.72	0.77	1.32	-0.32	-0.14	-0.69	-0.49	-0.51	-0.47	0.07	-0.25	-0.23	-0.74	-0.86	-0.17	-0.76	0.07	-1.03	-1.03	-0.4	-0.15	0.68	-0.1	-0.64	-0.38	0.21	0.15	-0.49	-0.12	-0.06	-0.03	-0.07	0.04	0.36	0.06
+YCR003W	"MRPL32 PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L32"	0.01	0.04		0.01	-0.18	0.29	0.18	0.18	-0.06	0.04	-0.34	-0.18	0.03	-0.36	-0.01	-0.34	0.23	-0.15	0.24	-0.51	-0.32	-0.47	-0.06	0.04	-0.12	0.1	-0.36	-0.17	0.26		-0.04	-0.36	0.28	0.03	0.12	0.12	0.11	0.24	0.75	0.23	0.57	0.53	0.69	-0.42	1.11	0.72	1.04	-0.27	-0.58	-0.69	0.54	0.1	-0.43	-0.23	0.48	-0.69	-0.76	-0.67	-0.17	-0.64	-0.38	-0.51	-0.94	-0.76	-0.47	0.44	-0.56	-0.47	-0.81	0.06	-0.14	-0.22	-0.43	-0.54	0.04	-0.18	-0.2	 [...]
+YJL180C	ATP12  ATP SYNTHESIS       F1F0-ATPASE COMPLEX ASSEMBLY	-0.04	-0.07	-0.06		-0.17	-0.22	0.06	-0.32	-0.23	-0.25	-0.3	-0.12	-0.18	-0.56	-0.27	-0.51	-0.03	-0.25	-0.1	-0.56	-0.14	-0.45	0.11	0.06	-0.01	0.11	0.04	0.29	0.43	0.2	-0.23	0.03	0.1	-0.09	-0.12	-0.14	0.21	0.4	0.86	0.82	0.7	0.52	0.25	0.34	1.2	1	1.21	-0.79	-0.62	-0.49	-0.17	-0.29	-0.29	-0.32	-0.36	-0.43	-0.58	-0.06	-0.45	-0.4	-0.25	-0.97	-0.49	-0.4	-0.29	0.06	-0.3	-0.4	-0.34		-0.17	0.14	-0.29	-0.34	-0.18	-0.47	-0.18	0.29	0.52
+YGR076C	"MRPL25 PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L25"	0.21	-0.03	0.19	0.14	-0.04	-0.1	0.18	0.14	0.06	-0.22	-0.23	-0.29	-0.14	-0.2	-0.45	-0.17	0.15	-0.42	0.62	-0.47	-0.32	-0.2	-0.25	-0.34	-0.14	-0.32	-0.25	-0.47	-0.07	-0.3	-0.12	-0.3	0.04	0.26	0.07	-1.56	0.26	0.45	0.84	0.61	0.28	0.41	0.87	1.08	0.93	0.96	1.31	-0.42	-0.51	-0.22	-0.25	-0.34	-0.47	-0.18	0.03	-0.17	-0.56	-0.1	-0.22	-0.22	-0.03	-0.2	-0.54	-0.12	-0.27	0.08	-0.49	-0.47	-0.15	0.4	-0.12	-0.51	-0.1	-0.18	0.06	- [...]
+YGR174C	CBP4   RESPIRATION      UBIQUINOL--CYTOCHROME-C REDUCTASE ASSEMBLY FACTOR	0.12	-0.03	0.07	0.65	-0.29	-0.14	0.08	-0.1		-0.23	-0.25	-0.43	0.12	-0.43	-0.23	-0.32	-0.01	-0.18	0.26	-0.07	-0.22	-0.56	-0.47	-0.64	-0.62	-0.1	0.04	-0.17		0.36	0.36	-0.09	0.77	0.89	0.52	0.38	0.4	0.72	1.01	0.81	0.46	0.48	0.68	0.78	1.21	1.24	1.55	-0.54	0.12	0.36	-0.25	-0.34	-0.14	-0.12	-0.49	0.11	-0.18	-0.47	-0.1	0.44	0.04	0.2	-0.43	-0.03	-0.56	0.15	-0.34	-0.47	-0.12	0.46	0.11	-0.17	-0.2	-0.18	0.11	0.32	0.45	 [...]
+YJR034W	PET191 RESPIRATION      CYTOCHROME C OXIDASE ASSEMBLY	0.06		-0.09	-0.29	0.11	-0.32	-0.27	-0.45	-0.07	-0.14	-0.22	-0.2	0.1	-0.43	-0.45	-0.15	-0.4		0.32	-0.25	0.01	-0.22	-0.38	-0.38	-0.56	-0.01	0.06	-0.04	0.11	0.29		-0.07	-0.01	0.08	0.15	-0.43	-0.14	0.31	0.4	0.45	0.51	0.1	0.15	1.07	0.91	0.3	1.22	0.29	-0.06	-0.22	0.04	0.41	0.37	-0.1	0.45	0.65	-0.54	-0.56	0.19	-0.14	0.08	-0.12	-0.29	0.38	-0.43	0.19	-0.34	-0.81	-0.3	0.48	0.21	-0.04	-0.06	0.07	0.25	0.25	0.52	1.77	0.83
+YBL038W	"MRPL16 PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L16"	-0.27	-0.03	-0.14	-0.42	-0.12	-0.04	0.28	-0.07	-0.09	-0.07	-0.1	0.25	0.08	-0.17	-0.03	0.01	0.08	-0.12	-0.17	-0.51	-0.47	-0.38	-0.4	-0.12	-0.54	-0.15	0.06	-0.22	-0.74	0.21	-0.06	-0.1	-0.09	0.51	0.39	0.46	0.73	0.7	-1	1.1	0.84	0.94	0.93	1.26	1.54	1.12	1.52	0.06	-0.45	-0.51	-0.01	0.18	0.04	0.18	0.43	0.38	-0.76	-0.76	-0.18	0.14	0.36	-0.23	-0.3	-0.14	-0.18	0.21	-0.18	-0.29	-0.14	0.71	0.44	0.31	0.04	-0.03	0.11	0.31	0.5	 [...]
+YDR041W	"NONE   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL"	0.29	-0.04	0.2	-0.01	0.08	-0.18	0.16		0.07	-0.06	-0.06	-0.15	-0.14	-0.25	-0.12	-0.25	-0.23	-0.4	0.69	-0.42	-0.17	-0.47	-0.29	-0.22	-0.23	-0.04	-0.09	-0.23	0.2	0.06	0.01	-0.1	0.38	0.26	0.06	0.21	0.19	0.43	0.76	0.9	0.82	0.43	0.65	0.28	1.34	0.92	1.19	-0.29	0.14	0.12	0.66	0.63	0.72	0.1	0.5	0.36	-0.56	-1	-0.03	-0.38	0.01	-0.38	-0.67	-0.06	-0.09	0.71	-0.1	-0.51	0.12	0.07	0.64	0.21	-0.04	0.2	0.32	0.48	0.49	1.26	0.53
+YIL098C	FMC1   RESPIRATION (PUTATIVE)   PRODUCTION OR ASSEMBLY OF MITOCHONDRIAL CYTOCHROMES	-0.04	0.25	-0.36		-0.29	0.26	-0.23	0.14	-0.07	-0.09	-0.04	0.04	-0.03	-0.17	-0.51	-0.22	-0.15	-0.18	0.6	-0.04	0.16	0.25	0.12	0.06	-0.06	0.12	-0.2	-0.17	0.01	0.24	-0.12	0.16	-0.32	0.04	0.06	0.01	0.12	0.68	0.81	0.7	0.39	0.45	0.42	1.04	1.74	1.11	1.46	-0.06	-0.86	-0.47	-0.03	0.04	0.21	-0.27	0.78	0.42	-0.67	-0.04	0.14	-0.3	-0.01	-0.14	-0.6	0.32	-0.01	0.69	0.24	-0.18	-0.2	0.2	-0.01	0.16	-0.32	-0.62	0.43	 [...]
+YKL167C	"MRP49  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL LARGE SUBUNIT"	0.07	0.03	-0.04	0.01	0.12	0.08	0.12	0.18	-0.14	-0.14	-0.25	-0.36	-0.01	-0.3	-0.14	-0.43	0.29	-0.45	0.58	-0.3	0.04	0.03	0.07	-0.01	0.03	0.06	-0.27	-0.4	0.12	-0.17	-0.17	-0.15	0.01	0.06	-0.03	-0.45	-0.1	0.48	0.9	0.56	0.37	0.41	0.78	1.06	0.94	1.06	1.44	-0.6	-0.71	-0.43	0.78	0.77	0.39	-0.6	1.21	0.54	-0.89	-1.29	-0.22	0.12	-0.15	-0.42	-0.51		0.14	0.73	-0.03	-0.03	-0.4	0.67		-0.23	-0.12	-0.18	-0.15	0.08	0.18	1	0.45
+YKL138C	"MRPL31 PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L31"	-0.1		0.01	0.21	-0.2	0.28	0.14	0.33	0.08	0.34	-0.01	0.01	-0.03	-0.32	-0.49	-0.22	-0.01	-0.07	0.15	-0.07	-0.2	-0.17	0.43	0.15	0.19	0.11	-0.2	0.08	0.56	0.15	-0.29	0.14	-0.1	-0.29	-0.18	0.01	0.5	0.68	0.74	0.62	0.7	0.8	0.85	0.82	1.43	1.01	1.41	0.2	-0.81	-0.54	0.61	0.11	0.33	-0.2	1.15	0.48	-0.42	-0.6	-0.22	-0.45	-0.2	-0.38	-0.81	-0.67	-0.06	1.04	0.39	-0.4	-0.79	0.23	-0.27	-0.06	-0.01	0.15		0.15	-0.04	0.98	-0.15
+YKL170W	"MRPL38 PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L38"	0.04	0.12	0.03	0.07	-0.22	-0.09	-0.01	-0.01	-0.18	-0.07	-0.27	-0.23	-0.12	-0.58	-0.25	-0.42	0.15	-0.34	0.59	-0.17	-0.07	0.42	0.12	0.06	-0.2	0.07	-0.01	-0.04	0.16	0.15	-0.12	0.1	0.54	0.19	0.12	-0.12	-1.18	0.58	1.13	0.41	0.72	0.56	0.79	0.11	1.37	1.21	1.48	-0.27	-0.67	-0.81	-0.07	-0.32	-0.18	0.18	0.56	0.48	-0.84	-1.18	0.08	-0.07	-0.04	0.07	-0.76	-0.29	0.12	0.44	-0.12	-0.54	-0.22	0.29	0.06	0.06	-0.23	-0.06	0.26	0.21	 [...]
+YNL315C	ATP11  ATP SYNTHESIS       F1F0-ATPASE COMPLEX ASSEMBLY PROTEIN	-0.01	0.1	0.06	0.06	0.12	0.12	0.11	0.08	-0.09	-0.06	-0.2	-0.34	0.06	-0.38	-0.17	-0.51	-1.03	0.16	0.37	-0.58	-0.18	-0.4	0.15	0.16	0.03	0.03	-0.1	-0.09	0.26	0.16	0.04	-0.01	0.25	0.1	0.24	-0.06	0.25	0.6	1.02	1.01	0.73	0.73	0.81		1.53	1.29	1.44	-0.47	-0.56	-0.47	0.34	0.01	-0.29	-0.22	0.37	-0.4	-0.86	-0.42	0.76	-0.45	0.04	0.12	-0.6	0.77	0.23	0.28	0.08	-0.49	-0.32	0.73	0.77	0.31	-0.18	-0.03	0.24	0.3	0.46	1.08	0.04
+YBR122C	"MRPL36 PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L36"	-0.43	-0.51	-0.49	-0.43	-0.54	-0.32	-0.15	0.2	-0.34	-0.09	-0.69	-0.29	-0.32	-0.3	-0.71	0.06	-0.43	0.45	-0.09	-0.51	-0.12	-0.62	-0.6	-0.4	-0.12	-0.07	-0.04	-0.3	-0.03	0.01	-0.22	-0.2	0.36	0.08	-0.1	0.15		0.15	0.53	0.58	0.5	0.93	0.7	1.24	0.66	0.6	0.93	-0.18	-0.18	-0.23	-0.4	-0.18	-0.27	0.15	0.19	0.11	-0.12	0.15	-0.4	-0.22	0.03	-1.03	-0.29	-0.79	-0.06	0.5	0.29	-0.18	-0.62	0.14	-0.84	-0.12	-0.03	0.18	0.45	0.14	-0.18	 [...]
+YOR244W	ESA1   CHROMATIN STRUCTURE    HISTONE ACETYLTRANSFERASE COMPLEX SUBUNIT	-0.4	-0.62	-0.86	-0.42	-0.51	-0.22	-0.32	-0.43	-0.27	-0.12	-0.47	-0.3	-0.34	-0.54	-0.4	-0.15	-0.34	-0.4	0.45	-0.43	0.06	0.21	0.03	-0.36	-0.2	0.23	-0.45	0.24	-0.29	-0.36	-0.6	-0.07	0.21	0.23	0.42	0.26	0.19	0.03	0.23	0.49	0.49	0.19	0.16	0.52	0.44	0.36	0.77	0.12	-0.1	-0.1	0.06	0.36	0.32	0.21	0.12	0.1	-0.27	0.06	-0.43	-0.3	-0.18	-0.84	-0.38	-0.89	-0.3	0.01	-0.56	-0.34	0.06	0.2	-0.74	-0.27	0.07	-0.15	0.15	0.06	0.0 [...]
+YML129C	COX14  RESPIRATION      CYTOCHROME-C OXIDASE ASSEMBLY PROTEIN	-0.4	-0.09	-0.23	-0.42	-0.29	-0.3	-0.29	-0.64	-0.18	0.15	-0.3	-0.56	-0.38	-0.58	-0.56	-0.18	-0.51	-0.29	-0.04	-0.42	0.1	-0.09	-0.76	-0.36	-0.27	0.06	0.07		0.03	0.34	0.36		0.08	0.12	-0.01	-1.18	-0.34	0.1	0.19	0.43	1.68	0.29	0.19	1.57	0.62	0.2	1.12	-0.6	-0.94	-0.69	-0.38	-0.69	-0.6	-0.64		-0.45	-0.79	-0.49	-0.36	0.16	0.01	-0.22	-0.36	-0.79	-0.06	0.3	-0.29	-0.54	-0.14	0.36	-0.89	-0.92	-0.12	-0.22	-0.25	0.04	-0.12	1.05	
+YLR382C	NAM2   PROTEIN SYNTHESIS     MITOCHONDRIAL LEUCYL-TRNA SYNTHETASE	-0.27	0.25	0.12	0.38	-0.07	0.03	-0.3	-0.42	-0.03	0.11	-0.25	0.37	-0.04	-0.29	-0.4	0.01	-0.17	-0.18	-0.64	0.04	0.21	-0.07	-0.17	0.03	-0.04	0.36	0.18	0.39	0.23	0.26	0.55	0.24	-0.06	0.1	-0.09	0.5	-0.07	0.18	0.59	0.89	1.04	0.08	0.14	1.2	0.82	0.69	0.78	-0.22	-0.43	-0.49	-0.47	-0.54	-0.62	-0.38	-0.17	-0.56	0.01	0.31	-0.17	0.24	-0.09	0.11	-0.25	-0.67	-0.3	-0.09	-0.12	-0.4	0.06	0.12	-0.36	0.12	-0.09	-0.12	0.08	-0.12	-0.23	 [...]
+YKL087C	CYT2   CYTOCHROME C1 BIOSYNTHES CYTOCHROME C1 HEME LYASE	-0.4	-0.38	-0.42	-0.23	-0.49	-0.14	-0.29	-0.34	-0.25	0.03	-0.34	-0.3	-0.17	-0.62	-0.45	-0.2	-0.42	-0.29	-0.36	0.31	0.77	-0.01	-0.17	-0.01	-0.17	0.59	0.3	0.34	0.42	0.21	0.39	0.39	0.44	0.15	0.18	0.44	0.58	0.77	0.66	0.7	0.56	0.63	0.91	0.99	0.86	0.63	0.9	0.04	-0.38	0.23	0.03	-0.42	-0.32	-0.67	-0.25	-0.3	-0.6	0.43	-0.29		-0.07	-0.03	-0.34	-0.43	0.31	0.53	0.06	-0.36	-0.29	0.7	-0.3	-0.32	-0.09	-0.25	-0.06			0.66	0.07
+YIR011C	STS1   NUCLEAR PROTEIN TARGETIN RNA15 TRANSPORT FACTOR	-0.07	-0.03	-0.6	-0.4	-0.79	-0.06	-0.64	-0.34	-0.3	-0.1	-0.43	-0.45	-0.27	-0.6	-0.47	-0.23	-0.45	-0.22	1.18	-0.03	0.24	-0.14	0.38	0.14	-0.07	0.12	-0.15	-0.22	0.23	-0.23	-0.15	0.16	1.07	0.86	0.63	0.7	0.45	0.55	0.57	0.61	0.24	0.78	0.53	0.56	0.88	0.5	0.75	0.06	-0.4	-0.18	-0.23	-0.2	-0.12	-0.2	-0.18	-0.51	-0.47	0.25	-0.2	-0.6	-0.23	-0.62	-0.49	-0.06	0.11	0.06	-0.12	0.01	-0.62	0.4	0.14	0.3	-0.29	-0.43	0.08	-0.29	-0.49	0.74	-0.22
+YDR197W	CBS2   PROTEIN SYNTHESIS     COB MRNA TRANSLATIONAL ACTIVATOR	0.01	-0.1	0.16	0.18	-0.43	-0.2	-0.38	-0.09	0.32	0.06	0.24	0.01	0.21	-0.2	-0.09	-0.01	-0.15	0.23	0.38	-0.43	-0.22	-0.17	-0.18	-0.4	-0.2	-0.29	-0.3	-0.25	-0.25	-0.22	-0.07	-0.2	0.32	-0.4	0.36	-0.2	-0.62	0.29	0.67	0.53	0.32	0.04	-0.01	-0.03	0.39	0.37	0.6	-0.07	-0.17	-0.09	0.41	0.14	0.51	-0.45		0.3	-0.67	-0.84	-0.14	0.07	0.01	-0.58	-0.1	-0.22	-0.2	-0.22	-0.32	-0.6	-0.32	0.32	-0.54	0.1	-0.07		0.33	0.2	-0.67	0.68	0.23
+YBR185C	MBA1   RESPIRATION      MITOCHONDRIAL RESPIRATORY COMPLEX ASSEMBLY	0.06	-0.06	0.06	0.45	-0.15	0.11	0.28		0.06	0.72	-0.4	0.33	0.08	-0.03	-0.22	0.15	-0.06	0.33	-0.25	-0.64	0.39	-0.27	-0.58	-0.38	0.01	0.07	0.01	0.1		0.2	0.38	-0.18	-0.01	-0.07	-0.03	0.03	0.12	0.51	0.52	0.78	0.64	0.78	0.7	1.55	0.67	0.58	0.77	-0.03	-0.36	-0.09	-0.71	0.03	-0.29	0.12	0.39	0.39	0.1	0.11	0.86	-0.09	0.16	-0.18	-0.43	-0.27	0.29	0.07	0.24	-0.34	-0.23	0.26	-0.58	0.36	-0.36	-0.32	0.14	0.01	-0.14	0.85	0.06
+YOL023W	"IFM1   PROTEIN SYNTHESIS     TRANSLATION INITIATION FACTOR 2, MITOCHONDRIAL"	-0.6	-0.22	-0.76	-0.25	-0.38		-0.01	-0.09	-0.22	0.14	-0.86	-0.25	-0.38	-0.07	-1.06	-0.3	-0.29	-0.25	-0.34	-0.51	0.03	-0.27	-0.1	-0.23	0.07	-0.01	-0.27	-0.1	0.37	-0.18	-0.1	-0.04	-0.38	-0.18	0.06	0.19	0.36	0.32	0.14	0.31	0.26	0.36	0.24	0.46	0.57	0.26	0.52	-0.27		-0.84	-0.23	0.2	-0.18	-0.18	0.25	0.66	-0.92	-0.01	0.04		-0.14	0.19	-0.1	-0.49	-0.67	-0.18	-0.54	-0.18	-0.6	0.49	-0.43	-0.42	-0.49	-0.45	0.03	-0. [...]
+YCR046C	"IMG1   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL"	-0.25	-0.36	-0.15	-0.22	-0.07	-0.27	0.1	-0.42	-0.14	-0.07	-0.43	-0.22	-0.17	-0.34	-0.27	-0.4	-0.47	-0.32	-0.42	-0.51	-0.1	-0.1	0.12	-0.04	0.11	0.62	0.44	0.48	0.46	0.48	0.48	0.44	0.48	-0.04	0.01	0.07	0.11	0.48	0.77	0.71	0.54	0.69	0.82	-0.67	1.01	0.89	0.79	-0.09	-0.6	-0.36	0.56	0.15	-0.18	-0.14	-0.03	0.26	-1.36	-0.97	0.2	-0.06	-0.25	0.56	0.33	-0.01	-0.27	-0.27	0.03	-0.14	-0.09	0.23	0.03	-0.01	-0.38	-0.42	-0.23	-0.42	-0 [...]
+YAL039C	CYC3   CYTOCHROME C BIOSYNTHESI CYTOCHROME C HEME LYASE	0.28	-0.1	0.1	-0.54	-0.03	0.14	-0.22	0.04	0.08	0.04		-0.25	-0.27	-0.49	0.12	-0.04		-0.23	-0.43	-0.34	-0.79	0.08	-0.1	-0.58	-0.79	-0.14	0.01	-0.06	-0.29	0.03	0.25	-0.2	1.49	1.08	0.51	0.6	0.58	0.94	1.09	1.26	0.61	0.71	0.86	1.08	1.26	1.03	1.17	-0.03	-0.38	-0.58	-0.34	-0.49	-0.29	-0.04	0.18	0.18	-1.69	-1.32	0.29	0.06	0.16	0.57	0.16	-0.03	-0.56	-0.38	-0.58	-0.69	0.14	0.6	-0.01	0.21	-0.17	-0.1	0.06	-0.36	0.11	-0.14	-0.51
+YMR089C	YTA12  PROTEIN FOLDING     MITOCHONDRIAL CHAPERONIN	0.01	-0.25	-0.06	0.26	0.03	-0.03	0.1	-0.18	-0.04	-0.07	-0.2	0.11	0.07	-0.27	-0.17	-0.15	0.06	-0.2	-0.12	-0.27	-0.49	-0.23	-0.42	-0.2	-0.04	-0.07	0.25	0.42	-0.3	0.29	0.16	-0.15	-0.25	-0.03	-0.2	-0.18	-0.17	-0.17	0.26	0.18	0.16	-0.2	-0.12	-0.45	0.16	0.15	0.06	-0.58	0.01	0.06	-0.09	-0.36	-0.22	-0.54	-0.38	-0.58	-0.38	-0.17	-0.34	-0.29	-0.18	-0.25	-0.25	-0.69	-0.3	-0.03	0.03	-0.69	-0.71	-0.43	-0.1	0.19	-0.06	0.23	0.25	0.1	0.29	0.57	0.61
+YDR468C	TLG1   ENDOCYTOSIS      LATE GOLGI T-SNARE	-0.12	-0.22	-0.25	-0.25	-0.07	-0.38	0.24	-0.2	-0.1	-0.04	-0.32	-0.17	0.03	-0.36	-0.1	-0.25	-0.04	-0.14	-0.23	-0.42	-0.42	-0.56	-0.3	-0.54	-0.49	-0.45	-0.23	-0.29	-0.2	-0.07	-0.27	0.07	-0.45	-0.22	0.08	-0.14	-0.04	-0.4	0.07	0.19	0.14	-0.07	-0.1	-0.07	-0.22	-0.1	-0.17	-0.36	-0.29	-0.12	0.28	0.14	-0.17	0.01	0.03	-0.38	-0.14	-0.22	-0.2	0.18	0.08	-0.29	-0.32	-0.71	-0.18	0.29	-0.54	-0.06	-0.81	0.12	-0.36	0.86	-0.14	-0.03	0.28	-0.14	-0.15	0.77	-0.15
+YHR055C	CUP1   CU2+ ION HOMEOSTASIS     METALLOTHIONEIN	-0.34	-0.25	-0.38	-0.36	-0.54		-0.92	-0.51	-0.67	-1.09	-0.43	-1.03	-0.17	-0.32	-0.18	-0.45	-0.86	-1.03	4.04	2.02	-0.36	-0.56	-1.09	-1.15	-0.97	-0.97	-1.03	-1.12	-0.92	-0.71	-0.23	-0.56	-0.3	0.62	0.82	0.19	0.04	0.42	1.58	1.62	1.25	2.03	1.76	1.17	2.66	2.37	2.77	-0.32	-0.32	-0.42	0.77	1	0.63	0.18	1.41	0.84	-0.25	0.77	0.01	-0.27	-1.09	-1.03	-0.64	-0.2	-0.03	1.09	-1.09	-1.09	-0.01	0.64	0.32	0.4	-0.06	-0.43	-0.23	-0.81	-0.4	-0.47	0.95
+YHR053C	CUP1   CU2+ ION HOMEOSTASIS     METALLOTHIONEIN	-0.27	-0.27	-0.32	-0.36	-0.51	-0.56	-0.74	-0.43	-0.6	-0.74	-0.4	-0.54	-0.14	-0.4	-0.06	-0.36	-0.92	-1	4.17	1.99	-0.23	-0.47	-1	-1	-1.12	-0.94	-0.94	-0.97	-0.92	-0.67	-0.3	-0.54	-0.47	0.62	0.84	-0.09	-0.04	0.23	1.38	1.47	1.23	1.79	1.6	1.14	2.62	2.32	2.72	-0.01	-0.29	-0.38	0.93	1.18	0.73	0.31	1.61	1.06	-0.34	0.93	0.18	-0.25	-1.09	-0.97	-0.58	-0.15	-0.14	1	-1.18	-1.15	0.11	0.26	0.41	0.5	0.21	-0.4	-0.09	-0.45	-0.18	-0.01	1.29
+YOR307C	SLY41  SECRETION        UNKNOWN; SUPPRESSES YPT1 NULL	-0.54	-1.09	-0.74	-0.56		-0.38	0.12	-0.32	-0.2	-0.54	-0.51	-0.51	-0.14	-0.45	-0.12	-0.23	-0.12	0.01	0.06	-0.6	-0.4	-0.49	-0.32	-0.12	-0.22	-0.25	-0.25	-0.1	-0.25	-0.18	-0.1	-0.42	0.58	1.55	-0.56	-1.36	-1.6	-0.76	1.33	0.58	-0.47	-1.25	-1.06	0.77	1.17	0.83	0.26	-0.42	-0.43	-0.2	-0.09	0.23	0.25	-0.3	-0.22	0.24	-0.81	-0.1	-0.49	-0.22	-0.14	-0.36	0.45	0.23	-0.45	-0.76	-0.29	-0.3	0.08	-0.2	-0.62	-0.86	0.11	0.23	0.65	0.08	0.28	0.59	0.31
+YBR200W	BEM1   BUD EMERGENCE       BINDS CDC24P	-0.25	-0.64	-0.15	-1.03	-0.74	-0.84	-0.32	0.14	-0.09	-0.17	-0.15	-0.22	-0.42	-0.22	-0.4	-0.06	-0.43	0.5	-0.23	-0.58	-0.51	-0.6	-0.56	-0.45	-0.6	-0.58	-0.15	-0.06	-0.49	0.16	0.1	-0.4	0.68	0.37	-0.6	-0.54	-0.01	0.46	0.44	-0.29	-0.69	-0.17	0.08	0.04	0.56	0.23	0.32	-0.04	0.18	-0.97	-0.42	0.07	-0.01	1.12	0.23	0.7	-0.64	-0.69	-0.17	0.21	0.15	-0.22	-0.04	0.16	-0.6	0.16	-0.18	-0.27	-0.07	0.15	-0.29	0.1	0.18	0.25	0.07	-0.14	-0.01	0.33	0.04
+YJR048W	CYC1   OXIDATIVE PHOSPHORYLATIO CYTOCHROME-C ISOFORM 1	-0.74	-0.51	-0.47	-0.09	0.12	0.1	0.15	-0.34	-0.47	-0.38	-0.38	-0.49	-0.03	-0.51	-0.12	-0.54	0.2	-0.79	-0.76	-0.1	0.21	0.39	0.41	0.42	0.39	0.73	0.49	0.44	0.43	0.58	0.36	0.2	-1.18	-1.51	-0.62	0.63	1.21	1.1	1.05	0.96	0.54	1.09	1.31	1.43	1.42	1.26	1.57	-0.56	0.7	0.82	0.76	0.72	0.12	0.04	0.11	-0.71	-0.89	-1.22	-0.18	-0.3		0.31	0.86	0.26	0.2	-0.1	-0.01	-0.2	-0.2	0.16	-0.27	-1.06	-0.14	-0.22	-0.01	-0.09	0.31	1.18	1.75
+YOR319W	HSH49  MRNA SPLICING       U2 SNRNP PROTEIN; HUMAN SAP145 HOMOLOG	-0.4	2.53	-0.27	0.66	-0.14	0.07	0.1	0.08	-0.04	-0.4	0.72	-0.3	0.31	-0.32	-0.06	0.18	0.25	-0.43	0.18	-0.25	-0.04	0.24	0.15	0.01	-0.03	-0.3	-0.3	-0.38	-0.01	-0.34	-0.1	-0.2	1.1	1.32	0.79	-0.54	-0.2	0.34	0.16	0.21	0.12	-0.09	0.01	-0.1	0.39	-0.17	0.04	-0.1	-0.07	-0.3	-0.67	-0.38	-0.43	-0.04	-0.49	-0.27	0.01	-0.29	0.01	-0.62	-0.09	-0.97	-0.2	0.03	-0.25	-0.47	-0.04	-0.6	-0.15	0.32	-0.47	-0.71	0.07	0.07	0.3	-0.04	-0.2	0.34	0.04
+YOR265W	RBL2   CYTOSKELETON        BETA-TUBULIN BINDING PROTEIN	0.01	1.86	0.06	-0.1	-0.04	0.12	0.08	0.34	0.3	-0.15	0.2	-0.2	-0.22	-0.49	0.1	0.01	0.1	-0.27	0.28	-0.38	-0.1	0.23	0.06	-0.14	0.19	-0.12	-0.17	-0.54	0.15	-0.1	-0.38	-0.29	1.33	0.62	1.07	1.22	-0.36	-0.18	-0.06	0.28	0.06	-0.32	-0.09	-0.56	-1.79	-0.38	-0.2	-0.1	0.06	0.1	-0.14	-0.22	-0.49	-0.25	-0.4	-0.34	0.4	0.66	-0.03	-0.62	-0.32	-0.45	-0.38	-0.07		0.52	0.11	-0.15	0.07	0.56	0.28	-0.62	-0.01	-0.15	0.2	-0.12	0.16	0.14	-0.23
+YPL031C	PHO85  CELL CYCLE       PROTEIN KINASE	-0.42	-0.74	-0.29	-0.64	-0.23	-0.17	-0.14	-0.56	-0.42	-0.42	-0.4	-0.74	-0.43	-0.86	-0.32	-0.51	-0.27	-0.56	0.56	-0.22	-0.18	-0.29	-0.32	-0.42	-0.17	0.03	-0.1	-0.34	-0.49	-0.09	-0.03	-0.12	3.51	2.92	2.98	1.8	2.04	2.36	1.48	1.5	1.57	1.83	1.72	1.26	1.2	1.12	1.25	-0.27	0.82	0.08	-0.32	-0.84	-0.69	0.46	-0.79	-1	0.42	0.1	-0.12	-0.12	0.08	0.19	-0.04	-0.15	0.03	-0.25	-0.09	-0.14	0.08	0.04	-0.18	-0.67	-0.09	-0.2	0.57	-0.09	0.31	0.76	0.74
+YER040W	GLN3   NITROGEN CATABOLISM    TRANSCRIPTION FACTOR	-0.22	-0.03	-0.2	-0.2		-0.14	-0.04	-0.04	-0.09	-0.1	-0.12	-0.14	0.08	-0.23	-0.2	-0.04	0.23	-0.17	0.36	-0.1	-0.18	0.26	-0.18	-0.15	-0.36	-0.23	-0.06	0.04	0.03	0.12	-0.03	0.08	-0.43	-0.12	-0.25	-0.1	0.01	0.01	0.24	0.01		-0.06	-0.01	-0.71	0.37	0.24	0.11	-0.4	-0.42	-0.47	-0.62	-0.06	0.7	-0.27	1.07	0.78	-0.09	0.15	0.07		-0.06	0.23	0.16	0.43	-0.22	0.03	-0.2	0.16	-0.17	0.08	0.64	0.55	-0.42	-0.07	0.07	-0.34	-0.54	0.64	-0.07
+YDR297W	SUR2   SPHINGOLIPID METABOLISM  HYDROXYLASE	-0.34	-0.76	0.03	0.21	0.58	0.72	0.44	-0.04		-0.4	0.5	0.36	0.64	0.16	0.41	-0.1	0.03	-0.42	-1.22	-0.71	-1.12	-1	-0.12	-0.23	0.21	0.07	-0.07	-0.17	0.04	-0.12	-0.64	-0.34	1.18	1.5	1.87	1.66	0.82	0.4	1.21	1.69	1.26	0.93	0.64	-0.43	0.44	0.31	0.19	-0.42	0.48	0.94	1.16	1.17	1.23	-0.84	0.04	0.26	-0.38	-0.86	0.5	-0.36	-1.06	-0.32	0.14	0.44	-0.45	-1.74	-0.71	-0.47	0.14	-0.32	-0.12	-0.25		0.45	0.72	-0.04	0.24	0.08	-0.4
+YFL031W	HAC1   UNFOLDED PROTEIN RESPONS TRANSCRIPTION FACTOR	0.38	0.15	0.73	0.26	0.55	0.61	0.49	0.57	0.66	0.36	0.9	0.69	0.32	0.51	0.77	0.53	0.53	-0.06	1.01	0.12	0.16	0.24	0.39		0.26	0.39	0.29	-0.07	-0.18	0.2	0.04	0.07	0.6	0.45	0.53	0.77	1.08	0.43	0.76	0.64	0.31	0.49	0.5	0.37	-0.01	-0.25	-0.22	-0.36	-0.79	-1.22	0.42	0.43	0.32	0.42	1.29	0.25	-1.56	-2.56	0.34	0.42	0.11	-0.07	0.19	0.08	-2	-0.97	-0.42	0.46	0.14	-0.04	0.41	0.06	0.16	0.49	0.64	0.46	0.46	0.72	-0.12
+YOR367W	SCP1   CYTOSKELETON (PUTATIVE)  CALPONIN HOMOLOG		0.04	-0.14	-0.32	0.08	-0.45	0.11	-0.18	0.03	-0.29	0.04	-0.18	-0.01	-0.15	0.07	-0.1	-0.54	-0.04	-0.32	-0.12	-0.07	0.14	-0.4	-0.32	-0.17	-0.29	-0.15	-0.32	-0.45	-0.01	0.01	-0.29	0.24	0.32	0.24	0.29	0.2	0.25	0.38	0.04	-0.06	0.08	-0.15	0.11	0.3	0.26	0.29	-0.2	0.2	-0.47	0.04	0.29	0.01	0.73	0.18	0.07	-0.49	-1.51	-0.03	0.2	0.33	-0.15	0.01	-0.01	-0.22	-0.1	-0.06	0.34	0.4	0.07	0.64	0.48	-0.03	-0.23	-0.03	0.08	0.01	0.45	-0.25
+YMR054W	STV1   VACUOLAR ACIDIFICATION   VACUOLAR H+-ATPASE V0 DOMAIN 102 KD SUBUNIT	-0.04	-0.27	0.11	-0.2	0.11		0.7	0.23	0.06	0.04	0.1	-0.06	0.01	-0.03	0.54	0.28	0.48	0.03	-0.47	-0.67	-1.06	-0.62	-0.67	-0.47	-0.14	-0.18	0.16	-0.06	-0.47	0.16	0.06	-0.2	-0.4	-0.71	-0.29	0.36	0.39	0.06	-0.1	-0.12	0.06	0.31	0.04	-0.29	-0.29	-0.12	-0.1	-0.34	-0.6	-0.27	0.52	0.51	0.25	-0.23	0.46	0.55	-0.49	-1.09	-0.07	0.53	0.06	0.34	0.19	-0.47	-0.06	-0.45	0.67	0.07	0.16	-0.15	-0.51	0.61	0.1	0.03	0.07	0.01	-0.0 [...]
+YLR371W	ROM2   SIGNALING        GDP/GTP EXCHANGE FACTOR FOR RHO1P	0.16	-0.09	0.07	-0.23	0.33	-0.25	0.26	-0.17	-0.1	-0.14	-0.14	-0.1	0.18	-0.29	-0.09	-0.04	0.16	-0.25	-0.22	-0.17	-0.29	-0.23	-0.49	-0.64	-0.34	-0.06	0.52	0.45	-0.32	0.29	0.58	-0.1	-0.12	0.08	0.07	0.04	0.04		0.03	0.19	-0.12	-0.15	-0.15	-0.74	-0.27	-0.22	-0.32	-0.29	-0.36	-0.07	1.08	0.83	0.72	-0.34	0.81	0.77	-0.2	-0.64	-0.47	0.11	-0.23	0.51	-0.06	-0.74	-0.3	-0.43	-0.06	-0.42	0.21	-0.2	-0.23	-0.4		-0.14	-0.2	-0.27	0.12	-0.47	-0.14
+YNR055C	HOL1   TRANSPORT        UNKNOWN	-0.09	0.12	-0.47	-0.43	-0.42	-0.27	0.06	-0.15	-0.18	-0.45	-0.51	-0.56	-0.22	-0.54	-0.17	-0.2	-0.07	-0.17	0.23	-0.45	-0.18	-0.12	-0.32	-0.3	-0.32	0.01	0.11	-0.2	-0.03	0.1	0.18	-0.04	0.51	0.11	-0.06	-0.18	-0.04	-0.27	-0.4	-0.25	-0.07	-0.62	-0.34	-0.81	-0.56	-0.45	-0.56	-0.4	-0.27		0.54	0.56	0.68	-0.49	0.31	0.23	-1.09	-0.89	0.2	0.08	0.08	0.15	0.19	1.14	-0.34	-0.74	-0.47	-0.58	0.03	-0.09	0.08	-0.22	0.18	0.12	0.34	0.21	0.18	0.06	-0.14
+YBR068C	BAP2   TRANSPORT        BRANCHED-CHAIN AMINO ACID PERMEASE	0.29	1.59	-0.36	-0.69	-0.36	-0.36	0.14	0.14		0.21	-0.42	-0.12	-0.18	-0.04	0.01	0.46	-0.32	0.19	-0.34	-0.17	-0.79	-0.06	-0.43	-0.27	-0.27	-0.2	-0.01	0.25	-0.2	0.11	-0.18	0.11	-0.62	-0.47	0.23	-0.71	-0.47	-0.32	-0.38	-0.09	0.32	0.01	0.04	0.49	-0.56	-0.4	-0.2	-0.27	-0.67	-0.54	-0.42	0.42	1.35	-0.4	-0.38	1.28	-3.47	-1.56	0.43	0.63	0.32	-0.23	0.04	1.33	-0.49	-0.62	-0.06	-0.81	-0.34	-0.25	-0.22	-1.12		0.01	0.64	0.34	-0.3	0.94	0.21
+YGR055W	MUP1   TRANSPORT        METHIONINE PERMEASE	-0.22	0.57	-0.64	-1.03	-0.1	0.37	0.95	-0.2	-0.2	-0.18	-0.12	-0.29	-0.42	-0.42	0.25	0.26	0.06	-0.14	-1.47	-0.17	-0.14	0.38	0.18	0.36	-0.43	0.34	0.29	0.53	-0.03	0.23	0.45	0.15	-1.12	-1.29	0.25	-0.01	-0.62	-0.76	-0.06	0.53	0.03	-1.29	-0.69	-0.97	-0.18	-0.3	-0.43	-0.09	-1.51	-0.97	0.57	0.25	0.36	-1.29	0.88	1.05	-2.12	-0.12	0.23	0.48	0.2	0.58	0.64	0.32	-0.81	-1.18	-0.54	0.26	-0.17	0.06	0.21	-0.15	0.19	0.12	0.1	-0.36	-0.67	-0.47	-0.84
+YDR046C	BAP3   TRANSPORT        BRANCHED-CHAIN AMINO ACID PERMEASE	-0.03	0.44	0.3	-0.1	0.06	0.52	0.23	0.06	0.2	0.33	0.57	0.11		-0.01	0.26	0.38	-0.03	0.2	-0.67	-0.09	-0.07	-0.15	-0.12	0.31	0.31	0.82	0.49	0.77	0.19	0.38	0.32	0.29	-0.09	0.31	-0.1	-0.14	-0.25	-0.15	-0.49	0.18	-0.09	-0.15	-0.29	0.58	-1.09	-0.36	-1.09	-0.18	-1.09	-0.27	0.3	0.38	0.4	-0.92	0.48	0.48	-1.25	-1.25	0.11	-0.56	-0.6	-0.42	-0.18	0.11	-0.51	-1	-0.01	-0.3	-0.06	0.96	-0.23	0.31	-0.17	0.16	0.53	0.29	-0.22	-0.22	-0.6
+YNL268W	LYP1   TRANSPORT        LYSINE PERMEASE	0.04	-0.4	0.01	-0.2	0.19	0.12	0.26	-0.17	-0.14	-0.27	-0.04	-0.01	0.24	-0.12	0.19	-0.17	0.12	-0.14		-0.12	-0.3	-0.4	-0.01	0.07	0.11	-0.07	-0.03	-0.18	-0.17	-0.14	-0.18	-0.3	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	-0.42	-0.36	0.29	1.01	1.08	0.2	-0.74	-0.01	0.12	-1.29	-1.22	0.21	-0.04	0.43	-0.67	0.03	-0.32	-0.36	-0.84	-0.4	-0.58	0.19	0.51	0.32	0.66	0.31	0.34	0.3	-0.2	-0.4	0.15	-0.03
+YNL169C	PSD1   PHOSPHOLIPID METABOLISM  PHOSPHATIDYLSERINE DECARBOXYLASE	-0.4	-0.23	0.23	-0.01	0.18	-0.32	0.01	-0.47	-0.27	-0.29	-0.14	-0.12	0.18	-0.25	0.07	-0.29	0.15	-0.36	-1.22	-0.54	-0.62	-0.42	-0.27	0.33	0.14	0.31	0.01	0.04	0.03	0.33	-0.1	-0.04	-0.42	0.12	0.32	0.03	-0.1	-0.56	-0.07	0.23	0.12	-0.32	-0.47	-0.25	-0.4	-0.2	-0.36	-0.3	-0.92	0.1	1.15	0.73	0.61	-1.09	0.62	0.1	-0.62	-0.18	-0.06	0.42	-0.12	-0.79	-0.3	-0.29	0.28	-0.58	-0.32	-0.36	-0.36	0.03	-0.25	0.32	0.08	0.31	0.3	-0.03	-0.0 [...]
+YNR056C	BIO5   BIOTIN BIOSYNTHESIS    TRANSMEMBRANE REGULATOR OF KAPA/DAPA TRANSPORT	-0.17	0.29	0.1	-0.18	-0.14	-0.04	0.2	0.15	0.3	-0.06	-0.51	0.11	-0.12	0.03	-0.45	-0.14	-0.03	0.16	-0.56	-0.56	0.03	0.2	-0.07	-0.56	-0.29	-0.07	-0.3	-0.29	-0.18	-0.38	-1.03	-0.14	0.31	0.5	-0.06	0.57	-0.49	-0.23	-0.58	-0.09	0.66	-0.74	-0.74	0.31	-1.29	-0.23	-1.03	-0.3	-0.94	-0.71	-0.14	-0.27	-0.18	-0.56	0.4	-0.3	-1.4	-1.09	-0.32	0.44	-0.06	-0.27	0.72	-0.09	-0.29	-0.14	-0.54	-0.74	-0.51	0.46	-0.29	0.07	-0.12 [...]
+YKL096W	"CWP1   CELL WALL PROTEIN     BETA-1,6-GLUCAN ACCEPTOR"	-0.92	0.44	0.42	-0.07	0.21	0.88	1.79	0.9	0.03	1.59	-1.89	-1.94	-0.6	-0.27	1	0.69	1.08	-0.04	-0.97	0.34	-0.15	-0.76	-0.62	-0.36	0.18	0.66	0.82	0.45	0.32	0.88	0.78	0.39	-0.64	-1.15	1.28	1.77	1.79	0.75	0.61	2.04	1.87	1.7	1.28	0.19	0.58	0.92	1.14	-0.03	-2.12	0.56	2.76	2.28	2.34	-2.64	1.91	1.7	-2.94	-3.18	0.36	2.92	3.07	2.1	1.43	1.29	-0.29	-1.4	0.72	1.18	0.36	0.64	0.65	0.08	0.15	0.71	1.36	1.56	1.32	0.44	0.01
+YPR159W	KRE6   CELL WALL BIOGENESIS     GLUCAN SYNTHASE SUBUNIT	0.29	0.28	0.29	0.5	0.58	0.04	0.15		-0.18	-0.2	0.01	-0.1	0.08	-0.15	0.31	0.11	-0.12	0.06	-0.67	-0.86	-0.45	-0.3	-0.34	-0.25	-0.15	0.25	0.28	-0.07	-0.64	-0.12	-0.4	-0.36	0.43	0.08	0.93	1.09	0.6	-0.03	0.15	0.75	0.78	0.57	0.01	-1.03	-0.12	-0.1	-0.04	-0.38	-0.36	0.32	1.14	0.9	1	-0.71	0.38	-0.04	-0.56	-0.18	-0.17	0.3	0.16	1.04	0.38	0.57	-0.86	-0.74	-0.23	-0.58	0.04	0.25	0.86	0.67	0.16	0.3	0.76	0.54	0.29	-0.51	-0.69
+YGR032W	"GSC2   CELL WALL BIOGENESIS     1,3-BETA-D-GLUCAN SYNTHASE SUBUNIT"	0.37	0.19	0.3	0.28	0.58	-0.1	0.42	-0.04	0.06	-0.04	-0.03	-0.01	0.14	-0.27	0.2	0.03	-0.03	-0.06	-0.17	-0.22	-0.25	-0.29	-0.22	-0.38	-0.03	-0.36	0.33	0.36	-0.45	0.21	-0.09	-0.12	0.55	0.28	0.68	0.51	0.34	0.07	0.1	0.23	0.24	0.11	-0.1	-0.14	-0.09	-0.06	-0.07	-0.45	-0.56	-0.14	0.58	0.48	0.43	-0.4	0.32	0.25	-0.67	-1	0.21	0.39	0.06	1.27	1.6	0.99	-0.74	-0.38	0.51	0.33	0.71	0.37	1.29	0.71	-0.09	-0.04	0.11	-0.15	-0.15	-0.76	0.49
+YJR148W	BAT2   BRANCHED CHAIN AMINO ACI TRANSAMINASE	-0.45	-0.27	0.19	0.04	0.34	0.26	0.48	0.06	0.3	0.03	0.19	-0.18	-0.01	-0.84	-0.12	-0.43	0.06	-0.36	-0.42	-0.01	0.04	-0.01	0.16	0.21	-0.1	0.8	0.99	0.68	0.58	1.01	0.86	0.7	0.37	0.93	1.18	0.34	-0.45	-0.71	0.29	0.85	0.57	-0.07	-0.45	-0.84	0.04		-0.01	-0.42	-0.2	-0.09	0.84	0.5	0.18	-0.06	0.82		-1.4	-0.36	-0.03	0.95	1.58	1.77	0.48	0.61	0.46	0.01	0.1	-0.51	-0.36	-0.07	0.99	0.21	0.04	0.08	-0.23	-0.36	0.07	0.54	0.31
+YJR017C	ESS1   PROTEIN FOLDING     PEPTIDYL-PROLYL CIS/TRANS ISOMERASE	-0.12	-1.03	-0.17	-0.32		-0.47	0.19	-0.42	-0.03	-0.04	-0.27	-0.38	-0.04	-0.58	-0.32	-0.54	-0.15	-0.36	0.01	-0.12	-0.22	-0.09	-0.29	-0.47	-0.07	0.15	0.25	0.24	0.3	0.33	0.44	0.48	0.12	0.06	0.07	0.14	0.28	0.24	0.31	0.01	-0.25	0.14	0.29	0.43	0.32	0.2	0.32	-0.01	0.39		1.08	0.69	-0.49	0.4	-0.06	0.1	0.3	-0.67	-0.09	-0.4	-0.27	-0.27	-0.15	-0.51	0.25	-0.69	0.07	0.23	-0.36	-0.3	-0.79	-1.12	-1.09	-0.67	-0.06	-0.64	-0.09	0.32	-0.27
+YJL196C	ELO1   FATTY ACID METABOLISM    FATTY ACID ELONGATION PROTEIN	-1.89	-1.47	-0.22	-0.76	-0.27	-0.94	-0.2	-0.84	-0.38	-0.34	0.18	0.06	0.44	-0.4	-0.07	-0.69	-0.14	-0.43	-1.69	-0.74	-0.81	-0.94	-0.45	-0.54	-0.27	0.31	0.31	-0.04	-0.04	0.45	0.54	0.66	-0.03	0.28	-0.14	0.11	-0.86	-0.03	0.06	0.54	-0.04	-0.74	0.06	0.36	-1.15	-0.18	-0.6	-0.42	0.43		0.94	0.55	0.41	0.41	0.45	-0.12	0.15	-0.27	-0.07	0.34	0.16	-0.71	0.79	-0.6	0.07	-1.36	-0.54		-1.06	-0.92	0.29	-1.56	-0.07	-0.23	0.31	0.11	0.42	-0. [...]
+YHR025W	THR1   THREONINE BIOSYNTHESIS   HOMOSERINE KINASE	-0.01	0.11	-0.14	-0.1	-0.07	0.11	0.03	-0.06	0.11	-0.01	-0.17	-0.12	-0.06	-0.43	0.06	-0.1	-0.17	-0.17	-1.36	0.29	0.32	0.23	0.4	0.57	0.51	0.65	0.32	0.69	0.19	0.11	0.14	0.55	-0.4	-0.25	-0.34	-0.15	-0.36	-0.38	-0.47	-0.25	-0.27	-0.47	-0.17	-0.17	-0.89	-0.47	-0.69	0.18	-0.51	-0.89	-0.42	0.3	-0.54	-0.15	0.55	0.7	0.4	-0.56	0.51	0.19	-0.71	-0.07	0.2	0.6	0.34	-1	-0.03	-0.45	0.2	0.25	-0.6	-0.25	0.1	-0.06		0.07	-0.45	-0.86	-1.09
+YCL009C	ILV6   ISOLEUCINE AND VALINE BI ACETOLACTATE SYNTHASE	-0.03	0.04	0.23	0.25		0.31	0.06	0.18	0.07	0.4	0.4	0.15	-0.01	0.06	0.08	0.37	0.15	0.24	0.2	0.49	-0.25	0.48	0.43	0.82	0.69	0.64	0.46	0.69	0.19	0.3	0.26	0.71	-0.25	-0.29	-0.14	0.19	0.23	0.01	-0.03	0.15	-0.04	0.16	0.1	-0.01	-0.42	-0.32	-0.15	0.2	0.77	0.26	0.61	0.67	0.6	0.5	0.8	0.19	0.37	-0.15	0.52	0.49		0.01	0.67	0.31	0.42	-1.94	0.38	0.07	0.6	0.59	-0.71	0.06	-0.06	0.25	-0.18	-0.49	-0.62	-0.64	-1.22
+YJR139C	HOM6   METHIONINE AND THREONINE HOMOSERINE DEHYDROGENASE	0.2	-0.09	0.11	-0.06	0.29	-0.12	0.56	0.21	0.21	-0.38	0.08	-0.23	0.21	-0.51	0.34	-0.14	0.43	-0.27	0.2	-0.01	-0.06	-0.47	-0.01	-0.09	0.21	0.04	-0.15	-0.03	0.2	0.08	-0.06	0.01	1.2	0.93	0.46	0.04	0.2	0.23	0.2	0.25	-0.09	-0.06	0.15	0.34	-0.47	-0.54	-0.4	-0.25	0.07	-1.22	-0.25	-0.04	-0.15	1.09	0.73	0.59	-0.49	-1.32	0.18	0.5	-0.06	-0.3	0.16	0.08	0.12	-0.54	0.1	-0.03	0.01	-0.32	-0.79	-0.64	0.07	0.1	0.46	0.37	0.41	0.01	-0.84
+YEL027W	CUP5   ATP SYNTHESIS       VACUOLAR ATP SYNTHASE SUBUNIT	0.03	-0.06	-0.04	0.12	0.08	0.07		0.32	0.45	-0.07	0.39	-0.01	0.33	0.12	0.43	0.29	0.07	-0.14	-0.03		0.38	0.31	0.06	0.23	0.63	0.2	0.18	0.15	0.39	0.2	0.23	-0.01	-0.45	-0.54	-0.45	0.18	0.39	0.31	0.18	0.31	0.15	0.11	0.45	0.77	-0.07	-0.34	-0.17	-0.06	0.51	-0.12	0.31	0.54	0.82	0.52	0.68	0.6	-0.64	-0.86	0.49	0.1	-0.38	-0.6	-0.07	-0.14	0.53	-0.64	-0.15	-0.2	0.33	-0.34	-0.1		0.03	0.11	0.58	0.34	0.31	0.08	-0.51
+YOR316C	COT1   CO2+ ION HOMEOSTASIS     MITOCHONDRIAL MEMBRANE PROTEIN	-0.23	0.18	-0.06	-0.01		0.01	0.04	-0.04	0.21	0.23	0.2	0.41	0.26	-0.1	0.3	-0.06	0.11	0.08	-1.4	-0.27	-0.34	-0.29	-0.49	-0.15	0.12	0.33	0.45	0.5	0.53	0.51	0.7	0.49	0.14	0.14	-0.22	-0.43	-0.23	-0.74	-0.58	1.01	-0.27	-0.64	-0.62	-0.01	-0.74	-0.71	-0.79	-0.17	0.45	-0.79	0.06		0.11	1.21	0.25	-0.25	-0.23	-1.84	0.08	0.66	0.48	-0.23	0.06	0.38	0.4	-0.3	-0.01	-0.03	-0.1	0.61	0.07	1.32	-0.14	0.1	0.36	-0.27	-0.71	0.36	0.31
+YLR027C	"AAT2   ASPARTATE METABOLISM     ASPARTATE AMINOTRANFERASE,"	0.16	-0.04	-0.04	0.29	0.18	0.3	0.62	0.44	0.71	0.3	0.42	0.29	0.29	-0.03	0.37	0.28	0.01	0.18	-0.42	0.23	0.33	0.26	0.11		0.25	0.21	0.49	0.46	0.3	0.76	0.65	0.62	-1.15	-1.36	-1.03	-0.29	0.15	0.21	0.01	0.01	-0.2	-0.03	0.18	-0.81	0.03	-0.12	0.19	-0.1	1.06	0.18	0.78	0.43	0.62	0.55	0.45	0.41	0.42	-0.71	0.33	0.03	0.56	0.91	-0.01	0.15	0.24	-0.2	0.56	0.39	0.34	-0.01	-0.1	-0.69	0.29	0.44	0.91	0.21	0.11	0.01	0.21
+YBR286W	APE3   PROTEIN DEGRADATION    VACUOLAR AMINOPEPTIDASE Y	0.71	0.25	0.68	0.33	0.48	0.32	0.67	0.25	0.34	0.3	0.25	0.04	0.37	-0.29	0.31	0.25	0.31	0.44	1.2	0.97	0.69	0.68	-0.17	-0.47	-0.43	-0.15	0.04	-0.14	-0.34	0.14	0.5	0.4	-0.22	-0.4	-0.01	0.15	0.14	0.04	0.14	0.12	-0.01	0.06	-0.01	0.42	0.01	-0.12		0.31	0.08	-0.4	-0.42	0.34	0.99	0.3	0.06	1.11	-0.45	-0.92	0.45	0.59	0.33	0.28	-0.14	0.58	-0.14	-0.94	0.1	0.15	0.56	-0.27	0.9	0.2	0.57	0.51	0.88	0.53	0.39	0.4	1.24
+YMR011W	HXT2   TRANSPORT        HEXOSE PERMEASE	1.1	1.84	2.12	1.65	1.1	1	0.71	0.08	0.36	0.85	1.99	1.83	1.55	0.7	0.62	-0.29	-0.04	-0.09	0.38	-0.17	-0.34	-0.23		-0.86	-0.49	-0.3	-0.04	-0.03	-0.04	-0.15	0.14	-0.01	0.77	2.28	0.21	0.16	0.54	1.77	2.63	1.53	0.3	1.28	1.59	0.56	1.06	0.67	0.28	-0.25	-0.22	-0.04	-1.15	-1.09	-0.97	-0.25	-1.4	-1.25	-0.56	-3.84	0.78	2.83	0.18	-1.4	-0.69	-1.09	-0.92	-1.74	-0.15	-0.74	0.49	1.63	2.76	0.7	0.24	0.44	0.54	-0.3	-0.84	-1.22	-1.36
+YMR304W	"UBP15  PROTEIN DEGRADATION, UBI PUTATIVE DEUBIQUITINATING ENZYME"	0.49	0.74	0.54	0.62	0.32	0.3	0.34	0.2	0.16	0.29	0.12	0.31	0.16	-0.1	0.58	0.38	0.16	0.18	-0.2	-0.04	-0.51	-0.15	-0.38	-0.76	-0.17	-0.32	0.45	0.32	0.1	0.52	-0.07	0.01	0.3	0.44	-0.03	0.15	0.08	0.24	0.26		0.07	0.03	0.1	-0.27	0.1	-0.01	0.12	-0.3	0.18	-0.58		-1.29	-0.56	0.9	-1	-0.49	-0.1	-0.17	-0.43	0.83	0.21	0.53	0.19	-0.25	-0.64	0.08	0.14	-0.22	-0.12	0.19	0.59	0.86	-0.17	-0.23	-0.3	-0.15	0.43	-0.01	-0.18
+YNL036W	"NCE103 SECRETION, NON-CLASSICAL UNKNOWN"	0.01	3.1	2.97	2.83	2.19	1.9	1.75	1.04	1.21	0.83	0.91	0.42	0.76	0.3	0.73	0.67	0.76	0.93	-2.32	-0.67	0.61	0.26	0.19	0.18	0.26	0.14	0.38	0.28	-0.01	0.75	0.91	0.7	0.91	0.48	0.54	0.98	0.65	0.93	0.99	0.96	0.93	1.12	0.6	0.31	0.24	0.32	0.95	-0.1	0.11	-1.09	-1.18	-1.36	-1.84	1.78	-0.04	-0.92	-0.69	-1.43	0.81	4.22	2.32	0.15	-0.51		-0.17	0.41	0.25	0.21	-0.18	1.83	3.52	2.36	-0.06	-1.29	-2.25	-2.18	-2.25	1.24	1.06
+YHR071W	PCL5   CELL CYCLE       CYCLIN (PHO85P)	0.77	1.48	1.96	2.16	1.61	1.38	1.25	1.17	1.18	0.54	0.88	0.65	0.96	0.78	0.99	0.97	0.37	0.67	0.39		0.01	0.14	0.21	-0.1	-0.09	-0.38	-0.45	-0.49	-0.42	-0.18	-0.36	-0.07	0.26	-0.09	0.04	0.32	0.2	-0.14	-0.01	0.12	0.83	0.25	0.28	-0.25	0.06	0.46	1.02	0.21	0.06	-0.2	-0.2	0.16	0.04	0.66	0.18	0.32	-0.38	0.25	0.36	1.57	1.07	-0.03	0.08	0.08	-0.32	0.11	-0.09	-0.29	-0.38	-0.04	0.03	-0.09	0.18	-0.23	-0.45	-0.79	-0.62	0.45	0.21
+YFR051C	RET2   SECRETION        VESICLE COAT COMPONENT	-0.22	-0.69	0.06	-0.2	0.26	-0.18	0.07	-0.23	-0.12	-0.29	-0.18	-0.22	0.1	-0.03	0.03	-0.23	-0.07	-0.25	-0.97	-0.58	-0.54	-0.38	-0.15	-0.09	-0.18	0.25	0.42	0.56	-0.32	0.53	0.31	0.06	-0.42	-0.71	-0.38	-0.09	-0.15	-0.47	-0.12	-0.09	-0.29	-0.12	-0.12	-1.47	-0.18	-0.25	-0.32	-0.15	-0.49	-0.69	-0.94	-0.42	-1.09	0.3	-0.04	-0.42	-0.06	-0.45	0.15	0.38	0.41	0.23	0.38	0.15	0.8	-0.12	0.32	0.55	0.69		2.17	0.68	-0.1	-0.14	-0.09	-0.45	-0.04	-0.29	-0.36
+YOR142W	LSC1   TCA CYCLE        SUCCINYL-COA LIGASE	-0.15	0.26	0.12	0.24	-0.09	0.1	-0.06	-0.04	-0.23		-0.12	-0.07	-0.14	-0.32	-0.25	-0.18	-0.1	-0.18	-0.4	-0.06	-0.58	0.42	0.1	0.26	0.36	0.62	0.59	0.56	0.4	0.51	0.64	0.53	-0.4	-0.64	-0.49	0.24	0.45	0.3	0.38	1.07	0.42	0.38	0.58	0.42	0.48	0.62	0.76	-0.17	-1.09	-0.62	-0.4	0.03	-0.27	0.26	-0.04	0.57	-0.14	-0.43	0.04	0.55	0.33	-0.04	-0.14	0.78	0.07	-0.09	0.29	0.82	0.4	1.04	0.65	0.77	0.06	-0.03	0.31	0.36	0.25	-0.14	-0.17
+YBR199W	"KTR4   PROTEIN GLYCOSYLATION    PUTATIVE ALPHA-1,2-MANNOSYLTRANSFERASE"	-0.15	0.25	0.18	-0.1	-0.15	-0.06	0.12	0.16	-0.12	0.2	-0.22	-0.25	-0.1	-0.17	-0.27	-0.14	-0.2	0.04	0.7	0.37	-0.64	-0.18	0.07	-0.01	-0.06	0.28	-0.09	0.1	-0.03	0.07	0.18	0.29	-0.62	-0.42	-0.4	-0.18	-0.03	-0.23	0.18	0.14	-0.03	-0.09	-0.06	-0.45	0.3	0.16	0.23	-0.3	-0.22	-0.29	-0.56	-0.3	-0.01	0.34	-0.1	0.11	-0.25	-0.27	0.18	0.57	1.19	0.21	-0.17	0.66	0.12	-0.45	0.12	0.61	0.34	0.16	0.96	0.78	-0.06	-0.12	0.03	0.08	0 [...]
+YKL192C	NONE   FATTY ACID BIOSYNTHESIS  ACYL CARRIER PROTEIN (PUTATIVE)	-0.14	-0.45	-0.04	-0.17	-0.04		0.19	-0.2	-0.01	-0.25	-0.18	-0.49	0.04	-0.64	-0.04	-0.62	-0.09	-0.58	0.04	-0.06	-0.01	0.06	0.08	-0.09	-0.15	0.24	0.39	0.37	0.21	0.36	0.12	0.32	0.16	-0.45	-0.56	-0.06	0.26	0.46	0.65	0.7	0.37	0.31	0.7	0.78	0.56	0.58	0.74	-0.45	-0.64	-0.14	-0.32	-0.23	-0.09	0.11	-0.09	-0.32	-0.76	-0.49	0.12	0.53	0.4	0.28	0.36	0.56	0.42	-0.3	0.14		-0.25	0.12	-0.22	0.26	-0.01	-0.23	-0.17	-0.71	-0.97	-0.97	-1.15
+YNL071W	LAT1   GLYCOLYSIS       DIHYDROLIPOAMIDE S-ACETYLTRANSFERASE	0.23	-0.23	0.58	0.06	0.31	0.11	0.46	-0.04	0.4	0.19	0.3	-0.06	0.18	0.11	0.36	0.07	0.12	-0.27	0.5		0.03	0.18		-0.25	-0.03	0.25	0.19	0.01	-0.14	0.36	0.29	0.25		-0.43	-0.3	-0.06	0.19	0.12	-0.03	0.01	-0.06	0.19	0.16	-0.36	0.34	0.21	0.37	-0.27	-0.4	-0.01	0.25	0.06	0.01	0.01	0.15	-0.42	-0.62	-0.27	0.26	0.45	0.69	0.33	0.26	0.38	0.42	-0.54	0.39	0.55	0.33	0.33	0.45	0.07		-0.2	-0.27	-0.34	-0.25	-0.4	-0.71
+YHR037W	PUT2   AMINO ACID BIOSYNTHESIS  DELTA-1-PYRROLINE-5-CARBOXYLATE DEHYDROGENASE	0.06	0.04	0.42	0.46	0.26	-0.22	0.48	0.15	0.36	0.03	0.15	0.14	0.16	-0.38	0.19	-0.15	0.1	-0.06	-0.51	0.14	-0.09	0.19	-0.07	-0.03	0.18	0.1	0.31	0.33	-0.1	0.31	0.44	0.32	-0.27	-1.29	-0.74	0.06	0.37	0.24	0.43	0.41	0.54	0.67	0.65	0.24	1.16	1.01	1.26	-0.56	-0.49	-0.3	-0.14	0.01	0.07	-0.29	0.06	-0.42	-0.89	-0.56	0.03	0.88	0.67	0.31	-0.01	-0.03	0.1	0.04	0.39	0.67	0.36	0.69	0.95	0.83	-0.07	0.01	-0.06	-0.42	-0.45	 [...]
+YLR121C	YPS4   PROTEIN PROCESSING    GPI-ANCHORED ASPARTIC PROTEASE	0.68	0.7	0.74	0.78	0.29	0.76	0.01	0.28	0.01	-0.07	0.54	0.74	0.29	0.4	0.21	0.29	0.16	-0.07	0.25	-0.14	0.19	0.3	0.19	0.14	0.1	0.14	0.16	-0.01	-0.14	-0.09	0.19	0.24	0.46	2.47	2.37	1.26	0.19	-0.01	1.65	2.46	1.42	0.51	-0.07	-0.76	0.58	0.55	0.4	-0.04	-0.38	-0.94	-1.12	-1.15	-1.18	0.32	-0.17	-0.06	-0.79	-1.36	0.39	0.23	0.12	0.31	0.04	0.15	-0.32	-1.03	0.93	1.33	0.38	-0.1	0.6	1.25		0.21	0.19	-0.09	0.08	-0.15	-0.04
+YKL043W	PHD1   PSEUDOHYPHAL GROWTH    TRANSCRIPTION FACTOR	-0.6	1.62	-0.34	-0.69	-0.92	-0.84	-1.15	-1.51	-1.22	-0.62	-0.81	-0.58	-0.64	-0.79	-0.49	-0.62	-0.79	-0.71	0.68	0.36	0.01	0.21	-0.34	-0.12	-0.38	0.03	0.18	0.23	-0.15	0.41	0.57	0.68	-1.25	-0.81	-1.56	-0.15	0.32	0.51	0.32	-0.12	0.1	0.14	0.29	0.42	-0.32	-0.43	-0.43	-0.12	-0.54			-0.58		0.64		-0.22			0.4	2.19	0.04	-0.47	-0.27	0.01	0.16	0.19	-0.25	-0.42	0.1	0.75	1.29	1.34	-0.12	-0.27	-0.64	-0.47	-0.45	0.72	0.74
+YDL020C	"RPN4   PROTEIN DEGRADATION, UBI 26S PROTEASOME SUBUNIT"	0.07	0.04	0.4	0.2	0.19	0.26	0.39	0.23	0.28	0.14	0.06	0.15	0.2	0.07	0.15	0.07	0.28	0.23	1.23	0.42	-0.12	-0.38	-0.49	-0.45	-0.89	-0.54	-0.18	-0.22	-0.18	0.15	-0.07	-0.04	0.62	-0.04	-0.58	-0.09	-0.25	-0.2	-0.17	-0.4	-0.45	-0.22	0.12	-0.4	0.25	0.01	0.16	-0.18	-0.92	-0.67	-1.43	-1.64	-1.74	0.21	-0.69	-1.47	0.08	1.33	-0.17	1.2	0.18	-0.4	0.26	0.66	0.48	0.33	-0.09	-0.12	-0.01	0.59	1.26	0.7	-0.09	-0.47	-0.42	-0.51	-0.62	1.17	1.01
+YNL006W	LST8   SECRETION        UNKNOWN; POST-GOLGI	-0.12	0.01	0.03	0.11	-0.07	-0.12	0.24	-0.07	-0.04	-0.18	-0.17	-0.23	-0.01	-0.49	-0.15	-0.29	-0.32	-0.17	0.2	-0.22	-0.25	-0.4	-0.45	-0.34	-0.3	0.03	-1.89	0.12	-0.04	0.14	0.21	0.06	-0.79	-0.97	-0.76	-0.43	-0.54	-0.38	-0.27	-0.3	-0.34	-0.18	0.24	-0.17	0.11	0.36	0.24	-0.23	-0.4	-0.42	-0.67	-0.62	-0.38		-0.51	0.12	-0.03	0.32	0.28	2.05	0.49	-0.2	-0.06	1.08	0.11	0.15	0.07	0.15	1.42	0.34	0.14	-0.36	-0.03	-0.01	-0.07	0.11	-0.04	0.52	0.98
+YMR276W	DSK2   SPINDLE POLE BODY DUPL   UBIQUITIN-LIKE PROTEIN	-0.1	-0.17	0.11	0.03	0.3	-0.1	0.52	0.1	0.12	-0.03	-0.09	-0.25	-0.14	-0.58	-0.15	-0.29	-0.01	-0.23	0.84	0.57	-0.17	0.11	-0.04	0.03	0.1	0.26	0.43	0.23	0.1	0.38	0.2	0.52	-0.43	-0.64	-0.34	0.06	0.03	-0.34	-0.23	-0.42	-0.34	-0.03	0.11	-1.36	-0.04	-0.03	0.07	-0.09	0.23	0.03	-0.22	-0.76	-1.25	0.3	-0.94	-0.84	0.56	0.86	0.56	1.09	0.86	1.56	1.09	1.05	0.39	-0.45	0.61	0.39	0.28	0.52	0.76	1.02	-0.92	-0.29	0.79	-0.67	-0.97	0.39	-0.36
+YJL034W	KAR2   SECRETION        BIP HOMOLOG; ER PROTEIN TRANSLOCATION	0.29	-0.29	0.41	0.48	0.78	0.57	0.77	0.2	0.14	-0.25	0.01	-0.07	0.18	-0.09	0.57	0.25	0.16	-0.34	0.79	-0.34	-0.27	-0.29	-0.23	-0.34	0.11	-0.03	0.16	-0.01	-0.23	0.4	0.11	-0.09	-1.36	-2.4	-2	-2	-2.18	-2.32	-1.56	-1.4	-1.22	-0.89	-0.84	-0.51	-0.36	-0.51	-0.43	-0.15	-1.56	-1.29	-1.09	-1.64	-1.89	-0.04	0.03	-0.58	-0.29	0.61	0.1	2.5	1.57	0.39	0.97	-0.03	2.56	0.82	3.16	2.71	0.03	-0.4	0.66	0.01	0.38	0.38	0.07	-0.04	0.07	0.55	0.5
+YML130C	ERO1   PROTEIN FOLDING     PROTEIN DISULFIDE BOND FORMATION IN THE ER	0.55	0.11	0.19	0.12	-0.04	-0.18	0.16	-0.29	0.03	-0.38	-0.06	-0.3	0.08	-0.32	-0.14	-0.18	-0.49	-0.42	0.11	-0.49	-0.47	-0.32	-0.54	-0.51	-0.2	-0.42	0.04	-0.17	-0.1	-0.18	-0.04	-0.3	-0.12	-0.94	-1.32	-1.15	-1.25	-1.15	-0.89	-1.09	-1.06	-0.09	-0.29	-0.79	0.03	-0.23	-0.04	0.06	-0.67	0.24	0.55	0.39	0.14	-1.36	0.21	-0.1	-1.29	-0.29	-0.07	1.98	0.94	0.46	0.19	0.19	2.29	1.87	2.53	1.71	-0.32	-0.06	0.18	1.46	0.32	0.25	0.01 [...]
+YCL043C	PDI1   PROTEIN FOLDING     PROTEIN DISULFIDE ISOMERASE	0.34	-0.09	0.44	0.1	0.45	0.26	0.6	0.23	0.37	-0.04	0.38	0.23	0.11	0.15	0.4	0.3	0.18	-0.17	-0.22	0.34	-0.14	-0.03	-0.18	-0.14	0.45	0.12	0.34	0.07	-0.22	0.52	0.21	0.24	-0.45	-1.15	-1	-0.47	-0.29	-0.67	-0.81	-0.62	-0.71	-0.22	-0.12	-0.42	-0.45	-0.42	-0.23	-0.14	0.29	0.53	0.52	-0.01	-0.23	-0.3	-0.09	-0.58	1.12	1.03	0.53	0.82	0.71	0.77	0.99	0.83	0.93	0.07	1.74	1.58	0.44	-0.47	-0.18	-0.4	0.48	0.6	0.86	0.2	0.42	0.19	0.01
+YPL240C	HSP82  PROTEIN FOLDING     HSP90 HOMOLOG	-0.03	-0.32	0.5	0.34	0.42	0.08	0.5	0.2	0.26	-0.03	-0.25	-0.18	-0.12	-0.38	-0.04	-0.27	-0.14	-0.22	1.34	0.06	-0.15	0.1	-0.32	-0.56	-1.15	-0.43	-0.15	-0.32	-0.12	-0.07	0.39	-0.27	-1.69	-2.47	-2.74	-0.06	-0.89	-0.84	-1.79	-2.18	-1.6	-0.89	-0.3	-0.51	0.45	0.11	0.07	0.03	-0.45	0.81	0.44	-0.54	-0.71	-1.43	-0.23	-1.6	0.99	2.49	0.03	2.28	1.86	0.78	1.22	0.29	0.04	0.38	1.01	0.56	-0.3	0.03	0.03	-0.12	0.04	-0.06	-0.42	-0.09	0.3	1.04	0.76
+YMR186W	HSC82  PROTEIN FOLDING     CHAPERONIN	0.18	-0.4	0.01	0.23	0.03	0.18	0.42	0.28	0.24	-0.12	0.08	-0.14	-0.07	-0.47	-0.14	-0.12	-0.32	-0.15	1.03	0.37	0.29	0.29	-0.42	-0.58	-0.45	-0.54	-0.12	-0.23	-0.06		0.37	-0.34	-1.6	-2.64	-2.84	-2.74	-2.56	-2.4	-2.25	-2.18	-2	-0.84	-0.6	-0.09	0.23	-0.17	-0.09	0.32	-0.06	1.21	0.68	-0.3	-0.54	-1.06		-1.29	1.18	2.44	0.14	1.45	1.62	0.81	0.77	1.43	-0.15	0.2	0.77		-0.01	-0.2	0.06	-0.12	0.11	0.04	-0.25	-0.12	0.19	0.62	1.1
+YLR216C	CPR6   PROTEIN FOLDING (PUTATIV PEPTIDYL-PROLYL CUS-TRANS ISOMERASE	0.01	0.43	0.11	0.31	-0.01	0.33	0.06	-0.04	0.1	-0.15	-0.54	-0.29	-0.4	-0.74	-0.36	-0.29	-0.22	-0.4	1.68	0.73	0.49	0.19	-0.09	-0.25	-0.3		-0.15	-0.15	0.03	0.04	0.39	0.24	0.11	-0.74	-1.06	-1.32	-1.29	-1.32	-1	-1	-0.81	-0.49	-0.2	0.46	0.7	0.46	0.74	-0.04	-1.74	-0.84	-1.56	-1.79	-1.47	-0.67	-1	-1.06	-0.27	1.08	-0.04	2.22	2.28	0.96	0.8	0.15	0.59	0.38	1.29	0.78	-0.38	-0.22	-0.4	-0.51	0.36	0.24	0.28	0.28	0.14	2.11	1.26
+YNL007C	"SIS1   TRANSLATION      HEAT SHOCK PROTEIN, HOMOLOG OF E. COLI DNAJ "	-0.34	-0.23	-0.03		-0.07	0.23	0.16	-0.29	-0.04	-0.15	-0.27	-0.04	-0.4	-0.74	-0.07	-0.14	-0.3	-0.32	1.45	0.99	0.08	-0.07	-0.42	-0.74	-0.49	0.15	0.29	-0.06	-0.1	0.2	0.75	0.48	-0.81	-2.4	-2.74	-2.4	-2.25	-2.18	-1.36	-1.43	-1.4	-0.25	-0.18	-0.42	0.34	0.07	0.11	-0.25	-1.22	-1.03	-0.71	-1.4	-1.64	-0.64	0.26	-0.54	0.33	0.7	0.58	3.19	2.04	0.86	0.72	-0.17	0.88	0.65	0.7	0.53	0.24	0.3	0.12	0.84	0.04	-0.54	0.08	-0.03	0.06 [...]
+YOR027W	STI1   PROTEIN FOLDING     COMPONENT OF HSP70-HSP90 COMPLEXES	0.18	-0.09	0.01	0.44	0.29	0.21	0.46	0.43	0.29	-0.07	0.1	-0.18	-0.29	-0.32	-0.07	0.06	-0.04	-0.17	1.18	0.42	0.37	0.29	-0.23	-0.32	-0.32	-0.09	0.24	-0.09	-0.34	0.28	0.51	0.28	-1.43	-1.6	-2	-1.74	-1.6	-1.64	-1.36	-1.06	-1.6	-0.86	-0.69	-0.43	-0.18	-0.32	-0.42	-0.15	-1.22	-0.06	-0.86	-1.6	-1.47	-1.29	-0.84	-1.18	0.39	1.54	0.06	2.3	2.12	1.17	0.79	0.75	0.24	0.1	1.39	0.78	0.07	0.06	0.53	0.97	0.2	0.07	-0.3	-0.47	-0.17	1.21	1.5
+YER103W	SSA4   ER AND MITOCHONDRIAL TRA CYTOSOLIC HSP70	0.19	-0.14	0.11	0.31	0.37	0.21	0.38	-0.03	0.11		-0.2	-0.14	-0.22	-0.29	-0.2		-0.25	-0.2	1.26	0.3	0.46	0.52	0.01	-0.42	-0.6		0.34	0.19	-0.03	0.18	0.65	0.61	-1.18	-1.89	-2.32	-1.51	-1.51	-1.79	-1.69	-1.94	-1.64	-0.49	-0.14	-0.69	0.29	0.08	0.24	-0.01	-2.32	-1.06	-1.36	-1.22	-1.22	-0.71	-0.14	0.07	-0.34	1.23	0.37	4.47	3.35	1.85	1.52	0.21	-0.79	-0.3	0.62	0.04	-0.07	-0.18	0.39	0.31	0.18	0.07	0.04	-0.17	0.04	0.98	0.55
+YBL075C	SSA3   ER AND MITOCHONDRIAL TRA CYTOSOLIC HSP70	-0.27	-0.67		0.1	0.14	0.01	0.2	0.31	0.14	-0.04	-0.34	-0.12	-0.45	-0.34	-0.25	-0.23	-0.38	-0.22	0.3	-0.27	-0.18	-0.14	-0.34	-0.79	-0.74	-0.47	0.32	0.24	-0.71	0.14	0.83	0.52	-1.25	-1.74	-2.12	-1.4	-1.09	-1.32	-1.25	-1.09	-1.79	-0.6	-0.86	-0.71	-0.27	-0.14	0.06	-0.03	-1.51	0.25	0.23	-0.01	0.29	-1.6	-0.36	0.18	0.49	1.94	0.43	3.77	2.75	1.7	1.32	0.32	-0.62	-0.22	0.49	0.24	0.11	-0.01	0.4	0.01	0.08	-0.14	0.03	-0.04	0.03	1.29	1.44
+YLL024C	SSA2   ER AND MITOCHONDRIAL TRA CYTOSOLIC HSP70	0.08	-0.27	0.07	0.29	0.42	0.31	0.28	0.28	0.39	-0.09	0.38	-0.03	-0.15	-0.12	0.25	0.43	-0.43	-0.15	0.44		0.5	0.33	-0.07	-0.49	-0.34	0.1	0.52	0.23	-0.27	0.41	0.95	0.63	-2.06	-3.06	-3.32	-3.47	-3.47	-3.32	-2.94	-2.74	-2.56	-1.15	-0.64	-0.67	-0.29	-0.43	-0.43	0.12	-1.36	-1.25	-2	-2.12	-2.25	-0.12	-0.3	-0.51	0.01	-0.12	0.42	1.77	1.6	0.95	0.82	0.39	-0.84	-0.3	0.86	-0.01	0.15	-0.04	0.03	0.33	0.23	0.07	-0.3	-0.42	-0.49	-0.25	-0.81
+YAL005C	SSA1   ER AND MITOCHONDRIAL TRA CYTOSOLIC HSP70	0.08	-0.4	-0.34	0.07	0.24	0.06	0.38	0.32	0.25	0.62	-0.29	0.41	-0.17	-0.04	-0.17	0.81	-0.1	0.36	0.33	0.4	-0.09	0.67	-0.03	-0.42	0.16	0.26	0.71	0.63	-0.01	0.63	1.02	1.07	-1.84	-2.74	-2.94	-2.94	-3.06	-2.94	-2.56	-2.56	-2.25		-0.54	0.83	0.01	-0.14	-0.23	0.61	-1.29	-1.29	-2	-1.84	-2.25	0.01	-0.36	-0.56	0.21	0.07	0.8	2.35	1.69	0.98	1.11	0.41	-1.09	-0.25	1.15	-0.09	0.51	-0.09	-0.18	0.3	0.12	0.06	0.04	-0.01	-0.12	0.01	-0.15
+YNL241C	ZWF1   PENTOSE PHOSPHATE CYCLE  GLUCOSE-6-PHOSPHATE DEHYDROGENASE	0.4	0.45	0.91	0.04	0.21	0.03	0.57	0.12	0.18	0.21	0.03	0.26	0.03	-0.4	-0.1	0.08	0.11	0.33	0.48	0.4	0.31	0.37	0.42	0.52	0.48	0.54	0.6	0.45	0.21	0.57	0.4	0.37	-0.54	-1.56	-1.22	-0.23	-0.4	-0.64	-0.03	0.07	0.11	-0.29	-0.15	-0.23	0.42	0.34	0.31	-0.22	-0.51	0.25	0.12	0.07	0.37	-0.62	0.1	-0.09	0.15	1.2	0.66	1.91	1.26	1.33	0.85	0.38		-0.2	0.79	1	0.58	0.76	1.5	1.93	-0.38	-0.09	-0.2	-0.38	-0.27	0.4	
+YFL016C	MDJ1   PROTEIN FOLDING     CHAPERONE; DNAJ HOMOLOG	-0.54	0.04	0.14	0.7	0.06	0.53	0.01	0.18	0.03	-0.03	-0.07	0.01	-0.12	-0.18	-0.14	-0.06	-0.2	-0.12	0.81	0.1	-0.2	-0.36	-0.36	-0.2	0.11		0.16	-0.03	0.28	0.14	0.49	0.36	-1	-1.36	-1.29	-0.94	-1.03	-1	-0.49	-0.45	-0.54	0.42	0.56	1.24	0.64	0.32	0.36	-0.06	-0.09	-0.12	-0.3	-0.14	-0.03	-0.14	-0.01	-0.29	-0.47	-0.4	0.76	3.62	1.33	1.37	0.96	1.31	0.2	0.43	0.51	0.26		0.64	0.56	1.55	-0.03	0.58	0.07	-0.15	0.14	0.45	-0.01
+YHR137W	ARO9   AROMATIC AMINO ACOD META AROMATIC AMINO ACID AMINOTRANSFERASE II	-0.97	-0.92	1.03	-0.18	-0.03	0.08	0.28	0.16	0.03	-0.04	-0.22	-0.43	-0.34	-0.43	-0.17	-0.38	0.32	-0.17	-0.12	-0.07	0.39	0.59	1	0.25	0.06	0.37	0.7	0.52	0.39	0.41	0.15	0.16	-2.47	-2.74	-2.64	-0.81	0.39	0.96	0.34	-0.22	-0.38	0.16	0.12	-0.79	-0.23	-0.42	-0.17	-0.25	-0.25	0.42	0.49	0.06	0.06	-0.69	-0.38	-0.79	1.06	1.51	0.23	4.51	3.53	1	0.58	1.85	-0.29	-0.58	0.33	0.04	0.11	0.24	0.31	1.95	0.03	-0.03	0.29		0.63	0.11	
+YEL030W	ECM10  CELL WALL BIOGENESIS     HEAT SHOCK PROTEIN (HSP70)	-0.23		0.08	0.25	-0.12	0.63	0.04	0.37	0.26	0.41	0.07	0.01	-0.15	-0.03	-0.1	0.28	-0.03	0.1	0.2	0.14	-0.15	0.06	0.3	0.15	0.37	0.42	0.55	0.5	0.49	0.28	0.45	0.49	-1.22	-2	-1.89	-1.09	-1	-1.03	-0.89	-0.81	-0.79	-0.2	-0.23	0.46	-0.15	-0.22	-0.09	0.2	-1.18	-1.25	-1.32	-1.32	0.28	-0.07	-0.42	0.67	1.4	1.65	0.3	0.75	1.16	0.36	0.25	0.1	-0.58	-0.6		-0.12	-0.09	0.03	-0.2	0.62	-0.38	-0.09	0.26	-0.12	-0.6	0.37	0.33
+YNL064C	YDJ1   MITOCHONDRIAL AND ER PRO HSP70 ASSOCIATED CHAPERONE	0.31	-0.36	-0.15	0.2	0.37	0.41	0.56	0.37	0.44	-0.03	0.15	-0.07	0.1	-0.1	0.14	0.16	-0.04		-0.4	-0.04	0.23	0.43	0.42	0.28	0.06	0.18	0.34	0.29	-0.09	0.24	0.41	0.33	-0.4	-0.64	-0.84	-1.09	-1.03	-0.92	-1.03	-0.97	-0.97	-0.23	-0.14	-0.03	-0.01	-0.2	-0.27	-0.15	-0.22	0.9	-0.04	-0.54	-0.56	-1.06	-0.94	-1.56	-0.07	1.28		1	0.62	-0.18	-0.1	0.01	0.68	0.07	0.44	-0.01	0.07	0.08	0.04	0.63	0.23	-0.04	-0.15	-0.27	-0.47	-0.36	-0.76
+YOL013C	HRD1   PROTEIN DEGRADATION    MISFOLDED LUMENAL AND INTEGRAL MEMBRANE PROTEINS		0.14	0.25	-0.27	-0.06	-0.22	0.15	-0.25	-0.15	-0.07	-0.12	-0.12	-0.07	-0.32	-0.23	-0.29	0.01	0.33	0.33	-0.6	-0.64	-0.56	-0.43	-0.38	-0.3	-0.1	-0.17	-0.17	-0.1	0.01	0.08	-0.07	-0.15	-0.49	-0.56	-0.27	-0.23	-0.27	-0.1	-0.43	-0.4	-0.23	-0.29	-1	-0.2	-0.2	-0.12	-0.32	-0.43	-0.18	-0.14	-0.4	-0.27	-0.34	-0.27	-0.58	0.53	1.24	-0.38	0.97		0.08	0.1	0.18	0.88	0.51	0.63	0.16	-0.69	0.16	-0.81	0.18	-0.12	-0.12	0.2	 [...]
+YLR207W	HRD3   PROTEIN DEGRADATION    HMG-COA REDUCTASE DEGRADATION	-0.1	-0.47	0.18	-0.04	0.28	-0.25	-0.09	-0.09	-0.15	-0.09	-0.27	-0.01	-0.06	-0.3	-0.25	-0.12	-0.03	-0.25	-0.14	-0.23	-0.43	-0.45	-0.45	-0.18	-0.4	-0.06	0.03	-0.06	-0.18	0.39	0.34	0.04	-0.47	-0.51	-0.22	-0.42	-0.38	-0.14	-0.12	-0.34	-0.29	-0.36	-0.49	-0.36	-0.42	-0.25	-0.27	-0.22	-0.22	-0.22	-0.71	-0.69	-0.49	-0.15	-0.79	0.32	0.43	0.07	-0.15	0.26	0.15	0.46	0.41	0.89	0.08	-0.29	0.34	0.69	-0.03	0.31	0.24	-0.3	0.08	-0.09	0.08 [...]
+YOR132W	VPS17  VACUOLAR PROTEIN TARGETI PERIPHERAL MEMBRANE PROTEIN	-0.06	0.23	0.5	0.42	0.23	-0.09	-0.04	-0.34	-0.25	-0.07		0.12	0.15	-0.43	-0.04	-0.22	0.06	0.04	0.91	-0.56	-0.56	-0.49	-0.38	-0.15	-0.34	-0.14	0.08	-0.04	-0.56	0.11	-0.03	-0.17	0.1	0.04	0.25		-0.14	-0.22	0.26	0.11	0.1	-0.25	-0.34	-1.18	0.57	0.11	0.2	-0.34	-0.25	-0.69	-0.56	-0.67	-0.58	0.58	-0.03	-0.01	0.1	-0.07	-0.07	0.84	0.43	-0.01	-0.17	-0.04	0.14	0.01	0.21	0.2	-0.06	0.29	-0.01	-0.38	-0.27	-0.29	-0.06	-0.29	-0.07	0.68	0.33
+YBR003W	COQ1   UBIQUINONE BIOSYNTHESIS  EXAPRENYL PYROPHOSPHATE SYNTHETASE	0.06	-0.14	0.34	0.11	0.2	0.23	-0.04	0.4	-0.18	-0.2	0.19	0.46	0.04	-0.1	0.24	0.23	-0.1	-0.01	-0.23	-0.71	-0.58	-0.29	-0.34	-0.71	-0.32	-0.06	-0.2	-0.43	-0.45	0.04	-0.29	-0.17		0.52	-0.09	-0.62	-0.84	-0.36	-0.18	0.82	-0.14		-0.54	0.57	-1.12	-0.2	-1	0.1	-0.25	-0.14	0.06	0.06	-0.25	-0.32	0.19	-0.15	-0.47	-0.23	0.1	0.6	0.23	-0.3	0.04	-0.22	0.26	-0.09	0.32	0.12	-0.2	0.2	-0.4	-0.07	-0.03	0.16	0.45	0.08	-0.34	0.62	0.41
+YLR260W	LCB5   SPHINGOLIPID METABOLISM  LONG CHAIN BASE KINASE	-0.25	-0.15	-0.09	-0.29	-0.34	0.04	-0.03	-0.25	-0.07	0.25	-0.4	-0.09	-0.29	-0.49	-0.32	-0.01	-0.32	-0.17	-0.69	-0.29	0.66	0.19	-0.36	-0.25	-0.3	0.14	-0.09	0.06	0.06	-0.06	0.16	0.07	-0.25	0.04	0.33	0.07	-0.14	-0.14	-0.23	0.4	0.2	-0.03	0.06	0.38	-1.15	0.58	0.06	-0.25	-0.51	-0.79	-0.04	0.16	-0.36	0.16		0.8	0.21	-0.29	0.12	0.96	0.39	0.52	0.29	-0.56	0.26		0.08	-0.1	-0.32	0.03	-0.1	-0.45	-0.18	-0.3	-0.04	-0.15	-0.38	1.1	0.42
+YDR001C	"NONE   TREHALOSE METABOLISM     ALPHA,ALPHA-TREHALASE"	-0.01	0.36	0.48	0.55	0.03	-0.2	-0.4	-0.01	0.12	-0.07	0.52	0.06	0.01	-0.17	0.12	0.32	-0.12	0.06	0.65	0.37	0.3	0.14	-0.54	-0.22	-0.14	0.1	0.18	-0.07	-0.27	0.44	0.64	0.45	0.1	-0.2	-0.1	-0.81	-0.92	-0.03	-0.58	0.92	0.11	-0.81	-0.81	0.53	-1.09	-0.81	-1.18	0.11	0.1	0.19	-0.29	-0.43	-0.51	0.07	-0.4	-0.38	0.24	0.93	0.01	0.81	0.51	0.08	-0.03	-0.81	0.19	-0.36	0.11	-0.38	-0.25	-0.06	-0.86	-0.56	0.14	0.03	0.45	0.86	0.66	2.05	1.88
+YBR026C	MRF1'  MITOCHONDRIAL RESPIRATIO ARS-BINDING PROTEIN	-0.22	0.14	0.14	0.1	-0.22	-0.38	-0.25	0.21	-0.62		-0.47	-0.04	-0.32	-0.43	-0.94	0.1	-0.4	-0.06	0.88	0.04	-0.43	-0.14	-0.69	-1	-0.86	-0.23	-0.03	-0.03	-0.47	0.23	0.58	0.58	-0.69	-0.14	-0.32	-0.25	-0.76	-0.12	-0.49	0.32	-0.12		-0.47	0.5	-0.32	-0.17	-0.86	0.14	-0.38	-0.12	-0.14	-0.27	-0.14	0.08	-0.07	0.12	0.29	0.2	0.78	1.26	0.8	0.29	0.07	0.7	0.43	-0.14	0.42	0.31	-0.58	-0.17	-0.84	-0.89	-0.54	-0.14	0.4	0.5	-0.14	1.4	1
+YOR020C	HSP10  PROTEIN FOLDING     MITOCHONDRIAL CHAPERONIN	-0.17	-0.25	0.01	0.01	0.06		0.29	0.01	0.03	-0.1	-0.17	-0.42	-0.22	-0.76	-0.23	-0.69	-0.14	-0.29	0.28	-0.74	-0.1	-0.29	-0.22	-0.1	-0.54	-0.09	0.2	0.04	0.04	0.3	0.51	0.07	0.21	-0.34	-0.43	0.3	-0.23	-0.36	-0.32	1.58	1.18	-0.62	-0.38	-0.03	-1.79	0.87	-0.71	-0.17	-1.22	-0.94	-0.03	-0.38	-0.49	-0.62	0.36	0.11	-1.03	-0.07	-0.29	1.41	0.77	0.93	0.95	0.11	0.63	0.46	0.42	0.01	-0.97	-0.51	-1.6	-2	0.1	0.03	0.06	0.33	0.62	1.32	0.39
+YDL067C	COX9   OXIDATIVE PHOSPHORYLATIO CYTOCHROME C OXIDASE ASSEMBLY	0.07	-0.1	0.08	-0.15	0.1	-0.4	0.29	-0.34	0.03	-0.17	-0.07	-0.29	0.11	-0.36	-0.07	-0.36	-0.01	-0.38	0.45	0.23	0.23	-0.2	0.04	-0.09	-0.04	0.11	-2.06	0.33	0.08	0.26	0.11	0.01	-0.34	-0.17	0.31	0.34	0.42	0.91	0.66	0.64	-0.17	0.36	0.76	0.25	0.57	0.36	0.77	-0.3	0.04	0.1	0.18	0.2	-0.1	-0.09	0.1	-0.22	-0.3	-0.47	0.07	0.58	0.14	-0.22	0.37	-0.22	0.04	-0.62	-0.07	-0.17	0.18	0.24	0.06	-0.18	-0.2	-0.18	0.18	0.16	0.34	0.93	1.2
+YLR081W	GAL2   TRANSPORT        GLUCOSE AND GALACTOSE PERMEASE	-0.03	-0.03	0.03	-0.27	0.07	-0.27	-0.07	-0.38	-0.4	-0.4	-0.04	-0.18	0.2	-0.3	-0.12	-0.6	-0.3	-0.36	-0.07	-0.47	-0.84	-0.97	-0.49	-0.84	-0.86	-0.51	0.11	-0.3	-0.27	0.03	0.15	-0.4	0.08	1.1	0.31	0.18	0.16	0.51	1.13	1.04	0.31	0.2	0.06	0.48	-2.74	0.29	0.23	-0.36	-0.54	-0.17	-0.23	-0.38	-0.56	-0.81	-0.58	-0.45	0.29	0.44	0.34	1.33	0.15	-0.06	-0.1	0.26	-0.84	-0.89	-0.54	-0.74	-0.06	0.21	0.71	-0.86	0.06	0.1	0.21	0.57	0.59	1.43	0.85
+YKL109W	HAP4   TRANSCRIPTION       COMPONENT OF HETEROTRIMERIC CCAAT-BINDING FACTOR	1.64	0.81		0.25	0.01	-0.07	-0.22	-0.38	0.14	-0.09	-0.2	-0.18	0.03	-0.51	-0.15	-0.09	-0.17	-0.17	0.61	-0.43	0.2	0.04	-0.25	-0.09	-0.17	-0.25	0.06	-0.14	-0.1	0.11	-0.2	-0.45	0.12	0.69	0.33	-0.6	-0.34	0.15	-0.12	0.29	0.19	-0.51	-0.23	0.03	0.06	-0.22	0.33	-0.12	0.16	0.56	0.19	-0.56	-0.4	-0.47	-0.47	-0.86	-1.4	-1.15	0.06	-0.18	-0.43	-1.64	-1.89	-0.84	-1.43	-0.29	-0.67	-1.64	0.14	0.24	0.24	-1.25	0.24	0.58	1.04	 [...]
+YCR021C	HSP30  DIAUXIC SHIFT       PLASMA MEMBRANE HEAT SHOCK PROTEIN	-0.1	0.75	-0.1	-0.32	-0.01	0.01	-0.29	0.14	0.16	-0.3	-0.12	-0.1	-0.07	-0.3	-0.27		-0.23	-0.06	3.73	-0.86	-0.2	-1.69	-2.74	-2.64	-2.47	-2	-1.47	-1.6	-1.29	-0.86	-1.36	-1.69		0.03	-0.09	-0.51	-0.51	0.16	0.15	-0.45	-0.23	-0.29		0.21	0.12	-0.15	0.1		-1.43	-1.47	-2	-1.84	-1.4	-0.38	-0.27	-0.12	-0.38	0.07	1.57	1.54	-0.34	-1.4	-1.29	-0.3	-0.58	-0.6	-0.94	-0.79	1.08	0.42	-0.3	-1.56	-0.79	0.01	1.88	1.56	0.86	3.65	3.29
+YMR081C	"ISF1   RNA SPLICING, MITOCHONDR INTERACTS WITH NAM7P"	0.16	0.01	0.07	-0.36	0.15	0.25	0.08	-0.06	-0.1	-0.3	-0.42	-0.42	-0.15	-0.42	-0.22	-0.32	-0.03	-0.09	1.89	-0.89	-0.64	-1.22	-1.09	-1.32	-0.58	-0.6	-0.92	-1.36	-0.86	-0.25	-0.67	-0.92	0.07	0.6	0.4	0.33	0.9	1.01	1.43	0.69	0.37	0.64	0.45	0.37	1.3	0.9	0.96	-0.43	1.05	1.35	-0.27	-1	-1.12	-0.22	-1.84	-2.47	1.24	-1.89	0.51	0.73	0.34	0.49	-0.14	0.33	-0.62	-0.06	-0.64	-0.69	0.04	0.7	0.42	-0.17	0.03	-0.07	0.73	0.21	0.74	2.07	2.24
+YCL025C	AGP1   TRANSPORT        AMINO ACID PERMEASE	-0.51	-0.1	-0.1	-0.58	0.07	-0.43	-0.15	-0.3	-0.42	-0.25	-0.03	-0.23	-0.15	-0.1	-0.1	-0.23	-0.14	-0.34	0.18	-0.23	-0.6	-0.34	-0.36	-0.29	-0.15	-0.07	0.01	-0.12	-0.47	0.1	-0.1	-0.34	-0.71	-0.54	0.12	1.36	1.11	0.92	1.01	1.5	1.42	1.73	1.18	0.11	0.77	0.89	0.84	-0.15	-0.89	0.42	0.04	0.04	0.25	-1.43	-0.69	-0.22	-1.94	-0.2	0.49	0.41	0.15	-0.36	-0.14	-0.03	-0.58	-0.47	-0.1	-0.62	0.15	0.76	1.43	-0.45		-0.03	0.43	0.04	0.65	0.67	2.47
+YBR105C	VID4   VACUOLAR PROTEIN TARGETI PERIPHERAL VESICLE MEMBRANE PROTEIN	0.54	-0.12	-0.01	0.1	0.25	0.14	0.39	0.04	0.08	0.38	-0.01	-0.15	0.41	-0.01	0.11	-0.1	0.23	-0.12	0.32	-0.3	-0.4	-0.09	-0.06	0.14	-0.79	-0.71	-0.54	-0.3	0.4	-0.79	-0.62	-0.62	-0.04	1.59	0.68	0.2	0.15	0.49	0.77	0.75	0.14	0.76	0.54	0.78	-0.09	0.03	-0.3	-0.15	-0.27	0.38	-0.69	0.07	-0.27	-1	-1.06	-0.84	-2.06	-1.51	0.19	0.39	1.05	0.42	0.15	-0.3	-0.38	-1.12	-0.51	-0.14	0.46	0.89	1.33	1.01		0.56	0.29	-0.51	-0.15	0.82	0.34
+YPL092W	"SSU1   SULFITE TOLERANCE     UNKNOWN; PLASMA MEMBRANE PROTEIN, MAJOR FACILITATOR SUPERFAMILY"	0.3	1.48	0.78	0.25		-0.49	-0.42	-0.42	-0.23	-0.29	-0.36	-0.62	-0.51	-0.62		-0.38	-0.67	-0.4	-1.12	-1.18	-0.81	0.16	-0.42	0.08	-0.34	0.12	-0.07	-0.01	-0.6	0.14	0.15	0.51	0.06	-0.38	0.48	1.14	0.62	0.58	0.54	0.15	0.96	0.94	0.83	0.28	-1.51	0.65	1.13	-0.4	-1.32		-1.15	-0.3	-0.89	-0.4	0.3	-0.14	-1.6	-1.6	-0.03	0.4	0.32	0.54	0.63	0.39	-0.34	-0.76	-0.94	-0.86	0.42	0.68	0.49	0.52	-0.17	-0.06	1.0 [...]
+YKL062W	MSN4   TRANSCRIPTION       TRANSCRIPTIONAL ACTIVATOR WITH SNF1P	0.06	-0.04	-0.36	-0.03	-0.22	-0.14	-0.3	-0.27	-0.1	-0.1		0.07	0.16	-0.29	-0.09	-0.12	-0.51	-0.1	1.08	-0.18	-0.38	-0.15	-0.34	-0.32	-0.3	-0.32	-2.25	0.1	-0.1	0.25	0.24		0.07	1.48	0.68	0.49	0.56	1.19	1.69	1.47	0.93	0.99	0.86	1	1.77	1.42	1.06	-0.04	-0.42	-0.29	-1.36	-1.15	-1.64	-0.4	-1.29	-1.06	-0.36	-0.56	0.23	0.85	0.25	-0.42	-0.67	0.04	-0.56	-0.36	-0.47	-0.22	-0.09	0.31	0.78	0.45	0.15	0.53	0.48	0.55	0.39	0.87	0.48
+YER088C	DOT6   SILENCING (TELOMERE)     NUCLEAR PROTEIN WITH MYB DNA-BINDING DOMAIN	-0.38	-0.47	-0.89	-0.76	-0.86	-0.81	-0.69	-0.54	-0.42	-0.79	-0.18	-0.51	-0.25	-0.45	-0.49	-0.23	-0.74	-0.54	0.82	-0.01	0.43	0.07	-0.22	0.21	0.21	0.11	-0.07	0.32	0.04	0.08	-0.3	-0.03	0.57	0.33	0.68	1.25	0.82	0.65	0.73	0.96	0.68	0.6	0.58	0.37	0.4	0.28	0.12	0.04	-1.51	-1.03	-0.67	-0.94	-0.6	-0.86	0.32	0.32	-1.43	-1.32	0.32	0.5	0.12	0.37	0.3	0.07	-0.94	-1.22	-0.3	-0.2	0.42	0.31	0.72	0.45	0.32	0.32	0.75	0.12	- [...]
+YIL162W	SUC2   SUCROSE UTILIZATION    INVERTASE	-0.1		-0.14	-0.15	-0.25	0.16	0.01	-0.06	0.29	0.4	0.11	-0.03	-0.03	-0.42	0.01	0.18	-0.14	-0.01	-0.3	0.1	-0.14	-0.45	-0.36	-0.18	-0.25	0.36	0.23	0.4	0.31	0.43	0.55	0.88		0.2	0.01	0.72	0.9	0.99	0.66	0.55	0.01	0.78	0.63	0.46	0.56	0.41	0.44	0.12	0.14		-1.25	-1.47	-1.36	0.56	-0.97	-1.32	-0.62	-2.25	0.31	1.82	0.5	-0.25	0.42	0.01	-0.04	-0.58	-0.25	-0.36	-0.4	0.36	0.58	0.82	0.06	0.38	0.77	0.37	0.04	2.77	1.36
+YDR342C	HXT7   TRANSPORT        HEXOSE PERMEASE	0.03	0.52	0.56	0.26	0.2	-0.51	-0.15	-0.79	-0.42	0.18		-0.12	0.33	-0.2	-0.29	-0.47	-0.25	-0.25	0.03	-0.36	-0.22	-0.64	-0.3	-0.6	-0.56	0.31	0.34	0.55	0.04	0.59	0.44	0.25	0.25	0.68	0.38	1.23	1.27	1.55	1.8	1.25	0.77	1.18	1.69	0.92	1.58	1.37	1.63	-0.3	-1.29	-0.74	-1.29	-1.12	-0.86	-0.56	-0.58	-0.34	-2.32	-2.74	0.59	4.28	2.07	0.18	0.54	1.21	-0.92	-1.51	-0.79	-0.67	0.92	1.54	1.52	1.14	0.18	0.43	0.95	1.52	1.66	2.3	1.6
+YDR343C	HXT6   TRANSPORT        HEXOSE PERMEASE	0.2	1.33	0.88	0.15		-0.43	-0.1	-0.67	-0.49	-0.27	-0.18	-0.15	0.26	-0.49	-0.12	-0.62	-0.42	-0.42	0.01	0.34	-0.38	-0.51	-0.38	-0.43	-0.4	-0.25	0.38	0.43	0.3	0.64	0.3	-0.23	0.14	0.5	0.33	1.4	1.58	1.92	1.97	1.25	-0.79	1.08	-0.71	1.07	1.85	1.51	1.89	-0.23	-0.79	-0.62	-1	-0.92	-0.89	-0.43	-0.64	-0.71	-1.69	-2.4	0.82	4.43	2.32	0.04	0.55	0.84	-0.94	-1.56	-0.58	-0.71	0.14	1.42	2.22	0.34	0.15	0.77	1.28	1.92	1.5	2.18	2.67
+YHR092C	HXT4   TRANSPORT        HEXOSE PERMEASE	-0.12	0.31	0.12	-0.4	-0.32	-0.69	-0.23	-1	-0.4	0.26	-0.03	-0.22	0.1	-0.23	-0.4	-0.71	-0.49	-0.38	-0.29	-0.29	-0.79	0.21	-0.58	-0.81	-0.69	0.15	0.07	0.26	-0.1	0.29	-0.25	-0.07	0.45	1.48	0.86	1.74	1.77	2.25	2.17	1.83	1.4	2.1	2.13	1.42	2.11	1.92	1.92	-0.62	-1.47	-0.89	-1.12	-0.92	-1.09	-0.51	-0.67	-0.38	-1.6	-2.25	0.41	1.67	0.55	-0.64	-0.38	-0.1	-1.22	-1.47	-0.64	-1.18	0.31	0.58	1.67	-0.01	-0.04	0.3	0.73	1.2	1.19	1.79	0.94
+YDR345C	HXT3   TRANSPORT        HEXOSE PERMEASE	0.39	0.24	0.23	-0.23		-0.47	0.21	-0.32	-0.03	0.06	0.33	0.16	0.52		0.14	-0.34	0.06	-0.2	0.37	0.24	-0.58	-0.92	-0.51	-0.86	-0.62	-0.29	0.36	0.46	0.42	0.7	0.43	-0.07	0.49	1.1	0.86	1.37	1.08	1.29	1.38	0.93	0.61	1.03	1.02	0.01	0.29	-0.04	-0.1		-1.4	-1.03	-1.15	-0.36	-0.86	-0.67	-0.25	-0.12	-2.25	-2.94	0.68	0.89	-0.17	-0.69	-0.22	0.19	-1.09	-1.64	-0.64	-1.03	1.37	1.06	1.86	0.28	0.25	0.73	1.08	0.58	0.56	0.74	0.56
+YDR277C	MTH1   HEXOSE TRANSPORT    TRANSCRIPTIONAL REPRESSOR	0.07	-0.15	0.04	-0.34	0.03	-0.4	0.1	-0.14		-0.09	0.19	-0.3	-0.04	-0.4	-0.17	-0.09	-0.1	-0.34	-0.94	-0.64	-0.42	-0.15	-0.06	-0.43	-0.49	-0.45	-0.27	-0.32	-0.74	-0.34	-0.12	-0.25	0.36	0.92	0.4	-0.01	-0.04	0.65	0.79	1.25	0.73	0.33	0.59	1.01	0.74	0.75	0.64	-0.38	-0.67	-0.34	-0.89	-0.22	-0.42	-0.71	-0.71	-0.09	-1.74	-1.79	0.18	0.78	-0.27	0.58	-0.1	0.52	-0.6	-0.71	-0.25	-0.47	0.11	0.21		0.86	-0.27		0.34	0.19	0.8	1.86	1.42
+YGR183C	QCR9   OXIDATIVE PHOSPHORYLATIO UBIQUINOL CYTOCHROME-C REDUCTASE SUBUNIT 9	-0.2	0.41	0.44	0.15	-0.14	0.12	-0.29	-0.2	-0.04	0.07	-0.15	-0.04	-0.03	-0.45	-0.34	-0.15	-0.3	-0.18	0.66	0.11	0.36	0.43	0.12	0.36	0.16	0.3	0.15	0.2	0.3	0.1	0.18	0.21	-0.25	-0.17	-0.04	0.3	0.41	0.52	0.64	0.42	0.1	0.28	0.54	0.77	0.58	0.26	0.54	-0.15		-0.29	-0.09	-0.09	-0.22	0.03	0.01	-0.32	-0.25	-0.17	0.19	0.93	0.41	-0.3	-0.32	0.12	-0.42	-0.38	-0.51	-0.3	-0.32	0.55	0.01	0.42	-0.01	0.08	0.14		0.14	0.58	0.55
+YDR347W	"MRP1   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL SMALL SUBUNIT"		-0.2	-0.12	-0.18		-0.38	0.9	-0.36	-0.09	-0.2	-0.2	-0.14	0.18	-0.32	-0.17	-0.34	-0.32	-0.23	-0.89	-0.62	-0.56	-0.27	-0.07	-0.23	0.08	0.08	0.31	0.52	-0.04	0.44	0.39	-0.07	0.58	0.21	-0.18	0.16	0.26	0.37	0.93	0.74	0.65	0.42	0.62		0.55	0.38	0.42	-0.32	-0.6	-0.62	-0.56	-0.79	-0.74	-0.07	-0.14	0.01	-1.15	-0.76		0.15	0.28	-0.1	0.32	-0.14	0.1	-0.71	0.15	-0.22	0.24	0.1	0.34	0.63	-0.09	0.15	0.15	-0.18	0.15	0.38	0.04
+YPL173W	"MRPL40 PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL L40"	-0.12	-0.36	0.06	-0.03		0.2	0.32	-0.23	-0.18	-0.14	-0.18	-0.49	-0.18	-0.23	-0.34	-0.42	-0.07		0.15	-0.84	-0.64	-0.45	-0.58	-0.22	-0.36	-0.01	0.1	-0.29	-0.51	0.08	-0.06	-0.27	0.76	0.5	-0.01	0.06	-0.2		-0.89	0.57	0.4	-0.3	-0.38	1.06	0.78	0.52	0.97	-0.3	-0.94	-0.81	-1.15	-1.36	-1.15	-0.42	-0.56	-1.03	-1.47	-0.81	-0.06	-0.06	0.34	0.29	-0.6	0.07	-0.04	0.18	-0.18	-0.64	0.26	0.66	2.72	0.44	-0.15	0.07	0.41	-0.36	0.07	0.93	0.72
+YOR150W	"NONE   PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL LARGE SUBUNIT"	-0.23	-0.17	-0.29	-0.1		0.08	0.04	-0.15	-0.22	-0.03	-0.6	-0.2	0.01	0.18	-0.58	-0.34	-0.03	-0.42	0.37	-0.89	0.53	0.08	0.18	0.06	-0.03	0.16	0.2	0.15	0.4	-0.01	-0.34	0.19	0.24	0.04	0.08	0.12	0.46	0.76	0.77	1.28	1.42	0.78	0.82	0.86	1.08	1.01	1.24	-0.49	-0.74	-0.64	-1.09	-0.92	-1.94	-0.14	-0.69	-1.6	-0.67	0.11	-0.09	0.29	0.19	-0.32	-0.27	0.46	0.15	0.33	0.38	0.01	-0.18	0.38	0.49	0.6	-0.14	0.32	-0.14	0.08	0.1	 [...]
+YKL194C	MST1   PROTEIN SYNTHESIS     MITOCHONDRIAL THREONYL TRNA SYNTHETASE	0.1	0.25	0.08	0.1	-0.09	-0.07	-0.22	-0.17	-0.14	-0.62	-0.3	-0.12	-0.22	-0.71	-0.74	-0.36	-0.17	-0.06	-0.86	-0.54	0.51	-0.6		-0.22	-0.1	0.19	-0.01	-0.01	0.24	0.11	0.04	0.26	0.28	-0.25	-0.42	-0.17	0.14	0.43	0.65	0.51	0.31	0.4	0.31	0.19	0.98	0.75	0.71	-0.67	-0.84	-0.51	-0.74	-0.84	-1.03	-0.07	-0.67	-1.25	-0.81		-0.03	0.33	0.94	0.33	-0.34	0.39	-0.51	-0.03	-0.81	-0.09	0.01	0.82	0.92	1.04	-0.23	-0.17	-0.25	-0.06	-0.27	 [...]
+YLR163C	MAS1   PROTEIN PROCESSING    MITOCHONDRIAL PROCESSING PROTEASE SUBUNIT	-0.18	-0.1	0.2	-0.14	0.01	0.12	0.28	0.28	0.23	0.07	0.01	-0.01	-0.14	-0.09	0.06	0.12	0.16	-0.32	-0.36	-0.36	-0.34	-0.15	0.1	-0.36		0.06	-0.14	-0.29	-0.3	-0.01	-0.43	-0.14	0.03	-0.22	-0.17	0.07	-0.84	0.55	0.92	0.5	0.36	0.43	0.51	0.64	1.03	0.77	0.96	-0.6	-0.17	-0.38	-0.32	-0.49	-0.32	0.11	-0.14	-0.22	-0.54	-0.06	-0.17	0.12	0.32	0.2	0.26	0.19	0.36	0.21	-0.01	-0.12	0.03	0.46	0.38	0.34	0.04	-0.01	0.1	-0.01	0.08	0.3	-0.03
+YOL122C	SMF1   TRANSPORT        HIGH AFFINITY MANGANESE TRANSPORTER	-0.49	-0.07	-0.76	-0.47	-0.49	-0.15	0.18	-0.32	-0.29	-0.12	-0.38	-0.15	-0.09	-0.1	0.14	-0.07	-0.2	-0.4	-1.32	-0.07	-0.3	0.16	-0.22	-0.1	-0.14	0.5	0.08	0.37	-0.15	0.29	0.3	0.4	-0.58	-0.12	0.39	-0.92	-0.38	-0.84	-0.62	-0.32	-0.12	-0.47	-0.71	0.06	-0.34	-0.36	-0.38	-0.54	-1.15	-1.09	-1.69	-0.51	-1.69	-0.14	-0.79	-1.18	-0.79	-0.71		0.4	1.11	0.65	0.54	-0.15	0.23	-0.42	0.15	0.31	0.29	0.39	-0.42	-0.06	0.07	-0.23	0.4	0.62	0.61	0 [...]
+YPR191W	QCR2   OXIDATIVE PHOSPHORYLATIO UBIQUINOL--CYTOCHROME-C REDUCTASE 40 KD SUBUNIT	-0.42	-0.01	-0.04	-0.29	-0.49	-0.76	-0.38	-0.64	-0.3	-0.29	-0.27	-0.32	-0.23	-0.67	-0.1	-0.25	-0.64	-0.34	0.21	-0.3	-0.54	0.36	0.07	-0.04	-0.1	0.81	0.7	0.52	0.07	0.54	0.75	0.62	-0.62	-0.81	-0.2	-0.64	-0.51	-0.2	-0.29	0.75	0.12	-1	-0.47	0.7	-0.42	-0.45	-0.42	-0.2	-0.25	-0.36	-0.79	-0.84	-0.94	0.11	-0.81	-1.15	-0.71	-1.18	0.12	1.37	0.59	0.83	0.26	-0.03	-0.45	-0.76	-0.14	-0.1	0.07	0.26	0.51	-0.14	0.06	0. [...]
+YOR136W	IDH2   TCA CYCLE        ISOCITRATE DEHYDROGENASE	0.31	-0.03	0.45		1.03	0.72	1.12		0.58	0.79	0.48	0.34	0.16	-0.01	0.24	-0.14	-0.01	-0.15	-0.74	-0.17	0.08	-0.07	0.04	0.07	0.03	0.21	0.28	0.29	0.19	0.33	0.1	-0.03	-1.22	-2.18	-1.32	0.15	0.7	0.78	0.58	0.42	0.36	0.06	0.29	-0.76	0.46	0.57	0.76	-0.2	0.37	-0.58	-0.74	-2	-2.4	0.89	-0.43	-2.18	0.4	-0.45	-0.07	1.06	1.48	0.6	0.01	0.01	0.3	-0.47	0.96	0.54	-0.04	0.08	-0.22	-0.86	0.06	0.3	0.55	0.52	0.78	1.43	1.21
+YNL037C	IDH1   TCA CYCLE        ISOCITRATE DEHYDROGENASE	0.26	0.25	0.03	0.7	1.21	1.66	1.42	0.98	0.9	0.56	0.1	0.01	0.03	0.04	0.37	0.04		-0.06	-0.62	0.03	-0.67	0.49	0.26	0.2	0.24	0.9	0.7	0.77	0.42	0.56	0.56	0.63	0.25	-1.64	-0.58	0.62	1.03	0.96	0.3	0.15	0.36	0.41	0.48	0.07	0.06	0.31	0.66	-0.06	0.44	-0.42	-0.97	-2.25	-2.94	0.7	-0.64	-0.62	0.75	-0.22	0.16	0.88	2.02	0.58	0.23	0.03	-0.14	-0.76	0.87	0.59	-0.17	-0.4	-0.67	-0.6	-0.03	0.16	0.06	0.28	0.2	1.65	1.7
+YPL262W	FUM1   TCA CYCLE        FUMARATE HYDRATASE	-0.03	0.15	0.01	0.38	0.07	0.29	0.34	0.11	0.11	-0.06		0.04	-0.04	-0.15	-0.01	-0.2	-0.2	-0.22	-0.15	-0.36	0.14	0.34	0.59	0.19	0.16	0.69	0.75	0.86	0.24	0.6	0.64	0.62	-1.18	-0.49	-0.32	0.07	0.18	0.15	0.08	0.31	0.03	-0.18	-0.09	0.01	-0.27	-0.23	-0.06	-0.01	0.48	-0.25	-0.71	-1.51	-2.25	0.85	-0.47	-2.18	-0.36	-0.6		0.67	0.64	0.28	0.45	-0.07	0.06	-0.47	0.36	0.3	-0.01	0.2	-0.67	-0.67	0.01	-0.06	-0.04	-0.17	-0.09	1.02	1.89
+YCR069W	SCC3   PROTEIN FOLDING     PEPTIDYL-PROLYL CIS-TRANS ISOMERASE	0.18	0.3	0.45	0.23	0.25	0.41	0.28	0.53	0.37	-0.14	-0.14	-0.1	-0.14	-0.01	0.08	0.51	0.07	0.18	0.16	0.4	0.29	0.12	-0.29	-0.22	0.12	0.51	0.25	0.26	0.2	0.41	0.33	0.44	-0.92	-1.09	-0.4	0.48	0.28	0.01	-0.47	-0.15	0.14	0.55	0.37	0.7		-0.04	0.23	0.31	0.21	-0.54	-0.76	-0.79	-0.15	0.99	-0.3	0.07	0.48	-0.42	0.37	0.8	0.87	0.58	0.5	0.52	0.26	-0.62	0.69	0.62	0.26	0.24	0.74	0.11	0.16	0.16	0.19	0.07	0.19	0.54	0.48
+YDR423C	CAD1   TRANSCRIPTION       BASIC LEU ZIPPER TRANSCRIPTION FACTOR	0.15	-0.18	0.06	-0.2		-0.14	0.25	0.25	0.14	-0.07	0.07	-0.01	-0.14		-0.12	0.12	0.24	-0.15	1.32	-0.17	-0.22	-0.45	-0.38	-0.45	-0.43	-0.4	-0.23	-0.45	-0.32	0.16	-0.06	0.03	-0.2	-0.2	-0.07	-0.25	-0.04	0.01	0.04	-0.22	-0.27	-0.14	-0.23	0.16	-0.01	-0.09	-0.06	-0.29	-0.56	-0.56	-0.76	-0.74	-0.67	-0.03	-0.03	0.37	-0.04	0.46	0.29	0.84	0.43	0.28	0.16	0.76		-0.17	-0.12	0.18	0.36	0.15		0.03	-0.12	0.07	0.3	-0.06	0.01	0.96	0.74
+YMR302C	PRP12  RRNA PROCESSING     MITOCHONDRIAL INNER MEMBRANE PROTEIN	-0.14	-0.07	0.15	-0.09	0.03	-0.18	0.21	-0.15	-0.12	0.01	-0.23	-0.12	0.04	-0.18	0.15	-0.04	0.06		0.51	-0.3	-0.6	-0.38	-0.47	-0.15	-0.43	0.04	0.34	0.16	-0.15	0.49	0.32	0.4	-0.23	-0.17	-0.15	0.16	0.37	-0.51	0.42	0.33	0.52	0.34	0.08	-0.06	0.76	0.61	0.62	-0.4	0.08	-0.07		-0.97	-0.42	0.15	-0.29	-0.54	-0.34	-0.01	-0.22	0.75	0.33	0.25	0.14	0.28	-0.06	-0.34	0.15	0.19	-0.04	0.03	-0.04	0.14	-0.22	0.16	-0.25	0.08	0.42	1.22	0.81
+YLR259C	HSP60  PROTEIN FOLDING     MITOCHONDRIAL CHAPERONIN	-0.01	0.59	-0.04	0.01	0.36	0.18	0.55	0.08	0.07	-0.27	-0.12	-0.17	-0.14	-0.49	0.06	-0.2	-0.1	-0.4	0.15	-0.45	-0.36	-0.25	-0.51	-0.36	-0.47	0.11	0.46	0.15	-0.36	0.6	0.88	0.2	-0.34	-1.43	-1.32	-0.76	-0.62	-0.56	-0.12	0.04	-0.07	-0.06	0.18	0.33	0.41	0.57	0.77	-0.22	-1.6	-1.22	-1.12	-1.06	-1.03	-0.47	0.21	0.19	-1.69	-0.64	0.19	2.12	1.71	1.6	1.61	1.02	0.23	-0.71	1.32	0.24	-0.01	-1	-0.06	-1.43	0.29	0.19	-0.34	0.16	0.23	1.13	1.65
+YBR132C	AGP2   TRANSPORT        GENERAL AMINO ACID PERMEASE	-0.14	0.66	0.78	0.04	0.29	-0.18	-0.07	0.38	-0.06	-0.2	-0.4	0.04	-0.42	-0.25	-0.09	-0.2	-0.34	0.11	-0.07	-0.56	-0.62	-0.54	-0.86	-0.76	-0.23	-0.17	0.34	0.06	-0.47	0.37	-0.4	0.16	-0.64	-0.4	-0.36	0.3	0.36	-0.2	0.31	0.03	0.01	0.23	0.01	0.34	0.21	0.44	0.48	-0.32	-1.22	-1.79	-1.79	0.29	-2.06	0.08	-0.56	-0.4	-0.6	-0.58	0.34	2.06	1.63	0.95	0.46	-0.42	-0.76	-0.3	-0.23	-0.81	0.26	0.45	0.41	0.77	-1.09	-0.58	0.45	-0.06	-0.32	1.27	1.63
+YDR216W	ADR1   TRANSCRIPTION       ADH2 AND PEROXISOMAL PROTEIN TRANSCRIPTION FACTOR	-0.32	-0.14	-0.2	-0.34	-0.18	-0.04	-0.23	-0.07	-0.29	0.16	0.29	-0.47	-0.38	-0.38	-0.23	0.28	-0.23	0.21	-0.09	0.06	-0.18	0.24	-0.14	-0.6	0.32	0.49	0.33	-0.03	0.38	0.15	-0.29	0.03	0.18	-0.04	0.06	0.45	0.33	0.4	0.33	0.01	0.25	0.52	0.21	0.75	0.3	0.16	0.12	0.06	-1.29	-0.71	-1.36	-1.32	-1	-0.47	-0.89	-0.29	-0.67	-0.54	0.07	1.19	0.69	1.14	0.3	0.57	-1	-0.43	-0.64	-0.29	0.71	0.57	1.05	0.48	-0.06	0.01	-0.2	-0.14	- [...]
+YIL101C	XBP1   STRESS RESPONSE     TRANSCRIPTIONAL ACTIVATOR	-0.12	0.32	0.31	-0.1	0.03	-0.06	-0.32	-0.01	0.12	-0.42	0.98	-0.22	-0.29	-0.6	0.08	0.19	-0.43		0.59	0.2	0.51	-0.06	-0.71	-0.6	-0.15	0.03	-0.32	-0.64	-0.42	0.14	-0.32	-0.09	0.42	0.3	-0.14	0.1	0.45	0.56	0.59	0.46	0.39	0.3	0.44	0.69	0.58	0.67	0.86	-0.17	-1.36	-1.74	-1.89	-1	-0.64	0.12	-0.17	1.11	-0.4	-0.74	0.46	1.71	1.05	0.99	0.58	0.69	-0.54	0.14	-0.3	0.03	0.14	0.7	1.22	0.62	-0.42	-0.51	0.08	0.28	-0.38	1.56	1.82
+YFR053C	HXK1   GLYCOLYSIS       HEXOKINASE I	0.64	1.16	1.69	1.48	1.08	0.63	0.69	0.11		0.03	0.15	0.32	0.49	0.31	0.41	0.25	0.15	-0.07	0.48	-0.06	-0.43	-0.6	-0.76	-0.62	-0.38	0.36	0.54	0.21	0.23	0.87	1.22	0.8	-1.09	-1.32	-0.17	2.76	-0.62	-0.45	-0.23	0.61	2.14	-0.62	-0.71	0.39	-1	-0.07	-0.74	0.04	-1.64	-1.18	-2.25	-2.47	-2.4	0.07	-1.32	-1.43	-1.03	-1.47	0.19	3.81	1.69	0.12	0.76	-0.1	0.01	0.12	1.66	1.1	-0.09	0.41	1.16	0.62	0.19	0.33	0.4	0.99	1.48	2.53	0.37
+YKL035W	"UGP1   PYRIMIDINE METABOLISM    UGP1, UDP-GLUCOSE PYROPHOSPHORYLASE"	-0.6	0.71	0.42	0.5	0.29	0.11	0.14	-0.03	0.04	-0.22	-0.32	-0.34	-0.01	-0.18	0.26	0.34	-0.23	-0.01	0.61	-0.17	0.12	-0.22	-0.89	-0.64	-0.2	0.24	0.7	0.25	-0.32	0.79	0.79	0.33	-1	-1.56	-0.2	0.98	1.22	0.58	0.04	0.45	0.81	1.02	0.74	0.5	0.59	0.7	0.93	-0.14	-0.3			-0.79		0.28		-0.86			0.32	2.9	2.57	0.81	0.49	-0.74		-0.69	1.01	0.7	0.18	-0.04	-0.4	-0.94	0.26	0.55	0.82	1.13	0.81	2.14	1.01
+YDR074W	TPS2   TREHALOSE METABOLISM     TREHALOSE-6-PHOSPHATE PHOSPHATASE	0.49	0.99	0.55	0.55	-0.2	0.08	-0.34	-0.04	0.31	0.6	0.58	-0.07	-0.12	-0.4	-0.18	0.08		0.26	0.92	0.57	0.31	-0.03		0.11	0.34	0.53	0.2	-0.07	0.15	0.49	0.45	0.3	-0.1	-0.38	-0.29	0.19	0.29	0.21	0.62	0.28	0.24	-0.15		0.66	0.83	0.84	0.68	0.25	-0.69	-1.74	-2.4	-2.06	-1.79	1.03	-0.67	0.03	-0.04	-1	0.93	2.23	2.04	1.02	0.76	0.88	0.23	-0.23	0.77	0.58	0.69	0.9	1.83	1.45	0.16	0.2	0.24	1.03	0.96	2.02	1.19
+YBR126C	TPS1   TREHALOSE METABOLISM     TREHALOSE-6-PHOSPHATE SYNTHAS	-0.07	0.64	0.67	0.24	-0.22	-0.67	-0.43	0.29	-0.38	0.04	-0.12	0.12	-0.01	-0.09	-0.09	0.16	-0.3	-0.04	0.87	0.19	0.32	-0.18	-0.64	-0.94	-0.47	0.03	0.32	-0.06	-0.94	0.49	0.28	0.58	-1	-0.71	-0.4	0.24	-0.4	-0.42	-0.76	0.54	0.49	0.01	-0.25	0.11	0.91	0.89	1.04	-0.12	-0.49	-0.64	-0.76	-0.79	-0.56	0.07	0.12	-0.23	-0.18	-0.2	0.28	2.82	2.65	0.96	0.86	-0.18	-0.01	-0.27	0.74	0.66	0.65	0.55	0.15	0.03	0.24	0.07	-0.04	0.56	0.67	1.77	0.6
+YKL103C	LAP4   PROTEIN DEGRADATION    VACUOLAR AMINOPEPTIDASE YSC1	0.1	-0.43	-0.01	-0.17	-0.1	-0.32	-0.27	-0.74	-0.89	-0.71	-0.32	-0.15	0.06	-0.38	0.06	-0.3	-0.1	-0.62	0.76	0.55	-0.01	-0.2	-0.97	-0.86	-0.62	-0.23	0.14	-0.69	-0.58	0.32	0.83	0.44	-0.07	-0.58	-0.36	-0.07	-0.25	-0.62	0.48	1.17	0.77	0.96	0.58	0.57	1.38	1.53	1.97	0.06	0.23	-0.58	-1.12	-1.47	-1.51	1.37	-0.89	-1.03	0.63	0.38	0.2	2.7	2.63	1.76	1.49	1.17	0.51	0.65	1.08	1.24	0.1	0.75	0.48	-0.15	-0.07	0.38	0.49	0.88	1.3	2.38	1.69
+YLR178C	TFS1   CELL CYCLE       SUPPRESSES CDC25 MUTATIONS	-0.34	0.66	0.96	0.39	0.26	-0.51	-0.3	-0.71	-0.67	-0.47	-0.58	-0.25	-0.1	-0.67	-0.22	-0.49	-0.18	-0.6	1.25	0.43	-0.07	-0.18	-1.15	-1.56	-1.36	-0.58	0.3	-0.76	-1.25	0.51	1	0.31	1.67	0.31	0.36	0.52	0.14	-0.1	-0.01	0.5	0.75	0.69	0.49	0.34	1.41	1.57	1.96	-0.38	-0.1	-1.09	-1.89	-2.32	-1.64	1.51	-0.86	-0.27	-0.45	-1.18	0.24	4.09	3.66	2.4	1.86	0.57	-0.3	-0.14	0.74	1	0.49	0.32	0.15	-0.54	-0.22	-0.22	-0.06	0.76	1.24	2.65	1.79
+YMR105C	PGM2   GLYCOLYSIS       PHOSPHOGLUCOMUTASE	0.01	1.32	1.07	0.88	0.62	0.12	-0.22	-0.04	-0.43	-0.42	0.58	-0.22	0.04	-0.14	0.26	0.46	-0.29	0.06	1.21	0.1	-0.25	-0.01	-1.56	-1.64	-1	-0.12	0.04	-0.76	-0.84	0.45	0.36	-0.2	-0.17	-0.15	-0.27	-0.03	-0.27	-0.01	-0.62	0.03	0.33	0.21	-0.42	0.51	0.93	0.5	0.81	-0.38	0.12	0.15	-0.81	-1.69	-2.18	-0.12	-1.09	-2.12	1.15	0.59	0.33	3.89	3.71	1.37	0.88	0.04	-0.06	-0.01	1.33	1.06	0.23	0.18	0.31	-0.3	0.14	0.53	0.71	1.74	1.46	3.19	2.66
+YDR171W	"HSP42  CYTOSKELETON ASSEMBLY    HEAT SHOCK PROTEIN, SIMILAR TO HSP26"	0.01	1.09	0.06	0.45	0.01	0.11	-0.23	-0.18	0.32	0.01	0.58		0.14	-0.49	0.54	0.32	-0.2	-0.06	2.25	0.32	0.18	0.36	-0.97	-1.15	-0.84	-0.23	0.14	-0.4	-0.62	0.5	1.06	0.24	-0.1	-0.25	-0.2	-0.22	-0.23	-0.45	0.21	-0.27	0.04	0.88	0.67	2.18	2.53	1.87	1.97	0.28	-1.32	-1	-1.64	-2.47	-2.32	-0.27	-0.29	-1.03	0.64	1.75	1.12	4.53	2.85	1.14	0.54	0.21	0.29	0.5	1.21	0.85	0.67	0.86	1.21	0.1	0.08	0.12	0.43	0.85	0.95	3.63	3.32
+YDR258C	HSP78  PROTEIN FOLDING     MITOCHONDRIAL	-0.2	0.86	0.7	0.21	0.04	0.04	-0.06	0.33	-0.14	0.18	-0.09	0.12	-0.17	-0.17	-0.06	0.53	-0.22	0.39	1.56	0.23	-1.79	0.24	-1.25	-0.94	-0.22	-0.62	-0.49	-0.74	-0.58	0.15	0.28	0.04	-0.94	-0.89	-1.06	-0.1	-0.38	-0.49	-0.74	-1.06	-0.86	-0.42	-0.36	-1.18	0.1	-0.15	0.01	0.08	-1.74	-1.29	-2.25	-2.32	-2.47	-0.4	-1.06	-1.4	-0.01	0.58	1.12	5.57	3.65	1.45	2.58	2.36	0.48	1.01	1.16	1.27	0.1	0.95	1.72	0.45	-0.22	-0.09	-0.25	0.66	0.93	2.2	2.44
+YLL026W	HSP104 HEAT SHOCK RESPONSE /THE HEAT SHOCK PROTEIN	0.24	0.7	0.98	0.62	0.37	0.03	-0.04	0.01	0.07	-0.25	0.62	-0.01	-0.18	-0.4	0.32	0.37	-0.6	-0.58	1.95	0.24	-0.04	-0.18	-1.6	-1.51	-1.32	-0.92	-0.17	-0.76	-1	0.14	0.33	0.01	-1.43	-2.18	-1.94	-1.36	-1.51	-1.69	-0.92	-1.29	-0.71	-0.23	-0.01	0.86	1.38	0.89	1.02	0.06	-2.74	-2.94	-3.84	-3.84	-3.32	0.29	-1.32	-0.76	-1.03	-1.32	0.9	4.21	3.69	2.41	1.63	0.86	-0.17	0.24	1.05	0.86	1.14	0.88	1.49	0.74	0.01	0.01	-0.18	0.84	0.99	2.4	2.68
+YEL011W	GLC3   CELL WALL BIOGENESIS     GLYCOGEN BRANCHING ENZYME	-0.51	1.08	0.77	0.15	-0.76	-0.17	-0.69	-0.25	0.03	0.3	0.3	0.03	-0.1	-0.56	-0.14	0.14	-0.36	-0.2	1.45	0.56	-0.22	-0.47	-1.47	-1.09	-0.43	0.21	0.21	-0.25	-0.17	0.8	0.88	0.58	0.08	-0.49	-0.07	0.24	-0.29	-0.03	0.64	0.56	0.72	-0.03	0.14	1.97	1.26	1.82	1.99	0.1	-0.81	-1.47	-2.12	-1.6	-1.43	0.86	-0.97	-0.32	0.11	-0.34	0.2	3.18	1.31	0.71	0.34	0.26	-0.12	-0.27	-0.06	0.23	0.12	0.42	0.24	-0.4	-0.29	0.12	0.5	0.82	0.5	2.62	2.87
+YCL040W	GLK1   GLYCOLYSIS       GLUCOKINASE	-0.15	1.33	1.67	1.06	0.45	-0.36	-0.4	-0.97	-0.69	-0.29	-0.14	0.06	0.15	-0.74	-0.25	-0.32	-0.17	-0.47	1.26	0.96	0.44	0.32	-0.58	-0.62	-0.62	0.26	0.66	-0.01	-0.03	1.01	1.11	0.96	-0.64	-1.36	-1.25	0.25	0.26	0.18	1.04	1.12	0.95	0.61	0.91	1.06	2.15	2.2	2.32	-0.14	-1.09	-1.79	-1.22	-1.56	-0.92	1.15	-0.3	-0.56	-1.12	-2.4	1.49	4.23	3.75	1.99	1.37	0.89	0.86	0.52	2.24	2.32	0.73	1.13	1.29	0.73	-0.64	-0.22	0.81	0.78	1.82	1.92	1.25
+YHR161C	YAP1801ENDOCYTOSIS AND SECRETIO CLATHRIN ASSEMBLY PROTEIN	0.11	0.2	0.65	0.19	0.41	0.3	0.15	0.15	0.12	0.08	0.38	0.08	-0.07	0.01	0.1	0.23	0.36	-0.15	0.84	0.16	-0.12	-0.1	-0.09	-0.62	-0.32	-0.17	-0.18	-0.4	-0.32		0.08		-0.69	-0.42	-0.18	-0.07	-0.01	0.1	-0.09	-0.2	0.03	-0.1	-0.3	0.08	0.26	0.38	0.5	-0.1	-0.27	-0.45	-0.79	-0.76	-0.67	-0.2	-0.43	-0.54	0.55	0.33	-0.09	1.39	0.97	0.43	0.44	0.37	-0.17	-0.17	0.15	0.06	0.11	-0.18	0.92	0.4	0.03	0.24	0.37	0.18	0.1	0.82	0.77
+YBR169C	SSE2   HEAT SHOCK RESPONSE    HSP70 FAMILY	0.16	0.28	0.44	-0.04	-0.22	-0.22	0.11	0.53	-0.09	0.45	-0.1	0.04	-0.06	-0.15	0.08	0.58	-0.29	0.4	1.86	-0.15	0.21	0.29	-0.69	-1.15	-0.6	-0.58	-0.15	-0.34	-1.09	-0.07	-0.47	-0.17	0.31	-0.01	-0.2	-0.17	-0.32	-0.74	-0.49	-0.17	-0.38	0.58	0.24	1.16	0.93	0.86	1.06	0.28	-0.84	-0.17	-0.17	0.08	-0.25	0.28	0.23	0.58	1.04	-0.32	0.39	2.85	2.18	1.4	0.98	-0.22	-0.15	-0.23	0.68	0.76	-0.1	0.1	0.34	0.23	-0.09	-0.06	0.04	0.66	0.82	2.2	1.95
+YMR170C	ALD2   ETHANOL UTILIZATION    ALDEHYDE DEHYDROGENASE	0.15	0.15	0.45	0.21	0.31	0.11	0.29	-0.12	-0.17	-0.06	-0.2	-0.23	0.08	-0.25	0.18	0.07	0.08	-0.1	1.22	-0.69	-0.49	-0.03	-0.43	-0.86	-1.06	-0.69	-0.22	-0.6	-1.29	-0.15	0.74	0.7	-0.07	-0.51	-0.36	0.01	-0.06	-0.1	0.3	0.11	0.25	0.18	-0.04	0.21	0.5	0.66	0.82	-0.01	0.3	0.18	-0.04	-0.04	0.32	0.11	-0.51	-0.09	0.53	0.37	-0.07	2.96	2.63	1.38	1.12	0.64	-0.2	-0.27	0.15	0.65	-0.1	0.58	-0.94	-0.86	0.18	0.24	0.2	0.42	0.71	3.63	2.25
+YGL006W	PMC1   TRANSPORT        VACUOLAR CA(2+)-ATPASE	0.34	0.2	0.7	0.26	0.04	0.38	-0.06	-0.15	-0.03	-0.09	0.25	-0.15	-0.17	-0.36	0.28	-0.06		0.04	0.21	-0.54	-0.54	-0.49	-1.03	-1.09	-0.54	-0.32	-0.23	-0.56	-0.79	0.11	0.06	-0.56	-0.18	-0.01	-0.17	-0.04	0.11	0.19	0.31	0.03	-0.06	-0.07	-0.1	0.16	-0.01	-0.1	-0.14	-0.15	-1.51	-2	-2.32	-2	-1.64	0.65	-0.38	0.24	-1.36	-2.06	0.2	1.38	0.36	0.24	0.14	0.1	-0.3	-0.15	0.07	0.38	0.4	0.15	0.46	0.08	-0.15	-0.07	-0.07	0.62	0.66	1.41	1.3
+YDL021W	GPM2   GLYCOLYSIS       PHOSPHOGLYCERATE MUTASE	0.14	0.23	0.62	0.12	0.48	0.06	0.24	0.15		0.11	-0.42	-0.38	-0.14	-0.36	-0.25	-0.03	-0.04	-0.18	1.78	0.26	0.04	0.08	-0.47	-1.03	-0.94	-0.79	-0.51	-0.84	-0.69	-0.27	-0.58	-0.18	0.01	-0.27	-0.23	-0.04	-0.25	-0.01	-0.09	-0.09	0.36		-0.09	0.3	0.4	0.23	0.59	-0.03	-1.09	-1.94	-1.89	-1.64	-2	0.64	0.01	-0.47	-1.15	-1.79	0.24	1.91	1.16	1.55	1.57	1.08	-0.6	-0.09	0.3	0.48	0.11	0.53	0.3	-0.09	-0.22	-0.07	0.52	0.86	1.04	1.59	1.29
+YNL160W	YGP1   DIAUXIC SHIFT       UNKNOWN; RESPONSE TO NUTRIENT LIMITATION	-1.29	-0.04	0.61	0.52	0.23	-0.22	-0.89	-0.56	0.81	0.23	1.14	0.31	0.18	-0.54	-0.17	-0.32	0.14	0.18	1.76	0.71	1.14	1.11	-0.15	-0.94	-0.74	-0.69	-0.38	-0.42	-0.43	0.14	-0.12	0.16	0.53	-0.42	-1.09	-0.62	0.25	2.1	1.8	0.4	-0.09	-0.25	1.52	2.06	1.56	0.45	0.43	-0.15	-2.12	-2.56	-3.18	-2.74	-3.32	0.01	-1.09	-0.56	-2.12	-4.64	0.71	2.31	2.79	1.93	1.82	1.54	0.44	-0.27	0.76	1.08	0.64	0.42	0.72	0.99	0.24	0.34	1.11	1.49	1.74	3. [...]
+YBR072W	HSP26  DIAUXIC SHIFT       STRESS-INDUCED PROTEIN	-0.29	-0.09	0.11		-0.36	-0.4	-0.36	0.52	-0.38	-0.09	-0.43	-0.32	-0.29	-0.67	-0.38	-0.09	-0.58	-0.17	2.23	1.47	-0.17	1.02	-0.3	-0.76	-1.64	-0.74	-0.51	-0.89	-2.06	-0.36	0.62	0.38	0.41	0.52	0.08	-0.3	-1.6	-0.94	-0.56	0.43	-0.06	-0.67	-0.23	0.92	-0.3	0.56	0.33	0.25	-3.47	-3.06	-2.64	-2.56	-2.74	-1.36	0.72	0.07	-2.74	-1.43	1.01	4.99	3.1	3.24	2.08	0.38	-0.07	-0.18	-1.64	1.25		0.72	0.21	-0.92	-0.01	0.4	0.36	1.01	1.45	3.55	2.88
+YOR347C	PYK2   GLYCOLYSIS       PYRUVATE KINASE	0.53	0.73	1.12	0.08	0.28	-0.36	-0.17	-0.69	-0.34	-0.36	-0.01	-0.23	-0.2	-0.43	-0.23	-0.34	-0.14	-0.2	0.18	-0.47	-0.69	-0.62	-0.76	-0.76	-0.62	-0.17	0.43	0.07	-0.49	0.56	0.1	0.14	-0.09	-0.09	-0.18	-0.4	-0.89	-0.38	-0.18	-0.23	-0.25	-1.18	-0.56	-0.45	-0.25	0.2	-0.25	-0.27	-1.79	-1.94	-1.6	-1.56	-1.09	-0.12	0.03	0.48	-1.84	-1.89	0.03	1.93	0.63	0.39	0.67	0.61	-0.32	-0.32	0.04	0.45	-0.04	-0.22	-0.92	-0.62	-0.15	0.32	0.55	0.69	0.91	1.39	1.04
+YIL136W	OM45   (PUTATIVE) MITOCHONDRIAL OUTER MITOCHONDRIAL MEMBRANE PROTEIN	-0.04	0.54	0.51	0.06	0.2	-0.23	0.26	-0.2	-0.22	0.15	-0.45	-0.01	-0.29	-0.34	-0.36	-0.17	0.28	-0.12	1.07	0.4	0.74	0.76	-0.42	-0.3	-0.06	0.77	1.01	0.26	0.06	0.7	1.24	0.44	0.29	0.16	0.18	0.33	0.01	-0.27	0.36	0.15	1.06	0.73	0.23	0.65	1.81	1.82	2.28	0.18	-0.22	-1.18	-1.47	-1.22	0.11	1.04	-0.79	1.11	-0.97	-1.89	0.31	3.12	1.58	0.53	1.08	0.55	0.01	-0.42	0.34	0.51	-0.01	1.01	0.83	0.26	-0.97	-0.27	0.21	-0.25	1.32	3.51	1.8
+YKL150W	MCR1   ELECTRON CARRIER    CYTOCHROME-B5 REDUCTASE	-0.09	0.67	0.5	-0.3	-0.09	-0.03		-0.14	-0.22	-0.01	-0.03	-0.1	-0.07	-0.43	0.03	-0.4	-1.43	-0.38	0.6	0.03	0.49	0.08	0.32	0.16	-0.2	0.43	0.24	0.08	0.29	0.38	0.49	0.4		-0.09	0.3	0.93	1.03	0.93	1.18	0.83	0.8	0.72	0.93	-0.15	1.24	1.17	1.45	-0.15	-0.51	-1.32	-2.18	-2.47	-1.69	1.33	-1.09	-0.62	-1.56	-2.12	-0.22	1.47	0.55	-0.03	0.14	-0.23	0.34	0.15	0.41	0.72	-0.6	0.14	0.24	-0.34	0.08	0.23	0.1	0.41		1.77	1.44
+YDR513W	TTR1   ELECTRON CARRIER    GLUTAREDOXIN	0.34	0.73	0.91	0.71		0.15	0.29	0.08	0.2	0.19	0.21	0.06	0.44	-0.15	0.3	-0.17	0.5	-0.09	1.16	0.1	0.23	-0.25	-0.71	-0.54	-0.51	-0.47	-0.29	-0.29	-0.14	0.36	0.12	0.07	-0.4	-0.81	-0.62	-0.07	0.23	0.26	0.53	0.49	0.31	0.23	0.33	0.38	0.48	0.55	0.99	-0.47	-0.58	-1.18	-1.69	-1.89	-1.74	0.42	-0.74	-1.43	-1.15	-0.81	0.08	1.72	1.58	-0.47	0.32	-0.69	1.48	1.22	0.58	0.3	-0.03	0.37	-0.01	-0.36	0.07	0.07	0.29	0.31	0.82	2.21	1.84
+YGR028W	MSP1   MITOCHONDRIAL PROTEIN TA AAA-ATPASE	0.15	0.14	0.3	0.37	0.1		0.15	-0.07	-0.03	-0.12	-0.25	-0.27	0.03	-0.54	-0.14	-0.32	0.14	-0.29	0.77	0.32	-0.45	-0.09	-0.23	-0.51	-0.36	-0.07	-0.15	-0.17	-0.1	0.08	-0.12	-0.15	-0.1	-0.15	-0.09	-0.18		0.06	0.45	0.14		0.19	-0.03	0.49	0.62	0.46	0.82	-0.32	-0.6	-1	-1.29	-1.43	-1.12	0.19	-0.86	-0.54	-0.86	-1.09	0.06	0.34	0.4	-0.29	-0.14	-0.25	0.58	0.79	0.81	0.88		0.24	0.07	-0.42	-0.15	0.32	0.56	0.42	0.58	1.21	1.13
+YGR008C	STF2   ATP SYNTHESIS       ATPASE	0.65	1.21	1.16	0.76	0.21	0.06	0.12	-0.07	-0.22	-0.17	-0.2	0.01	0.1	-0.42	0.04	-0.2	0.18	-0.29	1.82	0.41	0.23	-0.47	-1.03	-0.89	-0.67	-0.22	0.15	-0.45	-0.32	0.52	0.61	0.21	-0.12	-0.12	0.14	0.18	0.58	0.19	0.74	0.8	0.72	0.77	0.7	1.06	1.44	1.45	2.04	-0.25	-1.4	-2.25	-2.4	-1.69	-1.6	1.12	-0.18	0.33	-1.25	-2.32	0.38	1.98	1.21	-0.3	-0.18	-0.6	0.38	1.88	1.41	1.1	0.06	0.79	0.64	-0.27	-0.06	0.04	0.5	1.12	1.07	2.76	2.09
+YJR073C	OPI3   PHOSPHOLIPID METABOLISM  METHYLENE-FATTY-ACYL-PHOSPHOLIPID SYNTHASE	-0.12	0.43	0.7	0.3	0.41	-0.22	0.38	-0.42	-0.25	-0.43	-0.38	-0.27	-0.18	-0.67	-0.29	-0.25	-0.17	-0.45	-0.23	0.1	0.11	0.16	0.12	0.26	0.21	0.29	0.36	0.26	-0.09	0.42	0.53	0.33	0.23		0.03	-0.32		-0.1	-0.15	-0.36	-0.03	-0.25	-0.32	-0.64	-0.3	-0.56	-0.3	-0.6	-0.43	-0.74	-1.18	-1.18	-0.18	0.46	-0.62	0.4	-1.06	-1.36	0.23	1.11	1.35	1.29	0.99	0.28	0.54	-0.09	0.69	0.96	0.03	0.36	0.51	1.81	-0.1	0.04	0.72	0.99	1.31	2.21	1.7
+YDL181W	INH1   ATP SYNTHESIS       MITOCHONDRIAL ATPASE INHIBITOR	-0.3	0.46	0.61	0.46	0.38	0.18	-0.51	-0.4	0.06	-0.29	0.19	-0.27	0.06	-0.18	-0.38	0.43	-0.14	-0.01	0.44	-0.17	0.01	0.41	0.03	0.1	0.18	0.7	0.19	0.06	0.23	0.21	0.31	0.34	-0.29	-0.23		0.18	-0.49	0.28	-0.23	0.55	-0.62	-1.06	-0.49		-1.09		-0.43	0.11	-0.15	-0.4	-0.45	-0.76	-1.09	0.55	0.24	-0.47	-0.6	-0.3	0.18	2.25	1.41	1.18	1.04	1.18	-0.4	-0.36	0.25	-0.54	-0.23	0.23	-0.42	0.14	-0.17	0.4	0.41	0.67	0.23	1.48	1.74
+YLR370C	ARC18  CYTOSKELETON        CORTICAL ACTIN PATCH INTEGRITY	-0.09	0.33	0.52	0.12	0.34	-0.14	0.04	-0.56	-0.27	-0.12	-0.18	-0.2	-0.15	-0.4	-0.29	-0.67		-0.51	0.77	-0.47	-0.1	-0.42	-0.2	-0.15	-0.1	0.07	0.1	0.03	0.1	-0.1	0.18	-0.07	-0.6	-0.45	-0.09	0.15	0.18	0.12	0.21	0.3	0.18	0.03	0.29	-0.2	0.26	0.21	0.38	-0.23	-0.4	-0.89	-0.84	-1	-0.86	0.6	-0.12	-0.17	-0.51	-0.36	0.18	0.93	0.67	-0.17	0.4	0.04	0.4	-0.04	0.49	0.65	-0.1	0.26	-0.09	-0.1	0.07	0.11		-0.25	0.08	0.93	-0.14
+YML070W	DAK1   CARBOHYDRATE METABOLISM; DIHYDROXYACETONE KINASE	-0.22	0.06	0.01	0.4	0.04	0.3	0.03	0.06	-0.07	-0.32	-0.23	-0.03		-0.45	-0.22	-0.09	-0.36	-0.23	0.21	0.23	-0.58	0.04	-0.49	-0.67	-0.71	-0.14	0.18		-0.42	0.37	0.66	0.83	-0.1	-0.47	-0.56	-0.17	-0.14	-0.2	0.1	0.41	0.08	-0.1	-0.18	-0.69	0.29	0.15	0.31	-0.22	-0.22	-0.56	-1.25	-1.36	-1.6	0.34	-0.86	-1.18	0.01	-0.22	-0.03	1.32	1.61	1.38	0.81	-0.12	-0.09	-0.62	0.93	0.99	0.31	0.24	-0.81	-0.27	0.08	0.16	0.2	0.19	-0.06	0.97	-0.09
+YLR120C	YPS1   PROTEIN PROCESSING    GPI-ANCHORED ASPARTIC PROTEASE	1.61	1.14	1.02	1.14	0.4	0.73	0.4	0.4	0.03	0.18	0.15	0.55	0.46		0.01	0.08	0.26	0.08	0.99	0.08	-0.17	-0.14	0.06	-0.03	-0.06	-0.07	-0.1	-0.03	0.29	0.11	-0.2	0.03	0.53	0.07	0.92	1.04	0.73	0.38	0.67	1.08	0.66	0.36	0.24	-0.03	0.69	0.56	0.66	-0.22	-1.25	-1.79	-1.6	-1.06	-1.06	0.56	0.21	-0.27	-1.6	-1.6	0.69	1.38	1.04	0.76	0.2	1.77	-0.04	0.39	1.51	1.26	0.79	2.25	2.14	1.45	-0.23	0.34	1	0.2	-0.2	1.17	0.31
+YEL060C	PRB1   PROTEIN DEGRADATION    VACUOLAR PROTEASE B	1.35	1.78	1.63	1.54	1.06	0.65	0.81	0.6	0.39	0.48	0.42	0.64	0.5	0.14	0.36	0.34	0.4	0.4	1.68	1.21	0.54	0.33	0.18	-0.09	-0.27	0.21	0.41	-0.07	0.19	0.42	0.59	0.53	0.04	-0.4	0.15	0.85	0.64	-0.2	0.53	0.59	0.85	1.18	0.48	-0.18	1.37	1.53	1.66	-0.07	-0.29	-0.3	-0.84	-1.56	-1.94	0.51	-0.18	-1.15	0.01	-0.17	1.01	2.88	1.75	1.9	1.16	0.87	-0.56	0.15	1.55	1.36	0.68	0.59	2.43	2.81	0.21	-0.29	0.29	-0.01	-0.04	1.71	0.96
+YLR142W	PUT1   GLUTAMATE BIOSYNTHESIS   PROLINE OXIDASE	-0.25	0.06	0.45	0.11	0.5	0.19	0.49	0.5	0.38	0.26	-0.22	-0.12	-0.09	-0.42	-0.49	-0.14	-0.42	-0.04	2.15	-0.81	-0.03	-0.43	-0.92	-0.76	-0.97	-0.15	-0.29	-0.42	-0.38	-0.09	-0.45	-0.23	-1.22	-0.71	0.4	1.6	1.75	0.58	-0.49	0.66	1.35	1.24	1.12	0.77	0.85	1.02	1.56	0.26	-1.25	-2	-2	-1.74	-1.47	0.71	-0.15	-0.04	-1.89	-3.06	0.26	2.12	0.5	0.58	0.31	0.86	-0.69	-0.15	-0.47	0.28	-0.23	0.24	0.29	-0.25	-0.18	-0.47	-0.49	-0.27	-0.2	0.53	2.42
+YNL322C	"KRE1   CELL WALL BIOGENESIS     BETA-1,6-GLUCAN ASSEMBLY"	-0.01	-0.25	0.26	0.14	0.24	0.07	0.08	-0.15	0.07	-0.47	0.16	-0.32	0.1	-0.38	0.15	-0.23	-0.56	-0.62	1.13	-0.06	0.07	0.26	0.2	-0.04	0.19	-0.12	-0.18	-0.4	-0.18	-0.23	-0.34	-0.22	0.32	-0.01	0.1	0.31	0.43	0.26	0.2	0.4	0.21	0.16	0.21	-0.69	-0.18	-0.58	-0.2	-0.17	-0.32	-0.6	-0.14	-0.22	0.18	-0.1	0.12	-0.03	-0.15	-0.54	0.65	1.14	1.29	0.87	0.97	0.86	0.06	-0.51	0.44	0.8	0.68	0.61	0.38	0.38	0.28	0.26	0.26	-0.09	-0.14	0.86	0.43
+YMR008C	PLB1   PHOSPHOLIPID METABOLISM  PHOSPHOLIPASE B	0.77	0.9	1.26	0.72	0.7	0.25	0.52	0.1	0.3	0.34	0.52	0.55	0.36	0.15	0.08	0.04	0.21	-0.03	0.24	-0.22	-0.38	-0.1	-0.42	-0.34	-0.38	0.19	0.26	0.08	-0.45	0.32	0.53	0.36	0.42	0.19	0.21	0.59	0.7	0.7	0.93	0.62	0.26	0.39	0.49	-0.29	0.58	0.46	0.53	-0.09	-0.71	-0.84	-1.47	-1.47	-1.32	0.28	-0.43	-0.71	-0.86	-1.32	-0.25	1.37	0.63	0.48	0.78	-0.84	-0.45	-0.49	0.63	0.51	0.25	-0.58	-0.69	-0.34	0.26	0.4	0.45	0.12	0.43	-0.03	0.4
+YHR057C	CYP2   PROTEIN FOLDING     PEPTIDYL-PROLYL CIS-TRANS ISOMERASE	-0.06	0.33	0.19	0.19	0.07	0.01	0.04	0.21	0.24	-0.01	0.18	-0.07	0.2	-0.1	-0.06	-0.09	-0.29	-0.27	0.07	0.36	0.28	-0.01	-0.03	-0.09	0.26	0.15	-0.09	-0.04	0.15	0.26	0.21	0.28	-0.27	-0.18	-0.2	-0.23	-0.06	0.2	0.29	0.39	0.25	0.01	0.24	-0.2	0.3	0.18	0.39	-0.38	0.39	0.3	0.53	-0.01	0.3	-0.03	0.24	-0.47	0.16	0.52		0.1	0.45	0.08	-0.14	0.19	0.15	-0.14	0.15	-0.36	-0.32	0.68	0.08	-0.07		-0.17	0.07	0.01	0.07	1.29	0.77
+YLR304C	ACO1   TCA CYCLE        ACONITASE	0.34	-0.14	0.16	0.53	1.08	1.01	1.27	0.58	0.6	0.31	0.52	0.33	0.24	-0.1	0.2	-0.09	-0.2	-0.36	-0.97	-0.15	-0.01		-0.04	0.01	0.1	0.59	0.75	0.7	0.46	0.81	0.64	0.5	-1.18	-1.56	-1	0.24	0.89	1.15	1.35	1.1	0.82	0.53	0.42	-0.38	0.93	0.93	1.18	-0.07	1.77	1.01	0.99	0.21	0.42	1.08	-0.51	-0.92	0.59	-1.69	-0.17	0.54	1.32	1.21	-0.17	-0.25	-0.4	-1.12	1.02	0.54	-0.25	-0.74	-0.81	-1.51	0.19	0.56	0.5	1.04	1.21	1.93	2.63
+YBL030C	PET9   TRANSPORT        MITOCHONDRIAL ADP/ATP TRANSLOCATOR	0.21	-0.18	0.69	0.44	0.86	0.21	0.73	0.12	0.34	0.21	0.2		0.19	0.2	0.44	-0.07	0.3	-0.07	-1.03	-0.49	-0.17	0.45	-0.04	0.16	0.28	0.34	0.26	0.31		0.54	0.44	0.12	0.26	-0.89	-0.34	0.6	1.17	1.26	1.13	1.09	0.73	0.82	0.99	1.29	0.89	0.69	0.8	0.16	0.76	0.4	0.1	-0.1	-0.36	0.53	-0.29	-0.42	0.08	-0.36	0.32	0.97	1.21	0.45	0.34	-0.3	0.25	-0.97	0.04	-0.07	0.55	0.32	0.28	0.25	0.59	0.54	0.92	0.39	0.86	0.78	1.79
+YNL055C	POR1   TRANSPORT        MITOCHONDRIAL OUTER MEMBRANE PORIN	0.12	0.51	0.11	0.31	0.07	0.01	-0.06	-0.6	-0.45	-0.51	-0.6	-0.51	-0.32	-0.49	-0.38	-0.64	-0.84	-0.74	0.2	0.11	1.49	0.31	0.04	-0.15	-0.04	0.67	0.46	0.68	0.29	0.76	0.95	0.82	0.31	0.11	0.04	0.34	0.4	0.38	0.4	0.65	0.48	0.23	0.57	0.38	0.53	0.63	0.82	0.19	-0.06	0.06	-0.3	-0.69	-1	-0.25	-0.32	-1.43	-0.01	0.41	0.24	1.47	1.52	0.77	1.01	-0.09	-0.18	-0.86	0.56	0.6	-0.06	-0.22	-0.62	-0.4	-0.03	-0.23	0.19	0.36	0.3	1.37	1.07
+YGR194C	NONE   XYLULOSE UTILIZATION     XYLULOKINASE	-0.09	-0.25	-0.03	-0.47	-0.03	-0.43	-0.01	-0.32	-0.34	-0.23	-0.42	-0.34	-0.09	-0.38	0.04	-0.17	-0.12	-0.42	0.44	-0.42	-0.4	-0.58	-0.86	-0.97	-0.32	-0.14	0.28	-0.12	-0.47	0.66	0.15		-0.6	-0.64	-0.09	0.31	0.15	0.06	0.56	0.21	0.42	0.16	0.23	0.75	1.06	0.92	0.92	-0.49	0.16	0.38	-0.25	-0.97	-1.89	-0.36	-0.79	-1.84	0.54	0.3	0.04	2.1	1.05	0.3	0.8	0.24	-0.47	-0.12	-0.06		-0.15	0.53	0.2	-0.49	-0.4	0.04	0.3	0.58	0.54	1.49	1.26
+YKL148C	SDH1   TCA CYCLE        SUCCINATE DEHYDROGENASE FLAVOPROTEIN SUBUNIT	-0.27	0.23	0.63		-0.14	-0.42	-0.32	-0.64	-0.62	-0.4	-0.36	-0.36	-0.3	-0.71	-0.4	-0.54	-0.84	-0.58	-0.2	-0.2	-0.15	-0.12	0.11	0.24	0.15	0.81	0.77	0.83	0.33	0.71	0.8	0.42	-0.67	-0.97	-0.25	0.71	0.96	0.82	0.88	-0.38	0.7	0.38	0.49	-0.1	0.7	0.64	0.73	-0.14	0.45	0.46	-0.12	-0.92	-0.6	0.33	-0.32	-1.43	0.15	-0.69	0.37	2.23	0.64	0.92	1.04	0.24	0.07	-0.69	-0.03	0.03	-0.42	0.37	0.62	-0.58	-0.01	0.19	0.46	0.31	0.9	2.05	2.03
+YML120C	NDI1   OXIDATIVE PHOSPHORYLATIO NADH-UBIQUINONE-6 OXIDOREDUCTASE	-0.42	0.3	-0.32	-0.71	-0.49	-0.34	-0.32	-0.74	-0.12	-0.17	-0.38	-0.1	-0.4	-0.36	-0.58	-0.43	-0.38	-0.34	0.03	0.61	0.65	0.33	0.07	0.25	0.28	1	0.61	0.51	0.32	0.74	0.72	0.58	-0.92	-0.89	0.06	0.99	0.87	1.14	0.91	0.68	1.01	0.45	0.92	1.44	1.16	1.2	1.23	-0.06	-0.25	-0.25	-0.34	-0.67	-0.54	0.29	-0.23	-0.34	-0.32	-0.18	0.28	1.77	0.79	0.39	0.3	-0.09	-0.45	-0.45	0.14	-0.15	0.46	0.8	0.25	-0.32	-0.22	-0.58	-0.23	0.15	0.44	1.76	1.97
+YDR529C	QCR7   RESPIRATION      CYTOCHROME-C REDUCTASE SUBUNIT	-0.4	-0.27	0.19	0.12	-0.42	-0.17	-0.51	-0.23	-0.04	-0.6		-0.54	0.04	-0.47	-0.15	-0.27	-0.42	-0.38	0.66	0.06	0.57	0.41	-0.04	0.1	0.08	-0.03	0.06	0.11	0.19	0.24	0.15	-0.2	-0.09	-0.17	0.07	0.51		0.61	0.57	0.82	0.59	-0.1	0.4	1.26	0.41	0.29	0.62	-0.04	0.7	0.48	-0.09	-0.69	-0.38	0.15	-0.4	-1.03	-0.58	-0.92	-0.36	0.77		-0.81	-0.38	-1.03	-0.49	-0.36	-0.34	-0.1	-0.58	0.26	0.01	-1.22	0.18	0.03	0.38	0.86	0.82	2.18	2.55
+YHR051W	COX6   OXIDATIVE PHOSPHORYLATIO CYTOCHROME-C OXIDASE SUBUNIT VI	0.03	0.3	0.37	0.38	-0.14	-0.12	-0.4	0.1	-0.12	-0.3	0.08	-0.15	0.03	-0.2		-0.07	-0.23		0.68	-0.15	0.58	0.51	0.11	0.31	0.18	0.12	0.14	0.1	0.23	0.21	-0.18	-0.06	-1.12	-1.18	-0.56	0.33	0.63	0.83	0.6	0.42	0.65	0.37	0.79	0.48	0.65	0.54	0.75	-0.03	0.45	0.26	0.03	-0.56	-0.64	0.46	-0.36	-1.4	-0.71	-0.71		0.69	0.62	-0.79	-0.34	-0.09		-0.47	-0.14	-0.09	-0.07	0.37	-0.27	-0.84	0.2	0.04	0.19	0.41	0.76	2.18	2.5
+YEL024W	RIP1   RESPIRATION      UBIQUINOL CYT.-C REDUCTASE IRON-SULFUR PROTEIN	-0.25	0.44	0.61	0.3	-0.29		-0.36	-0.15	-0.25	0.07		-0.09	-0.04	-0.2	-0.42	-0.15	-0.1	-0.23	0.82	0.52	-0.18	0.26	0.38	0.5	0.37	0.48	0.21	0.21	0.48	0.3	0.3	0.3	-0.74	-0.92	-0.47	0.41	0.58	0.74	0.69	0.6	0.33	0.25	0.62	0.81	0.54	0.46	0.61	0.15	0.96	0.74	0.34	-0.17	0.25	0.36	-0.34	-0.23	-0.03	-0.25	0.1	1.51	1.07	0.69	0.08	0.68	-0.23	-0.6	-0.09	0.3	0.39	0.34	0.18	0.77	0.08	0.28	0.56	0.88	0.94	1.95	2.34
+YER141W	COX15  RESPIRATION      CYTOCHROME OXIDASE ASSEMBLY FACTOR	-0.42	0.24	0.03	-0.12	-0.4	0.29	-0.09		-0.18	0.12	-0.2	-0.04	-0.15	-0.29	-0.06	0.04	-0.22	-0.18	0.88	0.16	0.14	-0.25	-0.17	-0.04	0.33	0.37	0.36	0.25	0.34	0.51	0.53	0.62	-0.51	-0.97	-0.71	0.97	0.26	0.31	0.57	0.77	0.74	0.6	0.74	1.16	0.74	0.59	0.66	0.19	-0.01	-0.34	0.16	0.07	0.06	0.07	0.03	-0.38	0.03	0.14	0.08	1.01	1.01	0.31	0.08	0.07	-0.42	-0.56	0.51	0.25	0.12	0.28	0.08	1.06		0.49	0.76	0.94	0.48	1.41	1.23
+YBL045C	COR1   OXIDATIVE PHOSPHORYLATIO UBIQUINOL CYTOCHROME-C REDUCTASE	-0.58	-0.34	-0.29	-0.51	-0.81	-0.76	-0.36	0.44	-0.58	-0.23	-0.71	-0.3	-0.27	-0.38	-0.43	-0.17	-0.49	-0.14	-0.14	-0.1	-0.15	-0.2	0.18	0.19	-0.07	0.59	0.16	0.5	0.21	0.41	0.51	0.34	0.12	0.07		0.26	-0.2	-0.32	-0.71	1.29	1.74		0.11	0.34	-0.92	0.08	-0.56	0.3	0.87	1.08	0.88	0.58	0.4	-0.34	-0.29	-0.84	0.23	0.28	-0.06	1.01	0.46	-0.2	0.1	0.28	0.01	-0.67	0.07	0.12	0.08	0.08	-0.1	0.28	0.07		0.68	0.53	0.16	1.7	2.48
+YKL141W	SDH3   OXIDATIVE PHOSPHORYLATIO SUCCINATE DEHYDROGENASE CYTOCHROME B	0.04	-0.01	0.33	0.14	-0.01	-0.3	-0.03	-0.27		-0.49	-0.03	-0.47	-0.04	-0.47	-0.18	-0.23	-0.6	-0.43	-0.06	-0.17	0.29	-0.06	-0.23	-0.04	0.16	-0.01	0.08	-0.07	-0.06	0.46	-0.04	-0.1	-0.22	0.07	-0.12	-0.43	-0.22	-0.45	0.06	0.43	-0.23	-0.86	0.18	0.32	-0.45	-0.25	-0.62	0.08	1.2	1.15	0.58	-0.25	-0.34	0.21	-0.54	-1.47	-0.27	-0.69	0.1	1.34	0.82	-0.1	0.32	-0.07	-0.15	-0.74	0.3	-0.04	-0.27	0.24	-0.69	-0.51	0.36	0.16	0.63	0.7 [...]
+YDR178W	SDH4   TCA CYCLE        SUCCINATE DEHYDROGENASE ANCHOR SUBUNIT	0.03	0.4	0.3	0.15	-0.12	-0.64	-0.1	-0.69	-0.3	-0.04	-0.36	-0.36	-0.2	-0.47	-0.34	-0.62	-0.45	-0.3	-0.06	-0.1	0.38	-0.06	-0.1	-0.07	0.07	0.61	0.58	0.42	0.03	0.5	0.8	0.59	0.06	-0.3	-0.07	0.72	0.84	0.56	0.64	0.65	0.34	0.44	0.7	0.29	0.72	0.6	0.86	-0.22	1.06	1.55	1.65	0.85	0.68	-0.36	-0.38	-1.22	0.11	0.45	0.37	1.84	1.32	0.16	0.7	0.2	-0.58	-0.51	0.07	0.49	-0.29	0.3	0.14	0.08	-0.2	-0.03	0.59	0.89	0.84	2.55	2.61
+YLL041C	SDH2   TCA CYCLE        SUCCINATE DEHYDROGENASE	-0.3	-0.06	-0.25	-0.27	-0.86	-0.23	-0.23	-0.76	-0.71	-0.15	-0.47	-0.43	-0.22	-0.81	-0.47	-0.32	-0.47	-0.38	0.2	0.43	-0.29	0.28	0.12	0.1	-0.1	0.55	0.49	0.53	0.07	0.59	0.55	0.54	-0.58	-0.4	0.32	1.16	1.04	1.08	0.93	0.8	0.9	0.61	0.83	1.61	0.9	0.77	1.01	-0.17	1.04	1.41	1.1	0.32	1.01	-0.49	-0.6	-1.22	0.8		0.23	1.83	0.38	0.12	0.2	-0.15	-0.47	-0.51	0.14	0.03	-0.4	0.14	-0.17	-0.94	-0.04	-0.1	0.5	1.07	1.42	2.53	2.6
+YKL085W	MDH1   TCA CYCLE        MALATE DEHYDROGENASE	-0.32	-0.03	-0.03	-0.03	-0.1	0.04	0.06	-0.03	-0.18	-0.12	-0.38	-0.4	-0.23	-0.74	-0.36	-0.45	-0.32	-0.58	0.04	0.76	-0.3	0.55	0.4	0.1	0.41	0.46	0.39	0.43	0.51	0.3	0.39	0.38	-1.47	-1.09	-0.4	0.36	0.51	0.45	0.4	0.41	0.76	0.32	0.74	1.28	0.96	0.94	1.24	0.15	1.1	1.71	1.43	0.49	0.4	-0.43	-0.47	-1.6	0.71	1.01	0.07	1.18	0.99	0.06	-0.25	0.07	0.26	-0.07	0.32	-0.04	-0.03	0.25		-0.04	0.04	0.01	0.3	0.92	1.36	2.87	2.58
+YFR033C	QCR6   OXIDATIVE PHOSPHORYLATIO UBIQUINOL CYTOCHROME-C REDUCTASE SUBUNIT	-0.42	-0.32	-0.3	0.15	-0.22	0.01	0.24	-0.38	-0.29	-0.27	-0.23	-0.18	-0.07	-0.4	-0.22	-0.14	0.04	-0.4	0.41	0.07	0.3	0.43	0.44	0.56	-0.09	0.44	0.34	0.2	0.42	0.11	0.33	-0.09	-0.69	-0.67	-0.29	-0.56	-0.25	0.41	0.23	0.52	0.28	-0.64	-0.29	0.23	0.87	0.39	0.91	-0.18	1.07	1.23	1.29	0.45	0.15	-0.03	0.04	-1.03	0.41	0.58	-0.25	0.72	0.16	-0.18	0.36	-0.47	-0.42	-0.18	-0.17	-0.36	-0.22	-0.1	-0.14	-0.49	0.06	-0.1	0.03	0.32	 [...]
+YOR065W	CYT1   OXIDATIVE PHOSPHORYLATIO CYTOCHROME C1	-0.56	-0.15	0.52	0.1	-0.07	-0.18	-0.2	-0.4	-0.58	-0.64	-0.3	-0.67	-0.45	-0.84	-0.29	-0.67	-0.4	-0.29	0.08	-0.03	-0.04	-0.09	-0.09	-0.15	0.04	0.03	-0.06	-0.23	-0.56	-0.07	-0.1	-0.3	-1.4	-1.56	-0.94	0.39	0.65	0.62	0.7	0.66	0.37	0.42	0.62	0.7	0.52	0.55	0.57	-0.42	1.39	1.36	0.87	0.1	-0.15	-0.2	-0.71	-1.6	0.03	-0.14	-0.23	1.34	0.53	-0.22	0.2	-0.58	-0.56	-1.18	-0.23	-0.15	-0.23	-0.01	-0.49	-0.79	0.18	0.1	0.32	0.29	0.95	1.71	2.41
+YBL015W	ACH1   ACETYL-COA METABOLISM    ACETYL-COA HYDROLASEYOR374W	-0.58	-0.36	-0.25	-0.51	-0.32	-0.29	-0.32	0.36	-0.49	0.1	-0.51		-0.12	-0.23	-0.36	0.08	-0.74	-0.29	-0.62	0.03	0.01	0.1	-0.56	-0.34	-0.1	0.77	0.86	0.61	0.04	0.72	0.86	0.41	-0.51	0.03	-0.2	0.04	-0.34	-0.34	0.23	-0.12	0.08		-0.22	1.03	0.12	0.2	0.36	0.52	1.49	1.75	1.49	0.58	0.19	-0.18	-0.12	-1.47	0.58	-0.49	0.33	1.74	0.3	0.38	0.25	0.75	-0.49	-0.54	-0.14	-0.04	0.11	0.26	-0.23	0.51	-0.1	0.06	0.01	0.11	0.3	2.72	3.39
+YMR197C	VTI1   SECRETION        CIS-GOLGI V-SNARE	0.11	0.52	0.52	0.31	0.11	0.19	0.19	0.08	-0.04	-0.29	-0.12	-0.07	-0.17	-0.38	-0.17	-0.2	0.28	-0.2	0.7	0.14	-0.4	-0.45	-0.79	-0.62	-0.36	-0.01	-0.1	-0.36	-0.15	0.39	0.79	0.24	0.23	-0.27	0.03	0.16	0.08	0.19	0.49	0.34	0.42	0.19	0.01	0.11	0.8	0.62	0.7	-0.04	0.11	-0.17	0.4	0.21	-0.01		0.24	-0.04	0.73	0.82	0.32	1.91	0.61	0.43	0.24	0.76	0.37	0.44	0.2	0.53	-0.23	0.55	0.5	-0.1	-0.07	-0.03	0.5	0.03	0.66	1.48	0.86
+YGR244C	LSC2   TCA CYCLE        SUCCINYL-COA LIGASE	0.24	0.06	0.66	0.42	0.64	0.1	0.54	-0.01	0.12	-0.12	-0.04	-0.01	0.11	-0.22	0.06	-0.1	0.26	-0.23	0.45	0.48	0.11	0.32	0.24	-0.34	0.3	0.67	0.58	0.4	0.28	0.74	0.75	0.46	0.34	-0.1	-0.17	0.1	0.28	0.2	0.52	0.57	0.7	0.88	0.76	1.1	1.34	1.36	1.65	0.28	0.32	-0.22	0.12	-0.62	-1	0.48	0.14	-0.56	0.31	-0.51	-0.09	1.03	1.01	0.95	0.86	0.45	0.57	0.31	1.04	1.26	0.24	0.24	0.51	-0.64	0.04	0.28	0.77	0.96	1.48	2.38	2.06
+YPL154C	PEP4   PROTEIN DEGRADATION    VACUOLAR ASPARTYL PROTEASE	0.33	0.44	0.79	0.79	0.76	0.42	0.82	-0.01	0.28	-0.22	0.16	0.11	0.19	-0.32	0.23	-0.14	-0.36	0.04	0.49	0.34	-0.03	-0.32	-0.42	-0.4	-0.69	-0.01	0.21	0.04	-0.23	0.15	0.61	0.34	0.69	0.24	0.03	0.38	0.57	0.4	0.85	0.75	0.74	0.66	0.86	0.87	0.8	0.9	1.08	-0.17	0.68	0.15	1.1	0.92	1.08	0.25	0.5	0.62	0.23	-0.17	0.14	1.51	1.18	0.62	0.3	0.6	0.58	-0.3	0.91	1.11	-0.34	-0.01	-0.29	0.08	0.24	0.65	1.23	1.28	1.54	1.97	1.54
+YFL014W	HSP12  GLUCOSE AND LIPID UTILIZ HEAT SHOCK PROTEIN	-0.49	0.33	0.11	0.68	-0.03	0.57	-0.04	0.24	0.08	-0.06	-0.09	0.04	-0.07		-0.25		-0.1	-0.22	1.6	0.8	0.29	1.12	0.38	-0.42	-0.4	-0.06	0.28	0.04	0.06	0.45	1.69	0.92	3.43	2.96	2.14	1.73	1.18	1.01	0.48	0.72	0.81	1.03	1.66	1.6	2.25	2.05	3	0.39	1.85	1.06	0.93	0.63	1.7	0.41	0.33	0.1	0.11	-0.27	-0.18	4.37	2.94	3.86	2.56	1.88	-0.4	-0.29	1.79	2.07	-0.47	0.3	-0.01	0.9	-0.15	0.39	0.62	1.58	2.25	3.6	3.42
+YNR001C	CIT1   TCA CYCLE        CITRATE SYNTHASE	0.83	1.33	1.91	1.66	1.56	0.84	0.96	0.72	0.58	0.58	0.39	0.2	0.16	-0.03	0.43	0.31	0.25	0.1	0.4	0.04	0.04	-0.1	-0.23	-0.43	0.04	0.12	0.25	0.1	0.07	0.5	0.06	-0.18	-0.04	-0.12	-0.07	-0.62	-0.6	-0.32	0.28	0.75	-0.36	-1.22	-0.56		-0.56	-0.07	-0.36	0.33			1.65	0.77		-0.12	0.34	-0.2	0.73	-1.09	0.37	2.66	3	0.89	0.56	0.4	0.3	0.11	0.75	0.72	0.4	0.65	1.34	0.69	0.19	0.45	0.65	0.72	1.23	2.68	3.23
+YHR096C	HXT5   TRANSPORT        HEXOSE PERMEASE	0.08	0.43	0.34	0.08	0.18	0.12	-0.23	0.08	-0.23	-0.32	0.56	0.21	0.45	0.01	-0.12	-0.1	-0.3	-0.3	1.85	0.9	0.79	0.43	-0.47	-1.09	-0.81	-0.62	-0.09	-0.49	-0.92	-0.1	0.36	0.01	0.11	1	0.24	-0.3	-0.62	-0.04	0.31	-0.14	0.19	-0.25	-0.45	0.52	-0.36	-0.6	-0.29	-0.14	1.02	0.59		0.58	1.52	0.39	-1	0.58	0.49	-0.74	0.77	3.32	1.68	0.42	0.53	0.77	-0.86	-1.29	-0.34	-0.15	0.03	1.04	1.37	0.04	-0.12	-0.04	0.66	0.32	-0.32	1.42	3.03
+YGR088W	CTT1   OXIDATIVE STRESS RESPONS CATALASE T	-0.18	-0.2	0.36	-0.2	-0.27	-0.3	-0.29	-0.12	-0.14	-0.38	0.3	-0.18	0.08	-0.2	-0.07	-0.04	-0.38	0.57	1.62	-0.45	0.96	0.93	-0.58	-0.92	-0.79	-0.64	-0.34	-1.09	-1.79	-0.22	0.79	0.38	-0.42	-0.36	-0.34	-0.25	-0.74	-0.4	-0.03	0.18	0.04	-0.25	-0.36	0.7	0.58	0.25	0.66	-0.06	-0.03			1.48	3	-0.14	0.67		-1.32	-1.69	0.6	4.33	3.15	1.7	0.93	0.77	-0.49	-0.17	0.15	0.01		0.56	1.03	0.26	0.15	0.06	0.21	0.73	0.96	3.62	2.96
+YKR076W	ECM4   CELL WALL BIOGENESIS     UNKNOWN	0.39	0.36	0.65	0.9	0.3	0.37	0.14	0.28	0.04	-0.27	0.07	-0.14	0.19	-0.22	-0.23	-0.01	-0.07	-0.27	0.57	0.53	0.66	0.06	-0.6	-0.51	-0.84	-0.1	0.16	-0.43	-0.38	0.46	0.58	0.29	0.45	0.2	0.12	-0.25	-0.34	-0.17	-0.09	0.51	1.21	-0.47	-0.36	0.46	0.4	-0.07	0.73	-0.01	0.5	-0.09	-0.12	0.56	1.74	0.45	-0.09	1.32	0.04	-0.76	0.32	1.4	1.34	1.61	0.94	0.86	-0.38	-0.27	-0.29	-0.2	-0.09	0.89	1.14	0.4	-0.04	0.04	0.38	0.24	0.01	1.64	2.22
+YIR039C	YPS6   PROTEIN DEGRADATION    GPI-ANCHORED ASPARTIC PROTEASE	0.29	0.95	0.66	0.63	-0.15	0.1	-0.04	-0.12	-0.03	0.1	-0.43	-0.23	-0.17	-0.54	-0.15	-0.32	-0.03	-0.04	0.37	0.08	0.58	-0.51	-0.43	-0.32	-0.36	0.01	-0.14	-0.23	0.21	0.29	0.16	0.24	0.33	-0.25	0.31	0.26	0.38	0.31	0.2	0.58	0.64	0.15	0.28	1.02	0.7	0.76	0.89	-0.04	0.65	0.14	-0.27	-0.07	-0.12	0.29	-0.92	-1.09	0.34	1.23	0.3	2.41	1.33	1.3	1.12	0.65	-0.25	-0.01	0.04	0.04	0.14	0.25	0.43	0.51	-0.36	-0.69	0.62	0.99	0.52	1.94	1.97
+YGL259W	YPS5   PROTEIN DEGRADATION    GPI-ANCHORED ASPARTIC PROTEASE	0.37	0.57	0.58	1.26	0.12	0.37	0.1	0.16	0.1	-0.09		0.18	0.04	-0.09	0.01	0.19	-0.3	0.06	0.57	-0.07	0.41	-0.07	-0.67	-0.38	-0.45	-0.18	-0.17	-0.2	0.14	0.1	-0.09	-0.03	0.04	-0.15	0.06	-2.64	-1.51	-0.09	-0.23	0.15	-0.15	-0.42	-0.25	0.36	-0.49	-0.22	0.11	-0.15	0.42	-0.04	-0.45	-0.38	-0.18	0.36	-0.56	-0.27	0.4	1.04	0.01	1.7	2.05	1.32	0.51	0.3	-0.54	-0.32	-0.49	0.1	-0.15	0.2	0.2	0.07	-0.14	-0.07	0.49	0.63	0.38	1.67	2.82
+YDR059C	"UBC5   PROTEIN DEGRADATION, UBI E2 UB.-CONJUGATING ENZYME"	0.44	0.2	0.32	-0.01	0.41	0.15	0.65	0.46	0.3	-0.01	0.14	-0.29	0.08	-0.18	0.07	-0.18	0.07	-0.29	0.01	0.03	-0.14	-0.36	-0.49	-0.51	-0.32	-0.09	-0.06	-0.04	0.07	0.32	0.48	0.28	0.1	0.03	-0.18	0.12	-0.06	-0.06	0.03	1.01	0.31	0.07	0.24	-0.06	0.39	0.37	0.39	-0.32	0.93	1.19	1.66	1.38	0.97	-0.43	0.55	-0.34	1.36	1.64	0.36	0.83	1.08	0.61	0.4	0.53	-0.4	0.18	-0.06	-0.01	0.3	0.37	1.02	0.98	-0.04	-0.18	0.45	0.19	0.55	1.06	1.44
+YLR299W	ECM38  GLUTATHIONE BIOSYNTHESIS GAMMA-GLUTAMYLTRANSFERASE	0.29	0.51	0.64	0.82	0.46	0.72	0.28	0.01	-0.25	-0.12	-0.22	0.04	-0.03	-0.38	0.1			-0.2	-0.62	-0.15	-0.51	-0.51	-1.09	-0.56	-0.23	0.12	0.39	-0.04	-0.38	0.48	0.44	-0.18	-0.42	-0.38	-0.1	0.6	0.43	0.23	0.5	0.51	0.55	0.63	0.58	0.36	0.64	0.84	0.97	-0.38	0.96	0.58	0.83	0.39	-0.17	0.21	0.23	-0.15	1.19	0.32	0.03	1.1	0.67	0.4	0.85	0.19	-0.23	-0.38	-0.25	0.15	0.2	0.49	0.7	0.82	-0.14	0.08	-0.15	0.19	0.87	1.64	1.87
+YKL093W	MBR1   MITOCHONDRIAL BIOGENESIS UNKNOWN	0.06	-0.01	-0.04	-0.15	-0.15	0.1	-0.1	-0.1	-0.17	0.15	-0.42	-0.07	-0.29	-0.36	-0.71	-0.3	-0.17	-0.23	1.28	0.55	-0.1	-0.09	-0.34	-0.23	-0.18	0.07	0.03	-0.09	1.08	0.18		0.31	0.1	0.18	-0.09	0.67	0.31	0.32	-0.01	0.01	0.83	0.31	-0.01	0.11	0.16	0.12	0.16	0.1	0.32	0.11	-0.34	-0.84	-0.47	0.42	-0.56	-1.03	0.4	-0.07	-0.2	0.83	0.5	0.37	0.18	0.31	-0.43	-0.6	-0.3	-0.17	-0.15	0.53	0.45	0.95	-0.17	0.3	0.29	-0.09	-0.32	1.91	1.84
+YDR272W	GLO2   METHYLGLYOXAL RESISTANCE GLYOXALASE II	0.36	0.11	0.24	0.03	0.08	-0.06	-0.32	-0.01	0.56	-0.14	0.77	-0.04	0.07	-0.18	0.12	0.19	-0.23	0.12	0.52	-0.1	-0.38	-0.07	-0.38	-0.71	-0.67	-0.34	-0.42	-0.34	-0.4	-0.04	0.03	-0.14	0.31	0.24		-0.09	-0.06	0.04	0.06	-0.06		-0.18	-0.09	0.75	0.75	0.51	0.97	-0.01	0.19	-0.12	-0.36	-0.54	-0.38	0.32	-0.23	-0.43	0.11	0.44	-0.2	0.58	0.42	0.18	-0.04	0.32	0.21	0.19	0.28	0.16	-0.38	-0.06	-0.38	-0.79	0.07	0.3	0.51	0.49	0.38	2.34	1.46
+YLL001W	DNM1   ENDOCYTOSIS      DYNAMIN-RELATED PROTEIN	-0.58	-0.25	-0.29	-0.49	-0.34	0.25	0.16	-0.12		0.16	-0.22	-0.27	-0.29	-0.29	-0.2	0.08	-0.3	-0.12	-0.38	-0.14	0.38	-0.09	-0.43	-0.17	-0.12	0.28	0.23	0.3	0.29	0.41	0.18	0.21	-0.84	-0.58	-0.18	0.53	0.2	-0.09	0.15	0.1	0.38	-0.76	0.18	0.67	0.4	0.24	0.32	-0.15	0.38	0.61	0.75	-0.01	0.62	-0.4	-0.58	-0.86	0.7	0.77	1.55	0.72	0.45	0.64	0.43	-0.06	-0.42	-0.36	0.48	-0.12	0.15	0.18	-0.22	-0.23	0.01	0.1	0.26	0.28	0.07	1.12	1.11
+YDR329C	PEX3   PEROXISOMAL PROTEIN TARG INTEGRAL MEMBRANE PROTEIN	-0.22	-0.15	-0.34	-0.1		-0.04	-0.03	-0.22	-0.25	-0.04	-0.4	-0.22	-0.12	-0.34	-0.4	-0.22	0.23	-0.3	0.72	0.23	-0.23	-0.38	-0.64	-0.43	-0.43	-0.25		-0.22	-0.23	0.1	-0.15	-0.32	-0.3	0.12	0.08	-0.03	-0.03	0.01	0.25	0.58	0.12	0.06	-0.09	-0.64	0.42		0.24	-0.32	-0.23	-0.89	-0.6	-0.17	0.23	0.56	0.15	0.91	0.07	-0.2	-0.03	0.53	0.1	0.19	-0.27	0.07	-0.12	-0.03		-0.4	-0.25	0.11	-0.27	-0.2		0.06	0.32		0.2	1.58	1.3
+YML004C	GLO1   AMINO ACID METABOLISM    GLYOXALASE I	0.37	0.01	0.56	0.5	0.3	0.4	0.34	0.04	0.1	-0.07	-0.07	-0.36	-0.22	-0.6	-0.03	-0.32	0.06	-0.34	1.29	-0.49	-0.32	-0.45	-0.71	-0.81	-0.67	-0.38	-0.14	-0.56	-0.89	-0.03	0.21	-0.03	-0.42	-0.62	-0.29	-0.03	-0.07	-0.14	0.03	-0.14	-0.04	-0.07	0.03	-0.27	0.1	0.38	0.7	-0.42	-0.1	-0.97	-1.29	-0.38	0.54	0.89	-0.69	1.24	-0.42	-0.86	-0.54	0.96	0.98	0.01	0.23	-0.64	0.48	0.42	0.79	0.74	-0.23	-0.23	0.01	-0.56	0.14	0.55	0.29	0.2	0.42	1.78	1.09
+YKL064W	MNR2   MANGANESE RESISTANCE     UNKNOWN	0.25	0.58	-0.01	0.31	-0.18	0.07	-0.27	-0.01	-0.14	0.07	-0.07	0.04	-0.07	-0.15	0.03	0.03	-0.36		0.39	-0.29	-0.29	-0.07	-0.32	-0.43	-0.27	-0.25	-1.56	0.1	-0.22	0.36	0.26		0.34	0.24	0.01	-0.17	-0.56	-0.17	-0.42	-0.38	-0.04	-0.4	-0.6	0.15	-0.29	-0.07	-0.89	-0.07	-0.6	-0.14	0.03	-0.12	-0.32	-0.74	0.28	-0.36	-0.36	0.28	0.14	0.41	0.36	0.28	0.15	-0.03	-0.74	-0.07	-0.03	-0.43	0.06	0.03	-0.09	0.62	0.18	0.18	0.42	0.3	-0.01	1.15	0.75
+YGR258C	"RAD2   DNA REPAIR, NUCLEOTIDE E SINGLE-STRANDED DNA ENDONUCLEASE"	0.23	0.01	-0.01	-0.07	-0.34	-0.18	-0.34	-0.03		0.04	0.31	-0.09	-0.01	-0.54	-0.17	0.07	-0.32	0.03	0.65	0.04	-0.01	0.06	-0.2	-0.25	-0.15	-0.32	-0.23	-0.27	-0.32	0.04	0.08	0.1	0.93	0.44	-0.01	-0.36	-0.3	0.06	-0.23	-0.27	0.53	-0.18	-0.6	0.99	0.26	0.07	0.03		-0.42	-0.15	-0.29	-0.47	-0.45	-0.45	-0.12	-0.32	-0.18	-0.2	0.18	0.53	0.54	0.76	-0.12	0.24	-0.17	-0.3	0.31	-0.03	-0.07	-0.01	0.32	0.75	-0.01	-0.07	0.26	0.1	-0.14	0.91	0.7
+YOR230W	WTM1   MEIOSIS        TRANSCRIPTION FACTOR	-0.6	-0.4	-0.36	-0.56	-0.86	-1.29	-1.03	-1.32	-1.18	-0.94	-0.74	-0.67	-0.49	-1	-0.67	-1.06	-0.74	-0.89	0.44	0.39	0.14	-0.2	-0.58	-0.69	-0.79	0.21	0.44	0.08	-0.1	0.7	1.11	0.82	0.41	0.15	-0.06	-0.36	-0.14	0.01	0.7	0.73	0.58	0.33	0.63	0.37	1.21	1.09	1.1	-0.36	0.82	0.59	0.07	-1.03	-0.58	0.53	-0.86	-1.51	0.29	0.18	0.01	1.13	0.59	-0.15	0.34	0.59	-0.17	-1.12	0.24	0.75	-0.29	-0.18	0.1	-0.56	0.12	0.85	1.01	0.65	0.97	1.12	0.92
+YOR187W	NONE   PROTEIN SYNTHESIS     MITOCHONDRIAL TRANSLATION ELONGATION FACTOR TU	-0.06	-0.01	0.3	0.33	0.45	0.7	0.37	0.21	-0.1	-0.29	-0.04	-0.2	0.08	-0.32	0.16	-0.23	0.28	-0.32	-0.32	-0.6	-0.27	-0.1	0.24	0.15	0.33	0.64	0.5	0.14		0.54	0.39	0.06	-0.12	-0.79	-0.56	0.1	0.33	0.31	0.82	0.96	0.72	0.59	0.82	0.21	0.82	0.8	0.93	-0.38	-0.81	-0.79	0.01	-0.15	-0.27	-0.17	0.55	0.1	-1.32	-1.36	-0.1	0.59	0.46	-0.27	-0.1	-0.23	0.28	-0.32	0.44	-0.07	-0.03		-0.04	-0.09	0.15	0.64	0.92	0.51	0.84	0.78	0.64
+YLR158C	ASP3   ASPARAGINE UTILIZATION   L-ASPARAGINASE II	0.14	0.24	0.2	0.01	0.03	-0.09	0.26	0.06	-0.17	-0.1	-0.34	-0.22	0.29	-0.23	0.07	-0.45	0.44	-0.22	0.62	0.12	0.1	-0.4	0.11	0.1	0.12	0.24	0.34	0.08	-0.03	0.01		0.01	-0.15	-0.38	-0.06	0.38	0.57	0.38	0.32	0.44	0.16	0.42	0.46	-1.43	0.23	0.16	0.2	-0.51	-0.47	-0.84	-0.56	-0.62	-0.49	0.29	-0.17	-0.01	-0.14	-0.4	0.26	0.4	0.11	-0.43	0.11	0.18	0.52	-0.2	-0.01	0.37	0.11	0.34	0.15	0.03	-0.27	-0.18	0.26		0.2	0.46	-0.09
+YLR157C	ASP3   ASPARAGINE UTILIZATION   L-ASPARAGINASE II	0.1	0.14	0.49	0.1	0.48	-0.32	0.44	0.18	0.08	0.32	0.14	-0.29	0.11	-0.06	0.51	0.12	0.48	-0.36	0.74	-0.03	-0.03	-0.12	0.03	-0.32	0.14	0.21	0.21	-0.07	-0.25	-0.07	-0.12	-0.03	-0.22	-0.4	-0.12	0.2	0.4	0.31	0.4	0.34	0.01	0.32	0.26	-0.12	0.14	0.18	0.14	-0.43	-0.2	-0.6	-0.38	-0.32	-0.58	-0.18	-0.29	0.06	-0.42	-1.25	0.33	0.24	0.07	-0.42	-0.01	0.11	0.44	-0.25	0.1	0.16	0.45	0.32	0.34	0.03	0.03	0.14	0.63	0.18	0.24	0.56	0.31
+YLR155C	ASP3   ASPARAGINE UTILIZATION   L-ASPARAGINASE II	0.1	0.08	0.5	0.1	0.42	-0.23	0.43	0.15	0.06	0.33	0.08	-0.32	0.18	0.01	0.21	0.18	0.51	-0.32	0.72	0.03	-0.15	-0.04	0.16	-0.27	0.08	0.3	0.24	-0.15	-0.06	-0.09	0.03	-0.09	-0.25	-0.38	-0.18	0.25	0.46	0.33	0.07	0.4	0.04	0.32	0.32	-0.22	0.2	0.01	0.08	-0.49	-0.01	-0.67	-0.38	-0.27	-0.54	-0.27	-0.38	-0.17	-0.45	-0.94	0.4	0.21	0.14	-0.38	0.07	0.2	0.32	-0.22	0.16	0.48	0.34	0.34	0.3	0.15	-0.09	-0.14	0.5	0.06	0.2	0.48	0.26
+YFR049W	"YMR31  PROTEIN SYNTHESIS     RIBOSOMAL PROTEIN, MITOCHONDRIAL"	-0.34	0.07	0.11	0.16	-0.58	-0.14	-0.58	-0.32	-0.32	-0.09	-0.14	-0.12	-0.09	-0.42	-0.64	-0.2	-0.36	-0.32	0.99	0.39	0.26	0.06		0.1	0.08	0.04	-0.01	0.07	0.29	0.24	0.25	-0.06	-0.38	-0.29	-0.04	0.26	-0.32	-0.07	0.08	0.37	0.5	0.01	0.08	1.24	0.41	0.5	0.77	0.07	-0.04	-0.47	-0.04	-0.34	-0.76	0.3	0.21	-0.69	-0.25	-0.1	-0.36	0.12	0.11	-0.49	-0.79	-0.38	0.39	0.39	-0.06	0.37	-0.47	0.77	-0.29	-0.42	-0.18	0.01	0.38	-0.17	-0.04	0.67	0.74
+YIL010W	DOT5   TRANSCRIPTION       DEREPRESSOR OF TELOMERIC SILENCING	0.57	0.44	0.62	0.33	0.38	0.15	0.26	0.15	0.01	-0.14	-0.1	-0.09	0.11	-0.47	-0.1	-0.22	-0.92	-0.22	0.33	0.11	-0.25	-0.1	0.07	-0.22	0.01	0.23	-0.04	-0.23	0.15	0.33	0.29	0.21	0.54	0.29	0.21	0.01	0.14	0.11	0.24	0.29	0.29	0.36	0.4	0.28	0.77	0.74	1.17	-0.2	0.32	-0.2	0.15	0.03	-0.29	0.19	0.08	-0.54	0.04	0.16	-0.03	0.14	0.43	0.03	0.1	0.1	0.34	0.14	0.33	0.57	-0.1	0.37	0.4	-0.01	-0.1	0.14	0.2	-0.2	0.32	0.81	0.23
+YGR255C	COQ6   UBIQUINONE BIOSYNTHESIS  MONOOXYGENASE	0.28	0.73	0.43	0.6	-0.12	0.24	-0.2	-0.18	-0.3	0.01	-0.1		-0.06	-0.34	-0.4	-0.27	-0.34	-0.29	0.58	0.19	-0.14	-0.34	-0.25	-0.07	-0.17	0.12	-0.12	-0.18	0.26	0.08	0.21	0.21	0.06	-0.15	-0.17	0.26	-0.03	0.04	0.18	0.44	0.7	0.14	0.08	0.58	0.58	0.41	0.68	0.01	0.15	0.06	-0.4	-0.6	-1.18	0.54	-0.43	-1.12	-0.2	0.18	0.08	1.11	0.9	0.14	-0.06	0.26	0.51	0.58	1.1	1.1	0.12	0.36	0.21	0.74	-0.1	-0.03	0.62	0.04	-0.49	0.91	0.18
+YHL034C	SBP1   RNA PROCESSING      SINGLE STRANDED NUCLEIC ACID BINDING PROTEIN	0.56	0.39	0.65	0.41	0.64	0.29	0.14	0.34	0.39	0.16	0.39	0.32	0.25	0.12	0.12	0.53	-0.2	0.16	1.08	0.1	0.34	0.38	0.21	-0.14	-0.23	0.49	0.19	0.04	0.12	0.23		0.39	0.07	0.08	0.18	-0.03	-0.22	-0.34	-0.04	0.08	0.36	0.18	-0.01	0.14	0.76	0.5	0.9	0.08	0.12	0.48	-0.34	-0.81	-1.18	0.11	-0.51	-1.03	0.45	0.46	0.18	-0.09	0.2	-0.45	-0.92	-0.14	0.59	0.58	0.56	0.5	0.28	0.82	0.45	0.99	0.3	0.19	0.65	-0.22		0.93	-0.06
+YGR132C	PHB1   ANTIPROLIFERATIVE PROTEI UNKNOWN	0.01	0.01	0.39	0.19	0.18	0.1	-0.04	0.42	0.34	-0.06	0.42	0.16	0.01	-0.01	0.04	0.29	-0.09	-0.15	0.5	-0.22	-0.17	0.21	-0.22	-0.04	-0.06	0.39	0.08	-0.06	0.12	0.23	0.16	0.25	0.24	-0.03	-0.15	0.19	0.1	0.4	0.7	0.67	0.7	0.65	0.8	0.68	1.31	1.07	1.35	0.11	-0.49	-0.34	-0.84	-0.71	-0.6	-0.23	-0.6	-0.56	-0.3	0.23	-0.04	-0.04	0.4	-0.29	-0.36	-0.15	0.43	0.26	0.32	0.31	0.01	0.55	0.32	1.69	0.3	0.16	0.52	0.37		1.32	0.65
+YKL117W	SBA1   PROTEIN FOLDING     HSP90 ASSOCIATED CO-CHAPERONE	0.2	0.34	0.19	0.56	0.16	0.53	0.15	0.48	0.41	0.11	0.38	0.19	0.2	-0.07	0.19	0.2	0.15	0.01	1.25	0.72	0.67	0.59	0.24	0.08	0.04	0.38	0.38	-0.09	0.41	0.42	0.43	0.48	-0.15	-0.29	-0.42	-0.12	-0.06	-0.04	0.18	0.04	0.11	0.15	0.21	1.16	0.93	0.77	0.83	0.12	0.31	0.45	-0.07	-0.43	-0.54	0.08	-0.06	-0.51	0.66	1.08	0.08	0.18	0.49	0.04	-0.4	0.31	0.24	0.21	0.72	0.26	-0.06	0.11	0.01	0.14	0.14	-0.06	0.4	0.1	-0.12	1.79	0.04
+YCR036W	RBK1   RIBOSE METABOLISM     RIBOKINASE	0.24	0.31	0.21	0.04	-0.36	0.28	-0.03	0.23	-0.04	0.18	-0.1	0.31	-0.29	-0.27	-0.22	0.18	0.21	0.25	0.16	0.54	0.29	0.03		0.11	0.11	0.12	0.01	-0.03	0.2	-0.03	0.07	0.12		-0.14	0.41	0.31	0.28	0.01	0.04	0.25	0.16	0.1	0.2		0.43	0.37	0.58	0.14	0.16	-0.43	-0.54	-0.64	-0.92	0.06	-0.56	-0.81	0.18	0.86	-0.38	0.24	0.16	-0.03	0.01	0.34	0.39	0.34	0.42	0.57	-0.42	-0.12	-0.56	0.06	-0.38	-0.01	0.6	0.16	-0.43	0.87	0.44
+YGR231C	PHB2   AGING          PROHIBITIN HOMOLOG	-0.29		-0.06	-0.14	-0.4	-0.03	-0.14	-0.3	0.04	0.04	-0.03	-0.18	-0.22	-0.6	-0.38	-0.34	-0.54	-0.34	0.5	0.52	-0.27	-0.12	-0.25	-0.04	0.07	0.37	0.25	0.21	0.56	0.45	0.68	0.44	0.23	-0.12	-0.45	-0.38	-0.3	-0.03	0.33	0.5	0.58	0.07	0.36	1.18	1.06	0.96	1.16		-0.3	-0.09	0.18	0.14	-0.03	-0.32	0.11	-0.47	-0.34	0.58	-0.29	-0.15	0.36	-0.29	-0.3	-0.64	0.39	0.41	0.46	0.36	0.06	-0.06	-0.29	0.48	-0.01	0.03	0.58	0.03	-0.23	1.36	0.69
+YBL058W	SHP1   GLUCOSE REPRESSION    (PUTATIVE) GLC7P REGULATORY SUBUNIT	-0.42	-0.45	-0.03	-0.34	-0.4	-0.54	-0.1	-0.27	-0.06	-0.2		-0.2	-0.3	-0.56	-0.25	-0.3	0.12	-0.29	0.34	-0.06	-0.04	-0.4	-0.17	0.14	-0.32	0.41	0.34	0.08	0.08	0.52	0.5	0.43	-0.51	-0.4	-0.42	-0.34	-0.17	-0.1	-0.18	-0.01	-0.15	-0.06		0.7	0.69	0.28	0.48	0.1	-0.22	-0.34	-0.86	-0.92	-0.94	0.24	-0.06	-0.04	0.59	1.01	-0.43	0.34	0.15	0.51	0.01	-0.6	0.16	0.07	0.41	-0.17	-0.2	0.34	0.3	0.49	-0.25	0.1	0.38	-0.22	-0.07	0.96	0.76
+YIR037W	HYR1   OXIDATIVE STRESS RESPONS GLUTATHIONE PEROXIDASE	0.25	0.7	0.57	0.66	0.1	0.59	-0.01	-0.09	-0.2	-0.12	-0.3	-0.43	-0.18	-0.45	-0.2	-0.4	-0.2	-0.36	1.04	0.78	0.57	0.03	0.06	-0.27	-0.36	0.08	0.04	0.07	0.07	0.29	0.57	0.7	1.02	0.74	0.63	-0.06	0.48	0.21	0.44	0.75	0.51	0.65	0.62	0.18	0.75	0.75	1.2		0.1	-0.43	-0.42	0.29	0.96	0.59	-0.07	0.76	-0.47	-0.6	0.1	0.71	0.81	0.58	-0.04	0.28	0.36	-0.2	0.9	0.74	-0.18	0.21	-0.23	-0.07	0.14	-0.06	0.3	0.32	0.12	0.96	0.55
+YGL156W	AMS1   CELL WALL CATABOLISM     VACUOLAR ALPHA-MANNOSIDASE	0.25	0.48	0.69	1.05	0.23	0.58	-0.07	0.14	-0.36	0.4		0.21	0.06	0.07	-0.1	0.32	-0.47	-0.09	1.2	0.79	0.11	0.29	-0.51	-0.86	-0.94	-0.38	-0.3	-0.3	-0.2	-0.01	0.6	0.48	-0.45	-0.07	-0.38	-0.04	-0.32	-0.1	0.12	0.11	0.12	-0.25	0.21	0.57	-0.14	-0.09	0.11	0.1	-0.15	-0.43	-1	-0.84	0.04	0.21	-0.74	-0.17	-0.51		-0.29	0.82	0.86	1.03	0.43	-0.54	-0.3	-0.2	1.21	1.79	-0.4	-0.2	-0.4	-0.25	0.04	0.12	0.29	-0.2	-0.23	0.66	0.5
+YIR034C	LYS1   LYSINE BIOSYNTHESIS    SACCHAROPINE DEHYDROGENASE	0.08	0.66	0.49	0.31	0.06	-0.06	-0.15	-0.25	-0.09	-0.12	0.39	0.19	0.39	0.07	0.21	0.12	-0.2	-0.12	-0.6	0.07	0.3	0.29	0.11	0.16	0.11	0.07	-0.15	-0.4	-0.22	0.18	-0.04	-0.06	-1.51	-1.18	-0.43	0.16	-0.03	-0.04	0.08	0.3	0.32	-0.14	0.01	-0.47	0.31	0.4	0.84	-0.22	0.19	-0.97	-0.51	-0.17	-0.06	1.42	0.29	0.56	0.08	-1	0.7	0.65	0.67	0.9	0.49	0.43	-0.45	-0.69	0.19	-0.2	-0.1	0.3	0.25	-0.18	-0.07	0.04	0.32	-0.56	-0.47	0.77	-0.12
+YPR198W	"SGE1   CRYSTAL VIOLET RESISTANC TRANSPORTER, MAJOR FACILITATOR SUPERFAMILY"	0.06	-0.2	0.26	-0.23	0.12	-0.09	0.26	-0.23	-0.1	-0.4	-0.45	-0.51	-0.17	-0.6	-0.03	-0.38	-0.04	-0.32	-0.49	-0.67	-0.67	-0.38	-0.47	-0.64	-0.54	-0.79	-0.3	-0.49	-0.38	-0.06	-0.47	-0.22	0.03	-0.15	0.12	0.39	-0.22	-0.29	0.03	0.12	0.19	-0.22	-0.12	-0.92	-0.18	-0.38	-0.12		-0.14		-0.56	-0.04	-0.74	-0.14	0.56	0.01	-0.34	-0.89	0.32	0.45	0.29	0.37	0.26	0.66	0.01	-0.51	0.39	0.18	0.26	0.55		0.53	0.06	0.24	0.57	-0.0 [...]
+YLR160C	ASP3   ASPARAGINE UTILIZATION   L-ASPARAGINASE II	0.07	-0.04	0.12	-0.1	0.06	-0.32	0.21	-0.25	-0.17	-0.29	-0.42	-0.36	0.23	-0.32	0.16	-0.54	0.38	-0.22	0.49	-0.18	-0.09	-0.49	-0.15	0.08	0.11	0.28	0.34	0.23	-0.01	0.15	0.04	0.14	-0.18	-0.47	-0.1	0.37	0.62	0.34	0.32	0.46	0.04	0.4	0.48	-1.25	0.18	0.11	0.21	1.11	-0.6	-0.92	-0.58	-0.42	-0.81	0.06	0.03	0.08	0.21	-0.42	0.14	0.3	-0.23	-0.42	-0.06	0.78	0.56	-0.3	0.06	0.33	-0.38	-0.17	-0.25	-0.38	-0.27	-0.25	0.28	0.1	0.28	0.41	-0.1
diff --git a/doc/cluster.pdf b/doc/cluster.pdf
index c55ed94..08e5ba9 100644
Binary files a/doc/cluster.pdf and b/doc/cluster.pdf differ
diff --git a/doc/cluster.texinfo b/doc/cluster.texinfo
index 777918b..c9c6821 100644
--- a/doc/cluster.texinfo
+++ b/doc/cluster.texinfo
@@ -26,7 +26,7 @@ Copyright @copyright{} 2002-2005 Michiel Jan Laurens de Hoon
 This library was written at the Laboratory of DNA Information Analysis,
 Human Genome Center, Institute of Medical Science, University of Tokyo,
 4-6-1 Shirokanedai, Minato-ku, Tokyo 108-8639, Japan.@*
-Contact: @email{mdehoon "AT" gsc.riken.jp}@*
+Contact: @email{michiel.dehoon "AT" riken.jp}@*
 
 Permission to use, copy, modify, and distribute this software and its
 documentation with or without modifications and for any purpose and
@@ -77,18 +77,12 @@ To measure the similarity or distance between gene expression data, eight distan
 @item Uncentered Pearson correlation (equivalent to the cosine of the angle between two data vectors);
 @item Absolute uncentered Pearson correlation (equivalent to the cosine of the smallest angle between two data vectors);
 @item Spearman's rank correlation;
- at item Kendall's
- at tex
-$\tau$;
- at end tex
- at html
-<i>τ</i>;
- at end html
+ at item Kendall's rank correlation @math{\tau};
 @item Euclidean distance;
 @item City-block distance.
 @end itemize
 
-This library was written in ANSI C and can therefore be easily linked to other C/C++ programs. @uref{http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster,Cluster 3.0} is an example of such a program. This library may be particularly useful when called from a scripting language such as @uref{http://www.python.org,Python}, @uref{http://www.perl.org,Perl}, or @uref{http://www.ruby.org,Ruby}. The C Clustering Library contains wrappers for Python and Perl; interfaces to other scripting l [...]
+This library was written in ANSI C and can therefore be easily linked to other C/C++ programs. @uref{http://bonsai.hgc.jp/~mdehoon/software/cluster,Cluster 3.0} is an example of such a program. This library may be particularly useful when called from a scripting language such as @uref{http://www.python.org,Python}, @uref{http://www.perl.org,Perl}, or @uref{http://www.ruby.org,Ruby}. The C Clustering Library contains wrappers for Python and Perl; interfaces to other scripting languages ma [...]
 
 This manual contains a description of clustering techniques, their implementation in the C Clustering Library, the Python and Perl modules that give access to the C Clustering Library, and information on how to use the routines in the library from other C or C++ programs.
 
@@ -97,7 +91,7 @@ The C Clustering Library was released under the Python License.
 
 @*
 @noindent
- at email{mdehoon "AT" gsc.riken.jp; mdehoon "AT" cal.berkeley.edu, Michiel de Hoon}, Seiya Imoto, Satoru Miyano@*
+ at email{michiel.dehoon "AT" riken.jp; mdehoon "AT" cal.berkeley.edu, Michiel de Hoon}, Seiya Imoto, Satoru Miyano@*
 Laboratory of DNA Information Analysis, 
 Human Genome Center,
 Institute of Medical Science,
@@ -120,13 +114,7 @@ Absolute uncentered Pearson correlation;
 @item s
 Spearman's rank correlation;
 @item k
-Kendall's
- at tex
-$\tau$;
- at end tex
- at html
-<i>τ</i>;
- at end html
+Kendall's rank correlation @math{\tau};
 @item e
 Euclidean distance;
 @item b
@@ -209,14 +197,7 @@ $w_i$
 <i>w<SUB>i</SUB></i>
 @end html
 times in the data. The weight do not have to be integers.
-For the Spearman rank correlation and Kendall's
- at tex
-$\tau$,
- at end tex
- at html
-<i>τ</i>,
- at end html
-discussed below, the weights do not have a well-defined meaning and are therefore not implemented.
+For the Spearman rank correlation and Kendall's rank correlation @math{\tau}, discussed below, the weights do not have a well-defined meaning and are therefore not implemented.
 
 @section Missing Values
 
@@ -492,18 +473,13 @@ $r_{@rm{S}}$
 @end html
 is the Spearman rank correlation.
 
+ at section Kendall's rank correlation
+Kendall's rank correlation, usually referred to as Kendall's
 @tex
- at section Kendall's @math{\tau}
- at end tex
- at html
- at section Kendall's <i>τ</i>
- at end html
-
- at tex
-Kendall's @math{\tau}
+$\tau$,
 @end tex
 @html
-Kendall's <i>τ</i>
+<i>τ</i>,
 @end html
 is another example of a non-parametric similarity measure. It is similar to the Spearman rank correlation, but instead of the ranks themselves only the relative ranks are used to calculate
 @tex
@@ -1092,6 +1068,41 @@ the distance matrix is not available, it can be passed as @code{NULL}. In that c
 @subsubheading Return value
 A pointer to a newly allocated @code{tree} structure that describes the calculated hierarchical clustering solution. If @code{treecluster} fails due to a memory allocation error, it returns @code{NULL}.
 
+ at section Sorting a hierarchical clustering tree: @code{sorttree}
+
+A hierarchical clustering solution of @emph{n} elements can be drawn as
+ at tex
+$2^{n-1}$
+ at end tex
+ at html
+2<SUP>n-1</SUP>
+ at end html
+different trees. While all of these trees represent the same hierarchical clustering solution, they differ from each other by the ordering of the left and right subnode at each node, which is arbitrary. The routine @code{sorttree} sorts a hierarchical clustering tree by visiting each node and if needed switching the left and right subnode such that the average order value of the left node is less than or equal to the average order value of the right node. Here, the order value of the ele [...]
+
+ at subsubheading Prototype
+ at noindent
+ at code{int sorttree(const int @var{nnodes}, Node* @var{tree}, const double @var{order}[], int @var{indices}[]);}
+
+ at subsubheading Arguments
+
+ at itemize @bullet
+ at item @code{int @var{nnodes};} @*
+The number of nodes in the hierarchical clustering tree.
+
+ at item @code{Node* @var{tree};} @*
+The hierarchical clustering solution. Each node @code{@var{tree}[@var{i}]} in the array describes one linking event, with @code{@var{tree}[@var{i}].left} and @code{@var{tree}[@var{i}].right} containing the numbers of the nodes that were joined. The original elements are numbered @{@code{0}, @dots{}, @code{@var{nelements}-1}@}, nodes are numbered @{@code{-1}, @dots{}, @code{-(@var{nelements}-1)}@}. Note that the number of nodes is one less than the number of elements. The @code{sorttree}  [...]
+
+ at item @code{const double @var{order}[];} @*
+The order values of the items. Dimension: @code{[@var{nnodes}+1]}. If @code{@var{order}} is @code{NULL}, the tree is not reordered, and the @code{@var{indices}[]} of the current tree are calculated.
+
+ at item @code{int @var{indices}[];} @*
+The indices of each item after sorting, with item @code{@var{indices}[@var{i}]} appearing at position @emph{i} (counting left-to-right) in the hierarchical clustering tree after sorting. Memory space for @code{@var{indices}} should be allocated before @code{sorttree} is called. Dimension: @code{[@var{nnodes}+1]}.
+ 
+ at end itemize
+
+ at subsubheading Return value
+The @code{sorttree} routine returns 1 if successful, and 0 in case of a memory allocation error.
+
 @section Cutting a hierarchical clustering tree: @code{cuttree}
 
 The tree structure generated by the hierachical clustering routine @code{treecluster} can be further analyzed by dividing the genes or microarrays into @emph{n} clusters, where @emph{n} is some positive integer less than or equal to the number of items that were clustered. This can be achieved by ignoring the top
@@ -1102,26 +1113,33 @@ $n-1$
 <i>n</i>-1
 @end html
 linking events in the tree structure, resulting in @emph{n} separated subnodes. The items in each subnode are then assigned to the same cluster.
-The routine @code{cuttree} determines to which cluster each item is assigned, based on the hierarchical clustering result stored in the tree structure.
+The routine @code{cuttree} determines to which cluster each item is assigned, based on the hierarchical clustering result stored in the tree structure. Clusters are numbered from 0 to
+ at tex
+$n-1$
+ at end tex
+ at html
+<i>n</i>-1
+ at end html
+in the left-to-right order in which they appear in the hierarchical clustering tree.
 
 @subsubheading Prototype
 @noindent
- at code{void cuttree (int @var{nelements}, Node* @var{tree}, int @var{nclusters}, int @var{clusterid}[]);}
+ at code{void cuttree (int @var{nelements}, Node* @var{tree}, unsigned int @var{nclusters}, int @var{clusterid}[]);}
 
 @subsubheading Arguments
 
 @itemize @bullet
 @item @code{int @var{nelements};} @*
-The number of elements whose clustering results are stored in the hierarchical clustering result @var{tree}.
+The number of elements for which the clustering results are stored in the hierarchical clustering result @var{tree}.
 
 @item @code{Node* @var{tree};} @*
 The hierarchical clustering solution. Each node @code{@var{tree}[@var{i}]} in the array describes one linking event, with @code{@var{tree}[@var{i}].left} and @code{@var{tree}[@var{i}].right} containing the numbers of the nodes that were joined. The original elements are numbered @{@code{0}, @dots{}, @code{@var{nelements}-1}@}, nodes are numbered @{@code{-1}, @dots{}, @code{-(@var{nelements}-1)}@}. Note that the number of nodes is one less than the number of elements. The @code{cuttree} f [...]
 
- at item @code{int @var{nclusters};} @*
+ at item @code{unsigned int @var{nclusters};} @*
 The desired number of clusters. The number of clusters should be positive, and less than or equal to @var{nelements}.
 
 @item @code{int @var{clusterid}[];} @*
-The cluster number to which each element is assigned. Memory space for @var{clusterid} should be allocated before @code{cuttree} is called. Dimension: @code{[@var{nelements}]}.
+The cluster number to which each element is assigned. Memory space for @code{@var{clusterid}} should be allocated before @code{cuttree} is called. Dimension: @code{[@var{nelements}]}.
 @end itemize
 
 @node SOM, PCA, Hierarchical, ,
@@ -1649,20 +1667,46 @@ To display a hierarchical clustering solution with Java TreeView, it is better t
 @code{@var{tree}.scale()} @*
 scales the distances in the hierarchical clustering tree such that they are all between zero and one. This function takes no arguments, and returns @code{None}.
 
+ at subsection Sorting a hierarchical clustering tree: @code{@var{tree}.sort}
+
+ at noindent
+ at code{@var{indices} = @var{tree}.sort(order)} @*
+sorts the hierarchical clustering tree such that the elements tend to increase in the order value from left to right in the dendrogram, where the order value of each element is specified by the user. This is accomplished by visting each node in the hierarchical clustering tree, verifying if the average order value of the left node is less than or equal to the average order value of the right node, and switching the left and right node otherwise. The method returns the indices of the elem [...]
+
+ at subsubheading Arguments
+
+ at itemize @bullet
+ at item @code{@var{tree}} @*
+The @code{Tree} object @code{@var{tree}} contains the hierarchical clustering result generated by @code{treecluster}.
+
+ at item @code{order}  @*
+The order values of the elements. If @code{order} is @code{None}, the tree is not reordered, and the @code{@var{indices}} of the current tree are calculated.
+
+ at end itemize
+
+ at subsubheading Return values
+ at noindent
+This function returns the array @code{@var{indices}}.
+
+ at itemize @bullet
+ at item @code{@var{indices}} @*
+An array indicating the order of the elements in the dendogram after sorting, with element @code{@var{indices}[@var{i}]} occurring at position @math{i} in the left-to-right order in the dendogram.
+ at end itemize
+
 @subsection Cutting a hierarchical clustering tree: @code{@var{tree}.cut}
 
 @noindent
- at code{@var{clusterid} = @var{tree}.cut(nclusters=1)} @*
+ at code{@var{clusterid} = @var{tree}.cut([nclusters])} @*
 groups the items into @code{nclusters} clusters based on the tree structure generated by the hierarchical clustering routine @code{treecluster}.
 
 @subsubheading Arguments
 
 @itemize @bullet
 @item @code{@var{tree}} @*
-The @code{Tree} object @code{@var{tree}} contains the hierarchical clustering result generated by @code{treecluster}. Each node in this tree describes a pairwise linking event, where the node attributes @code{left} and @code{right} contain the number of the two items or subnodes. Items are numbered from 0 to (@code{@emph{number of elements}} - 1), while clusters are numbered -1 to -(@code{@emph{number of elements}}-1).
+The @code{Tree} object @code{@var{tree}} contains the hierarchical clustering result generated by @code{treecluster}.
 
 @item @code{nclusters} @*
-The desired number of clusters; @code{nclusters} should be positive, and less than or equal to the number of elements.
+The desired number of clusters. If specified, @code{nclusters} should be positive, and less than or equal to the number of elements. If @code{nclusters} is not specified, the number of elements is used as the default value.
 @end itemize
 
 @subsubheading Return values
@@ -1671,7 +1715,7 @@ This function returns the array @code{@var{clusterid}}.
 
 @itemize @bullet
 @item @code{@var{clusterid}} @*
-An array containing the number of the cluster to which each gene/microarray is assigned.
+An array containing the number of the cluster to which each gene/microarray is assigned. Clusters are numbered from 0 through @code{nclusters}-1 in the left-to-right order in which they appear in the hierarchical clustering tree.
 @end itemize
 
 @section Self-Organizing Maps: @code{somcluster}
@@ -1781,7 +1825,7 @@ This matrix stores which values in @code{@var{cdata}} are missing. If @code{@var
 @section The distance between two clusters: @code{clusterdistance}
 
 @noindent
- at code{@var{distance} = clusterdistance(data, mask=None, weight=None, index1=[0], index2=[0], method='a', dist='e', transpose=0)} @*
+ at code{@var{distance} = clusterdistance(data, mask=None, weight=None, index1=0, index2=0, method='a', dist='e', transpose=0)} @*
 calculates the distance between two clusters.
 
 @subsubheading Arguments
@@ -1970,7 +2014,7 @@ If you're using the C Clustering Library from Biopython, you should use:
 >>> @var{record} = Cluster.read(@var{handle}) @*
 }
 
-The @code{read} command reads the tab-delimited text file @code{mydatafile.txt} containing gene expression data in the format specified for Michael Eisen's Cluster/TreeView program. For a description of this file format, see the manual to Cluster/TreeView. It is available at @uref{http://rana.lbl.gov/manuals/ClusterTreeView.pdf, Michael Eisen's lab website} and at @uref{http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/cluster3.pdf, our website}.
+The @code{read} command reads the tab-delimited text file @code{mydatafile.txt} containing gene expression data in the format specified for Michael Eisen's Cluster/TreeView program. For a description of this file format, see the manual to Cluster/TreeView. It is available at @uref{http://rana.lbl.gov/manuals/ClusterTreeView.pdf, Michael Eisen's lab website} and at @uref{http://bonsai.hgc.jp/~mdehoon/software/cluster/cluster3.pdf, our website}.
 
 A @code{Record} object stores the following information:
 
@@ -2208,7 +2252,7 @@ This matrix stores which values in @code{@var{cdata}} are missing. If @code{@var
 @subsection Calculating the distance between two clusters
 
 @noindent
- at code{@var{distance} = @var{record}.clusterdistance(index1=[0], index2=[0], method='a', dist='e', transpose=0)} @*
+ at code{@var{distance} = @var{record}.clusterdistance(index1=0, index2=0, method='a', dist='e', transpose=0)} @*
 calculates the distance between two clusters.
 
 @subsubheading Arguments
@@ -2372,18 +2416,13 @@ Algorithm::Cluster is a Perl wrapper extension of the C Clustering Library writt
 Algorithm::Cluster requires Perl 5.6.0 at a minimum.  It will not compile properly with 5.005_03 or previous versions or Perl.
 It has been tested on Win32, Mac OS X, Linux, OpenBSD and Solaris. 
 
-To install Algorithm::Cluster on UNIX, Linux, Mac OS X, or Cygwin, you can download the source code from @url{http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster}.  You will need an ANSI C compiler; GNU's free @code{gcc} compiler will do.  Unpack the distribution and type the following familiar commands to compile, test and install the module: @*
+To install Algorithm::Cluster on UNIX, Linux, Mac OS X, or Cygwin, you can download the source code from @url{http://bonsai.hgc.jp/~mdehoon/software/cluster}.  You will need an ANSI C compiler; GNU's free @code{gcc} compiler will do.  Unpack the distribution and type the following familiar commands to compile, test and install the module: @*
 @code{perl Makefile.PL} @*
 @code{make} @*
 @code{make test} @* 
 @code{make install} @*
 You can also use the CPAN shell from within Perl to download the module and install it. 
 
-If you use ActiveState Perl on Windows, use the Perl Package Manager @code{ppm} to install Algorithm::Cluster by executing the following command from the DOS command prompt. @*
-
- at noindent
- at code{ppm install http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/Algorithm-Cluster.ppd} @*
-
 Algorithm::Cluster offers the following functions: 
 @itemize @bullet
 @item @code{kcluster}
@@ -2562,7 +2601,7 @@ This function returns a list of three items: @var{$clusterid}, @var{$error}, @va
 
 @itemize @bullet
 @item @var{$clusterid} @*
-A reference to an array whose length is equal to the number of rows in the data array. Each element in the @var{clusterid} array contains the number of the cluster to which each gene/microarray was assigned. 
+A reference to an array with a length equal to the number of rows in the data array. Each element in the @var{clusterid} array contains the number of the cluster to which each gene/microarray was assigned. 
 
 @item @var{$error} @*
 The within-cluster sum of distances of the optimal clustering solution that was found. 
@@ -2609,7 +2648,7 @@ This function returns a list of three items: @var{$clusterid}, @code{$error}, @c
 
 @itemize @bullet
 @item @code{$clusterid} @*
- at var{$clusterid} is a reference to an array whose length is equal to the number of rows of the distance matrix. Each element in the @var{clusterid} array contains the number of the cluster to which each gene/microarray was assigned. The cluster number is defined as the number of the gene/microarray that is the centroid of the cluster.
+ at var{$clusterid} is a reference to an array with a length equal to the number of rows of the distance matrix. Each element in the @var{clusterid} array contains the number of the cluster to which each gene/microarray was assigned. The cluster number is defined as the number of the gene/microarray that is the centroid of the cluster.
 
 @item @code{$error} @*
 @code{$error} is the within-cluster sum of distances of the optimal clustering solution that was found. 
@@ -2692,7 +2731,6 @@ my $node2 = Algorithm::Cluster::Node->new(1,3,0.7); @*
 my @@nodes = [$node1,$node2]; @*
 my $tree = Algorithm::Cluster::Tree->new(@@nodes); @*
 }
-
 results in the following error message:
 
 @noindent
@@ -2732,7 +2770,7 @@ my $tree2 = Algorithm::Cluster::Tree->new($nodes2); @*
 @noindent
 This guarantees that any @code{Tree} object is always well-formed. 
 
-A @code{Tree} object has two methods (@code{scale} and @code{cut}, described below). The @code{treecluster} function returns @code{Tree} objects.
+A @code{Tree} object has three methods (@code{scale}, @code{sort}, and  @code{cut}, described below). The @code{treecluster} function returns @code{Tree} objects.
 
 @subsection Performing hierarchical clustering: @code{treecluster}
 
@@ -2780,7 +2818,13 @@ A one-character flag, defining the distance function to be used:
 @item @code{'u'}: uncentered correlation
 @item @code{'x'}: absolute uncentered correlation
 @item @code{'s'}: Spearman's rank correlation
- at item @code{'k'}: Kendall's tau
+ at item @code{'k'}: Kendall's 
+ at tex
+$\tau$;
+ at end tex
+ at html
+<i>τ</i>;
+ at end html
 @item @code{'e'}: Euclidean distance
 @item @code{'b'}: City-block distance
 @end itemize
@@ -2808,29 +2852,54 @@ To display a hierarchical clustering solution with Java TreeView, it is better t
 @code{@var{$tree}->scale} @*
 scales the distances in the hierarchical clustering tree such that they are all between zero and one. This function takes no arguments.
 
- at subsection Cutting a hierarchical clustering tree: @code{@var{$tree}.cut}
+ at subsection Sorting a hierarchical clustering tree: @code{@var{$tree}->sort}
+
+ at code{my @var{@@indices} = @var{$tree}->sort(@var{$order)}} @*
+sorts the hierarchical clustering tree such that the elements tend to increase in the order value from left to right in the dendrogram, where the order value of each element is specified by the user. This is accomplished by visting each node in the hierarchical clustering tree, verifying if the average order value of the left node is less than or equal to the average order value of the right node, and switching the left and right node otherwise. The method returns the indices of the elem [...]
+
+ at subsubheading Arguments
+
+ at itemize @bullet
+ at item @code{@var{$tree}} @*
+The @code{Tree} object @code{@var{$tree}} contains the hierarchical clustering result generated by @code{treecluster}.
+
+ at item @code{@var{$order}} @*
+The order values of the elements. If @code{@var{$order}} is not specified, the tree is not reordered, and the @code{@var{@@indices}} of the current tree are calculated.
+
+ at end itemize
+
+ at subsubheading Return values
+ at noindent
+This function returns the array @code{@var{@@indices}}.
+
+ at itemize @bullet
+ at item @code{@var{@@indices}} @*
+An array indicating the order of the elements in the dendogram after sorting, with element @code{@var{$indices}[@var{$i}]} occurring at position @math{i} in the left-to-right order in the dendogram.
+ at end itemize
+
+ at subsection Cutting a hierarchical clustering tree: @code{@var{$tree}->cut}
 
 @noindent
- at code{@var{$clusterid} = @var{$tree}->cut(@var{$nclusters})} @*
+ at code{my @var{@@clusterid} = @var{$tree}->cut(@var{$nclusters})} @*
 groups the items into @code{@var{$nclusters}} clusters based on the tree structure generated by the hierarchical clustering routine @code{treecluster}.
 
 @subsubheading Arguments
 
 @itemize @bullet
 @item @code{@var{$tree}} @*
-The @code{Tree} object @code{@var{$tree}} contains the hierarchical clustering result generated by @code{treecluster}. Each node in this tree describes a pairwise linking event, where the node attributes @code{left} and @code{right} contain the number of the two items or subnodes. Items are numbered from 0 to (@code{@emph{number of elements}} - 1), while clusters are numbered -1 to -(@code{@emph{number of elements}}-1).
+The @code{Tree} object @code{@var{$tree}} contains the hierarchical clustering result generated by @code{treecluster}.
 
 @item @code{@var{$nclusters}} @*
-The desired number of clusters; @code{@var{$nclusters}} should be positive, and less than or equal to the number of elements.
+The desired number of clusters; @code{@var{$nclusters}} should be positive, and less than or equal to the number of elements. If @code{@var{$nclusters}} is not specified, the number of elements is used as the default value.
 @end itemize
 
 @subsubheading Return values
 @noindent
-This function returns the anonymous array @code{@var{$clusterid}}.
+This function returns the array @code{@var{@@clusterid}}.
 
 @itemize @bullet
- at item @code{@var{$clusterid}} @*
-An anonymous array containing the number of the cluster to which each gene/microarray is assigned.
+ at item @code{@var{@@clusterid}} @*
+Array containing the number of the cluster to which each gene/microarray is assigned. Clusters are numbered from 0 through @code{@var{$nclusters}}-1 in the left-to-right order in which they appear in the hierarchical clustering tree.
 @end itemize
 
 
@@ -2843,19 +2912,19 @@ my $node2 = Algorithm::Cluster::Node->new(2,3,0.7); @*
 my $node3 = Algorithm::Cluster::Node->new(-1,-2,0.9); @*
 my $nodes = [$node1, $node2, $node3]; @*
 my $tree = Algorithm::Cluster::Tree->new($nodes); @*
-my $a = $tree->cut(3); @*
+my @@a = $tree->cut(3); @*
 my $i = 0; @*
-foreach (@@$a) @{ @*
+foreach (@@a) @{ @*
 @ @ @ @ @ @ @ @ print "Element $i: Cluster $_\n"; @*
 @ @ @ @ @ @ @ @ $i++; @*
 @} @*
 }
 prints @*
 @noindent
- at code{Element 0: Cluster 2 @*
-Element 1: Cluster 2 @*
-Element 2: Cluster 0 @*
-Element 3: Cluster 1 @*
+ at code{Element 0: Cluster 0 @*
+Element 1: Cluster 0 @*
+Element 2: Cluster 1 @*
+Element 3: Cluster 2 @*
 }
 
 
@@ -2917,7 +2986,13 @@ A one-character flag, defining the distance function to be used:
 @item @code{'u'}: uncentered correlation
 @item @code{'x'}: absolute uncentered correlation
 @item @code{'s'}: Spearman's rank correlation
- at item @code{'k'}: Kendall's tau
+ at item @code{'k'}: Kendall's
+ at tex
+$\tau$;
+ at end tex
+ at html
+<i>τ</i>;
+ at end html
 @item @code{'e'}: Euclidean distance
 @item @code{'b'}: City-block distance
 @end itemize
@@ -3016,7 +3091,13 @@ A one-character flag, defining the distance function to be used:
 @item @code{'u'}: uncentered correlation
 @item @code{'x'}: absolute uncentered correlation
 @item @code{'s'}: Spearman's rank correlation
- at item @code{'k'}: Kendall's tau
+ at item @code{'k'}: Kendall's
+ at tex
+$\tau$;
+ at end tex
+ at html
+<i>τ</i>;
+ at end html
 @item @code{'e'}: Euclidean distance
 @item @code{'b'}: City-block distance
 @end itemize
@@ -3150,7 +3231,7 @@ open @var{INPUT}, "mydatafile.txt"; @*
 @var{$record}->read(*@var{INPUT}); @*
 }
 
-The @code{read} command reads the tab-delimited text file @code{mydatafile.txt} containing gene expression data in the format specified for Michael Eisen's Cluster/TreeView program.  For a description of this file format, see the manual to Cluster/TreeView. It is available at @uref{http://rana.lbl.gov/manuals/ClusterTreeView.pdf, Michael Eisen's lab website} and at @uref{http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/cluster3.pdf, our website}.
+The @code{read} command reads the tab-delimited text file @code{mydatafile.txt} containing gene expression data in the format specified for Michael Eisen's Cluster/TreeView program.  For a description of this file format, see the manual to Cluster/TreeView. It is available at @uref{http://rana.lbl.gov/manuals/ClusterTreeView.pdf, Michael Eisen's lab website} and at @uref{http://bonsai.hgc.jp/~mdehoon/software/cluster/cluster3.pdf, our website}.
 
 A @code{Record} object stores the following information:
 
@@ -3576,7 +3657,7 @@ To install the library for use with Python, use the @code{setup.py} script inste
 Pycluster is available as part of the Biopython distribution and as a separate package. As of version 1.41, Pycluster uses the ``new'' Numerical Python (version 1.1.1 or later), which you should install before installing Pycluster.
 
 To install Pycluster as a separate package, download @code{Pycluster- at emph{<version>}.tar.gz} from
- at url{http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster}.
+ at url{http://bonsai.hgc.jp/~mdehoon/software/cluster}.
 Unpack this file: @*
 @code{gunzip Pycluster- at emph{<version>}.tar.gz} @*
 @code{tar -xvf Pycluster- at emph{<version>}.tar} @*
@@ -3587,13 +3668,13 @@ Python. To test your installation, you can run
 @code{python setup.py test} @*
 If the installation was successful, you can remove the directory
 @code{Pycluster- at emph{<version>}}.
-For Python on Windows (run from a DOS command window, or with a graphical user interface such as IDLE, PyCrust, PyShell, or PythonWin), a binary installer is available from @url{http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster}.
+For Python on Windows (run from a DOS command window, or with a graphical user interface such as IDLE, PyCrust, PyShell, or PythonWin), a binary installer is available from @url{http://bonsai.hgc.jp/~mdehoon/software/cluster}.
 
 Installation instructions for Biopython are available from the @uref{http://www.biopython.org, Biopython website}.
 
 @node Installing the C Clustering Library for Perl
 @section Installing the C Clustering Library for Perl
-To install the C Clustering Library for Perl, download @code{Algorithm-Cluster- at emph{<version>}.tar.gz} from @uref{http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster} or from CPAN. Next, unpack this file with @*
+To install the C Clustering Library for Perl, download @code{Algorithm-Cluster- at emph{<version>}.tar.gz} from @uref{http://bonsai.hgc.jp/~mdehoon/software/cluster} or from CPAN. Next, unpack this file with @*
 @code{gunzip Algorithm-Cluster- at emph{<version>}.tar.gz} @*
 @code{tar -xvf Algorithm-Cluster- at emph{<version>}.tar} @*
 and change to the directory @code{Algorithm-Cluster- at emph{<version>}}. Type @*
@@ -3609,11 +3690,6 @@ Some example Perl scripts can be found in the @code{perl/examples} subdirectory.
 If the installation was successful, you can remove the directory
 @code{Algorithm-Cluster- at emph{<version>}}.
 
-If you use ActiveState Perl on Windows, you can use the Perl Package Manager by
-executing @*
- at code{ppm install http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/Algorithm-Cluster.ppd} @*
-from the DOS command prompt. This assumes that you are using Perl 5.8 or 5.10 from ActiveState.
-
 @section Accessing the C Clustering Library from C/C++
 To call the routines in the C Clustering Library from your own C or C++
 program, simply collect the relevant source files and compile them together with
@@ -3633,7 +3709,7 @@ An example C program that makes use of the C Clustering Library can be found in
 
 
 @section Installing Cluster 3.0 for Windows
-The easiest way to install Cluster 3.0 for Windows is to use the @uref{http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster, Windows installer}. The executable @code{cluster.com} can be used both as a GUI and as a command line program. To start Cluster 3.0 as a GUI program, simply double-click on @code{cluster.com}. If you want to use Cluster 3.0 from the command prompt as a command line program, you may need to give the full path to the executable (e.g., @code{C:\Program Files\Stan [...]
+The easiest way to install Cluster 3.0 for Windows is to use the @uref{http://bonsai.hgc.jp/~mdehoon/software/cluster, Windows installer}. The executable @code{cluster.com} can be used both as a GUI and as a command line program. To start Cluster 3.0 as a GUI program, simply double-click on @code{cluster.com}. If you want to use Cluster 3.0 from the command prompt as a command line program, you may need to give the full path to the executable (e.g., @code{C:\Program Files\Stanford Univer [...]
 
 If you want to compile Cluster 3.0 from the source, change to the @code{windows} directory, and type @code{make}. This will compile the C Clustering Library, the Cluster 3.0 GUI, the Windows help files and the documentation. To compile the GUI, you need an ANSI C compiler such as GNU @code{gcc}. To compile the resources needed for the GUI, you will need the GNU program @code{windres}.  To generate the help files, you need the HTML Help SDK, which can be downloaded from Microsoft. You wil [...]
 
@@ -3643,7 +3719,7 @@ For this, you will need the Inno Setup Compiler, which can be downloaded from
 @uref{http://www.jrsoftware.org}.
 
 @section Installing Cluster 3.0 for Mac OS X
-Cluster 3.0 for Mac OS X can be installed most easily by using the prebuilt package that is available at @uref{http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster}. After installing, you can start Cluster 3.0 as a GUI program by double-clicking on its icon. To run Cluster 3.0 as a command line program (e.g., from the Terminal), most likely you will need to give the full path to the executable (e.g., @code{/Applications/Cluster.app/Contents/MacOS/Cluster}).
+Cluster 3.0 for Mac OS X can be installed most easily by using the prebuilt package that is available at @uref{http://bonsai.hgc.jp/~mdehoon/software/cluster}. After installing, you can start Cluster 3.0 as a GUI program by double-clicking on its icon. To run Cluster 3.0 as a command line program (e.g., from the Terminal), most likely you will need to give the full path to the executable (e.g., @code{/Applications/Cluster.app/Contents/MacOS/Cluster}).
 If you want to recompile Cluster 3.0, it is easiest to use the Project Builder and Interface Builder that are part of Mac OS X. The directory @code{mac} contains the project file that was used.
 
 @section Installing Cluster 3.0 for Linux/Unix
@@ -3659,7 +3735,7 @@ for more information about running Cluster 3.0 as a command line program.
 
 @section Installing Cluster 3.0 as a command line program
 Cluster 3.0 can also be installed without GUI support. In this case, Cluster 3.0 can only be run as a command line program, in which the action taken by the program depends on the command line parameters. To install Cluster 3.0 as a command line program, the Motif libraries are not needed. Simply download the source code for the C Clustering Library from our website
- at uref{http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster}, unpack and untar the file, and change to the directory @code{cluster- at emph{<version>}}. Then type @*
+ at uref{http://bonsai.hgc.jp/~mdehoon/software/cluster}, unpack and untar the file, and change to the directory @code{cluster- at emph{<version>}}. Then type @*
 @code{./configure --without-x} @*
 @code{make} @*
 @code{make install} @*
diff --git a/doc/cluster3.pdf b/doc/cluster3.pdf
old mode 100755
new mode 100644
index f663aa5..0103869
Binary files a/doc/cluster3.pdf and b/doc/cluster3.pdf differ
diff --git a/doc/cluster3.texinfo b/doc/cluster3.texinfo
index 63b0bff..bad8666 100644
--- a/doc/cluster3.texinfo
+++ b/doc/cluster3.texinfo
@@ -6,9 +6,9 @@
 @c %**end of header
 
 @titlepage
- at title{Cluster 3.0 Manual}
- at subtitle{for Windows, Mac OS X, Linux, Unix}
- at author{Michael Eisen; updated by Michiel de Hoon}
+ at title Cluster 3.0 Manual
+ at subtitle for Windows, Mac OS X, Linux, Unix
+ at author Michael Eisen; updated by Michiel de Hoon
 
 @c The following two commands start the copyright page.
 @page
@@ -69,7 +69,7 @@ The bibliography also contains citations for recent publications in the
 biological sciences, especially genomics, that employ
 methods similar to those used here.
 
- at node Data, Distance, Introduction, top
+ at node Data, Distance, Introduction, Top
 @chapter Loading, filtering, and adjusting data
 
 @image{images/cluster}
@@ -107,7 +107,7 @@ When Cluster 3.0 opens the data file, the number of columns in each row is check
 @heading Demo data
 
 A demo datafile, which will be used in all of the examples here, is available
-at @uref{http://rana.lbl.gov/downloads/data/demo.txt} and is mirrored at @uref{http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/demo.txt}.
+at @uref{http://rana.lbl.gov/downloads/data/demo.txt} and is mirrored at @uref{http://bonsai.hgc.jp/~mdehoon/software/cluster/demo.txt}.
 
 The datafile contains yeast gene expression data
 described in Eisen @emph{et al.} (1998) [see references at end]. Download this data and load it
@@ -294,7 +294,7 @@ median values are close to zero) and normal (i.e. all row and column magnitudes
 close to 1.0) dataset.
 After performing these operations you should save the dataset.
 
- at node Distance, Cluster, Data, top
+ at node Distance, Cluster, Data, Top
 @chapter Distance/Similarity measures
 
 The first choice that must be made is how similarity (or alternatively, distance) between gene expression data is to be defined. There are many
@@ -638,7 +638,7 @@ The Spearman rank correlation and Kendall's
 $\tau$
 @end tex
 @html
-τ
+<i>τ</i>
 @end html
  are two additional metrics, which are non-parametric versions of the Pearson correlation coefficient. These methods are more robust against outliers.
 
@@ -694,7 +694,7 @@ Kendall's
 $\tau$
 @end tex
 @html
-τ
+<i>τ</i>
 @end html
  goes a step further by using only the relative ordering of
 @tex
@@ -708,7 +708,7 @@ $x$ and $y$
 $\tau$,
 @end tex
 @html
-τ,
+<i>τ</i>,
 @end html
  consider all pairs of data points
 @tex
@@ -1039,7 +1039,7 @@ $N$).
 <i>N</i>).
 @end html
 
- at node Cluster, Command, Distance, top
+ at node Cluster, Command, Distance, Top
 @chapter Clustering techniques
 
 The Cluster program provides several clustering algorithms. Hierarchical clustering methods organizes genes in a tree structure, based on their similarity. Four variants of hierarchical clustering are available in Cluster. In
@@ -1068,13 +1068,7 @@ Self-Organizing Maps create clusters of genes on a two-dimensional rectangular g
 
 @menu
 * Hierarchical:: Pairwise single-, maximum-, average-, and centroid-linkage hierarchical clustering
- at tex
-* KMeans:: $k$-means and $k$-medoids clustering
- at end tex
- at html
-* KMeans:: <i>k</i>-means and <i>k</i>-medoids clustering
- at end html
-clustering
+* KMeans:: @math{k}-means and @math{k}-medoids clustering
 * SOM:: Self-Organizing Maps
 * PCA:: Principal Component Analysis
 @end menu
@@ -1579,12 +1573,7 @@ corresponding @file{.cdt} file.
 
 @node KMeans, SOM, Hierarchical, Cluster
 
- at tex
- at section The \math{k}-means Clustering Algorithm
- at end tex
- at html
- at section The <i>k</i>-means Clustering Algorithm
- at end html
+ at section The @math{k}-means Clustering Algorithm
 
 @image{images/kmeans}
 
@@ -1923,9 +1912,9 @@ Note that the coordinate file @file{@var{JobName}_pca_gene.coords.txt} is a vali
 @node Command, TreeView, Cluster, Top
 @chapter Running Cluster 3.0 as a command line program
 
-Cluster 3.0 can also be run as a command line program. This may be useful if you want to run Cluster 3.0 on a remote server, and also allows automatic processing a large number of data files by running a batch script. Note, however, that the Python and Perl interfaces to the C Clustering Library may be better suited for this task, as they are more powerful than the command line program (see the manual for the C Clustering Library at @uref{http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software [...]
+Cluster 3.0 can also be run as a command line program. This may be useful if you want to run Cluster 3.0 on a remote server, and also allows automatic processing a large number of data files by running a batch script. Note, however, that the Python and Perl interfaces to the C Clustering Library may be better suited for this task, as they are more powerful than the command line program (see the manual for the C Clustering Library at @uref{http://bonsai.hgc.jp/~mdehoon/software/cluster/cl [...]
 
-The GUI version of Cluster 3.0 can be used as a command line program by applying the appropriate command line parameters. You can also compile Cluster 3.0 without GUI support (if you will be using it from the command line only) by downloading the source code from @uref{http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster}, and running @*
+The GUI version of Cluster 3.0 can be used as a command line program by applying the appropriate command line parameters. You can also compile Cluster 3.0 without GUI support (if you will be using it from the command line only) by downloading the source code from @uref{http://bonsai.hgc.jp/~mdehoon/software/cluster}, and running @*
 @code{configure --without-x} @*
 @code{make} @*
 @code{make install} @*
@@ -1965,14 +1954,7 @@ Specifies which hierarchical clustering method to use: @*
 @code{c}: Pairwise centroid-linkage @*
 @code{a}: Pairwise average-linkage
 @item -k @var{number}
-Specifies whether to run
- at tex
-$k$-means
- at end tex
- at html
-<i>k</i>-means
- at end html
-clustering instead of hierarchical clustering, and the number of clusters
+Specifies whether to run @math{k}-means clustering instead of hierarchical clustering, and the number of clusters
 @tex
 $k$ to use (default: 0, no $k$-means clustering)
 @end tex
@@ -2010,7 +1992,13 @@ Pearson correlation, absolute value
 @item 5
 Spearman's rank correlation
 @item 6
-Kendall's tau
+Kendall's
+ at tex
+$\tau$
+ at end tex
+ at html
+<i>τ</i>
+ at end html
 @item 7
 Euclidean distance
 @item 8
@@ -2036,7 +2024,7 @@ results.
 @chapter Code Development Information
 
 In previous versions of Cluster, the proprietary Numerical Recipes routines were heavily used. We have replaced these routines by the C clustering library, which was released under the Python License. Accordingly, the complete source code of Cluster is now open.
-It can be downloaded from @uref{http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster}. We used the GNU C compiler in order to enable anybody to compile the code. No commercial compiler is required. The GNU C compiler is available at @uref{http://www.gnu.org}.
+It can be downloaded from @uref{http://bonsai.hgc.jp/~mdehoon/software/cluster}. We used the GNU C compiler in order to enable anybody to compile the code. No commercial compiler is required. The GNU C compiler is available at @uref{http://www.gnu.org}.
 There you can also find texinfo, which was used to generate the printed and the HTML documentation. To convert the picture files to EPS files for the printed documentation, we used @code{pngtopnm} and @code{pnmtops} of Netpbm, which can be found at @uref{http://netpbm.sourceforge.net}.
 The HTML Help file was generated using the HTML Help Workshop, which is freely available at @uref{http://msdn.microsoft.com, the Microsoft site}.
 The Windows Installer was created with the Inno Setup Compiler, which is available at @uref{http://www.innosetup.com}.
diff --git a/html/Bibliography.html b/html/Bibliography.html
index af1bc38..a6d32d3 100644
--- a/html/Bibliography.html
+++ b/html/Bibliography.html
@@ -1,83 +1,115 @@
-<html lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- Created by GNU Texinfo 6.4, http://www.gnu.org/software/texinfo/ -->
 <head>
-<title>Bibliography - Cluster 3.0 for Windows, Mac OS X, Linux, Unix</title>
-<meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="Cluster 3.0 for Windows, Mac OS X, Linux, Unix">
-<meta name="generator" content="makeinfo 4.13">
-<link title="Top" rel="start" href="index.html#Top">
-<link rel="prev" href="Development.html#Development" title="Development">
-<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<style type="text/css"><!--
-  pre.display { font-family:inherit }
-  pre.format  { font-family:inherit }
-  pre.smalldisplay { font-family:inherit; font-size:smaller }
-  pre.smallformat  { font-family:inherit; font-size:smaller }
-  pre.smallexample { font-size:smaller }
-  pre.smalllisp    { font-size:smaller }
-  span.sc    { font-variant:small-caps }
-  span.roman { font-family:serif; font-weight:normal; } 
-  span.sansserif { font-family:sans-serif; font-weight:normal; } 
---></style>
+<title>Bibliography (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)</title>
+
+<meta name="description" content="Bibliography (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="keywords" content="Bibliography (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="Contents.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="Development.html#Development" rel="prev" title="Development">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
 </head>
-<body>
-<div class="node">
+
+<body lang="en">
 <a name="Bibliography"></a>
+<div class="header">
 <p>
-Previous: <a rel="previous" accesskey="p" href="Development.html#Development">Development</a>,
-Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a>
-<hr>
+Previous: <a href="Development.html#Development" accesskey="p" rel="prev">Development</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
 </div>
-
+<hr>
+<a name="Bibliography-1"></a>
 <h2 class="chapter">8 Bibliography</h2>
 
-<p class="noindent">Brown, P. O., and Botstein, D. (1999). Exploring the new world of the genome with DNA microarrays. <em>Nat Genet</em> <strong>21</strong>, 33–37.
-
-<p class="noindent">Chu, S., DeRisi, J., Eisen, M., Mulholland, J., Botstein, D., Brown, P. O., and Herskowitz, I. (1998). 
+<p>Brown, P. O., and Botstein, D. (1999). Exploring the new world of the genome with DNA microarrays. <em>Nat Genet</em> <strong>21</strong>, 33–37.
+</p>
+<p>Chu, S., DeRisi, J., Eisen, M., Mulholland, J., Botstein, D., Brown, P. O., and Herskowitz, I. (1998).
 The transcriptional program of sporulation in budding yeast
 [published erratum appears in <em>Science</em> 1998 Nov 20; <strong>282</strong> (5393):1421]. <em>Science</em> <strong>282</strong>, 699–705.
-
-<p class="noindent">Conover, W. J. (1980). <em>Practical nonparametric statistics</em> (New York: Wiley).
-
-<p class="noindent">De Hoon, M., Imoto, S., and Miyano, S. (2002). Statistical analysis of a small set of time-ordered gene expression data using linear splines. <em>Bioinformatics</em> <strong>18</strong>, 1477–1485.
-
-<p class="noindent">De Hoon, M. J. L., Imoto, S., Nolan, J., and Miyano, S. (2004). Open source clustering software. <em>Bioinformatics</em>,  <strong>20</strong> (9), 1453–1454.
-
-<p class="noindent">Eisen, M. B., Spellman, P. T., Brown, P. O., and Botstein, D. (1998). Cluster analysis and display of genome-wide expression patterns. <em>Proc Natl Acad Sci USA</em> <strong>95</strong>, 14863–14868.
-
-<p class="noindent">Hartigan, J. A. (1975). <em>Clustering algorithms</em> (New York: Wiley).
-
-<p class="noindent">Jain, A. K., and Dubes, R. C. (1988). <em>Algorithms for clustering data</em> (Englewood Cliffs, N.J.: Prentice Hall).
-
-<p class="noindent">Jardine, N., and Sibson, R. (1971). <em>Mathematical taxonomy</em> (London, New York: Wiley).
-
-<p class="noindent">Kohonen, T. (1997). <em>Self-organizing maps</em>, 2nd Edition (Berlin; New York: Springer).
-
-<p class="noindent">Sibson, R. (1973). SLINK: An optimally efficient algorithm for the single-link cluster method. <em>The Computer Journal</em>, <strong>16</strong> (1), 30–34.
-
-<p class="noindent">Sneath, P. H. A., and Sokal, R. R. (1973). <em>Numerical taxonomy; the principles and practice of numerical classification</em> (San Francisco: W. H. Freeman).
-
-<p class="noindent">Snedecor, G. W. and Cochran, W. G. (1989). <em>Statistical methods</em> (Ames: Iowa State University Press).
-
-<p class="noindent">Sokal, R. R., and Sneath, P. H. A. (1963). <em>Principles of numerical taxonomy</em> (San Francisco: W. H. Freeman).
-
-<p class="noindent">Tamayo, P., Slonim, D., Mesirov, J., Zhu, Q., Kitareewan, S., Dmitrovsky, E., Lander, E., and Golub, T. (1999). Interpreting patterns of gene expression with self-organizing maps: Methods and application to hematopoietic differentiation. <em>Proc. Natl. Acad. Sci. USA</em>, <strong>96</strong>, 2907–2912.
-
-<p class="noindent">Tryon, R. C., and Bailey, D. E. (1970). <em>Cluster analysis</em> (New York: McGraw-Hill).
-
-<p class="noindent">Tukey, J. W. (1977). <em>Exploratory data analysis</em> (Reading, Mass.: Addison-Wesley Pub. 
+</p>
+<p>Conover, W. J. (1980). <em>Practical nonparametric statistics</em> (New York: Wiley).
+</p>
+<p>De Hoon, M., Imoto, S., and Miyano, S. (2002). Statistical analysis of a small set of time-ordered gene expression data using linear splines. <em>Bioinformatics</em> <strong>18</strong>, 1477–1485.
+</p>
+<p>De Hoon, M. J. L., Imoto, S., Nolan, J., and Miyano, S. (2004). Open source clustering software. <em>Bioinformatics</em>,  <strong>20</strong> (9), 1453–1454.
+</p>
+<p>Eisen, M. B., Spellman, P. T., Brown, P. O., and Botstein, D. (1998). Cluster analysis and display of genome-wide expression patterns. <em>Proc Natl Acad Sci USA</em> <strong>95</strong>, 14863–14868.
+</p>
+<p>Hartigan, J. A. (1975). <em>Clustering algorithms</em> (New York: Wiley).
+</p>
+<p>Jain, A. K., and Dubes, R. C. (1988). <em>Algorithms for clustering data</em> (Englewood Cliffs, N.J.: Prentice Hall).
+</p>
+<p>Jardine, N., and Sibson, R. (1971). <em>Mathematical taxonomy</em> (London, New York: Wiley).
+</p>
+<p>Kohonen, T. (1997). <em>Self-organizing maps</em>, 2nd Edition (Berlin; New York: Springer).
+</p>
+<p>Sibson, R. (1973). SLINK: An optimally efficient algorithm for the single-link cluster method. <em>The Computer Journal</em>, <strong>16</strong> (1), 30–34.
+</p>
+<p>Sneath, P. H. A., and Sokal, R. R. (1973). <em>Numerical taxonomy; the principles and practice of numerical classification</em> (San Francisco: W. H. Freeman).
+</p>
+<p>Snedecor, G. W. and Cochran, W. G. (1989). <em>Statistical methods</em> (Ames: Iowa State University Press).
+</p>
+<p>Sokal, R. R., and Sneath, P. H. A. (1963). <em>Principles of numerical taxonomy</em> (San Francisco: W. H. Freeman).
+</p>
+<p>Tamayo, P., Slonim, D., Mesirov, J., Zhu, Q., Kitareewan, S., Dmitrovsky, E., Lander, E., and Golub, T. (1999). Interpreting patterns of gene expression with self-organizing maps: Methods and application to hematopoietic differentiation. <em>Proc. Natl. Acad. Sci. USA</em>, <strong>96</strong>, 2907–2912.
+</p>
+<p>Tryon, R. C., and Bailey, D. E. (1970). <em>Cluster analysis</em> (New York: McGraw-Hill).
+</p>
+<p>Tukey, J. W. (1977). <em>Exploratory data analysis</em> (Reading, Mass.: Addison-Wesley Pub.
 Co.).
-
-<p class="noindent">Weinstein, J. N., Myers, T. G., OConnor, P. M., Friend, S. H., Fornace, A. J., Jr., Kohn, K. W., Fojo, T., Bates, S. E., Rubinstein, L. V., Anderson, N. L., Buolamwini, J. K., van Osdol, W. W., Monks, A. P., Scudiero, D. A., Sausville, E. A., Zaharevitz, D. W., Bunow, B., Viswanadhan, V. N., Johnson, G. S., Wittes, R. E., and Paull, K. D. (1997). 
-An information-intensive approach to the molecular pharmacology of cancer. 
+</p>
+<p>Weinstein, J. N., Myers, T. G., OConnor, P. M., Friend, S. H., Fornace, A. J., Jr., Kohn, K. W., Fojo, T., Bates, S. E., Rubinstein, L. V., Anderson, N. L., Buolamwini, J. K., van Osdol, W. W., Monks, A. P., Scudiero, D. A., Sausville, E. A., Zaharevitz, D. W., Bunow, B., Viswanadhan, V. N., Johnson, G. S., Wittes, R. E., and Paull, K. D. (1997).
+An information-intensive approach to the molecular pharmacology of cancer.
 <em>Science</em> <strong>275</strong>, 343–349.
-
-<p class="noindent">Wen, X., Fuhrman, S., Michaels, G. S., Carr, D. B., Smith, S., Barker, J. L., and Somogyi, R. (1998). 
-Large-scale temporal gene expression mapping of central nervous system development. 
+</p>
+<p>Wen, X., Fuhrman, S., Michaels, G. S., Carr, D. B., Smith, S., Barker, J. L., and Somogyi, R. (1998).
+Large-scale temporal gene expression mapping of central nervous system development.
 <em>Proc Natl Acad Sci USA</em> <strong>95</strong>, 334–339.
-
-<p class="noindent">Yeung, K. Y., and Ruzzo, W. L. (2001). Principal Component Analysis for clustering gene expression data. 
+</p>
+<p>Yeung, K. Y., and Ruzzo, W. L. (2001). Principal Component Analysis for clustering gene expression data.
 <em>Bioinformatics</em> <strong>17</strong>, 763–774.
+</p>
+<hr>
+<div class="header">
+<p>
+Previous: <a href="Development.html#Development" accesskey="p" rel="prev">Development</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
+</div>
+
 
-</body></html>
 
+</body>
+</html>
diff --git a/html/Cluster.html b/html/Cluster.html
index f65c663..c22c89c 100644
--- a/html/Cluster.html
+++ b/html/Cluster.html
@@ -1,50 +1,83 @@
-<html lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- Created by GNU Texinfo 6.4, http://www.gnu.org/software/texinfo/ -->
 <head>
-<title>Cluster - Cluster 3.0 for Windows, Mac OS X, Linux, Unix</title>
-<meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="Cluster 3.0 for Windows, Mac OS X, Linux, Unix">
-<meta name="generator" content="makeinfo 4.13">
-<link title="Top" rel="start" href="index.html#Top">
-<link rel="prev" href="Distance.html#Distance" title="Distance">
-<link rel="next" href="Command.html#Command" title="Command">
-<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<style type="text/css"><!--
-  pre.display { font-family:inherit }
-  pre.format  { font-family:inherit }
-  pre.smalldisplay { font-family:inherit; font-size:smaller }
-  pre.smallformat  { font-family:inherit; font-size:smaller }
-  pre.smallexample { font-size:smaller }
-  pre.smalllisp    { font-size:smaller }
-  span.sc    { font-variant:small-caps }
-  span.roman { font-family:serif; font-weight:normal; } 
-  span.sansserif { font-family:sans-serif; font-weight:normal; } 
---></style>
+<title>Cluster (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)</title>
+
+<meta name="description" content="Cluster (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="keywords" content="Cluster (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="Contents.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="Hierarchical.html#Hierarchical" rel="next" title="Hierarchical">
+<link href="Distance.html#Distance" rel="prev" title="Distance">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
 </head>
-<body>
-<div class="node">
+
+<body lang="en">
 <a name="Cluster"></a>
+<div class="header">
 <p>
-Next: <a rel="next" accesskey="n" href="Command.html#Command">Command</a>,
-Previous: <a rel="previous" accesskey="p" href="Distance.html#Distance">Distance</a>,
-Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a>
-<hr>
+Next: <a href="Command.html#Command" accesskey="n" rel="next">Command</a>, Previous: <a href="Distance.html#Distance" accesskey="p" rel="prev">Distance</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
 </div>
-
+<hr>
+<a name="Clustering-techniques"></a>
 <h2 class="chapter">4 Clustering techniques</h2>
 
 <p>The Cluster program provides several clustering algorithms. Hierarchical clustering methods organizes genes in a tree structure, based on their similarity. Four variants of hierarchical clustering are available in Cluster. In
-<i>k</i>-means clustering, genes are organized into
-<i>k</i> clusters, where the number of clusters
-<i>k</i> needs to be chosen in advance. 
+<i>k</i>-means
+ clustering, genes are organized into
+<i>k</i>
+ clusters, where the number of clusters
+<i>k</i>
+ needs to be chosen in advance.
 Self-Organizing Maps create clusters of genes on a two-dimensional rectangular grid, where neighboring clusters are similar. For each of these methods, one of the eight different distance meaures can be used. Finally, in Principal Component Analysis, clusters are organized based on the principal component axes of the distance matrix.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">• <a href="Hierarchical.html#Hierarchical" accesskey="1">Hierarchical</a>:</td><td>  </td><td align="left" valign="top">Pairwise single-, maximum-, average-, and centroid-linkage hierarchical clustering
+</td></tr>
+<tr><td align="left" valign="top">• <a href="KMeans.html#KMeans" accesskey="2">KMeans</a>:</td><td>  </td><td align="left" valign="top"><em>k</em>-means and <em>k</em>-medoids clustering
+</td></tr>
+<tr><td align="left" valign="top">• <a href="SOM.html#SOM" accesskey="3">SOM</a>:</td><td>  </td><td align="left" valign="top">Self-Organizing Maps
+</td></tr>
+<tr><td align="left" valign="top">• <a href="PCA.html#PCA" accesskey="4">PCA</a>:</td><td>  </td><td align="left" valign="top">Principal Component Analysis
+</td></tr>
+</table>
+
 
-<ul class="menu">
-<li><a accesskey="1" href="Hierarchical.html#Hierarchical">Hierarchical</a>:  Pairwise single-, maximum-, average-, and centroid-linkage hierarchical clustering
-<li><a accesskey="2" href="KMeans.html#KMeans">KMeans</a>:  <i>k</i>-means and <i>k</i>-medoids clusteringclustering
-<li><a accesskey="3" href="SOM.html#SOM">SOM</a>:  Self-Organizing Maps
-<li><a accesskey="4" href="PCA.html#PCA">PCA</a>:  Principal Component Analysis
-</ul>
 
-   </body></html>
 
+</body>
+</html>
diff --git a/html/Command.html b/html/Command.html
index d18f418..b9fdecd 100644
--- a/html/Command.html
+++ b/html/Command.html
@@ -1,94 +1,180 @@
-<html lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- Created by GNU Texinfo 6.4, http://www.gnu.org/software/texinfo/ -->
 <head>
-<title>Command - Cluster 3.0 for Windows, Mac OS X, Linux, Unix</title>
-<meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="Cluster 3.0 for Windows, Mac OS X, Linux, Unix">
-<meta name="generator" content="makeinfo 4.13">
-<link title="Top" rel="start" href="index.html#Top">
-<link rel="prev" href="Cluster.html#Cluster" title="Cluster">
-<link rel="next" href="TreeView.html#TreeView" title="TreeView">
-<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<style type="text/css"><!--
-  pre.display { font-family:inherit }
-  pre.format  { font-family:inherit }
-  pre.smalldisplay { font-family:inherit; font-size:smaller }
-  pre.smallformat  { font-family:inherit; font-size:smaller }
-  pre.smallexample { font-size:smaller }
-  pre.smalllisp    { font-size:smaller }
-  span.sc    { font-variant:small-caps }
-  span.roman { font-family:serif; font-weight:normal; } 
-  span.sansserif { font-family:sans-serif; font-weight:normal; } 
---></style>
+<title>Command (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)</title>
+
+<meta name="description" content="Command (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="keywords" content="Command (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="Contents.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="TreeView.html#TreeView" rel="next" title="TreeView">
+<link href="PCA.html#PCA" rel="prev" title="PCA">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
 </head>
-<body>
-<div class="node">
+
+<body lang="en">
 <a name="Command"></a>
+<div class="header">
 <p>
-Next: <a rel="next" accesskey="n" href="TreeView.html#TreeView">TreeView</a>,
-Previous: <a rel="previous" accesskey="p" href="Cluster.html#Cluster">Cluster</a>,
-Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a>
-<hr>
+Next: <a href="TreeView.html#TreeView" accesskey="n" rel="next">TreeView</a>, Previous: <a href="Cluster.html#Cluster" accesskey="p" rel="prev">Cluster</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
 </div>
-
+<hr>
+<a name="Running-Cluster-3_002e0-as-a-command-line-program"></a>
 <h2 class="chapter">5 Running Cluster 3.0 as a command line program</h2>
 
-<p>Cluster 3.0 can also be run as a command line program. This may be useful if you want to run Cluster 3.0 on a remote server, and also allows automatic processing a large number of data files by running a batch script. Note, however, that the Python and Perl interfaces to the C Clustering Library may be better suited for this task, as they are more powerful than the command line program (see the manual for the C Clustering Library at <a href="http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/so [...]
-
-   <p>The GUI version of Cluster 3.0 can be used as a command line program by applying the appropriate command line parameters. You can also compile Cluster 3.0 without GUI support (if you will be using it from the command line only) by downloading the source code from <a href="http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster">http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster</a>, and running <br>
+<p>Cluster 3.0 can also be run as a command line program. This may be useful if you want to run Cluster 3.0 on a remote server, and also allows automatic processing a large number of data files by running a batch script. Note, however, that the Python and Perl interfaces to the C Clustering Library may be better suited for this task, as they are more powerful than the command line program (see the manual for the C Clustering Library at <a href="http://bonsai.hgc.jp/~mdehoon/software/clus [...]
+</p>
+<p>The GUI version of Cluster 3.0 can be used as a command line program by applying the appropriate command line parameters. You can also compile Cluster 3.0 without GUI support (if you will be using it from the command line only) by downloading the source code from <a href="http://bonsai.hgc.jp/~mdehoon/software/cluster">http://bonsai.hgc.jp/~mdehoon/software/cluster</a>, and running <br>
 <code>configure --without-x</code> <br>
 <code>make</code> <br>
 <code>make install</code> <br>
 The executable is called <code>cluster</code>. To run this program, execute <br>
 <code>cluster [options]</code> <br>
 in which the options consist of the following command line parameters:
-     <dl>
-<dt><code>-f </code><var>filename</var><dd>File loading
-<br><dt><code>-l</code><dd>Specifies to log-transform the data before clustering (default is no log-transform)
-<br><dt><code>-cg a|m</code><dd>Specifies whether to center each row (gene) in the data set: <br>
+</p><dl compact="compact">
+<dt><code>-f <var>filename</var></code></dt>
+<dd><p>File loading
+</p></dd>
+<dt><code>-l</code></dt>
+<dd><p>Specifies to log-transform the data before clustering (default is no log-transform)
+</p></dd>
+<dt><code>-cg a|m</code></dt>
+<dd><p>Specifies whether to center each row (gene) in the data set: <br>
 <code>a</code>: Subtract the mean of each row <br>
 <code>m</code>: Subtract the median of each row <br>
 (default is no centering)
-<br><dt><code>-ng</code><dd>Specifies to normalize each row (gene) in the data set (default is no normalization)
-<br><dt><code>-ca a|m</code><dd>Specifies whether to center each column (microarray) in the data set: <br>
+</p></dd>
+<dt><code>-ng</code></dt>
+<dd><p>Specifies to normalize each row (gene) in the data set (default is no normalization)
+</p></dd>
+<dt><code>-ca a|m</code></dt>
+<dd><p>Specifies whether to center each column (microarray) in the data set: <br>
 <code>a</code>: Subtract the mean of each column <br>
 <code>m</code>: Subtract the median of each column <br>
 (default is no centering)
-<br><dt><code>-na</code><dd>Specifies to normalize each column (microarray) in the data set (default is no normalization)
-<br><dt><code>-u </code><var>jobname</var><dd>Allows you to specify a different name for the output files
+</p></dd>
+<dt><code>-na</code></dt>
+<dd><p>Specifies to normalize each column (microarray) in the data set (default is no normalization)
+</p></dd>
+<dt><code>-u <var>jobname</var></code></dt>
+<dd><p>Allows you to specify a different name for the output files
 (default is derived from the input file name)
-<br><dt><code>-g [0..9]</code><dd>Specifies the distance measure for gene clustering. 0 means no gene clustering; for the values 1 through 9, see below (default: 0)
-<br><dt><code>-e [0..9]</code><dd>Specifies the distance measure for microarray clustering. 0 means no microarray clustering; for the values 1 through 9, see below (default: 0)
-<br><dt><code>-m [msca]</code><dd>Specifies which hierarchical clustering method to use: <br>
+</p></dd>
+<dt><code>-g [0..9]</code></dt>
+<dd><p>Specifies the distance measure for gene clustering. 0 means no gene clustering; for the values 1 through 9, see below (default: 0)
+</p></dd>
+<dt><code>-e [0..9]</code></dt>
+<dd><p>Specifies the distance measure for microarray clustering. 0 means no microarray clustering; for the values 1 through 9, see below (default: 0)
+</p></dd>
+<dt><code>-m [msca]</code></dt>
+<dd><p>Specifies which hierarchical clustering method to use: <br>
 <code>m</code>: Pairwise complete- (maximum-) linkage (default) <br>
 <code>s</code>: Pairwise single-linkage <br>
 <code>c</code>: Pairwise centroid-linkage <br>
 <code>a</code>: Pairwise average-linkage
-<br><dt><code>-k </code><var>number</var><dd>Specifies whether to run
-<i>k</i>-meansclustering instead of hierarchical clustering, and the number of clusters
-<i>k</i> to use (default: 0, no <i>k</i>-means clustering)<br><dt><code>-pg</code><dd>Specifies to apply Principal Component Analysis to genes instead of clustering
-<br><dt><code>-pa</code><dd>Specifies to apply Principal Component Analysis to arrays instead of clustering
-<br><dt><code>-s</code><dd>Specifies to calculate an SOM instead of hierarchical clustering
-<br><dt><code>-x </code><var>number</var><dd>Specifies the horizontal dimension of the SOM grid (default: 2)
-<br><dt><code>-y </code><var>number</var><dd>Specifies the vertical dimension of the SOM grid (default: 1)
-<br><dt><code>-v, --version</code><dd>Display version information
-<br><dt><code>-h, --help</code><dd>Display help information
+</p></dd>
+<dt><code>-k <var>number</var></code></dt>
+<dd><p>Specifies whether to run <em>k</em>-means clustering instead of hierarchical clustering, and the number of clusters
+<i>k</i> to use (default: 0, no <i>k</i>-means clustering)
+</p></dd>
+<dt><code>-pg</code></dt>
+<dd><p>Specifies to apply Principal Component Analysis to genes instead of clustering
+</p></dd>
+<dt><code>-pa</code></dt>
+<dd><p>Specifies to apply Principal Component Analysis to arrays instead of clustering
+</p></dd>
+<dt><code>-s</code></dt>
+<dd><p>Specifies to calculate an SOM instead of hierarchical clustering
+</p></dd>
+<dt><code>-x <var>number</var></code></dt>
+<dd><p>Specifies the horizontal dimension of the SOM grid (default: 2)
+</p></dd>
+<dt><code>-y <var>number</var></code></dt>
+<dd><p>Specifies the vertical dimension of the SOM grid (default: 1)
+</p></dd>
+<dt><code>-v, --version</code></dt>
+<dd><p>Display version information
+</p></dd>
+<dt><code>-h, --help</code></dt>
+<dd><p>Display help information
+</p></dd>
 </dl>
 
-   <p>For the command line options <samp><span class="option">-g</span></samp>, <samp><span class="option">-e</span></samp>, the following integers can be used to specify the distance measure:
-     <dl>
-<dt><code>0</code><dd>No clustering
-<br><dt><code>1</code><dd>Uncentered correlation
-<br><dt><code>2</code><dd>Pearson correlation
-<br><dt><code>3</code><dd>Uncentered correlation, absolute value
-<br><dt><code>4</code><dd>Pearson correlation, absolute value
-<br><dt><code>5</code><dd>Spearman's rank correlation
-<br><dt><code>6</code><dd>Kendall's tau
-<br><dt><code>7</code><dd>Euclidean distance
-<br><dt><code>8</code><dd>City-block distance
+<p>For the command line options <samp>-g</samp>, <samp>-e</samp>, the following integers can be used to specify the distance measure:
+</p><dl compact="compact">
+<dt><code>0</code></dt>
+<dd><p>No clustering
+</p></dd>
+<dt><code>1</code></dt>
+<dd><p>Uncentered correlation
+</p></dd>
+<dt><code>2</code></dt>
+<dd><p>Pearson correlation
+</p></dd>
+<dt><code>3</code></dt>
+<dd><p>Uncentered correlation, absolute value
+</p></dd>
+<dt><code>4</code></dt>
+<dd><p>Pearson correlation, absolute value
+</p></dd>
+<dt><code>5</code></dt>
+<dd><p>Spearman’s rank correlation
+</p></dd>
+<dt><code>6</code></dt>
+<dd><p>Kendall’s
+<i>τ</i>
+</p></dd>
+<dt><code>7</code></dt>
+<dd><p>Euclidean distance
+</p></dd>
+<dt><code>8</code></dt>
+<dd><p>City-block distance
+</p></dd>
 </dl>
 
-   <p>By default, no clustering is done, allowing you to use <code>cluster</code> for normalizing a data set only.
+<p>By default, no clustering is done, allowing you to use <code>cluster</code> for normalizing a data set only.
+</p>
+<hr>
+<div class="header">
+<p>
+Next: <a href="TreeView.html#TreeView" accesskey="n" rel="next">TreeView</a>, Previous: <a href="Cluster.html#Cluster" accesskey="p" rel="prev">Cluster</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
+</div>
+
 
-   </body></html>
 
+</body>
+</html>
diff --git a/html/Contents.html b/html/Contents.html
index b72ced4..2830dbc 100644
--- a/html/Contents.html
+++ b/html/Contents.html
@@ -1,85 +1,115 @@
-<html lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- Created by GNU Texinfo 6.4, http://www.gnu.org/software/texinfo/ -->
 <head>
-<title>Contents - Cluster 3.0 for Windows, Mac OS X, Linux, Unix</title>
-<meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="Cluster 3.0 for Windows, Mac OS X, Linux, Unix">
-<meta name="generator" content="makeinfo 4.13">
-<link title="Top" rel="start" href="index.html#Top">
-<link rel="prev" href="index.html#Top" title="Top">
-<link rel="next" href="Introduction.html#Introduction" title="Introduction">
-<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<style type="text/css"><!--
-  pre.display { font-family:inherit }
-  pre.format  { font-family:inherit }
-  pre.smalldisplay { font-family:inherit; font-size:smaller }
-  pre.smallformat  { font-family:inherit; font-size:smaller }
-  pre.smallexample { font-size:smaller }
-  pre.smalllisp    { font-size:smaller }
-  span.sc    { font-variant:small-caps }
-  span.roman { font-family:serif; font-weight:normal; } 
-  span.sansserif { font-family:sans-serif; font-weight:normal; } 
---></style>
+<title>Contents (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)</title>
+
+<meta name="description" content="Contents (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="keywords" content="Contents (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="Introduction.html#Introduction" rel="next" title="Introduction">
+<link href="index.html#Top" rel="prev" title="Top">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
 </head>
-<body>
-<div class="node">
+
+<body lang="en">
 <a name="Contents"></a>
+<div class="header">
 <p>
-Next: <a rel="next" accesskey="n" href="Introduction.html#Introduction">Introduction</a>,
-Previous: <a rel="previous" accesskey="p" href="index.html#Top">Top</a>,
-Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a>
-<hr>
+Next: <a href="Introduction.html#Introduction" accesskey="n" rel="next">Introduction</a>, Previous: <a href="index.html#Top" accesskey="p" rel="prev">Top</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a>   [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
 </div>
-
-   <div class="contents">
+<hr>
+<h4 class="node-heading">Contents</h4>
+<a name="SEC_Contents"></a>
 <h2>Table of Contents</h2>
-<ul>
-<li><a name="toc_Introduction" href="Introduction.html#Introduction">1 Introduction</a>
-<li><a name="toc_Data" href="Data.html#Data">2 Loading, filtering, and adjusting data</a>
-<ul>
-<li><a href="Data.html#Data">2.1 Loading Data</a>
-<li><a href="Data.html#Data">2.2 Filtering Data</a>
-<li><a href="Data.html#Data">2.3 Adjusting Data</a>
-<ul>
-<li><a href="Data.html#Data">2.3.1 Log transformation</a>
-<li><a href="Data.html#Data">2.3.2 Mean/Median Centering</a>
-<li><a href="Data.html#Data">2.3.3 Normalization</a>
-</li></ul>
-</li></ul>
-<li><a name="toc_Distance" href="Distance.html#Distance">3 Distance/Similarity measures</a>
-<ul>
-<li><a href="Distance.html#Distance">3.1 Distance measures based on the Pearson correlation</a>
-<li><a href="Distance.html#Distance">3.2 Non-parametric distance measures</a>
-<li><a href="Distance.html#Distance">3.3 Distance measures related to the Euclidean distance</a>
-<ul>
-<li><a href="Distance.html#Distance">3.3.1 Euclidean distance</a>
-<li><a href="Distance.html#Distance">3.3.2 City-block distance</a>
-</li></ul>
-<li><a href="Distance.html#Distance">3.4 Missing values</a>
-<li><a href="Distance.html#Distance">3.5 Calculating the distance matrix</a>
-</li></ul>
-<li><a name="toc_Cluster" href="Cluster.html#Cluster">4 Clustering techniques</a>
-<ul>
-<li><a href="Hierarchical.html#Hierarchical">4.1 Hierarchical Clustering</a>
-<ul>
-<li><a href="Hierarchical.html#Hierarchical">4.1.1 Centroid Linkage Clustering</a>
-<li><a href="Hierarchical.html#Hierarchical">4.1.2 Single Linkage Clustering</a>
-<li><a href="Hierarchical.html#Hierarchical">4.1.3 Complete Linkage Clustering</a>
-<li><a href="Hierarchical.html#Hierarchical">4.1.4 Average Linkage Clustering</a>
-<li><a href="Hierarchical.html#Hierarchical">4.1.5 Weighting</a>
-<li><a href="Hierarchical.html#Hierarchical">4.1.6 Ordering of Output File</a>
-<li><a href="Hierarchical.html#Hierarchical">4.1.7 Output Files</a>
-</li></ul>
-<li><a href="KMeans.html#KMeans">4.2 The <i>k</i>-means Clustering Algorithm</a>
-<li><a href="SOM.html#SOM">4.3 Self-Organizing Maps</a>
-<li><a href="PCA.html#PCA">4.4 Principal Component Analysis</a>
-</li></ul>
-<li><a name="toc_Command" href="Command.html#Command">5 Running Cluster 3.0 as a command line program</a>
-<li><a name="toc_TreeView" href="TreeView.html#TreeView">6 TreeView</a>
-<li><a name="toc_Development" href="Development.html#Development">7 Code Development Information</a>
-<li><a name="toc_Bibliography" href="Bibliography.html#Bibliography">8 Bibliography</a>
-</li></ul>
+
+<div class="contents">
+<ul class="no-bullet">
+<li><a name="toc-Introduction-1" href="Introduction.html#Introduction">1 Introduction</a></li>
+<li><a name="toc-Loading_002c-filtering_002c-and-adjusting-data" href="Data.html#Data">2 Loading, filtering, and adjusting data</a>
+<ul class="no-bullet">
+  <li><a name="toc-Loading-Data" href="Data.html#Loading-Data">2.1 Loading Data</a></li>
+  <li><a name="toc-Filtering-Data" href="Data.html#Filtering-Data">2.2 Filtering Data</a></li>
+  <li><a name="toc-Adjusting-Data" href="Data.html#Adjusting-Data">2.3 Adjusting Data</a>
+  <ul class="no-bullet">
+    <li><a name="toc-Log-transformation" href="Data.html#Log-transformation">2.3.1 Log transformation</a></li>
+    <li><a name="toc-Mean_002fMedian-Centering" href="Data.html#Mean_002fMedian-Centering">2.3.2 Mean/Median Centering</a></li>
+    <li><a name="toc-Normalization" href="Data.html#Normalization">2.3.3 Normalization</a></li>
+  </ul></li>
+</ul></li>
+<li><a name="toc-Distance_002fSimilarity-measures" href="Distance.html#Distance">3 Distance/Similarity measures</a>
+<ul class="no-bullet">
+  <li><a name="toc-Distance-measures-based-on-the-Pearson-correlation" href="Distance.html#Distance-measures-based-on-the-Pearson-correlation">3.1 Distance measures based on the Pearson correlation</a></li>
+  <li><a name="toc-Non_002dparametric-distance-measures" href="Distance.html#Non_002dparametric-distance-measures">3.2 Non-parametric distance measures</a></li>
+  <li><a name="toc-Distance-measures-related-to-the-Euclidean-distance" href="Distance.html#Distance-measures-related-to-the-Euclidean-distance">3.3 Distance measures related to the Euclidean distance</a>
+  <ul class="no-bullet">
+    <li><a name="toc-Euclidean-distance" href="Distance.html#Euclidean-distance">3.3.1 Euclidean distance</a></li>
+    <li><a name="toc-City_002dblock-distance" href="Distance.html#City_002dblock-distance">3.3.2 City-block distance</a></li>
+  </ul></li>
+  <li><a name="toc-Missing-values" href="Distance.html#Missing-values">3.4 Missing values</a></li>
+  <li><a name="toc-Calculating-the-distance-matrix" href="Distance.html#Calculating-the-distance-matrix">3.5 Calculating the distance matrix</a></li>
+</ul></li>
+<li><a name="toc-Clustering-techniques" href="Cluster.html#Cluster">4 Clustering techniques</a>
+<ul class="no-bullet">
+  <li><a name="toc-Hierarchical-Clustering" href="Hierarchical.html#Hierarchical">4.1 Hierarchical Clustering</a>
+  <ul class="no-bullet">
+    <li><a name="toc-Centroid-Linkage-Clustering" href="Hierarchical.html#Centroid-Linkage-Clustering">4.1.1 Centroid Linkage Clustering</a></li>
+    <li><a name="toc-Single-Linkage-Clustering" href="Hierarchical.html#Single-Linkage-Clustering">4.1.2 Single Linkage Clustering</a></li>
+    <li><a name="toc-Complete-Linkage-Clustering" href="Hierarchical.html#Complete-Linkage-Clustering">4.1.3 Complete Linkage Clustering</a></li>
+    <li><a name="toc-Average-Linkage-Clustering" href="Hierarchical.html#Average-Linkage-Clustering">4.1.4 Average Linkage Clustering</a></li>
+    <li><a name="toc-Weighting" href="Hierarchical.html#Weighting">4.1.5 Weighting</a></li>
+    <li><a name="toc-Ordering-of-Output-File" href="Hierarchical.html#Ordering-of-Output-File">4.1.6 Ordering of Output File</a></li>
+    <li><a name="toc-Output-Files" href="Hierarchical.html#Output-Files">4.1.7 Output Files</a></li>
+  </ul></li>
+  <li><a name="toc-The-k_002dmeans-Clustering-Algorithm" href="KMeans.html#KMeans">4.2 The <em>k</em>-means Clustering Algorithm</a></li>
+  <li><a name="toc-Self_002dOrganizing-Maps" href="SOM.html#SOM">4.3 Self-Organizing Maps</a></li>
+  <li><a name="toc-Principal-Component-Analysis" href="PCA.html#PCA">4.4 Principal Component Analysis</a></li>
+</ul></li>
+<li><a name="toc-Running-Cluster-3_002e0-as-a-command-line-program" href="Command.html#Command">5 Running Cluster 3.0 as a command line program</a></li>
+<li><a name="toc-TreeView-1" href="TreeView.html#TreeView">6 TreeView</a></li>
+<li><a name="toc-Code-Development-Information" href="Development.html#Development">7 Code Development Information</a></li>
+<li><a name="toc-Bibliography-1" href="Bibliography.html#Bibliography">8 Bibliography</a></li>
+
+</ul>
 </div>
 
-   </body></html>
 
+
+
+
+</body>
+</html>
diff --git a/html/Data.html b/html/Data.html
index e10490d..6d63da8 100644
--- a/html/Data.html
+++ b/html/Data.html
@@ -1,134 +1,173 @@
-<html lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- Created by GNU Texinfo 6.4, http://www.gnu.org/software/texinfo/ -->
 <head>
-<title>Data - Cluster 3.0 for Windows, Mac OS X, Linux, Unix</title>
-<meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="Cluster 3.0 for Windows, Mac OS X, Linux, Unix">
-<meta name="generator" content="makeinfo 4.13">
-<link title="Top" rel="start" href="index.html#Top">
-<link rel="prev" href="Introduction.html#Introduction" title="Introduction">
-<link rel="next" href="Distance.html#Distance" title="Distance">
-<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<style type="text/css"><!--
-  pre.display { font-family:inherit }
-  pre.format  { font-family:inherit }
-  pre.smalldisplay { font-family:inherit; font-size:smaller }
-  pre.smallformat  { font-family:inherit; font-size:smaller }
-  pre.smallexample { font-size:smaller }
-  pre.smalllisp    { font-size:smaller }
-  span.sc    { font-variant:small-caps }
-  span.roman { font-family:serif; font-weight:normal; } 
-  span.sansserif { font-family:sans-serif; font-weight:normal; } 
---></style>
+<title>Data (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)</title>
+
+<meta name="description" content="Data (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="keywords" content="Data (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="Contents.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="Distance.html#Distance" rel="next" title="Distance">
+<link href="Introduction.html#Introduction" rel="prev" title="Introduction">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
 </head>
-<body>
-<div class="node">
+
+<body lang="en">
 <a name="Data"></a>
+<div class="header">
 <p>
-Next: <a rel="next" accesskey="n" href="Distance.html#Distance">Distance</a>,
-Previous: <a rel="previous" accesskey="p" href="Introduction.html#Introduction">Introduction</a>,
-Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a>
-<hr>
+Next: <a href="Distance.html#Distance" accesskey="n" rel="next">Distance</a>, Previous: <a href="Introduction.html#Introduction" accesskey="p" rel="prev">Introduction</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
 </div>
-
+<hr>
+<a name="Loading_002c-filtering_002c-and-adjusting-data"></a>
 <h2 class="chapter">2 Loading, filtering, and adjusting data</h2>
 
-<div class="block-image"><img src="images/cluster.png" alt="images/cluster.png"></div>
+<img src="images/cluster.png" alt="images/cluster">
 
-   <p>Data can be loaded into Cluster by choosing Load data file under the File menu. 
+<p>Data can be loaded into Cluster by choosing Load data file under the File menu.
 A number of options are provided for adjusting and
 filtering the data you have loaded. These functions are accessed via the Filter Data and
 Adjust Data tabs.
-
+</p>
+<a name="Loading-Data"></a>
 <h3 class="section">2.1 Loading Data</h3>
 
 <p>The first step in using Cluster is to import data. Currently, Cluster only reads tab-delimited text files in a particular format, described below. Such tab-delimited text files can be created and exported in any standard spreadsheet program, such as Microsoft Excel. An example datafile can be found under the File format help item in the Help menu. This contains all the information you need for making a Cluster input file.
-
-   <p>By convention, in Cluster input tables rows represent genes and columns represent samples or observations (e.g. a single microarray hybridization). For a simple timecourse, a minimal Cluster input file would look like this:<br>
-
-   <div class="block-image"><img src="images/minifile.png" alt="images/minifile.png"></div>
+</p>
+<p>By convention, in Cluster input tables rows represent genes and columns represent samples or observations (e.g. a single microarray hybridization). For a simple timecourse, a minimal Cluster input file would look like this:<br>
+</p>
+<img src="images/minifile.png" alt="images/minifile">
 <br>
-Each row (gene) has an identifier (in green) that always goes in the first column. Here we are using yeast open reading frame codes. Each column (sample) has a label (in blue) that is always in the first row; here the labels describe the time at which a sample was taken. The first column of the first row contains a special field (in red) that tells the program what kind of objects are in each row. In this case, YORF stands for yeast open reading frame. This field can be any alpha-numeric [...]
-
-   <p>The remaining cells in the table contain data for the appropriate gene and sample. The 5.8 in row 2 column 4 means that the observed data value for gene YAL001C at 2 hours was 5.8. Missing values are acceptable and are designated by empty cells (e.g.  YAL005C at 2 hours).
-
-   <p>It is possible to have additional information in the input file. A maximal Cluster input file would look like this:<br>
-
-   <div class="block-image"><img src="images/maxifile.png" alt="images/maxifile.png"></div>
+<p>Each row (gene) has an identifier (in green) that always goes in the first column. Here we are using yeast open reading frame codes. Each column (sample) has a label (in blue) that is always in the first row; here the labels describe the time at which a sample was taken. The first column of the first row contains a special field (in red) that tells the program what kind of objects are in each row. In this case, YORF stands for yeast open reading frame. This field can be any alpha-nume [...]
+</p>
+<p>The remaining cells in the table contain data for the appropriate gene and sample. The 5.8 in row 2 column 4 means that the observed data value for gene YAL001C at 2 hours was 5.8. Missing values are acceptable and are designated by empty cells (e.g.  YAL005C at 2 hours).
+</p>
+<p>It is possible to have additional information in the input file. A maximal Cluster input file would look like this:<br>
+</p>
+<img src="images/maxifile.png" alt="images/maxifile">
 <br>
-The yellow columns and rows are optional. By default, TreeView uses the ID in column
+<p>The yellow columns and rows are optional. By default, TreeView uses the ID in column
 1 as a label for each gene. The NAME column allows you to specify a label for each gene
 that is distinct from the ID in column 1. The other rows and columns will be described
 later in this text.
+</p>
+<p>When Cluster 3.0 opens the data file, the number of columns in each row is checked. If a given row contains less or more columns than needed, an error message is displayed.<br>
+</p>
+<img src="images/fileerror.png" alt="images/fileerror">
 
-   <p>When Cluster 3.0 opens the data file, the number of columns in each row is checked. If a given row contains less or more columns than needed, an error message is displayed.<br>
-
-   <div class="block-image"><img src="images/fileerror.png" alt="images/fileerror.png"></div>
-
+<a name="Demo-data"></a>
 <h3 class="heading">Demo data</h3>
 
 <p>A demo datafile, which will be used in all of the examples here, is available
-at <a href="http://rana.lbl.gov/downloads/data/demo.txt">http://rana.lbl.gov/downloads/data/demo.txt</a> and is mirrored at <a href="http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/demo.txt">http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/demo.txt</a>.
-
-   <p>The datafile contains yeast gene expression data
+at <a href="http://rana.lbl.gov/downloads/data/demo.txt">http://rana.lbl.gov/downloads/data/demo.txt</a> and is mirrored at <a href="http://bonsai.hgc.jp/~mdehoon/software/cluster/demo.txt">http://bonsai.hgc.jp/~mdehoon/software/cluster/demo.txt</a>.
+</p>
+<p>The datafile contains yeast gene expression data
 described in Eisen <em>et al.</em> (1998) [see references at end]. Download this data and load it
 into Cluster. Cluster will give you information about the loaded datafile. <br>
+</p>
+<img src="images/filemanager.png" alt="images/filemanager">
 
-   <div class="block-image"><img src="images/filemanager.png" alt="images/filemanager.png"></div>
-
+<a name="Filtering-Data"></a>
 <h3 class="section">2.2 Filtering Data</h3>
 
-<div class="block-image"><img src="images/filter.png" alt="images/filter.png"></div>
+<img src="images/filter.png" alt="images/filter">
 
-   <p>The Filter Data tab allows you to remove genes that do not have certain desired
+<p>The Filter Data tab allows you to remove genes that do not have certain desired
 properties from your dataset. The currently available properties that can be used to filter
 data are
-     <ul>
-<li><strong>% Present >= X</strong>. This removes all genes that have missing values in greater than
-(100-<i>X</i>) percent of the columns. 
-<li><strong>SD (Gene Vector) >= X</strong>. This removes all genes that have standard deviations of
+</p><ul>
+<li> <strong>% Present >= X</strong>. This removes all genes that have missing values in greater than
+(100-<i>X</i>)
+ percent of the columns.
+</li><li> <strong>SD (Gene Vector) >= X</strong>. This removes all genes that have standard deviations of
 observed values less than
-<i>X</i>. <li><strong>At least X Observations with abs(Val) >= Y</strong>. This removes all genes that do not have at least
-<i>X</i> observations with absolute values greater than
-<i>Y</i>. <li><strong>MaxVal-MinVal >= X</strong>. This removes all genes whose maximum minus minimum values
+<i>X</i>.
+</li><li> <strong>At least X Observations with abs(Val) >= Y</strong>. This removes all genes that do not have at least
+<i>X</i>
+ observations with absolute values greater than
+<i>Y</i>.
+</li><li> <strong>MaxVal-MinVal >= X</strong>. This removes all genes whose maximum minus minimum values
 are less than
-<i>X</i>. </ul>
-   These are fairly self-explanatory. When you press filter, the filters are not immediately
+<i>X</i>.
+</li></ul>
+<p>These are fairly self-explanatory. When you press filter, the filters are not immediately
 applied to the dataset. You are first told how many genes would have passed the filter. If
-you want to accept the filter, you press Accept, otherwise no changes are made. 
+you want to accept the filter, you press Accept, otherwise no changes are made.
 <br>
+</p>
+<img src="images/accept.png" alt="images/accept">
 
-   <div class="block-image"><img src="images/accept.png" alt="images/accept.png"></div>
-
+<a name="Adjusting-Data"></a>
 <h3 class="section">2.3 Adjusting Data</h3>
 
-<div class="block-image"><img src="images/adjust.png" alt="images/adjust.png"></div>
+<img src="images/adjust.png" alt="images/adjust">
 
-   <p>From the Adjust Data tab, you can perform a number of operations that alter the
+<p>From the Adjust Data tab, you can perform a number of operations that alter the
 underlying data in the imported table. These operations are
-     <ul>
-<li><strong>Log Transform Data</strong>: replace all data values
-<i>x</i> by
-log<SUB>2</SUB> (<i>x</i>). <li><strong>Center genes [mean or median]</strong>: Subtract the row-wise mean or median from the values in each row of data, so that the mean or median value of each row is 0. 
-<li><strong>Center arrays [mean or median]</strong>: Subtract the column-wise mean or median from the values in each column of data, so that the mean or median value of each column is 0. 
-<li><strong>Normalize genes</strong>: Multiply all values in each row of data by a scale factor
-<i>S</i> so that the sum of the squares of the values in each row is 1.0 (a separate
-<i>S</i> is computed for each row). 
-<li><strong>Normalize arrays</strong>: Multiply all values in each column of data by a scale factor
-<i>S</i> so that the sum of the squares of the values in each column is 1.0 (a separate
-<i>S</i> is computed for each column). 
-</ul>
-   These operations are not associative, so the order in which these operations is applied is
-very important, and you should consider it carefully before you apply these operations. 
+</p><ul>
+<li> <strong>Log Transform Data</strong>: replace all data values
+<i>x</i>
+ by
+log<SUB>2</SUB> (<i>x</i>).
+</li><li> <strong>Center genes [mean or median]</strong>: Subtract the row-wise mean or median from the values in each row of data, so that the mean or median value of each row is 0.
+</li><li> <strong>Center arrays [mean or median]</strong>: Subtract the column-wise mean or median from the values in each column of data, so that the mean or median value of each column is 0.
+</li><li> <strong>Normalize genes</strong>: Multiply all values in each row of data by a scale factor
+<i>S</i>
+ so that the sum of the squares of the values in each row is 1.0 (a separate
+<i>S</i>
+ is computed for each row).
+</li><li> <strong>Normalize arrays</strong>: Multiply all values in each column of data by a scale factor
+<i>S</i>
+ so that the sum of the squares of the values in each column is 1.0 (a separate
+<i>S</i>
+ is computed for each column).
+</li></ul>
+<p>These operations are not associative, so the order in which these operations is applied is
+very important, and you should consider it carefully before you apply these operations.
 The order of operations is (only checked operations are performed):
-     <ul>
-<li>Log transform all values. 
-<li>Center rows by subtracting the mean or median. 
-<li>Normalize rows. 
-<li>Center columns by subtracting the mean or median. 
-<li>Normalize columns. 
-</ul>
-
+</p><ul>
+<li> Log transform all values.
+</li><li> Center rows by subtracting the mean or median.
+</li><li> Normalize rows.
+</li><li> Center columns by subtracting the mean or median.
+</li><li> Normalize columns.
+</li></ul>
+
+<a name="Log-transformation"></a>
 <h4 class="subsection">2.3.1 Log transformation</h4>
 
 <p>The results of many DNA microarray experiments are fluorescent
@@ -145,7 +184,8 @@ as the 2-fold down change. Usually, you do not want this. In log space (we use l
 for simplicity) the data points become 0,1.0,-1.0.With these values, 2-fold up and 2-fold
 down are symmetric about 0. For most applications, we recommend you work in log
 space.
-
+</p>
+<a name="Mean_002fMedian-Centering"></a>
 <h4 class="subsection">2.3.2 Mean/Median Centering</h4>
 
 <p>Consider a now common experimental design where you are
@@ -157,8 +197,8 @@ to be independent of the amount of a gene present in the reference sample. This
 achieved by adjusting the values of each gene to reflect their variation from some
 property of the series of observed values such as the mean or median. This is what mean
 and/or median centering of genes does. Centering makes less sense in experiments where
-the reference sample is part of the experiment, as it is many timecourses. 
-Centering the data for columns/arrays can also be used to remove certain types of biases. 
+the reference sample is part of the experiment, as it is many timecourses.
+Centering the data for columns/arrays can also be used to remove certain types of biases.
 The results of many two-color fluorescent hybridization experiments are not corrected for
 systematic biases in ratios that are the result of differences in RNA amounts, labeling
 efficiency and image acquisition parameters. Such biases have the effect of multiplying
@@ -166,28 +206,37 @@ ratios for all genes by a fixed scalar. Mean or median centering the data in log
 the effect of correcting this bias, although it should be noted that an assumption is being
 made in correcting this bias, which is that the average gene in a given experiment is
 expected to have a ratio of 1.0 (or log-ratio of 0).
-
-   <p>In general, I recommend the use of median rather than mean centering, as it is more robust against outliers.
-
+</p>
+<p>In general, I recommend the use of median rather than mean centering, as it is more robust against outliers.
+</p>
+<a name="Normalization"></a>
 <h4 class="subsection">2.3.3 Normalization</h4>
 
 <p>Normalization sets the magnitude (sum of the squares of the values) of a row/column
 vector to 1.0. Most of the distance metrics used by Cluster work with internally
 normalized data vectors, but the data are output as they were originally entered. If you
-want to output normalized vectors, you should select this option. 
+want to output normalized vectors, you should select this option.
 A sample series of operations for raw data would be:
-     <ul>
-<li>Adjust Cycle 1) log transform
-<li>Adjust Cycle 2) median center genes and arrays
-<li>repeat (2) five to ten times
-<li>Adjust Cycle 3) normalize genes and arrays
-<li>repeat (3) five to ten times
-</ul>
-
-   <p>This results in a log-transformed, median polished (i.e. all row-wise and column-wise
+</p><ul>
+<li> Adjust Cycle 1) log transform
+</li><li> Adjust Cycle 2) median center genes and arrays
+</li><li> repeat (2) five to ten times
+</li><li> Adjust Cycle 3) normalize genes and arrays
+</li><li> repeat (3) five to ten times
+</li></ul>
+
+<p>This results in a log-transformed, median polished (i.e. all row-wise and column-wise
 median values are close to zero) and normal (i.e. all row and column magnitudes are
-close to 1.0) dataset. 
+close to 1.0) dataset.
 After performing these operations you should save the dataset.
+</p>
+<hr>
+<div class="header">
+<p>
+Next: <a href="Distance.html#Distance" accesskey="n" rel="next">Distance</a>, Previous: <a href="Introduction.html#Introduction" accesskey="p" rel="prev">Introduction</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
+</div>
+
 
-   </body></html>
 
+</body>
+</html>
diff --git a/html/Development.html b/html/Development.html
index acc9ee7..70b61fa 100644
--- a/html/Development.html
+++ b/html/Development.html
@@ -1,49 +1,80 @@
-<html lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- Created by GNU Texinfo 6.4, http://www.gnu.org/software/texinfo/ -->
 <head>
-<title>Development - Cluster 3.0 for Windows, Mac OS X, Linux, Unix</title>
-<meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="Cluster 3.0 for Windows, Mac OS X, Linux, Unix">
-<meta name="generator" content="makeinfo 4.13">
-<link title="Top" rel="start" href="index.html#Top">
-<link rel="prev" href="TreeView.html#TreeView" title="TreeView">
-<link rel="next" href="Bibliography.html#Bibliography" title="Bibliography">
-<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<style type="text/css"><!--
-  pre.display { font-family:inherit }
-  pre.format  { font-family:inherit }
-  pre.smalldisplay { font-family:inherit; font-size:smaller }
-  pre.smallformat  { font-family:inherit; font-size:smaller }
-  pre.smallexample { font-size:smaller }
-  pre.smalllisp    { font-size:smaller }
-  span.sc    { font-variant:small-caps }
-  span.roman { font-family:serif; font-weight:normal; } 
-  span.sansserif { font-family:sans-serif; font-weight:normal; } 
---></style>
+<title>Development (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)</title>
+
+<meta name="description" content="Development (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="keywords" content="Development (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="Contents.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="Bibliography.html#Bibliography" rel="next" title="Bibliography">
+<link href="TreeView.html#TreeView" rel="prev" title="TreeView">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
 </head>
-<body>
-<div class="node">
+
+<body lang="en">
 <a name="Development"></a>
+<div class="header">
 <p>
-Next: <a rel="next" accesskey="n" href="Bibliography.html#Bibliography">Bibliography</a>,
-Previous: <a rel="previous" accesskey="p" href="TreeView.html#TreeView">TreeView</a>,
-Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a>
-<hr>
+Next: <a href="Bibliography.html#Bibliography" accesskey="n" rel="next">Bibliography</a>, Previous: <a href="TreeView.html#TreeView" accesskey="p" rel="prev">TreeView</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
 </div>
-
+<hr>
+<a name="Code-Development-Information"></a>
 <h2 class="chapter">7 Code Development Information</h2>
 
-<p>In previous versions of Cluster, the proprietary Numerical Recipes routines were heavily used. We have replaced these routines by the C clustering library, which was released under the Python License. Accordingly, the complete source code of Cluster is now open. 
-It can be downloaded from <a href="http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster">http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster</a>. We used the GNU C compiler in order to enable anybody to compile the code. No commercial compiler is required. The GNU C compiler is available at <a href="http://www.gnu.org">http://www.gnu.org</a>. 
-There you can also find texinfo, which was used to generate the printed and the HTML documentation. To convert the picture files to EPS files for the printed documentation, we used <code>pngtopnm</code> and <code>pnmtops</code> of Netpbm, which can be found at <a href="http://netpbm.sourceforge.net">http://netpbm.sourceforge.net</a>. 
-The HTML Help file was generated using the HTML Help Workshop, which is freely available at <a href="http://msdn.microsoft.com">the Microsoft site</a>. 
+<p>In previous versions of Cluster, the proprietary Numerical Recipes routines were heavily used. We have replaced these routines by the C clustering library, which was released under the Python License. Accordingly, the complete source code of Cluster is now open.
+It can be downloaded from <a href="http://bonsai.hgc.jp/~mdehoon/software/cluster">http://bonsai.hgc.jp/~mdehoon/software/cluster</a>. We used the GNU C compiler in order to enable anybody to compile the code. No commercial compiler is required. The GNU C compiler is available at <a href="http://www.gnu.org">http://www.gnu.org</a>.
+There you can also find texinfo, which was used to generate the printed and the HTML documentation. To convert the picture files to EPS files for the printed documentation, we used <code>pngtopnm</code> and <code>pnmtops</code> of Netpbm, which can be found at <a href="http://netpbm.sourceforge.net">http://netpbm.sourceforge.net</a>.
+The HTML Help file was generated using the HTML Help Workshop, which is freely available at <a href="http://msdn.microsoft.com">the Microsoft site</a>.
 The Windows Installer was created with the Inno Setup Compiler, which is available at <a href="http://www.innosetup.com">http://www.innosetup.com</a>.
+</p>
+<p>For Mac OS X, we used the Project Builder and the Interface Builder, which are part of the Mac OS X Development Tools. The prebuilt package was created with PackageMaker, which is also part of Mac OS X. The project files needed to recompile Cluster 3.0 are included in the source code. From the command prompt, Cluster 3.0 can be recompiled by running <code>make</code> from the <code>mac</code> subdirectory; this produces a universal binary for PowerPC and Intel processors.
+</p>
+<p>For Cluster 3.0 on Linux/Unix, we used the Motif libraries that are installed on most Linux/Unix computers. The include files are typically located in <code>/usr/X11R6/include/Xm</code>. You will need a version of Motif that is compliant with Motif 2.1, such as Open Motif (<a href="http://www.opengroup.org">http://www.opengroup.org</a>), which is available at <a href="http://www.motifzone.net">http://www.motifzone.net</a>.
+</p>
+<p>To improve the portability of the code, we made use of GNU’s automake and autoconf. The corresponding <code>Makefile.am</code> and <code>configure.ac</code> files are included in the source code distribution.
+</p>
+<hr>
+<div class="header">
+<p>
+Next: <a href="Bibliography.html#Bibliography" accesskey="n" rel="next">Bibliography</a>, Previous: <a href="TreeView.html#TreeView" accesskey="p" rel="prev">TreeView</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
+</div>
 
-   <p>For Mac OS X, we used the Project Builder and the Interface Builder, which are part of the Mac OS X Development Tools. The prebuilt package was created with PackageMaker, which is also part of Mac OS X. The project files needed to recompile Cluster 3.0 are included in the source code. From the command prompt, Cluster 3.0 can be recompiled by running <code>make</code> from the <code>mac</code> subdirectory; this produces a universal binary for PowerPC and Intel processors.
-
-   <p>For Cluster 3.0 on Linux/Unix, we used the Motif libraries that are installed on most Linux/Unix computers. The include files are typically located in <code>/usr/X11R6/include/Xm</code>. You will need a version of Motif that is compliant with Motif 2.1, such as Open Motif (<a href="http://www.opengroup.org">http://www.opengroup.org</a>), which is available at <a href="http://www.motifzone.net">http://www.motifzone.net</a>.
-
-   <p>To improve the portability of the code, we made use of GNU's automake and autoconf. The corresponding <code>Makefile.am</code> and <code>configure.ac</code> files are included in the source code distribution.
 
-   </body></html>
 
+</body>
+</html>
diff --git a/html/Distance.html b/html/Distance.html
index 6d19126..5d061db 100644
--- a/html/Distance.html
+++ b/html/Distance.html
@@ -1,49 +1,75 @@
-<html lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- Created by GNU Texinfo 6.4, http://www.gnu.org/software/texinfo/ -->
 <head>
-<title>Distance - Cluster 3.0 for Windows, Mac OS X, Linux, Unix</title>
-<meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="Cluster 3.0 for Windows, Mac OS X, Linux, Unix">
-<meta name="generator" content="makeinfo 4.13">
-<link title="Top" rel="start" href="index.html#Top">
-<link rel="prev" href="Data.html#Data" title="Data">
-<link rel="next" href="Cluster.html#Cluster" title="Cluster">
-<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<style type="text/css"><!--
-  pre.display { font-family:inherit }
-  pre.format  { font-family:inherit }
-  pre.smalldisplay { font-family:inherit; font-size:smaller }
-  pre.smallformat  { font-family:inherit; font-size:smaller }
-  pre.smallexample { font-size:smaller }
-  pre.smalllisp    { font-size:smaller }
-  span.sc    { font-variant:small-caps }
-  span.roman { font-family:serif; font-weight:normal; } 
-  span.sansserif { font-family:sans-serif; font-weight:normal; } 
---></style>
+<title>Distance (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)</title>
+
+<meta name="description" content="Distance (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="keywords" content="Distance (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="Contents.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="Cluster.html#Cluster" rel="next" title="Cluster">
+<link href="Data.html#Data" rel="prev" title="Data">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
 </head>
-<body>
-<div class="node">
+
+<body lang="en">
 <a name="Distance"></a>
+<div class="header">
 <p>
-Next: <a rel="next" accesskey="n" href="Cluster.html#Cluster">Cluster</a>,
-Previous: <a rel="previous" accesskey="p" href="Data.html#Data">Data</a>,
-Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a>
-<hr>
+Next: <a href="Cluster.html#Cluster" accesskey="n" rel="next">Cluster</a>, Previous: <a href="Data.html#Data" accesskey="p" rel="prev">Data</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
 </div>
-
+<hr>
+<a name="Distance_002fSimilarity-measures"></a>
 <h2 class="chapter">3 Distance/Similarity measures</h2>
 
 <p>The first choice that must be made is how similarity (or alternatively, distance) between gene expression data is to be defined. There are many
 ways to compute how similar two series of numbers are. Cluster provides eight
 options.
-
+</p>
+<a name="Distance-measures-based-on-the-Pearson-correlation"></a>
 <h3 class="section">3.1 Distance measures based on the Pearson correlation</h3>
 
 <p>The most commonly used similarity metrics are based on Pearson
-correlation. 
+correlation.
 The Pearson correlation coefficient between any two series of numbers
-<i>x</i> = {<i>x</i><SUB>1</SUB>, <i>x</i><SUB>2</SUB>, ..., <i>x<SUB>n</SUB></i>} and
-<i>y</i> = {<i>y</i><SUB>1</SUB>, <i>y</i><SUB>2</SUB>, ..., <i>y<SUB>n</SUB></i>} is defined as
+<i>x</i> = {<i>x</i><SUB>1</SUB>, <i>x</i><SUB>2</SUB>, ..., <i>x<SUB>n</SUB></i>}
+ and
+<i>y</i> = {<i>y</i><SUB>1</SUB>, <i>y</i><SUB>2</SUB>, ..., <i>y<SUB>n</SUB></i>}
+ is defined as
 <DIV ALIGN=center>
 <table cellpadding=0 cellspacing=0>
 <tr>
@@ -80,38 +106,55 @@ The Pearson correlation coefficient between any two series of numbers
 </tr>
 </table>
 </div>
-
-   <p>where
-<span style="text-decoration: overline;"><i>x</i></span> is the average of values in
-<i>x</i> and
-σ<SUB><i>x</i></SUB> is the standard deviation of these values.
-
-   <p>There are many ways of conceptualizing the correlation coefficient. If you were to make
+</p>
+<p>where
+<span style="text-decoration: overline;"><i>x</i></span>
+ is the average of values in
+<i>x</i>
+ and
+σ<SUB><i>x</i></SUB>
+ is the standard deviation of these values.
+</p>
+<p>There are many ways of conceptualizing the correlation coefficient. If you were to make
 a scatterplot of the values of
-<i>x</i> against
-<i>y</i> (pairing
-<i>x</i><SUB>1</SUB> with
-<i>y</i><SUB>1</SUB>, <i>x</i><SUB>2</SUB> with
-<i>y</i><SUB>2</SUB>, etc), then
-<i>r</i> reports how well you can fit a line to the values.
+<i>x</i>
+ against
+<i>y</i>
+ (pairing
+<i>x</i><SUB>1</SUB>
+ with
+<i>y</i><SUB>1</SUB>, <i>x</i><SUB>2</SUB>
+ with
+<i>y</i><SUB>2</SUB>,
+ etc), then
+<i>r</i>
+ reports how well you can fit a line to the values.
+</p>
 
-   <p>The simplest way to think about the correlation coefficient is to plot
-<i>x</i> and
-<i>y</i> as curves, with
-<i>r</i> telling you how similar the shapes of the two curves are. 
+<p>The simplest way to think about the correlation coefficient is to plot
+<i>x</i>
+ and
+<i>y</i>
+ as curves, with
+<i>r</i>
+ telling you how similar the shapes of the two curves are.
 The Pearson correlation coefficient is always between -1 and 1, with 1 meaning that the two
 series are identical, 0 meaning they are completely uncorrelated, and -1 meaning they are
 perfect opposites. The correlation coefficient is invariant under linear transformation of
 the data. That is, if you multiply all the values in
-<i>y</i> by 2, or add 7 to all the values in
-<i>y</i>, the correlation between
-<i>x</i> and
-<i>y</i> will be unchanged. Thus, two curves that have identical shape, but different
+<i>y</i>
+ by 2, or add 7 to all the values in
+<i>y</i>,
+ the correlation between
+<i>x</i>
+ and
+<i>y</i>
+ will be unchanged. Thus, two curves that have identical shape, but different
 magnitude, will still have a correlation of 1.
-
-   <p>Cluster actually uses four different flavors of the Pearson correlation. The textbook
+</p>
+<p>Cluster actually uses four different flavors of the Pearson correlation. The textbook
 Pearson correlation coefficient, given by the formula above, is used if you select
-Correlation (centered) in the Similarity Metric dialog box. 
+Correlation (centered) in the Similarity Metric dialog box.
 Correlation (uncentered) uses the following modified equations:<br>
 <DIV ALIGN=center>
 <table cellpadding=0 cellspacing=0>
@@ -148,7 +191,8 @@ Correlation (uncentered) uses the following modified equations:<br>
 <td><big><big><big><big><big>)</big></big></big></big></big></td>
 </tr>
 </table>
-</div><br>
+</div>
+<br>
 in which<br>
 <DIV ALIGN=center>
 <table cellpadding=0 cellspacing=0>
@@ -193,48 +237,70 @@ in which<br>
 <td><big><big><big><big><big>)</big></big></big></big></big></td>
 </tr>
 </table>
-</div><br>
+</div>
+<br>
 This is basically the same function, except that it assumes the mean is 0, even when it is not. The difference is that, if you have two vectors
-<i>x</i> and
-<i>y</i> with identical shape, but which are offset relative to each other by a fixed value, they will have a standard Pearson correlation (centered correlation) of 1 but will not have an uncentered correlation of 1. 
+<i>x</i>
+ and
+<i>y</i>
+ with identical shape, but which are offset relative to each other by a fixed value, they will have a standard Pearson correlation (centered correlation) of 1 but will not have an uncentered correlation of 1.
 The uncentered correlation is equal to the cosine of the angle of two
-<i>n</i>-dimensional vectors
-<i>x</i> and
-<i>y</i>, each representing a vector in
-<i>n</i>-dimensional space that passes through the origin. 
+<i>n</i>-dimensional
+ vectors
+<i>x</i>
+ and
+<i>y</i>,
+ each representing a vector in
+<i>n</i>-dimensional
+ space that passes through the origin.
 Cluster provides two similarity metrics that are the absolute value of these two correlation functions, which consider two items to be similar if they have opposite expression patterns; the standard correlation coefficients consider opposite genes to be very distant.
-
+</p>
+<a name="Non_002dparametric-distance-measures"></a>
 <h3 class="section">3.2 Non-parametric distance measures</h3>
 
-<p>The Spearman rank correlation and Kendall's
-τ are two additional metrics, which are non-parametric versions of the Pearson correlation coefficient. These methods are more robust against outliers.
-
-   <p>The Spearman rank correlation calculates the correlation between the ranks of the data values in the two vectors. For example, if we have two data vectors<br>
+<p>The Spearman rank correlation and Kendall’s
+<i>τ</i>
+ are two additional metrics, which are non-parametric versions of the Pearson correlation coefficient. These methods are more robust against outliers.
+</p>
+<p>The Spearman rank correlation calculates the correlation between the ranks of the data values in the two vectors. For example, if we have two data vectors<br>
 <DIV align=center>
 <i>x</i> = {2.3, 6.7, 4.5, 20.8};<br>
 <i>y</i> = {2.1, 5.9, 4.4, 4.2},<br>
-</DIV>then we first replace them by their ranks:<br>
+</DIV>
+then we first replace them by their ranks:<br>
 <DIV align=center>
 <i>x</i> = {1, 3, 2, 4};<br>
 <i>y</i> = {1, 4, 3, 2}.<br>
-</DIV>Now we calculate the correlation coefficient in their usual manner from these data vectors, resulting in<br>
+</DIV>
+Now we calculate the correlation coefficient in their usual manner from these data vectors, resulting in<br>
 <DIV align=center>
-<i>r</i><sub>Spearman</sub> = 0.4. 
-</DIV>In comparison, the regular Pearson correlation between these data is
-<i>r</i> = 0.2344. By replacing the data values by their ranks, we reduced the effect of the outlier 20.8 on the value of the correlation coefficient. The Spearman rank correlation can be used as a test statistic for independence between
-<i>x</i> and <i>y</i>. For more information, see Conover (1980).
-
-   <p>Kendall's
-τ goes a step further by using only the relative ordering of
-<i>x</i> and <i>y</i> to calculate the correlation (Snedecor & Cochran). To calculate Kendall's
-τ, consider all pairs of data points
-(<i>x<sub>i</sub></i>, <i>y<sub>i</sub></i>) and (<i>x<sub>j</sub></i>, <i>y<sub>j</sub></i>). We call a pair concordant if
-     <ul>
-<li><i>x<sub>i</sub></i> < <i>x<sub>j</sub></i> and <i>y<sub>i</sub></i> < <i>y<sub>j</sub></i>; or<li><i>x<sub>i</sub></i> > <i>x<sub>j</sub></i> and <i>y<sub>i</sub></i> > <i>y<sub>j</sub></i>,</ul>
-   and discordant if
-     <ul>
-<li><i>x<sub>i</sub></i> < <i>x<sub>j</sub></i> and <i>y<sub>i</sub></i> > <i>y<sub>j</sub></i>; or<li><i>x<sub>i</sub></i> > <i>x<sub>j</sub></i> and <i>y<sub>i</sub></i> < <i>y<sub>j</sub></i>. </ul>
-   We can represent this by a table:
+<i>r</i><sub>Spearman</sub> = 0.4.
+</DIV>
+In comparison, the regular Pearson correlation between these data is
+<i>r</i> = 0.2344.
+By replacing the data values by their ranks, we reduced the effect of the outlier 20.8 on the value of the correlation coefficient. The Spearman rank correlation can be used as a test statistic for independence between
+<i>x</i> and <i>y</i>.
+For more information, see Conover (1980).
+</p>
+<p>Kendall’s
+<i>τ</i>
+ goes a step further by using only the relative ordering of
+<i>x</i> and <i>y</i>
+ to calculate the correlation (Snedecor & Cochran). To calculate Kendall’s
+<i>τ</i>,
+ consider all pairs of data points
+(<i>x<sub>i</sub></i>, <i>y<sub>i</sub></i>) and (<i>x<sub>j</sub></i>, <i>y<sub>j</sub></i>).
+We call a pair concordant if
+</p><ul>
+<li> <i>x<sub>i</sub></i> < <i>x<sub>j</sub></i> and <i>y<sub>i</sub></i> < <i>y<sub>j</sub></i>; or
+</li><li> <i>x<sub>i</sub></i> > <i>x<sub>j</sub></i> and <i>y<sub>i</sub></i> > <i>y<sub>j</sub></i>,
+</li></ul>
+<p>and discordant if
+</p><ul>
+<li> <i>x<sub>i</sub></i> < <i>x<sub>j</sub></i> and <i>y<sub>i</sub></i> > <i>y<sub>j</sub></i>; or
+</li><li> <i>x<sub>i</sub></i> > <i>x<sub>j</sub></i> and <i>y<sub>i</sub></i> < <i>y<sub>j</sub></i>.
+</li></ul>
+<p>We can represent this by a table:
 <DIV ALIGN=center>
 <table cellpadding=10 cellspacing=0 border=1>
 <tr align=center>
@@ -273,12 +339,15 @@ Cluster provides two similarity metrics that are the absolute value of these two
   <td>-</td>
 </tr>
 </table>
-</DIV>From this table, we find that there are four concordant pairs and two discordant pairs:
+</DIV>
+From this table, we find that there are four concordant pairs and two discordant pairs:
 <DIV align=center>
 <i>n</i><sub>c</sub> = 4;<br>
 <i>n</i><sub>d</sub> = 2.<br>
-</DIV>Kendall's
-<i>τ</i> is calculated as<br>
+</DIV>
+Kendall’s
+<i>τ</i>
+ is calculated as<br>
 <DIV ALIGN=center>
 <table cellspacing=0 cellpadding=0>
 <tr>
@@ -304,14 +373,19 @@ Cluster provides two similarity metrics that are the absolute value of these two
   <td>,</td>
 </tr>
 </table>
-</DIV> which in this case evaluates as 0.33. In the C Clustering Library, the calculation of Kendall's
-<i>τ</i> is corrected for the possibility that two ranks are equal. 
-As in case of the Spearman rank correlation, we may use Kendall's
-<i>τ</i> to test for independence between
+</DIV>
+ which in this case evaluates as 0.33. In the C Clustering Library, the calculation of Kendall’s
+<i>τ</i>
+ is corrected for the possibility that two ranks are equal.
+As in case of the Spearman rank correlation, we may use Kendall’s
+<i>τ</i>
+ to test for independence between
 <i>x</i> and <i>y</i>.
-
+</p>
+<a name="Distance-measures-related-to-the-Euclidean-distance"></a>
 <h3 class="section">3.3 Distance measures related to the Euclidean distance</h3>
 
+<a name="Euclidean-distance"></a>
 <h4 class="subsection">3.3.1 Euclidean distance</h4>
 
 <p>A newly added distance function is the Euclidean distance, which is defined as
@@ -336,13 +410,18 @@ As in case of the Spearman rank correlation, we may use Kendall's
 <td><big>)</big><sup>2</sup></td>
 </tr>
 </table>
-</div>The Euclidean distance takes the difference between two gene expression levels directly. It should therefore only be used for expression data that are suitably normalized, for example by converting the measured gene expression levels to log-ratios. In the sum, we only include terms for which both
-<i>x<sub>i</sub></i> and <i>y<sub>i</sub></i> are present, and divide by
-<i>n</i> accordingly.
-
-   <p>Unlike the correlation-based distance measures, the Euclidean distance takes the magnitude of changes in the gene expression levels into account. An example of the Euclidean distance applied to
-<i>k</i>-means clustering can be found in De Hoon, Imoto, and Miyano (2002).
-
+</div>
+The Euclidean distance takes the difference between two gene expression levels directly. It should therefore only be used for expression data that are suitably normalized, for example by converting the measured gene expression levels to log-ratios. In the sum, we only include terms for which both
+<i>x<sub>i</sub></i> and <i>y<sub>i</sub></i>
+ are present, and divide by
+<i>n</i>
+ accordingly.
+</p>
+<p>Unlike the correlation-based distance measures, the Euclidean distance takes the magnitude of changes in the gene expression levels into account. An example of the Euclidean distance applied to 
+<i>k</i>-means
+ clustering can be found in De Hoon, Imoto, and Miyano (2002).
+</p>
+<a name="City_002dblock-distance"></a>
 <h4 class="subsection">3.3.2 City-block distance</h4>
 
 <p>The city-block distance, alternatively known as the Manhattan distance, is related to the Euclidean distance. Whereas the Euclidean distance corresponds to the length of the shortest path between two points, the city-block distance is the sum of distances along each dimension:
@@ -365,30 +444,50 @@ As in case of the Spearman rank correlation, we may use Kendall's
 <td><i>x<sub>i</sub></i> - <i>y<sub>i</sub></i></td>
 <td><big>|</big></td>
 </tr>
-</table></div>This is equal to the distance you would have to walk between two points in a city, where you have to walk along city blocks. The city-block distance is a metric, as it satisfies the triangle inequality. Again we only include terms for which both
-<i>x<sub>i</sub></i> and <i>y<sub>i</sub></i> are present, and divide by
-<i>n</i> accordingly.
-
-   <p>As for the Euclidean distance, the expression data are subtracted directly from each other, and we should therefore make sure that they are properly normalized.
+</table></div>
+This is equal to the distance you would have to walk between two points in a city, where you have to walk along city blocks. The city-block distance is a metric, as it satisfies the triangle inequality. Again we only include terms for which both
+<i>x<sub>i</sub></i> and <i>y<sub>i</sub></i>
+ are present, and divide by
+<i>n</i>
+ accordingly.
+</p>
+<p>As for the Euclidean distance, the expression data are subtracted directly from each other, and we should therefore make sure that they are properly normalized.
+</p>
 
+<a name="Missing-values"></a>
 <h3 class="section">3.4 Missing values</h3>
 
 <p>When either
-<i>x</i> or
-<i>y</i> has missing values, only observations present for both
-<i>x</i> and
-<i>y</i> are used in computing similarities.
-
+<i>x</i>
+ or
+<i>y</i>
+ has missing values, only observations present for both
+<i>x</i>
+ and
+<i>y</i>
+ are used in computing similarities.
+</p>
+<a name="Calculating-the-distance-matrix"></a>
 <h3 class="section">3.5 Calculating the distance matrix</h3>
 
 <p>With any specified metric, the first step in the hierarchical clustering routines described below is to compute the
 distance (the opposite of similarity; for all correlation metrics distance = 1.0 - correlation)
-between all pairs of items to be clustered (e.g. the set of genes in the current dataset). 
+between all pairs of items to be clustered (e.g. the set of genes in the current dataset).
 This can often be time consuming, and, except for pairwise single-linkage clustering,
 memory intensive (the maximum amount of memory required is
-4 x <i>N</i> x <i>N</i> bytes, where
-<i>N</i> is the number of items being clustered). The algorithm for pairwise single-linkage hierarchical clustering is less memory-intensive (linear in
+4 x <i>N</i> x <i>N</i>
+ bytes, where
+<i>N</i>
+ is the number of items being clustered). The algorithm for pairwise single-linkage hierarchical clustering is less memory-intensive (linear in
 <i>N</i>).
+</p>
+<hr>
+<div class="header">
+<p>
+Next: <a href="Cluster.html#Cluster" accesskey="n" rel="next">Cluster</a>, Previous: <a href="Data.html#Data" accesskey="p" rel="prev">Data</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
+</div>
+
 
-   </body></html>
 
+</body>
+</html>
diff --git a/html/Hierarchical.html b/html/Hierarchical.html
index 2a5ec5f..46eb484 100644
--- a/html/Hierarchical.html
+++ b/html/Hierarchical.html
@@ -1,68 +1,93 @@
-<html lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- Created by GNU Texinfo 6.4, http://www.gnu.org/software/texinfo/ -->
 <head>
-<title>Hierarchical - Cluster 3.0 for Windows, Mac OS X, Linux, Unix</title>
-<meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="Cluster 3.0 for Windows, Mac OS X, Linux, Unix">
-<meta name="generator" content="makeinfo 4.13">
-<link title="Top" rel="start" href="index.html#Top">
-<link rel="up" href="Cluster.html#Cluster" title="Cluster">
-<link rel="next" href="KMeans.html#KMeans" title="KMeans">
-<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<style type="text/css"><!--
-  pre.display { font-family:inherit }
-  pre.format  { font-family:inherit }
-  pre.smalldisplay { font-family:inherit; font-size:smaller }
-  pre.smallformat  { font-family:inherit; font-size:smaller }
-  pre.smallexample { font-size:smaller }
-  pre.smalllisp    { font-size:smaller }
-  span.sc    { font-variant:small-caps }
-  span.roman { font-family:serif; font-weight:normal; } 
-  span.sansserif { font-family:sans-serif; font-weight:normal; } 
---></style>
+<title>Hierarchical (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)</title>
+
+<meta name="description" content="Hierarchical (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="keywords" content="Hierarchical (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="Contents.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Cluster.html#Cluster" rel="up" title="Cluster">
+<link href="KMeans.html#KMeans" rel="next" title="KMeans">
+<link href="Cluster.html#Cluster" rel="prev" title="Cluster">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
 </head>
-<body>
-<div class="node">
+
+<body lang="en">
 <a name="Hierarchical"></a>
+<div class="header">
 <p>
-Next: <a rel="next" accesskey="n" href="KMeans.html#KMeans">KMeans</a>,
-Up: <a rel="up" accesskey="u" href="Cluster.html#Cluster">Cluster</a>
-<hr>
+Next: <a href="KMeans.html#KMeans" accesskey="n" rel="next">KMeans</a>, Up: <a href="Cluster.html#Cluster" accesskey="u" rel="up">Cluster</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
 </div>
-
+<hr>
+<a name="Hierarchical-Clustering"></a>
 <h3 class="section">4.1 Hierarchical Clustering</h3>
 
-<div class="block-image"><img src="images/hierarchical.png" alt="images/hierarchical.png"></div>
+<img src="images/hierarchical.png" alt="images/hierarchical">
 
-   <p>The <dfn>Hierarchical Clustering</dfn> tab allows you to perform hierarchical clustering on your
+<p>The <em>Hierarchical Clustering</em> tab allows you to perform hierarchical clustering on your
 data. This is a powerful and useful method for analyzing all sorts of large
 genomic datasets. Many published applications of this analysis are given in the references
 section at the end.
-
-   <p>Cluster currently performs four types of binary, agglomerative, hierarchical clustering. 
+</p>
+<p>Cluster currently performs four types of binary, agglomerative, hierarchical clustering.
 The basic idea is to assemble a set of items (genes or arrays) into a tree, where items are
 joined by very short branches if they are very similar to each other, and by increasingly
 longer branches as their similarity decreases.
-
-   <p>The first step in hierarchical clustering is to calculate the distance matrix between the gene expression data. Once this matrix of distances is computed, the clustering begins. 
+</p>
+<p>The first step in hierarchical clustering is to calculate the distance matrix between the gene expression data. Once this matrix of distances is computed, the clustering begins.
 Agglomerative hierarchical processing consists of repeated cycles where
 the two closest remaining items (those with the smallest distance) are joined by a
 node/branch of a tree, with the length of the branch set to the distance between the joined
 items. The two joined items are removed from list of items being processed and replaced by a
 item that represents the new branch. The distances between this new item and all other
 remaining items are computed, and the process is repeated until only one item remains.
-
-   <p>Note that once clustering commences, we are working with items that are true items (e.g. 
+</p>
+<p>Note that once clustering commences, we are working with items that are true items (e.g.
 a single gene) and items that are pseudo-items that contain a number of true items. There
 are a variety of ways to compute distances when we are dealing with pseudo-items, and
-Cluster currently provides four choices, which are called centroid linkage, single linkage, complete linkage, and average linkage. 
+Cluster currently provides four choices, which are called centroid linkage, single linkage, complete linkage, and average linkage.
 <strong>Note that in older versions of Cluster, centroid linkage was referred to as average linkage.</strong>
-
+</p>
+<a name="Centroid-Linkage-Clustering"></a>
 <h4 class="subsection">4.1.1 Centroid Linkage Clustering</h4>
 
 <p>If you click Centroid Linkage Clustering, a vector is assigned to each pseudo-item, and this vector is used to compute the distances between this pseudo-item and all remaining items or pseudo-items using the same similarity metric as was used to calculate the initial similarity matrix. The vector is the average of the vectors of all actual items (e.g. genes) contained within the pseudo-item. Thus, when a new branch of the tree is formed joining together a branch with 5 items and an ac [...]
-
-   <p>Note that from a theoretical perspective, Centroid Linkage Clustering is peculiar if it is used in combination with one of the distance measures that are based on the Pearson correlation. For these distance measures, the data vectors are implicitly normalized when calculating the distance (for example, by subtracting the mean and dividing by the standard deviation when calculating the Pearson correlation. However, when two genes are joined and their centroid is calculated by averag [...]
+</p>
+<p>Note that from a theoretical perspective, Centroid Linkage Clustering is peculiar if it is used in combination with one of the distance measures that are based on the Pearson correlation. For these distance measures, the data vectors are implicitly normalized when calculating the distance (for example, by subtracting the mean and dividing by the standard deviation when calculating the Pearson correlation. However, when two genes are joined and their centroid is calculated by averaging [...]
 <DIV ALIGN=center>
 <table cellpadding=5 cellspacing=0 border=1>
   <th>
@@ -100,52 +125,71 @@ Cluster currently provides four choices, which are called centroid linkage, sing
     <td>0.51</td>
   </tr>
 </table>
-</DIV>Performing pairwise centroid-linkage hierarchical clustering on this data set, using the Pearson distance as the distance measure, produces the clustering result
-     <ul>
-<li>Gene 1 joins Gene 2 at distance 0.47
-<li>(Gene 1, Gene 2) joins Gene 4 at distance 0.46
-<li>(Gene 1, Gene 2, Gene 4) joins Gene 3 at distance 1.62
-</ul>
-   This may result in ill-formed dendrograms. For an example, see the Java TreeView manual. A solution is to use the Euclidean or the city-block distance, or to use one of the other hierarchical clustering routines, which don't suffer from this issue regardless of the distance measure being used.
-
+</DIV>
+Performing pairwise centroid-linkage hierarchical clustering on this data set, using the Pearson distance as the distance measure, produces the clustering result
+</p><ul>
+<li> Gene 1 joins Gene 2 at distance 0.47
+</li><li> (Gene 1, Gene 2) joins Gene 4 at distance 0.46
+</li><li> (Gene 1, Gene 2, Gene 4) joins Gene 3 at distance 1.62
+</li></ul>
+<p>This may result in ill-formed dendrograms. For an example, see the Java TreeView manual. A solution is to use the Euclidean or the city-block distance, or to use one of the other hierarchical clustering routines, which don’t suffer from this issue regardless of the distance measure being used.
+</p>
+<a name="Single-Linkage-Clustering"></a>
 <h4 class="subsection">4.1.2 Single Linkage Clustering</h4>
 
 <p>In Single Linkage Clustering the distance between two items
-<i>x</i> and
-<i>y</i> is the minimum of all pairwise distances between items contained in
-<i>x</i> and
-<i>y</i>. Unlike centroid linkage clustering, in single linkage clustering no further distances need to be calculated once the distance matrix is known.
-
-   <p>In Cluster 3.0, as of version 1.29 the implementation of single linkage clustering is based on the SLINK algorithm (see Sibson, 1973). Whereas this algorithm yields the exact same clustering result as conventional single-linkage hierarchical clustering, it is much faster and more memory-efficient (being linear in the memory requirements, compared to quadratic for the conventional algorithm). Hence, single-linkage hierarchical clustering can be used to cluster large gene expression  [...]
-
+<i>x</i>
+ and
+<i>y</i>
+ is the minimum of all pairwise distances between items contained in
+<i>x</i>
+ and
+<i>y</i>.
+Unlike centroid linkage clustering, in single linkage clustering no further distances need to be calculated once the distance matrix is known.
+</p>
+<p>In Cluster 3.0, as of version 1.29 the implementation of single linkage clustering is based on the SLINK algorithm (see Sibson, 1973). Whereas this algorithm yields the exact same clustering result as conventional single-linkage hierarchical clustering, it is much faster and more memory-efficient (being linear in the memory requirements, compared to quadratic for the conventional algorithm). Hence, single-linkage hierarchical clustering can be used to cluster large gene expression dat [...]
+</p>
+<a name="Complete-Linkage-Clustering"></a>
 <h4 class="subsection">4.1.3 Complete Linkage Clustering</h4>
 
 <p>In Complete Linkage Clustering the distance between two items
-<i>x</i> and
-<i>y</i> is the maximum of all pairwise distances between items contained in
-<i>x</i> and
-<i>y</i>. As in single linkage clustering, no other distances need to be calculated once the distance matrix is known.
-
+<i>x</i>
+ and
+<i>y</i>
+ is the maximum of all pairwise distances between items contained in
+<i>x</i>
+ and
+<i>y</i>.
+As in single linkage clustering, no other distances need to be calculated once the distance matrix is known.
+</p>
+<a name="Average-Linkage-Clustering"></a>
 <h4 class="subsection">4.1.4 Average Linkage Clustering</h4>
 
 <p>In average linkage clustering, the distance between two items
-<i>x</i> and
-<i>y</i> is the mean of all pairwise distances between items contained in
-<i>x</i> and
+<i>x</i>
+ and
+<i>y</i>
+ is the mean of all pairwise distances between items contained in
+<i>x</i>
+ and
 <i>y</i>.
-
+</p>
+<a name="Weighting"></a>
 <h4 class="subsection">4.1.5 Weighting</h4>
 
 <p>Weighting: By default, all of the observations for a given item are treated equally. In
 some cases you may want to give some observations more weight than others. For
 example, if you have duplicate copies of a gene on your array, you might want to
 downweight each individual copy when computing distances between arrays. You can
-specify weights using the ‘<samp><span class="samp">GWEIGHT</span></samp>’ (gene weight) and ‘<samp><span class="samp">EWEIGHT</span></samp>’ (experiment weight)
+specify weights using the ‘<samp>GWEIGHT</samp>’ (gene weight) and ‘<samp>EWEIGHT</samp>’ (experiment weight)
 parameters in the input file. By default all weights are set to 1.0. Thus, the actual formula,
 with weights included, for the Pearson correlation of
-<i>x</i> = {<i>x</i><SUB>1</SUB>, <i>x</i><SUB>2</SUB>, ..., <i>x<SUB>n</SUB></i>}and
-<i>y</i> = {<i>y</i><SUB>1</SUB>, <i>y</i><SUB>2</SUB>, ..., <i>y<SUB>n</SUB></i>} with observation weights of
-<i>w</i> = {<i>w</i><SUB>1</SUB>, <i>w</i><SUB>2</SUB>, ..., <i>w<SUB>n</SUB></i>} is
+<i>x</i> = {<i>x</i><SUB>1</SUB>, <i>x</i><SUB>2</SUB>, ..., <i>x<SUB>n</SUB></i>}
+and
+<i>y</i> = {<i>y</i><SUB>1</SUB>, <i>y</i><SUB>2</SUB>, ..., <i>y<SUB>n</SUB></i>}
+ with observation weights of
+<i>w</i> = {<i>w</i><SUB>1</SUB>, <i>w</i><SUB>2</SUB>, ..., <i>w<SUB>n</SUB></i>}
+ is
 <DIV ALIGN=center><TABLE CELLSPACING=0 CELLPADDING=0>
 <TR VALIGN=middle><TD NOWRAP><I>r</I> = </TD>
 <TD NOWRAP><TABLE CELLSPACING=0 CELLPADDING=0>
@@ -205,20 +249,23 @@ with weights included, for the Pearson correlation of
     </TR>
   </TABLE></TD>
 </TR></TABLE></TD>
-</TR></TABLE></DIV>Note that when you are clustering rows (genes), you are using column (array) weights. 
-It is possible to compute weights as well based on a not entirely well understood function. 
+</TR></TABLE></DIV>
+Note that when you are clustering rows (genes), you are using column (array) weights.
+It is possible to compute weights as well based on a not entirely well understood function.
 If you want to compute weights for clustering genes, select the check box in the Genes panel of the Hierarchical Clustering tab. <br>
+</p>
+<img src="images/weight.png" alt="images/weight">
 
-   <div class="block-image"><img src="images/weight.png" alt="images/weight.png"></div>
-
-   <p>This will expose a Weight Options dialog box in the Arrays panel (I realize this
-placement is a bit counterintuitive, but it makes sense as you will see below). 
+<p>This will expose a Weight Options dialog box in the Arrays panel (I realize this
+placement is a bit counterintuitive, but it makes sense as you will see below).
 The idea behind the Calculate Weights option is to weight each row (the same idea
 applies to columns as well) based on the local density of row vectors in its vicinity, with a
 high density vicinity resulting in a low weight and a low density vicinity resulting in a
 higher weight. This is implemented by assigning a local density score
-<i>L</i>(<i>i</i>) to each row
-<i>i</i>. <br>
+<i>L</i>(<i>i</i>)
+ to each row
+<i>i</i>.
+<br>
 <DIV ALIGN=center>
 <table cellpadding=0 cellspacing=0>
 <tr>
@@ -239,78 +286,103 @@ higher weight. This is implemented by assigning a local density score
 <td><big><big><big>)</big></big></big></td>
 <td align="center"><small><i>n</i><br><br><br></small></td>
 </tr>
-</table></div> where the cutoff
-<i>k</i> and the exponent
-<i>n</i> are user supplied parameters. The weight for each row is
-1/<i>L</i>. Note that
-<i>L</i>(<i>i</i>) is always at least 1, since
-<i>d</i>(<i>i</i>,<i>i</i>) = 0. Each other row that is within the distance
-<i>k</i> of row
-<i>i</i> increases
-<i>L</i>(<i>i</i>) and decreases the weight. The larger
-<i>d</i>(<i>i</i>,<i>j</i>), the less
-<i>L</i>(<i>i</i>) is increased. Values of
-<i>n</i> greater than 1 mean that the contribution to
-<i>L</i>(<i>i</i>) drops off rapidly as
-<i>d</i>(<i>i</i>,<i>j</i>) increases.
-
+</table></div>
+ where the cutoff
+<i>k</i>
+ and the exponent
+<i>n</i>
+ are user supplied parameters. The weight for each row is
+1/<i>L</i>.
+Note that
+<i>L</i>(<i>i</i>)
+ is always at least 1, since
+<i>d</i>(<i>i</i>,<i>i</i>) = 0.
+Each other row that is within the distance
+<i>k</i>
+ of row
+<i>i</i>
+ increases
+<i>L</i>(<i>i</i>)
+ and decreases the weight. The larger
+<i>d</i>(<i>i</i>,<i>j</i>),
+ the less
+<i>L</i>(<i>i</i>)
+ is increased. Values of
+<i>n</i>
+ greater than 1 mean that the contribution to
+<i>L</i>(<i>i</i>)
+ drops off rapidly as
+<i>d</i>(<i>i</i>,<i>j</i>)
+ increases.
+</p>
+<a name="Ordering-of-Output-File"></a>
 <h4 class="subsection">4.1.6 Ordering of Output File</h4>
-
-<p>The result of a clustering run is a tree or pair of trees (one for genes one for arrays). 
+<p>The result of a clustering run is a tree or pair of trees (one for genes one for arrays).
 However, to visualize the results in TreeView, it is necessary to use this tree to reorder the
 rows and/or columns in the initial datatable. Note that if you simply draw all of the node
 in the tree in the following manner, a natural ordering of items emerges:
 <br>
-<img src="images/order.png" alt="images/order.png">
-
-   <p>Thus, any tree can be used to generate an ordering. However, the ordering for any given
+<img src="images/order.png" alt="images/order">
+</p>
+<p>Thus, any tree can be used to generate an ordering. However, the ordering for any given
 tree is not unique. There is a family of
-2<SUP><i>N</i>-1</SUP>ordering consistent with any tree of
-<i>N</i>items;
+2<SUP><i>N</i>-1</SUP>
+ordering consistent with any tree of
+<i>N</i>
+items;
 you can flip any node on the tree (exchange the bottom and top branches) and you will
 get a new ordering that is equally consistent with the tree. By default, when Cluster joins
 two items, it randomly places one item on the top branch and the other on the bottom
 branch. It is possible to guide this process to generate the best ordering consistent with
-a given tree. This is done by using the ‘<samp><span class="samp">GORDER</span></samp>’ (gene order) and ‘<samp><span class="samp">EORDER</span></samp>’ (experiment
+a given tree. This is done by using the ‘<samp>GORDER</samp>’ (gene order) and ‘<samp>EORDER</samp>’ (experiment
 order) parameters in the input file, or by running a self-organizing map (see section
 below) prior to clustering. By default, Cluster sets the order parameter for each
 row/column to 1. When a new node is created, Cluster compares the order parameters of
-the two joined items, and places the item with the smaller order value on the top branch. 
-The order parameter for a node is the average of the order parameters of its members. 
+the two joined items, and places the item with the smaller order value on the top branch.
+The order parameter for a node is the average of the order parameters of its members.
 Thus, if you want the gene order produced by Cluster to be as close as possible (without
-violating the structure of the tree) to the order in your input file, you use the ‘<samp><span class="samp">GORDER</span></samp>’
+violating the structure of the tree) to the order in your input file, you use the ‘<samp>GORDER</samp>’
 column, and assign a value that increases for each row. Note that order parameters do not
 have to be unique.
-
+</p>
+<a name="Output-Files"></a>
 <h4 class="subsection">4.1.7 Output Files</h4>
-
 <p>Cluster writes up to three output files for each hierarchical clustering run. The root
 filename of each file is whatever text you enter into the Job Name dialog box. When you
 load a file, Job Name is set to the root filename of the input file. The three output files are
-<samp><var>JobName</var><span class="file">.cdt</span></samp>, <samp><var>JobName</var><span class="file">.gtr</span></samp>, <samp><var>JobName</var><span class="file">.atr</span></samp>
-The <samp><span class="file">.cdt</span></samp> (for clustered data table) file contains the original data with the rows and
+<samp><var>JobName</var>.cdt</samp>, <samp><var>JobName</var>.gtr</samp>, <samp><var>JobName</var>.atr</samp>
+The <samp>.cdt</samp> (for clustered data table) file contains the original data with the rows and
 columns reordered based on the clustering result. It is the same format as the input files,
 except that an additional column and/or row is added if clustering is performed on genes
 and/or arrays. This additional column/row contains a unique identifier for each
-row/column that is linked to the description of the tree structure in the <samp><span class="file">.gtr</span></samp> and <samp><span class="file">.atr</span></samp> files. 
-The <samp><span class="file">.gtr</span></samp> (gene tree) and <samp><span class="file">.atr</span></samp> (array tree) files are tab-delimited text files that report on the
+row/column that is linked to the description of the tree structure in the <samp>.gtr</samp> and <samp>.atr</samp> files.
+The <samp>.gtr</samp> (gene tree) and <samp>.atr</samp> (array tree) files are tab-delimited text files that report on the
 history of node joining in the gene or array clustering (note that these files are produced
 only when clustering is performed on the corresponding axis). When clustering begins
-each item to be clustered is assigned a unique identifier (e.g. ‘<samp><span class="samp">GENE1X</span></samp>’ or ‘<samp><span class="samp">ARRY42X</span></samp>’ — the
-‘<samp><span class="samp">X</span></samp>’ is a relic from the days when this was written in Perl and substring searches were
+each item to be clustered is assigned a unique identifier (e.g. ‘<samp>GENE1X</samp>’ or ‘<samp>ARRY42X</samp>’ — the
+‘<samp>X</samp>’ is a relic from the days when this was written in Perl and substring searches were
 used). These identifiers are added to the .cdt file. As each node is generated, it receives a
-unique identifier as well, starting is ‘<samp><span class="samp">NODE1X</span></samp>’, ‘<samp><span class="samp">NODE2X</span></samp>’, etc. Each joining event is
-stored in the <samp><span class="file">.gtr</span></samp> or <samp><span class="file">.atr</span></samp> file as a row with the node identifier, the identifiers of the two
+unique identifier as well, starting is ‘<samp>NODE1X</samp>’, ‘<samp>NODE2X</samp>’, etc. Each joining event is
+stored in the <samp>.gtr</samp> or <samp>.atr</samp> file as a row with the node identifier, the identifiers of the two
 joined elements, and the similarity score for the two joined elements. These files look like:<br>
-<img src="images/tree.png" alt="images/tree.png">
-   <p><table summary=""><tr align="left"><td valign="top"><code>NODE1X</code> </td><td valign="top"><code>GENE1X</code> </td><td valign="top"><code>GENE4X</code> </td><td valign="top"><code>0.98</code>
-<br></td></tr><tr align="left"><td valign="top"><code>NODE2X</code> </td><td valign="top"><code>GENE5X</code> </td><td valign="top"><code>GENE2X</code> </td><td valign="top"><code>0.80</code>
-<br></td></tr><tr align="left"><td valign="top"><code>NODE3X</code> </td><td valign="top"><code>NODE1X</code> </td><td valign="top"><code>GENE3X</code> </td><td valign="top"><code>0.72</code>
-<br></td></tr><tr align="left"><td valign="top"><code>NODE4X</code> </td><td valign="top"><code>NODE2X</code> </td><td valign="top"><code>NODE3X</code> </td><td valign="top"><code>0.60</code>
-   <br></td></tr></table>
+<img src="images/tree.png" alt="images/tree">
+</p><table>
+<tr><td><code>NODE1X</code></td><td><code>GENE1X</code></td><td><code>GENE4X</code></td><td><code>0.98</code></td></tr>
+<tr><td><code>NODE2X</code></td><td><code>GENE5X</code></td><td><code>GENE2X</code></td><td><code>0.80</code></td></tr>
+<tr><td><code>NODE3X</code></td><td><code>NODE1X</code></td><td><code>GENE3X</code></td><td><code>0.72</code></td></tr>
+<tr><td><code>NODE4X</code></td><td><code>NODE2X</code></td><td><code>NODE3X</code></td><td><code>0.60</code></td></tr>
+</table>
 <br>
-The <samp><span class="file">.gtr</span></samp> and/or <samp><span class="file">.atr</span></samp> files are automatically read in TreeView when you open the
-corresponding <samp><span class="file">.cdt</span></samp> file.
+<p>The <samp>.gtr</samp> and/or <samp>.atr</samp> files are automatically read in TreeView when you open the
+corresponding <samp>.cdt</samp> file.
+</p>
+<hr>
+<div class="header">
+<p>
+Next: <a href="KMeans.html#KMeans" accesskey="n" rel="next">KMeans</a>, Up: <a href="Cluster.html#Cluster" accesskey="u" rel="up">Cluster</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
+</div>
+
 
-   </body></html>
 
+</body>
+</html>
diff --git a/html/Introduction.html b/html/Introduction.html
index 8d3856b..048a156 100644
--- a/html/Introduction.html
+++ b/html/Introduction.html
@@ -1,36 +1,59 @@
-<html lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- Created by GNU Texinfo 6.4, http://www.gnu.org/software/texinfo/ -->
 <head>
-<title>Introduction - Cluster 3.0 for Windows, Mac OS X, Linux, Unix</title>
-<meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="Cluster 3.0 for Windows, Mac OS X, Linux, Unix">
-<meta name="generator" content="makeinfo 4.13">
-<link title="Top" rel="start" href="index.html#Top">
-<link rel="prev" href="Contents.html#Contents" title="Contents">
-<link rel="next" href="Data.html#Data" title="Data">
-<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<style type="text/css"><!--
-  pre.display { font-family:inherit }
-  pre.format  { font-family:inherit }
-  pre.smalldisplay { font-family:inherit; font-size:smaller }
-  pre.smallformat  { font-family:inherit; font-size:smaller }
-  pre.smallexample { font-size:smaller }
-  pre.smalllisp    { font-size:smaller }
-  span.sc    { font-variant:small-caps }
-  span.roman { font-family:serif; font-weight:normal; } 
-  span.sansserif { font-family:sans-serif; font-weight:normal; } 
---></style>
+<title>Introduction (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)</title>
+
+<meta name="description" content="Introduction (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="keywords" content="Introduction (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="Contents.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="Data.html#Data" rel="next" title="Data">
+<link href="Contents.html#Contents" rel="prev" title="Contents">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
 </head>
-<body>
-<div class="node">
+
+<body lang="en">
 <a name="Introduction"></a>
+<div class="header">
 <p>
-Next: <a rel="next" accesskey="n" href="Data.html#Data">Data</a>,
-Previous: <a rel="previous" accesskey="p" href="Contents.html#Contents">Contents</a>,
-Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a>
-<hr>
+Next: <a href="Data.html#Data" accesskey="n" rel="next">Data</a>, Previous: <a href="Contents.html#Contents" accesskey="p" rel="prev">Contents</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
 </div>
-
+<hr>
+<a name="Introduction-1"></a>
 <h2 class="chapter">1 Introduction</h2>
 
 <p>Cluster and TreeView are programs that provide a computational and graphical
@@ -38,14 +61,17 @@ environment for analyzing data from DNA microarray experiments, or other genomic
 datasets. The program Cluster can organize and analyze the data in a number of
 different ways. TreeView allows the organized data to
 be visualized and browsed.
-
-   <p>This manual is intended as a reference for using the software, and not as a
+</p>
+<p>This manual is intended as a reference for using the software, and not as a
 comprehensive introduction to the methods employed. Many of the methods are
 drawn from standard statistical cluster analysis. There are excellent textbooks
-available on cluster analysis which are listed in the bibliography at the end. 
+available on cluster analysis which are listed in the bibliography at the end.
 The bibliography also contains citations for recent publications in the
 biological sciences, especially genomics, that employ
 methods similar to those used here.
+</p>
+
 
-   </body></html>
 
+</body>
+</html>
diff --git a/html/KMeans.html b/html/KMeans.html
index c787241..08a4c8d 100644
--- a/html/KMeans.html
+++ b/html/KMeans.html
@@ -1,81 +1,130 @@
-<html lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- Created by GNU Texinfo 6.4, http://www.gnu.org/software/texinfo/ -->
 <head>
-<title>KMeans - Cluster 3.0 for Windows, Mac OS X, Linux, Unix</title>
-<meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="Cluster 3.0 for Windows, Mac OS X, Linux, Unix">
-<meta name="generator" content="makeinfo 4.13">
-<link title="Top" rel="start" href="index.html#Top">
-<link rel="up" href="Cluster.html#Cluster" title="Cluster">
-<link rel="prev" href="Hierarchical.html#Hierarchical" title="Hierarchical">
-<link rel="next" href="SOM.html#SOM" title="SOM">
-<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<style type="text/css"><!--
-  pre.display { font-family:inherit }
-  pre.format  { font-family:inherit }
-  pre.smalldisplay { font-family:inherit; font-size:smaller }
-  pre.smallformat  { font-family:inherit; font-size:smaller }
-  pre.smallexample { font-size:smaller }
-  pre.smalllisp    { font-size:smaller }
-  span.sc    { font-variant:small-caps }
-  span.roman { font-family:serif; font-weight:normal; } 
-  span.sansserif { font-family:sans-serif; font-weight:normal; } 
---></style>
+<title>KMeans (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)</title>
+
+<meta name="description" content="KMeans (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="keywords" content="KMeans (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="Contents.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Cluster.html#Cluster" rel="up" title="Cluster">
+<link href="SOM.html#SOM" rel="next" title="SOM">
+<link href="Hierarchical.html#Hierarchical" rel="prev" title="Hierarchical">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
 </head>
-<body>
-<div class="node">
+
+<body lang="en">
 <a name="KMeans"></a>
+<div class="header">
 <p>
-Next: <a rel="next" accesskey="n" href="SOM.html#SOM">SOM</a>,
-Previous: <a rel="previous" accesskey="p" href="Hierarchical.html#Hierarchical">Hierarchical</a>,
-Up: <a rel="up" accesskey="u" href="Cluster.html#Cluster">Cluster</a>
-<hr>
+Next: <a href="SOM.html#SOM" accesskey="n" rel="next">SOM</a>, Previous: <a href="Hierarchical.html#Hierarchical" accesskey="p" rel="prev">Hierarchical</a>, Up: <a href="Cluster.html#Cluster" accesskey="u" rel="up">Cluster</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
 </div>
+<hr>
 
-<h3 class="section">4.2 The <i>k</i>-means Clustering Algorithm</h3>
-
-   <div class="block-image"><img src="images/kmeans.png" alt="images/kmeans.png"></div>
-
-   <p>The
-<i>k</i>-means clustering algorithm is a simple, but popular, form of cluster analysis. The basic idea is that you start with a collection of items (e.g. genes) and some chosen number of clusters
-(<i>k</i>) you want to find. The items are initially randomly assigned to a cluster. The
-<i>k</i>-means clustering proceeds by repeated application of a two-step process where
-     <ol type=1 start=1>
-<li>the mean vector for all items in each cluster is computed;
-<li>items are reassigned to the cluster whose center is closest to the item.
-        </ol>
-
-   <p>Since the initial cluster assignment is random, different runs of the
-<i>k</i>-means clustering algorithm may not give the same final clustering solution. To deal with this, the
-<i>k</i>-means clustering algorithms is repeated many times, each time starting from a different initial clustering. The sum of distances within the clusters is used to compare different clustering solutions. The clustering solution with the smallest sum of within-cluster distances is saved.
+<a name="The-k_002dmeans-Clustering-Algorithm"></a>
+<h3 class="section">4.2 The <em>k</em>-means Clustering Algorithm</h3>
 
-   <p>The number of runs that should be done depends on how difficult it is to find the optimal solution, which in turn depends on the number of genes involved. Cluster therefore shows in the status bar how many times the optimal solution has been found. If this number is one, there may be a clustering solution with an even lower sum of within-cluster distances. The
-<i>k</i>-means clustering algorithm should then be repeated with more trials. If the optimal solution is found many times, the solution that has been found is likely to have the lowest possible within-cluster sum of distances. We can then assume that the
-<i>k</i>-means clustering procedure has then found the overall optimal clustering solution.
+<img src="images/kmeans.png" alt="images/kmeans">
 
-   <p>It should be noted that generally, the
-<i>k</i>-means clustering algorithm finds a clustering solution with a smaller within-cluster sum of distances than the hierarchical clustering techniques.
+<p>The
+<i>k</i>-means
+ clustering algorithm is a simple, but popular, form of cluster analysis. The basic idea is that you start with a collection of items (e.g. genes) and some chosen number of clusters
+(<i>k</i>)
+ you want to find. The items are initially randomly assigned to a cluster. The
+<i>k</i>-means
+ clustering proceeds by repeated application of a two-step process where
+</p><ol>
+<li> the mean vector for all items in each cluster is computed;
+</li><li> items are reassigned to the cluster whose center is closest to the item.
+</li></ol>
 
-   <p>The parameters that control
-<i>k</i>-means clustering are
-     <ul>
-<li>the number of clusters
-(<i>k</i>);<li>the number of trials. 
-</ul>
+<p>Since the initial cluster assignment is random, different runs of the
+<i>k</i>-means
+ clustering algorithm may not give the same final clustering solution. To deal with this, the 
+<i>k</i>-means
+ clustering algorithms is repeated many times, each time starting from a different initial clustering. The sum of distances within the clusters is used to compare different clustering solutions. The clustering solution with the smallest sum of within-cluster distances is saved.
+</p>
+<p>The number of runs that should be done depends on how difficult it is to find the optimal solution, which in turn depends on the number of genes involved. Cluster therefore shows in the status bar how many times the optimal solution has been found. If this number is one, there may be a clustering solution with an even lower sum of within-cluster distances. The
+<i>k</i>-means
+ clustering algorithm should then be repeated with more trials. If the optimal solution is found many times, the solution that has been found is likely to have the lowest possible within-cluster sum of distances. We can then assume that the
+<i>k</i>-means
+ clustering procedure has then found the overall optimal clustering solution.
+</p>
+<p>It should be noted that generally, the
+<i>k</i>-means
+ clustering algorithm finds a clustering solution with a smaller within-cluster sum of distances than the hierarchical clustering techniques. 
+</p>
+<p>The parameters that control
+<i>k</i>-means
+ clustering are
+</p><ul>
+<li> the number of clusters
+(<i>k</i>);
+</li><li> the number of trials.
+</li></ul>
 
-   <p>The output is simply an assignment of items to a cluster. The implementation here simply rearranges the rows and/or columns based on which cluster they were assigned to. 
-The output data file is <samp><var>JobName</var><span class="file">_K_GKg_AKa.cdt</span></samp>, where <samp><span class="file">_GKg</span></samp> is included if genes were organized, and <samp><span class="file">_AKa</span></samp> is included if arrays were organized. Here, <samp><span class="file">Kg</span></samp> and <samp><span class="file">Ka</span></samp> represent the number of clusters for gene clustering and array clustering, respectively. This file contains the gene expression  [...]
 
-   <p>Whereas
-<i>k</i>-means clustering as implemented in Cluster 3.0 allows any of the eight distance measures to be used, we recommend using the Euclidean distance or city-block distance instead of the distance measures based on the Pearson correlation, for the same reason as in case of pairwise centroid-linkage hierarchical clustering. The distance measures based on the Pearson correlation effectively normalize the data vectors when calculating the distance, whereas no normalization is used when ca [...]
-<i>k</i>-means clustering with a distance measure based on the Pearson correlation, it is better to first normalize the data appropriately (using the "Adjust Data" tab) before running the
-<i>k</i>-means algorithm.
+<p>The output is simply an assignment of items to a cluster. The implementation here simply rearranges the rows and/or columns based on which cluster they were assigned to.
+The output data file is <samp><var>JobName</var>_K_GKg_AKa.cdt</samp>, where <samp>_GKg</samp> is included if genes were organized, and <samp>_AKa</samp> is included if arrays were organized. Here, <samp>Kg</samp> and <samp>Ka</samp> represent the number of clusters for gene clustering and array clustering, respectively. This file contains the gene expression data, organized by cluster by rearranging the rows and columns. In addition, the files <samp><var>JobName</var>_K_GKg.kgg</samp> a [...]
+</p>
+<p>Whereas 
+<i>k</i>-means
+ clustering as implemented in Cluster 3.0 allows any of the eight distance measures to be used, we recommend using the Euclidean distance or city-block distance instead of the distance measures based on the Pearson correlation, for the same reason as in case of pairwise centroid-linkage hierarchical clustering. The distance measures based on the Pearson correlation effectively normalize the data vectors when calculating the distance, whereas no normalization is used when calculating the  [...]
+<i>k</i>-means
+ clustering with a distance measure based on the Pearson correlation, it is better to first normalize the data appropriately (using the "Adjust Data" tab) before running the
+<i>k</i>-means
+ algorithm.
+</p>
+<p>Cluster also implements a slight variation on
+<i>k</i>-means
+ clustering, known as
+<i>k</i>-medians
+ clustering, in which the median instead of the mean of items in a node are used. In a theoretical sense, it is best to use
+<i>k</i>-means
+ with the Euclidean distance, and
+<i>k</i>-medoids
+ with the city-block distance.
+</p>
+<hr>
+<div class="header">
+<p>
+Next: <a href="SOM.html#SOM" accesskey="n" rel="next">SOM</a>, Previous: <a href="Hierarchical.html#Hierarchical" accesskey="p" rel="prev">Hierarchical</a>, Up: <a href="Cluster.html#Cluster" accesskey="u" rel="up">Cluster</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
+</div>
 
-   <p>Cluster also implements a slight variation on
-<i>k</i>-means clustering, known as
-<i>k</i>-medians clustering, in which the median instead of the mean of items in a node are used. In a theoretical sense, it is best to use
-<i>k</i>-means with the Euclidean distance, and
-<i>k</i>-medoids with the city-block distance.
 
-   </body></html>
 
+</body>
+</html>
diff --git a/html/Makefile b/html/Makefile
index 9951aca..7af7328 100644
--- a/html/Makefile
+++ b/html/Makefile
@@ -1,7 +1,7 @@
 docdir = ../doc
 
 index.html: $(docdir)/cluster3.texinfo
-	makeinfo --html $(docdir)/cluster3.texinfo
+	makeinfo --html $(docdir)/cluster3.texinfo --output=.
 	python mac.py
 
 distdir: .
diff --git a/html/PCA.html b/html/PCA.html
index 48755af..8ec4d4c 100644
--- a/html/PCA.html
+++ b/html/PCA.html
@@ -1,73 +1,100 @@
-<html lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- Created by GNU Texinfo 6.4, http://www.gnu.org/software/texinfo/ -->
 <head>
-<title>PCA - Cluster 3.0 for Windows, Mac OS X, Linux, Unix</title>
-<meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="Cluster 3.0 for Windows, Mac OS X, Linux, Unix">
-<meta name="generator" content="makeinfo 4.13">
-<link title="Top" rel="start" href="index.html#Top">
-<link rel="up" href="Cluster.html#Cluster" title="Cluster">
-<link rel="prev" href="SOM.html#SOM" title="SOM">
-<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<style type="text/css"><!--
-  pre.display { font-family:inherit }
-  pre.format  { font-family:inherit }
-  pre.smalldisplay { font-family:inherit; font-size:smaller }
-  pre.smallformat  { font-family:inherit; font-size:smaller }
-  pre.smallexample { font-size:smaller }
-  pre.smalllisp    { font-size:smaller }
-  span.sc    { font-variant:small-caps }
-  span.roman { font-family:serif; font-weight:normal; } 
-  span.sansserif { font-family:sans-serif; font-weight:normal; } 
---></style>
+<title>PCA (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)</title>
+
+<meta name="description" content="PCA (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="keywords" content="PCA (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="Contents.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Cluster.html#Cluster" rel="up" title="Cluster">
+<link href="Command.html#Command" rel="next" title="Command">
+<link href="SOM.html#SOM" rel="prev" title="SOM">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
 </head>
-<body>
-<div class="node">
+
+<body lang="en">
 <a name="PCA"></a>
+<div class="header">
 <p>
-Previous: <a rel="previous" accesskey="p" href="SOM.html#SOM">SOM</a>,
-Up: <a rel="up" accesskey="u" href="Cluster.html#Cluster">Cluster</a>
-<hr>
+Previous: <a href="SOM.html#SOM" accesskey="p" rel="prev">SOM</a>, Up: <a href="Cluster.html#Cluster" accesskey="u" rel="up">Cluster</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
 </div>
-
+<hr>
+<a name="Principal-Component-Analysis"></a>
 <h3 class="section">4.4 Principal Component Analysis</h3>
 
-<div class="block-image"><img src="images/pca.png" alt="images/pca.png"></div>
-
-   <p>Principal Component Analysis (PCA) is a widely used technique for analyzing multivariate data.  A practical example of applying Principal Component Analysis to gene expression data is presented by Yeung and Ruzzo (2001).
-
-   <p>In essence, PCA is a coordinate transformation in which each row in the data matrix is written as a linear sum over basis vectors called principal components, which are ordered and chosen such that each maximally explains the remaining variance in the data vectors. For example, an n \times 3 data matrix can be represented as an ellipsoidal cloud of n points in three dimensional space. The first principal component is the longest axis of the ellipsoid, the second principal component [...]
-
-   <p>The principal components can be found by calculating the eigenvectors of the covariance matrix of the data. The corresponding eigenvalues determine how much of the variance present in the data is explained by each principal component.
+<img src="images/pca.png" alt="images/pca">
 
-   <p>Before applying PCA, typically the mean is subtracted from each column in the data matrix. In the example above, this effectively centers the ellipsoidal cloud around its centroid in 3D space, with the principal components describing the variation of poins in the ellipsoidal cloud with respect to their centroid.
-
-   <p>In Cluster, you can apply PCA to the rows (genes) of the data matrix, or to the columns (microarrays) of the data matrix. In each case, the output consists of two files. When applying PCA to genes, the names of the output files are <samp><var>JobName</var><span class="file">_pca_gene.pc.txt</span></samp> and <samp><var>JobName</var><span class="file">_pca_gene.coords.txt</span></samp>, where the former contains contains the principal components, and the latter contains the coordina [...]
-
-   <p>As an example, consider this input file:
-   <p><table summary=""><tr align="left"><td valign="top"><code>UNIQID</code> </td><td valign="top"><code>EXP1</code> </td><td valign="top"><code>EXP2</code> </td><td valign="top"><code>EXP3</code>
-<br></td></tr><tr align="left"><td valign="top"><code>GENE1</code> </td><td valign="top"><code>3</code> </td><td valign="top"><code>4</code> </td><td valign="top"><code>-2</code>
-<br></td></tr><tr align="left"><td valign="top"><code>GENE2</code> </td><td valign="top"><code>4</code> </td><td valign="top"><code>1</code> </td><td valign="top"><code>-3</code>
-<br></td></tr><tr align="left"><td valign="top"><code>GENE3</code> </td><td valign="top"><code>1</code> </td><td valign="top"><code>-8</code> </td><td valign="top"><code>7</code>
-<br></td></tr><tr align="left"><td valign="top"><code>GENE4</code> </td><td valign="top"><code>-6</code> </td><td valign="top"><code>6</code> </td><td valign="top"><code>4</code>
-<br></td></tr><tr align="left"><td valign="top"><code>GENE5</code> </td><td valign="top"><code>0</code> </td><td valign="top"><code>-3</code> </td><td valign="top"><code>8</code>
-   <br></td></tr></table>
-Applying PCA to the rows (genes) of the data in this input file generates a coordinate file containing
-   <p><table summary=""><tr align="left"><td valign="top"><code>UNIQID</code> </td><td valign="top"><code>NAME</code>  </td><td valign="top"><code>GWEIGHT</code>  </td><td valign="top"><code> 13.513398</code> </td><td valign="top"><code>10.162987</code> </td><td valign="top"><code>2.025283</code>
-<br></td></tr><tr align="left"><td valign="top"><code>GENE1 </code> </td><td valign="top"><code>GENE1</code> </td><td valign="top"><code>1.000000</code> </td><td valign="top"><code>  6.280326</code> </td><td valign="top"><code>-2.404095</code> </td><td valign="top"><code>-0.760157</code>
-<br></td></tr><tr align="left"><td valign="top"><code>GENE2 </code> </td><td valign="top"><code>GENE2</code> </td><td valign="top"><code>1.000000</code> </td><td valign="top"><code>  4.720801</code> </td><td valign="top"><code>-4.995230</code> </td><td valign="top"><code> 0.601424</code>
-<br></td></tr><tr align="left"><td valign="top"><code>GENE3 </code> </td><td valign="top"><code>GENE3</code> </td><td valign="top"><code>1.000000</code> </td><td valign="top"><code> -8.755665</code> </td><td valign="top"><code>-2.117608</code> </td><td valign="top"><code> 0.924161</code>
-<br></td></tr><tr align="left"><td valign="top"><code>GENE4 </code> </td><td valign="top"><code>GENE4</code> </td><td valign="top"><code>1.000000</code> </td><td valign="top"><code>  3.443490</code> </td><td valign="top"><code> 8.133673</code> </td><td valign="top"><code> 0.621082</code>
-<br></td></tr><tr align="left"><td valign="top"><code>GENE5 </code> </td><td valign="top"><code>GENE5</code> </td><td valign="top"><code>1.000000</code> </td><td valign="top"><code> -5.688953</code> </td><td valign="top"><code> 1.383261</code> </td><td valign="top"><code>-1.386509</code>
-   <br></td></tr></table>
-where the first line shows the eigenvalues of the principal components, and a prinpical component file containing
-   <p><table summary=""><tr align="left"><td valign="top"><code>EIGVALUE</code>  </td><td valign="top"><code>EXP1</code>      </td><td valign="top"><code>EXP2</code>     </td><td valign="top"><code>EXP3</code>
-<br></td></tr><tr align="left"><td valign="top"><code>MEAN</code>      </td><td valign="top"><code> 0.400000</code> </td><td valign="top"><code>0.000000</code> </td><td valign="top"><code> 2.800000</code>
-<br></td></tr><tr align="left"><td valign="top"><code>13.513398</code> </td><td valign="top"><code> 0.045493</code> </td><td valign="top"><code>0.753594</code> </td><td valign="top"><code>-0.655764</code>
-<br></td></tr><tr align="left"><td valign="top"><code>10.162987</code> </td><td valign="top"><code>-0.756275</code> </td><td valign="top"><code>0.454867</code> </td><td valign="top"><code> 0.470260</code>
-<br></td></tr><tr align="left"><td valign="top"><code>2.025283</code>  </td><td valign="top"><code>-0.652670</code> </td><td valign="top"><code>-0.474545</code> </td><td valign="top"><code>-0.590617</code>
-   <br></td></tr></table>
-with the eigenvalues of the principal components shown in the first column.  From this principal component decomposition, we can regenerate the original data matrix as follows:
+<p>Principal Component Analysis (PCA) is a widely used technique for analyzing multivariate data.  A practical example of applying Principal Component Analysis to gene expression data is presented by Yeung and Ruzzo (2001).
+</p>
+<p>In essence, PCA is a coordinate transformation in which each row in the data matrix is written as a linear sum over basis vectors called principal components, which are ordered and chosen such that each maximally explains the remaining variance in the data vectors. For example, an <em>n \times 3</em> data matrix can be represented as an ellipsoidal cloud of <em>n</em> points in three dimensional space. The first principal component is the longest axis of the ellipsoid, the second prin [...]
+</p>
+<p>The principal components can be found by calculating the eigenvectors of the covariance matrix of the data. The corresponding eigenvalues determine how much of the variance present in the data is explained by each principal component.
+</p>
+<p>Before applying PCA, typically the mean is subtracted from each column in the data matrix. In the example above, this effectively centers the ellipsoidal cloud around its centroid in 3D space, with the principal components describing the variation of poins in the ellipsoidal cloud with respect to their centroid.
+</p>
+<p>In Cluster, you can apply PCA to the rows (genes) of the data matrix, or to the columns (microarrays) of the data matrix. In each case, the output consists of two files. When applying PCA to genes, the names of the output files are <samp><var>JobName</var>_pca_gene.pc.txt</samp> and <samp><var>JobName</var>_pca_gene.coords.txt</samp>, where the former contains contains the principal components, and the latter contains the coordinates of each row in the data matrix with respect to the  [...]
+</p>
+<p>As an example, consider this input file:
+</p><table>
+<tr><td><code>UNIQID</code></td><td><code>EXP1</code></td><td><code>EXP2</code></td><td><code>EXP3</code></td></tr>
+<tr><td><code>GENE1</code></td><td><code>3</code></td><td><code>4</code></td><td><code>-2</code></td></tr>
+<tr><td><code>GENE2</code></td><td><code>4</code></td><td><code>1</code></td><td><code>-3</code></td></tr>
+<tr><td><code>GENE3</code></td><td><code>1</code></td><td><code>-8</code></td><td><code>7</code></td></tr>
+<tr><td><code>GENE4</code></td><td><code>-6</code></td><td><code>6</code></td><td><code>4</code></td></tr>
+<tr><td><code>GENE5</code></td><td><code>0</code></td><td><code>-3</code></td><td><code>8</code></td></tr>
+</table>
+<p>Applying PCA to the rows (genes) of the data in this input file generates a coordinate file containing
+</p><table>
+<tr><td><code>UNIQID</code></td><td><code>NAME</code></td><td><code>GWEIGHT</code></td><td><code> 13.513398</code></td><td><code>10.162987</code></td><td><code>2.025283</code></td></tr>
+<tr><td><code>GENE1 </code></td><td><code>GENE1</code></td><td><code>1.000000</code></td><td><code>  6.280326</code></td><td><code>-2.404095</code></td><td><code>-0.760157</code></td></tr>
+<tr><td><code>GENE2 </code></td><td><code>GENE2</code></td><td><code>1.000000</code></td><td><code>  4.720801</code></td><td><code>-4.995230</code></td><td><code> 0.601424</code></td></tr>
+<tr><td><code>GENE3 </code></td><td><code>GENE3</code></td><td><code>1.000000</code></td><td><code> -8.755665</code></td><td><code>-2.117608</code></td><td><code> 0.924161</code></td></tr>
+<tr><td><code>GENE4 </code></td><td><code>GENE4</code></td><td><code>1.000000</code></td><td><code>  3.443490</code></td><td><code> 8.133673</code></td><td><code> 0.621082</code></td></tr>
+<tr><td><code>GENE5 </code></td><td><code>GENE5</code></td><td><code>1.000000</code></td><td><code> -5.688953</code></td><td><code> 1.383261</code></td><td><code>-1.386509</code></td></tr>
+</table>
+<p>where the first line shows the eigenvalues of the principal components, and a prinpical component file containing
+</p><table>
+<tr><td><code>EIGVALUE</code></td><td><code>EXP1</code></td><td><code>EXP2</code></td><td><code>EXP3</code></td></tr>
+<tr><td><code>MEAN</code></td><td><code> 0.400000</code></td><td><code>0.000000</code></td><td><code> 2.800000</code></td></tr>
+<tr><td><code>13.513398</code></td><td><code> 0.045493</code></td><td><code>0.753594</code></td><td><code>-0.655764</code></td></tr>
+<tr><td><code>10.162987</code></td><td><code>-0.756275</code></td><td><code>0.454867</code></td><td><code> 0.470260</code></td></tr>
+<tr><td><code>2.025283</code></td><td><code>-0.652670</code></td><td><code>-0.474545</code></td><td><code>-0.590617</code></td></tr>
+</table>
+<p>with the eigenvalues of the principal components shown in the first column.  From this principal component decomposition, we can regenerate the original data matrix as follows:
 <p>
 <table style="display:inline" cellspacing=0 cellpadding=0>
 <tr> <td> &#X239B; </td> <td align=right>  6.280326 </td> <td width=80 align=right> -2.404095 </td> <td width=80 align=right> -0.760157 </td> <td> &#X239E; </td> </tr>
@@ -111,7 +138,16 @@ with the eigenvalues of the principal components shown in the first column.  Fro
 <tr> <td> &#X239C; </td> <td align=right>  -6 </td> <td align=right> 6 </td> <td align=right> 4 </td> <td> &#X239F; </td></tr>
 <tr> <td> &#X239D; </td> <td align=right>  0 </td> <td align=right> -3</td> <td align=right> 8 </td> <td> &#X23A0; </td></tr>
 </table>
-</p>Note that the coordinate file <samp><var>JobName</var><span class="file">_pca_gene.coords.txt</span></samp> is a valid input file to Cluster 3.0. Hence, it can be loaded into Cluster 3.0 for further analysis, possibly after removing columns with low eigenvalues.
+</p>
+Note that the coordinate file <samp><var>JobName</var>_pca_gene.coords.txt</samp> is a valid input file to Cluster 3.0. Hence, it can be loaded into Cluster 3.0 for further analysis, possibly after removing columns with low eigenvalues.
+</p>
+<hr>
+<div class="header">
+<p>
+Previous: <a href="SOM.html#SOM" accesskey="p" rel="prev">SOM</a>, Up: <a href="Cluster.html#Cluster" accesskey="u" rel="up">Cluster</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
+</div>
+
 
-   </body></html>
 
+</body>
+</html>
diff --git a/html/SOM.html b/html/SOM.html
index 2c750bd..54ec63c 100644
--- a/html/SOM.html
+++ b/html/SOM.html
@@ -1,74 +1,99 @@
-<html lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- Created by GNU Texinfo 6.4, http://www.gnu.org/software/texinfo/ -->
 <head>
-<title>SOM - Cluster 3.0 for Windows, Mac OS X, Linux, Unix</title>
-<meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="Cluster 3.0 for Windows, Mac OS X, Linux, Unix">
-<meta name="generator" content="makeinfo 4.13">
-<link title="Top" rel="start" href="index.html#Top">
-<link rel="up" href="Cluster.html#Cluster" title="Cluster">
-<link rel="prev" href="KMeans.html#KMeans" title="KMeans">
-<link rel="next" href="PCA.html#PCA" title="PCA">
-<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<style type="text/css"><!--
-  pre.display { font-family:inherit }
-  pre.format  { font-family:inherit }
-  pre.smalldisplay { font-family:inherit; font-size:smaller }
-  pre.smallformat  { font-family:inherit; font-size:smaller }
-  pre.smallexample { font-size:smaller }
-  pre.smalllisp    { font-size:smaller }
-  span.sc    { font-variant:small-caps }
-  span.roman { font-family:serif; font-weight:normal; } 
-  span.sansserif { font-family:sans-serif; font-weight:normal; } 
---></style>
+<title>SOM (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)</title>
+
+<meta name="description" content="SOM (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="keywords" content="SOM (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="Contents.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Cluster.html#Cluster" rel="up" title="Cluster">
+<link href="PCA.html#PCA" rel="next" title="PCA">
+<link href="KMeans.html#KMeans" rel="prev" title="KMeans">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
 </head>
-<body>
-<div class="node">
+
+<body lang="en">
 <a name="SOM"></a>
+<div class="header">
 <p>
-Next: <a rel="next" accesskey="n" href="PCA.html#PCA">PCA</a>,
-Previous: <a rel="previous" accesskey="p" href="KMeans.html#KMeans">KMeans</a>,
-Up: <a rel="up" accesskey="u" href="Cluster.html#Cluster">Cluster</a>
-<hr>
+Next: <a href="PCA.html#PCA" accesskey="n" rel="next">PCA</a>, Previous: <a href="KMeans.html#KMeans" accesskey="p" rel="prev">KMeans</a>, Up: <a href="Cluster.html#Cluster" accesskey="u" rel="up">Cluster</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
 </div>
-
+<hr>
+<a name="Self_002dOrganizing-Maps"></a>
 <h3 class="section">4.3 Self-Organizing Maps</h3>
 
-<div class="block-image"><img src="images/som.png" alt="images/som.png"></div>
+<img src="images/som.png" alt="images/som">
 
-   <p>Self-Organizing Maps (SOMs) is a method of cluster analysis that are somewhat related to
-<i>k</i>-meansclustering. SOMs were invented in by Teuvo Kohonen in the early 1980s, and
+<p>Self-Organizing Maps (SOMs) is a method of cluster analysis that are somewhat related to
+<i>k</i>-means
+clustering. SOMs were invented in by Teuvo Kohonen in the early 1980s, and
 have recently been used in genomic analysis (see Chu 1998, Tamayo 1999 and Golub
 1999 in references). The Tamayo paper contains a simple explanation of the methods. A
 more detailed description is available in the book by Kohonen, Self-Organizing Maps,
 1997.
-
-   <p>The current implementation varies slightly from that of Tamayo et al., in that it restricts
+</p>
+<p>The current implementation varies slightly from that of Tamayo et al., in that it restricts
 the analysis one-dimensional SOMs along each axis, as opposed to a two-dimensional
 network. The one-dimensional SOM is used to reorder the elements on whichever axes
 are selected. The result is similar to the result of k-means clustering, except that, unlike in k-means clustering,
 the nodes in a SOM are ordered. This tends to result in a relatively smooth
 transition between groups.
+</p>
+<p>The options for SOMs are
+</p><ul>
+<li> whether or not you will organize each axis;
+</li><li> the number of nodes for each axis (the default is
+<i>n</i><SUP>1/4</SUP>,
+where
+<i>n</i>
+is the number of items; the total number of clusters is then equal to the square root of the number of items);
+</li><li> the number of iterations to be run.
+</li></ul>
 
-   <p>The options for SOMs are
-     <ul>
-<li>whether or not you will organize each axis;
-<li>the number of nodes for each axis (the default is
-<i>n</i><SUP>1/4</SUP>,where
-<i>n</i>is the number of items; the total number of clusters is then equal to the square root of the number of items);
-<li>the number of iterations to be run. 
-</ul>
-
-   <p>The output file is of the form <samp><var>JobName</var><span class="file">_SOM_GXg-Yg_AXa-Ya.txt</span></samp>, where <samp><span class="file">GXg-Yg</span></samp> is
-included if genes were organized, and <samp><span class="file">AXg-Yg</span></samp> is included if arrays were organized. <samp><span class="file">X</span></samp> and
-<samp><span class="file">Y</span></samp> represent the dimensions of the corresponding SOM. 
-Up to two additional files (<samp><span class="file">.gnf</span></samp> and <samp><span class="file">.anf</span></samp>) are written containing the vectors for
+<p>The output file is of the form <samp><var>JobName</var>_SOM_GXg-Yg_AXa-Ya.txt</samp>, where <samp>GXg-Yg</samp> is
+included if genes were organized, and <samp>AXg-Yg</samp> is included if arrays were organized. <samp>X</samp> and
+<samp>Y</samp> represent the dimensions of the corresponding SOM.
+Up to two additional files (<samp>.gnf</samp> and <samp>.anf</samp>) are written containing the vectors for
 the SOM nodes.
-
-   <p>In previous versions of Cluster, only one-dimensional SOMs were supported. 
+</p>
+<p>In previous versions of Cluster, only one-dimensional SOMs were supported.
 The current version of the Cluster introduces two-dimensional SOMs.
-
-   <p>SOMs and hierarchical clustering:
+</p>
+<p>SOMs and hierarchical clustering:
 Our original use of SOMs (see Chu et al., 1998) was
 motivated by the desire to take advantage of the properties of both SOMs and hierarchical
 clustering. This was accomplished by first computing a one dimensional SOM, and using
@@ -77,6 +102,14 @@ Cluster, after a SOM is run on a dataset, the GORDER and/or EORDER fields are se
 the ordering from the SOM so that, for subsequent hierarchical clustering runs, the output
 ordering will come as close as possible to the ordering in the SOM without violating the
 structure of the tree.
+</p>
+<hr>
+<div class="header">
+<p>
+Next: <a href="PCA.html#PCA" accesskey="n" rel="next">PCA</a>, Previous: <a href="KMeans.html#KMeans" accesskey="p" rel="prev">KMeans</a>, Up: <a href="Cluster.html#Cluster" accesskey="u" rel="up">Cluster</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
+</div>
+
 
-   </body></html>
 
+</body>
+</html>
diff --git a/html/TreeView.html b/html/TreeView.html
index 487fa0c..b1c03b9 100644
--- a/html/TreeView.html
+++ b/html/TreeView.html
@@ -1,41 +1,68 @@
-<html lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- Created by GNU Texinfo 6.4, http://www.gnu.org/software/texinfo/ -->
 <head>
-<title>TreeView - Cluster 3.0 for Windows, Mac OS X, Linux, Unix</title>
-<meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="Cluster 3.0 for Windows, Mac OS X, Linux, Unix">
-<meta name="generator" content="makeinfo 4.13">
-<link title="Top" rel="start" href="index.html#Top">
-<link rel="prev" href="Command.html#Command" title="Command">
-<link rel="next" href="Development.html#Development" title="Development">
-<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<style type="text/css"><!--
-  pre.display { font-family:inherit }
-  pre.format  { font-family:inherit }
-  pre.smalldisplay { font-family:inherit; font-size:smaller }
-  pre.smallformat  { font-family:inherit; font-size:smaller }
-  pre.smallexample { font-size:smaller }
-  pre.smalllisp    { font-size:smaller }
-  span.sc    { font-variant:small-caps }
-  span.roman { font-family:serif; font-weight:normal; } 
-  span.sansserif { font-family:sans-serif; font-weight:normal; } 
---></style>
+<title>TreeView (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)</title>
+
+<meta name="description" content="TreeView (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="keywords" content="TreeView (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="Contents.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="Development.html#Development" rel="next" title="Development">
+<link href="Command.html#Command" rel="prev" title="Command">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
 </head>
-<body>
-<div class="node">
+
+<body lang="en">
 <a name="TreeView"></a>
+<div class="header">
 <p>
-Next: <a rel="next" accesskey="n" href="Development.html#Development">Development</a>,
-Previous: <a rel="previous" accesskey="p" href="Command.html#Command">Command</a>,
-Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a>
-<hr>
+Next: <a href="Development.html#Development" accesskey="n" rel="next">Development</a>, Previous: <a href="Command.html#Command" accesskey="p" rel="prev">Command</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
 </div>
-
+<hr>
+<a name="TreeView-1"></a>
 <h2 class="chapter">6 TreeView</h2>
 
-<p>TreeView is a program that allows interactive graphical analysis of the results from Cluster. TreeView reads in matching <samp><span class="file">*.cdt</span></samp> and <samp><span class="file">*.gtr</span></samp>, <samp><span class="file">*.atr</span></samp>, <samp><span class="file">*.kgg</span></samp>, or <samp><span class="file">*.kag</span></samp> files produced by Cluster. 
+<p>TreeView is a program that allows interactive graphical analysis of the results from Cluster. TreeView reads in matching <samp>*.cdt</samp> and <samp>*.gtr</samp>, <samp>*.atr</samp>, <samp>*.kgg</samp>, or <samp>*.kag</samp> files produced by Cluster.
 We recommend using the Java program Java TreeView, which is based on the original TreeView. Java TreeView was written by Alok Saldanha at Stanford University; it can be downloaded from <a href="http://jtreeview.sourceforge.net/">http://jtreeview.sourceforge.net/</a>. Java TreeView runs on Windows, Macintosh, Linux, and Unix computers, and can show both hierarchical and
-<i>k</i>-meansresults.
+<i>k</i>-means
+results.
+</p>
+
 
-   </body></html>
 
+</body>
+</html>
diff --git a/html/index.html b/html/index.html
index cd0fca5..4dad048 100644
--- a/html/index.html
+++ b/html/index.html
@@ -1,58 +1,101 @@
-<html lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- Created by GNU Texinfo 6.4, http://www.gnu.org/software/texinfo/ -->
 <head>
-<title>Cluster 3.0 for Windows, Mac OS X, Linux, Unix</title>
-<meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="Cluster 3.0 for Windows, Mac OS X, Linux, Unix">
-<meta name="generator" content="makeinfo 4.13">
-<link title="Top" rel="start" href="index.html#Top">
-<link rel="next" href="Contents.html#Contents" title="Contents">
-<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<style type="text/css"><!--
-  pre.display { font-family:inherit }
-  pre.format  { font-family:inherit }
-  pre.smalldisplay { font-family:inherit; font-size:smaller }
-  pre.smallformat  { font-family:inherit; font-size:smaller }
-  pre.smallexample { font-size:smaller }
-  pre.smalllisp    { font-size:smaller }
-  span.sc    { font-variant:small-caps }
-  span.roman { font-family:serif; font-weight:normal; } 
-  span.sansserif { font-family:sans-serif; font-weight:normal; } 
---></style>
+<title>Top (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)</title>
+
+<meta name="description" content="Top (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="keywords" content="Top (Cluster 3.0 for Windows, Mac OS X, Linux, Unix)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="#Top" rel="start" title="Top">
+<link href="Contents.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Contents.html#Contents" rel="next" title="Contents">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
 <meta name="AppleTitle" content="Cluster 3.0 Help"></meta>
 </head>
-<body>
-<h1 class="settitle">Cluster 3.0 for Windows, Mac OS X, Linux, Unix</h1>
-<div class="node">
-<a name="Top"></a>
-<p>
-Next: <a rel="next" accesskey="n" href="Contents.html#Contents">Contents</a>
-<hr>
-</div>
 
-<!-- node-name, next, previous, up -->
-<p class="noindent">This is the manual for Cluster 3.0. Cluster was originally written by Michael Eisen while at Stanford University. We have modified the
-<i>k</i>-means clustering algorithm in Cluster, and extended the algorithm for Self-Organizing Maps to include two-dimensional rectangular grids. The Euclidean distance and the city-block distance were added as new distance measures between gene expression data. The proprietary Numerical Recipes routines, which were used in the original version of Cluster/TreeView, have been replaced by open source software.
+<body lang="en">
+<h1 class="settitle" align="center">Cluster 3.0 for Windows, Mac OS X, Linux, Unix</h1>
 
-   <p>Cluster 3.0 is available for Windows, Mac OS X, Linux, and Unix.
 
-   <p><br>
+<a name="Top"></a>
+<div class="header">
+<p>
+Next: <a href="Contents.html#Contents" accesskey="n" rel="next">Contents</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
+</div>
+<hr>
+<h1 class="node-heading">Top</h1>
+<p>This is the manual for Cluster 3.0. Cluster was originally written by Michael Eisen while at Stanford University. We have modified the
+<i>k</i>-means
+ clustering algorithm in Cluster, and extended the algorithm for Self-Organizing Maps to include two-dimensional rectangular grids. The Euclidean distance and the city-block distance were added as new distance measures between gene expression data. The proprietary Numerical Recipes routines, which were used in the original version of Cluster/TreeView, have been replaced by open source software.
+</p>
+<p>Cluster 3.0 is available for Windows, Mac OS X, Linux, and Unix.
+</p>
+<br>
 <br>
-November 5, 2002.<br>
+<p>November 5, 2002.<br>
 Michiel de Hoon<br>
 Human Genome Center, University of Tokyo.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">• <a href="Introduction.html#Introduction" accesskey="1">Introduction</a>:</td><td>  </td><td align="left" valign="top">The purpose of Cluster/TreeView.
+</td></tr>
+<tr><td align="left" valign="top">• <a href="Data.html#Data" accesskey="2">Data</a>:</td><td>  </td><td align="left" valign="top">Loading, filtering and adjusting data in Cluster.
+</td></tr>
+<tr><td align="left" valign="top">• <a href="Distance.html#Distance" accesskey="3">Distance</a>:</td><td>  </td><td align="left" valign="top">The distance/similarity measures that are available in Cluster.
+</td></tr>
+<tr><td align="left" valign="top">• <a href="Cluster.html#Cluster" accesskey="4">Cluster</a>:</td><td>  </td><td align="left" valign="top">The various clustering algorithms implemented in Cluster.
+</td></tr>
+<tr><td align="left" valign="top">• <a href="Command.html#Command" accesskey="5">Command</a>:</td><td>  </td><td align="left" valign="top">A command-line (non-GUI) version of Cluster 3.0 is now available.
+</td></tr>
+<tr><td align="left" valign="top">• <a href="TreeView.html#TreeView" accesskey="6">TreeView</a>:</td><td>  </td><td align="left" valign="top">Visualize hierarchical clustering results with Java TreeView.
+</td></tr>
+<tr><td align="left" valign="top">• <a href="Development.html#Development" accesskey="7">Development</a>:</td><td>  </td><td align="left" valign="top">Information on how to compile Cluster from the source code.
+</td></tr>
+<tr><td align="left" valign="top">• <a href="Bibliography.html#Bibliography" accesskey="8">Bibliography</a>:</td><td>  </td><td align="left" valign="top">The bibliography provides references to background information on clustering techniques, as well as some examples of recent biological research in which clustering techniques are applied.
+</td></tr>
+<tr><td align="left" valign="top">• <a href="Contents.html#Contents" accesskey="9">Contents</a>:</td><td>  </td><td align="left" valign="top">
+</td></tr>
+</table>
+
+<hr>
+<div class="header">
+<p>
+Next: <a href="Contents.html#Contents" accesskey="n" rel="next">Contents</a>   [<a href="Contents.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
+</div>
 
-<ul class="menu">
-<li><a accesskey="1" href="Introduction.html#Introduction">Introduction</a>:  The purpose of Cluster/TreeView. 
-<li><a accesskey="2" href="Data.html#Data">Data</a>:  Loading, filtering and adjusting data in Cluster. 
-<li><a accesskey="3" href="Distance.html#Distance">Distance</a>:  The distance/similarity measures that are available in Cluster. 
-<li><a accesskey="4" href="Cluster.html#Cluster">Cluster</a>:  The various clustering algorithms implemented in Cluster. 
-<li><a accesskey="5" href="Command.html#Command">Command</a>:  A command-line (non-GUI) version of Cluster 3.0 is now available. 
-<li><a accesskey="6" href="TreeView.html#TreeView">TreeView</a>:  Visualize hierarchical clustering results with Java TreeView. 
-<li><a accesskey="7" href="Development.html#Development">Development</a>:  Information on how to compile Cluster from the source code. 
-<li><a accesskey="8" href="Bibliography.html#Bibliography">Bibliography</a>:  The bibliography provides references to background information on clustering techniques, as well as some examples of recent biological research in which clustering techniques are applied. 
-<li><a accesskey="9" href="Contents.html#Contents">Contents</a>
-</ul>
 
-   </body></html>
 
+</body>
+</html>
diff --git a/mac/Cluster.xcodeproj/project.pbxproj b/mac/Cluster.xcodeproj/project.pbxproj
index 841646f..7115a66 100644
--- a/mac/Cluster.xcodeproj/project.pbxproj
+++ b/mac/Cluster.xcodeproj/project.pbxproj
@@ -36,7 +36,7 @@
 		29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
 		40BF80960D78432B002D71C0 /* command.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = command.c; path = ../src/command.c; sourceTree = SOURCE_ROOT; };
 		40BF809C0D784354002D71C0 /* command.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = command.h; path = ../src/command.h; sourceTree = SOURCE_ROOT; };
-		40CDB55C0A2ABD9100E334F0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Info.plist; sourceTree = "<group>"; };
+		40CDB55C0A2ABD9100E334F0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 		40CDB55D0A2ABD9100E334F0 /* Cluster.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Cluster.app; sourceTree = BUILT_PRODUCTS_DIR; };
 		F54CD24A035FAD1001000082 /* cluster3.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = cluster3.pdf; path = ../doc/cluster3.pdf; sourceTree = "<group>"; };
 		F54D6BC20359C81501000082 /* data.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = data.c; path = ../src/data.c; sourceTree = "<group>"; };
@@ -190,10 +190,18 @@
 /* Begin PBXProject section */
 		29B97313FDCFA39411CA2CEA /* Project object */ = {
 			isa = PBXProject;
+			attributes = {
+			};
 			buildConfigurationList = 40CDB5390A2ABD8800E334F0 /* Build configuration list for PBXProject "Cluster" */;
+			compatibilityVersion = "Xcode 2.4";
+			developmentRegion = English;
 			hasScannedForEncodings = 1;
+			knownRegions = (
+				en,
+			);
 			mainGroup = 29B97314FDCFA39411CA2CEA /* Cluster */;
 			projectDirPath = "";
+			projectRoot = "";
 			targets = (
 				40CDB53F0A2ABD9100E334F0 /* Cluster */,
 			);
@@ -301,6 +309,7 @@
 		40CDB5590A2ABD9100E334F0 /* Development */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
+				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
 				COPY_PHASE_STRIP = NO;
 				FRAMEWORK_SEARCH_PATHS = "";
 				GCC_DYNAMIC_NO_PIC = NO;
@@ -311,9 +320,11 @@
 				INFOPLIST_FILE = Info.plist;
 				INSTALL_PATH = "$(HOME)/Applications";
 				LIBRARY_SEARCH_PATHS = "";
+				MACOSX_DEPLOYMENT_TARGET = 10.4;
 				OTHER_CFLAGS = "";
 				OTHER_LDFLAGS = "";
 				PRODUCT_NAME = Cluster;
+				SDKROOT = macosx10.9;
 				SECTORDER_FLAGS = "";
 				WARNING_CFLAGS = (
 					"-Wmost",
@@ -328,6 +339,7 @@
 		40CDB55A0A2ABD9100E334F0 /* Deployment */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
+				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
 				COPY_PHASE_STRIP = YES;
 				FRAMEWORK_SEARCH_PATHS = "";
 				GCC_ENABLE_FIX_AND_CONTINUE = NO;
@@ -335,9 +347,11 @@
 				INFOPLIST_FILE = Info.plist;
 				INSTALL_PATH = "$(HOME)/Applications";
 				LIBRARY_SEARCH_PATHS = "";
+				MACOSX_DEPLOYMENT_TARGET = 10.4;
 				OTHER_CFLAGS = "";
 				OTHER_LDFLAGS = "";
 				PRODUCT_NAME = Cluster;
+				SDKROOT = macosx10.9;
 				SECTORDER_FLAGS = "";
 				WARNING_CFLAGS = (
 					"-Wmost",
@@ -352,14 +366,17 @@
 		40CDB55B0A2ABD9100E334F0 /* Default */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
+				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
 				FRAMEWORK_SEARCH_PATHS = "";
 				HEADER_SEARCH_PATHS = ../src;
 				INFOPLIST_FILE = Info.plist;
 				INSTALL_PATH = "$(HOME)/Applications";
 				LIBRARY_SEARCH_PATHS = "";
+				MACOSX_DEPLOYMENT_TARGET = 10.4;
 				OTHER_CFLAGS = "";
 				OTHER_LDFLAGS = "";
 				PRODUCT_NAME = Cluster;
+				SDKROOT = macosx10.9;
 				SECTORDER_FLAGS = "";
 				WARNING_CFLAGS = (
 					"-Wmost",
diff --git a/mac/Controller.m b/mac/Controller.m
index d16b194..4b1d19d 100644
--- a/mac/Controller.m
+++ b/mac/Controller.m
@@ -207,7 +207,7 @@ static void CloseFile(FileHandle file)
 
 - (IBAction)ShowHelpDownload:(id)sender
 {
-    [[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString: @"http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/manual"]];
+    [[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString: @"http://bonsai.hgc.jp/~mdehoon/software/cluster/manual"]];
 }
 
 - (IBAction)FilterApply:(id)sender
@@ -554,6 +554,9 @@ static void CloseFile(FileHandle file)
     int kGenes = 0;
     int kArrays = 0;
 
+    int iFoundGenes;
+    int iFoundArrays;
+
     if (ClusterGenes) {
         kGenes = [KMeansGeneK intValue];
         if (kGenes==0) {
@@ -573,11 +576,9 @@ static void CloseFile(FileHandle file)
         const int nGeneTrials = [KMeansGeneRuns intValue];
         ok = 1;
         NSString* filename = nil;
-        int ifound = GeneKCluster(kGenes, nGeneTrials, method, dist, NodeMap);
-        if (ifound < 0) ok = 0;
+        iFoundGenes = GeneKCluster(kGenes, nGeneTrials, method, dist, NodeMap);
+        if (iFoundGenes < 0) ok = 0;
         if (ok) {
-            [statusbar setStringValue: [NSString stringWithFormat: @"Solution was found %d times", ifound]];
-        
             filename = [jobname stringByAppendingFormat: @"_K_G%d.kgg", kGenes];
             [[NSFileManager defaultManager] createFileAtPath: filename
                                                     contents: nil
@@ -624,11 +625,9 @@ static void CloseFile(FileHandle file)
 
         ok = 1;
         NSString* filename = nil;
-        int ifound = ArrayKCluster(kArrays, nArrayTrials, method, dist, NodeMap);
-        if (ifound < 0) ok = 0;
+        iFoundArrays = ArrayKCluster(kArrays, nArrayTrials, method, dist, NodeMap);
+        if (iFoundArrays < 0) ok = 0;
         if (ok) {
-            [statusbar setStringValue: [NSString stringWithFormat: @"Solution was found %d times", ifound]];
-        
             filename = [jobname stringByAppendingFormat: @"_K_A%d.kag", kArrays];
             [[NSFileManager defaultManager] createFileAtPath: filename
                                                     contents: nil
@@ -673,7 +672,16 @@ static void CloseFile(FileHandle file)
     }
     ok = Save(outputfile.pointer, 0, 0);
     CloseFile(outputfile);
-    if (!ok)
+    if (ok)
+    {
+        if (ClusterGenes && ClusterArrays)
+            [statusbar setStringValue: [NSString stringWithFormat: @"Finished; solution for genes was found %d times, for arrays %d times", iFoundGenes, iFoundArrays]];
+        else if (ClusterGenes)
+            [statusbar setStringValue: [NSString stringWithFormat: @"Finished; solution was found %d times", iFoundGenes]];
+        else if (ClusterArrays)
+            [statusbar setStringValue: [NSString stringWithFormat: @"Finished; solution was found %d times", iFoundArrays]];
+    }
+    else
     {
         NSRunCriticalAlertPanel(@"Error saving file",
                                 @"Insufficient memory",
@@ -682,8 +690,6 @@ static void CloseFile(FileHandle file)
                                 nil);
         [statusbar setStringValue: @"Error saving to file"];
     }
-    else
-        [statusbar setStringValue: @"Finished saving file"];
 }
 
 - (IBAction)SOMExecute:(id)sender
diff --git a/mac/English.lproj/AboutPanel.nib/classes.nib b/mac/English.lproj/AboutPanel.nib/classes.nib
deleted file mode 100644
index 2aefded..0000000
--- a/mac/English.lproj/AboutPanel.nib/classes.nib
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-    IBClasses = (
-        {
-            CLASS = Controller; 
-            LANGUAGE = ObjC; 
-            OUTLETS = {AboutPanel = id; }; 
-            SUPERCLASS = NSObject; 
-        }, 
-        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
-    ); 
-    IBVersion = 1; 
-}
\ No newline at end of file
diff --git a/mac/English.lproj/AboutPanel.nib/designable.nib b/mac/English.lproj/AboutPanel.nib/designable.nib
new file mode 100644
index 0000000..77f7053
--- /dev/null
+++ b/mac/English.lproj/AboutPanel.nib/designable.nib
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9532" systemVersion="14F2511" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
+    <dependencies>
+        <deployment version="1030" identifier="macosx"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9532"/>
+    </dependencies>
+    <objects>
+        <customObject id="-2" userLabel="File's Owner" customClass="Controller">
+            <connections>
+                <outlet property="AboutPanel" destination="5" id="10"/>
+            </connections>
+        </customObject>
+        <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
+        <customObject id="-3" userLabel="Application"/>
+        <window title="About Cluster 3.0" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Panel" customClass="NSPanel">
+            <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
+            <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
+            <rect key="contentRect" x="538" y="470" width="357" height="260"/>
+            <rect key="screenRect" x="0.0" y="0.0" width="1440" height="878"/>
+            <value key="minSize" type="size" width="213" height="107"/>
+            <view key="contentView" id="6">
+                <rect key="frame" x="0.0" y="0.0" width="357" height="260"/>
+                <autoresizingMask key="autoresizingMask"/>
+                <subviews>
+                    <textField verticalHuggingPriority="750" id="7">
+                        <rect key="frame" x="17" y="19" width="323" height="221"/>
+                        <autoresizingMask key="autoresizingMask"/>
+                        <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="12">
+                            <font key="font" metaFont="system"/>
+                            <string key="title">Cluster 3.0
+using the C Clustering Library version 1.53
+
+Cluster was originally written by Michael Eisen (eisen 'AT' rana.lbl.gov).
+Copyright 1998-99 Stanford University.
+
+Cluster version 3.0 for Mac OS X was created by Michiel de Hoon (michiel.dehoon 'AT' riken.jp), together with Seiya Imoto and Satoru Miyano.
+
+University of Tokyo, Human Genome Center
+October 2002.</string>
+                            <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
+                            <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+                        </textFieldCell>
+                    </textField>
+                </subviews>
+            </view>
+        </window>
+    </objects>
+</document>
diff --git a/mac/English.lproj/AboutPanel.nib/info.nib b/mac/English.lproj/AboutPanel.nib/info.nib
deleted file mode 100644
index c7fe4c0..0000000
--- a/mac/English.lproj/AboutPanel.nib/info.nib
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>IBDocumentLocation</key>
-	<string>94 216 356 240 0 0 1440 878 </string>
-	<key>IBFramework Version</key>
-	<string>446.1</string>
-	<key>IBOldestOS</key>
-	<integer>3</integer>
-	<key>IBOpenObjects</key>
-	<array>
-		<integer>5</integer>
-	</array>
-	<key>IBSystem Version</key>
-	<string>8S2167</string>
-	<key>IBUsesTextArchiving</key>
-	<true/>
-</dict>
-</plist>
diff --git a/mac/English.lproj/AboutPanel.nib/keyedobjects.nib b/mac/English.lproj/AboutPanel.nib/keyedobjects.nib
index 6a731f9..d5d7806 100644
Binary files a/mac/English.lproj/AboutPanel.nib/keyedobjects.nib and b/mac/English.lproj/AboutPanel.nib/keyedobjects.nib differ
diff --git a/mac/English.lproj/FileFormatPanel.nib/classes.nib b/mac/English.lproj/FileFormatPanel.nib/classes.nib
deleted file mode 100644
index d1c01ed..0000000
--- a/mac/English.lproj/FileFormatPanel.nib/classes.nib
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-    IBClasses = (
-        {
-            CLASS = Controller; 
-            LANGUAGE = ObjC; 
-            OUTLETS = {FileFormatPanel = id; }; 
-            SUPERCLASS = NSObject; 
-        }, 
-        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
-    ); 
-    IBVersion = 1; 
-}
\ No newline at end of file
diff --git a/mac/English.lproj/FileFormatPanel.nib/designable.nib b/mac/English.lproj/FileFormatPanel.nib/designable.nib
new file mode 100644
index 0000000..50c7dfe
--- /dev/null
+++ b/mac/English.lproj/FileFormatPanel.nib/designable.nib
@@ -0,0 +1,270 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00">
+	<data>
+		<int key="IBDocument.SystemTarget">1030</int>
+		<string key="IBDocument.SystemVersion">13F34</string>
+		<string key="IBDocument.InterfaceBuilderVersion">6245</string>
+		<string key="IBDocument.AppKitVersion">1265.21</string>
+		<string key="IBDocument.HIToolboxVersion">698.00</string>
+		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
+			<string key="NS.object.0">6245</string>
+		</object>
+		<array key="IBDocument.IntegratedClassDependencies">
+			<string>NSCustomObject</string>
+			<string>NSImageCell</string>
+			<string>NSImageView</string>
+			<string>NSTextField</string>
+			<string>NSTextFieldCell</string>
+			<string>NSView</string>
+			<string>NSWindowTemplate</string>
+		</array>
+		<array key="IBDocument.PluginDependencies">
+			<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+		</array>
+		<dictionary class="NSMutableDictionary" key="IBDocument.Metadata"/>
+		<array class="NSMutableArray" key="IBDocument.RootObjects" id="136320864">
+			<object class="NSCustomObject" id="359958262">
+				<string key="NSClassName">Controller</string>
+			</object>
+			<object class="NSCustomObject" id="391023958">
+				<string key="NSClassName">FirstResponder</string>
+			</object>
+			<object class="NSCustomObject" id="975370772">
+				<string key="NSClassName">NSApplication</string>
+			</object>
+			<object class="NSWindowTemplate" id="538098452">
+				<int key="NSWindowStyleMask">3</int>
+				<int key="NSWindowBacking">2</int>
+				<string key="NSWindowRect">{{109, 95}, {654, 708}}</string>
+				<int key="NSWTFlags">1886912512</int>
+				<string key="NSWindowTitle">File Format</string>
+				<string key="NSWindowClass">NSPanel</string>
+				<object class="NSMutableString" key="NSViewClass">
+					<characters key="NS.bytes">View</characters>
+				</object>
+				<nil key="NSUserInterfaceItemIdentifier"/>
+				<object class="NSView" key="NSWindowView" id="1060154442">
+					<reference key="NSNextResponder"/>
+					<int key="NSvFlags">256</int>
+					<array class="NSMutableArray" key="NSSubviews">
+						<object class="NSTextField" id="441245605">
+							<reference key="NSNextResponder" ref="1060154442"/>
+							<int key="NSvFlags">256</int>
+							<string key="NSFrame">{{63, 190}, {528, 498}}</string>
+							<reference key="NSSuperview" ref="1060154442"/>
+							<reference key="NSWindow"/>
+							<reference key="NSNextKeyView" ref="519697705"/>
+							<bool key="NSEnabled">YES</bool>
+							<object class="NSTextFieldCell" key="NSCell" id="269266616">
+								<int key="NSCellFlags">-2073034687</int>
+								<int key="NSCellFlags2">4195328</int>
+								<string type="base64-UTF8" key="NSContents">VGhlIGlucHV0IGZvciB0aGUgY2x1c3RlcmluZyBwcm9ncmFtIGlzIGEgdGFiLWRlbGltaXRlZCB0ZXh0
+IGZpbGUuCkFuIGV4YW1wbGUgaXMgc2hvd24gYmVsb3cuCgpUaGUgY2VsbHMgaW4gcmVkIG11c3QgYXBw
+ZWFyIGluIHRoZSBmaWxlLCBhbHRob3VnaCB0aGV5IGNhbiBiZSBhbnkgc3RyaW5nLgoKVGhlIGNlbGxz
+IGluIGJvbGQgYXJlIGhlYWRlcnMgZm9yIG9wdGlvbmFsIGNvbHVtbnMvcm93cy4KClVOSVFJRDogKHN0
+cmluZy9udW1iZXIpClRoaXMgY29sdW1uIHNob3VsZCBjb250YWluIHVuaXF1ZSBpZGVudGlmaWVycyBm
+b3IgZWFjaCBnZW5lLgoKTkFNRTogKHN0cmluZykKQSB0ZXh0IGRlc2NyaXB0aW9uIG9mIGVhY2ggZ2Vu
+ZSB3aGljaCB3aWxsIGJlIHVzZWQgaW4gZGlzcGxheS4KCkVXRUlHSFQ6IChyZWFsIG51bWJlcikKQSB3
+ZWlnaHQgZm9yIGVhY2ggZXhwZXJpbWVudCB0aGF0IGNhbiBiZSB1c2VkIHRvIGNvdW50IGNlcnRhaW4g
+ZXhwZXJpbWVudHMgbW9yZQp0aGFuIG90aGVycy4KCkdXRUlHSFQ6IChyZWFsIG51bWJlcikKQSBzaW1p
+bGFyIHdlaWdodCBmb3IgZWFjaCBnZW5lIGNhbiBiZSB1c2VkIHdoZW4gY2x1c3RlcmluZyBhcnJheXMu
+CgpHT1JERVI6IChyZWFsIG51bWJlcikKQSB2YWx1ZSB0byBiZSB1c2VkIGZvciBvcmRlcmluZyBub2Rl
+cyBpbiBkaXNwbGF5IHByb2dyYW0KCkVYUElEOiAoc3RyaW5nLCBlLmcuIEVYUDEsIEVYUDIsLi4uKQpB
+IHRleHQgZGVzY3JpcHRpb24gb2YgZWFjaCBleHBlcmltZW50IHRoYXQgd2lsbCBiZSB1c2VkIGluIHRo
+ZSBkaXNwbGF5LgoKREFUQToocmVhbCBudW1iZXIpCkRhdGEgZm9yIGEgc2luZ2xlIGdlbmUgaW4gYSBz
+aW5nbGUgZXhwZXJpbWVudC4gQW55IGRlc2lyZWQgbnVtZXJpY2FsIHRyYW5zZm9ybQooZS5nLiBsb2cp
+IHNob3VsZCBiZSBhcHBsaWVkIGJlZm9yZSBjbHVzdGVyaW5nLiBNaXNzaW5nIHZhbHVlcyBhcmUgYWNj
+ZXB0YWJsZS4</string>
+								<object class="NSFont" key="NSSupport">
+									<bool key="IBIsSystemFont">YES</bool>
+									<double key="NSSize">13</double>
+									<int key="NSfFlags">1044</int>
+								</object>
+								<reference key="NSControlView" ref="441245605"/>
+								<bool key="NSDrawsBackground">YES</bool>
+								<object class="NSColor" key="NSBackgroundColor">
+									<int key="NSColorSpace">6</int>
+									<string key="NSCatalogName">System</string>
+									<string key="NSColorName">textBackgroundColor</string>
+									<object class="NSColor" key="NSColor">
+										<int key="NSColorSpace">3</int>
+										<bytes key="NSWhite">MQA</bytes>
+									</object>
+								</object>
+								<object class="NSColor" key="NSTextColor">
+									<int key="NSColorSpace">6</int>
+									<string key="NSCatalogName">System</string>
+									<string key="NSColorName">textColor</string>
+									<object class="NSColor" key="NSColor">
+										<int key="NSColorSpace">3</int>
+										<bytes key="NSWhite">MAA</bytes>
+									</object>
+								</object>
+							</object>
+							<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+							<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+						</object>
+						<object class="NSImageView" id="519697705">
+							<reference key="NSNextResponder" ref="1060154442"/>
+							<int key="NSvFlags">256</int>
+							<set class="NSMutableSet" key="NSDragTypes">
+								<string>Apple PDF pasteboard type</string>
+								<string>Apple PICT pasteboard type</string>
+								<string>Apple PNG pasteboard type</string>
+								<string>NSFilenamesPboardType</string>
+								<string>NeXT Encapsulated PostScript v1.2 pasteboard type</string>
+								<string>NeXT TIFF v4.0 pasteboard type</string>
+							</set>
+							<string key="NSFrame">{{19, 14}, {615, 163}}</string>
+							<reference key="NSSuperview" ref="1060154442"/>
+							<reference key="NSWindow"/>
+							<reference key="NSNextKeyView"/>
+							<bool key="NSEnabled">YES</bool>
+							<object class="NSImageCell" key="NSCell" id="651206335">
+								<int key="NSCellFlags">134217728</int>
+								<int key="NSCellFlags2">33554432</int>
+								<object class="NSCustomResource" key="NSContents">
+									<string key="NSClassName">NSImage</string>
+									<string key="NSResourceName">format</string>
+								</object>
+								<int key="NSAlign">0</int>
+								<int key="NSScale">2</int>
+								<int key="NSStyle">0</int>
+								<bool key="NSAnimates">NO</bool>
+							</object>
+							<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+							<bool key="NSEditable">YES</bool>
+						</object>
+					</array>
+					<string key="NSFrameSize">{654, 708}</string>
+					<reference key="NSSuperview"/>
+					<reference key="NSWindow"/>
+					<reference key="NSNextKeyView" ref="441245605"/>
+				</object>
+				<string key="NSScreenRect">{{0, 0}, {1280, 832}}</string>
+				<string key="NSMinSize">{213, 129}</string>
+				<string key="NSMaxSize">{3.4028200000000001e+38, 3.4028200000000001e+38}</string>
+				<bool key="NSWindowIsRestorable">YES</bool>
+			</object>
+		</array>
+		<object class="IBObjectContainer" key="IBDocument.Objects">
+			<array key="connectionRecords">
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">FileFormatPanel</string>
+						<reference key="source" ref="359958262"/>
+						<reference key="destination" ref="538098452"/>
+					</object>
+					<int key="connectionID">19</int>
+				</object>
+			</array>
+			<object class="IBMutableOrderedSet" key="objectRecords">
+				<array key="orderedObjects">
+					<object class="IBObjectRecord">
+						<int key="objectID">0</int>
+						<array key="object" id="0"/>
+						<reference key="children" ref="136320864"/>
+						<nil key="parent"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">-2</int>
+						<reference key="object" ref="359958262"/>
+						<reference key="parent" ref="0"/>
+						<string key="objectName">File's Owner</string>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">-1</int>
+						<reference key="object" ref="391023958"/>
+						<reference key="parent" ref="0"/>
+						<string key="objectName">First Responder</string>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">5</int>
+						<reference key="object" ref="538098452"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="1060154442"/>
+						</array>
+						<reference key="parent" ref="0"/>
+						<string key="objectName">Panel</string>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">6</int>
+						<reference key="object" ref="1060154442"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="441245605"/>
+							<reference ref="519697705"/>
+						</array>
+						<reference key="parent" ref="538098452"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">8</int>
+						<reference key="object" ref="441245605"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="269266616"/>
+						</array>
+						<reference key="parent" ref="1060154442"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">18</int>
+						<reference key="object" ref="519697705"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="651206335"/>
+						</array>
+						<reference key="parent" ref="1060154442"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">21</int>
+						<reference key="object" ref="269266616"/>
+						<reference key="parent" ref="441245605"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">22</int>
+						<reference key="object" ref="651206335"/>
+						<reference key="parent" ref="519697705"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">-3</int>
+						<reference key="object" ref="975370772"/>
+						<reference key="parent" ref="0"/>
+						<string key="objectName">Application</string>
+					</object>
+				</array>
+			</object>
+			<dictionary class="NSMutableDictionary" key="flattenedProperties">
+				<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="-3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="18.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="21.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="22.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="5.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="6.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="8.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+			</dictionary>
+			<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
+			<nil key="activeLocalization"/>
+			<dictionary class="NSMutableDictionary" key="localizations"/>
+			<nil key="sourceID"/>
+			<int key="maxID">22</int>
+		</object>
+		<object class="IBClassDescriber" key="IBDocument.Classes"/>
+		<int key="IBDocument.localizationMode">0</int>
+		<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
+		<bool key="IBDocument.previouslyAttemptedUpgradeToXcode5">YES</bool>
+		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencies">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string>
+			<integer value="1030" key="NS.object.0"/>
+		</object>
+		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3</string>
+			<integer value="4600" key="NS.object.0"/>
+		</object>
+		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
+		<int key="IBDocument.defaultPropertyAccessControl">3</int>
+		<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
+			<string key="NS.key.0">format</string>
+			<string key="NS.object.0">{128, 128}</string>
+		</object>
+	</data>
+</archive>
diff --git a/mac/English.lproj/FileFormatPanel.nib/info.nib b/mac/English.lproj/FileFormatPanel.nib/info.nib
deleted file mode 100644
index 2cffa29..0000000
--- a/mac/English.lproj/FileFormatPanel.nib/info.nib
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>IBDocumentLocation</key>
-	<string>63 197 356 240 0 0 1280 832 </string>
-	<key>IBFramework Version</key>
-	<string>349.0</string>
-	<key>IBOldestOS</key>
-	<integer>3</integer>
-	<key>IBOpenObjects</key>
-	<array>
-		<integer>5</integer>
-	</array>
-	<key>IBSystem Version</key>
-	<string>7D24</string>
-	<key>IBUsesTextArchiving</key>
-	<true/>
-</dict>
-</plist>
diff --git a/mac/English.lproj/FileFormatPanel.nib/keyedobjects.nib b/mac/English.lproj/FileFormatPanel.nib/keyedobjects.nib
index 29db6c1..d987992 100644
Binary files a/mac/English.lproj/FileFormatPanel.nib/keyedobjects.nib and b/mac/English.lproj/FileFormatPanel.nib/keyedobjects.nib differ
diff --git a/mac/English.lproj/MainMenu.nib/classes.nib b/mac/English.lproj/MainMenu.nib/classes.nib
deleted file mode 100644
index 446a615..0000000
--- a/mac/English.lproj/MainMenu.nib/classes.nib
+++ /dev/null
@@ -1,98 +0,0 @@
-{
-    IBClasses = (
-        {
-            ACTIONS = {
-                AdjustApply = id; 
-                AdjustCenterArraysXBChanged = id; 
-                AdjustCenterGenesXBChanged = id; 
-                FileOpen = id; 
-                FileSave = id; 
-                FilterAccept = id; 
-                FilterApply = id; 
-                HierarchicalArrayWeightXBChanged = id; 
-                HierarchicalAverage = id; 
-                HierarchicalCentroid = id; 
-                HierarchicalComplete = id; 
-                HierarchicalGeneWeightXBChanged = id; 
-                HierarchicalSingle = id; 
-                KMeansExecute = id; 
-                PCAExecute = id; 
-                SOMExecute = id; 
-                ShowAboutPanel = id; 
-                ShowFileFormatPanel = id; 
-                ShowHelpDownload = id; 
-                ShowHelpManual = id; 
-            }; 
-            CLASS = Controller; 
-            LANGUAGE = ObjC; 
-            OUTLETS = {
-                AdjustCenterArraysXB = id; 
-                AdjustCenterGenesXB = id; 
-                AdjustLogXB = id; 
-                AdjustMeanArrays = id; 
-                AdjustMeanGenes = id; 
-                AdjustMedianArrays = id; 
-                AdjustMedianGenes = id; 
-                AdjustNormalizeArrays = id; 
-                AdjustNormalizeGenes = id; 
-                Columns = id; 
-                FileMemo = id; 
-                FilterMaxMin = id; 
-                FilterMaxMinXB = id; 
-                FilterNumber = id; 
-                FilterObservationValue = id; 
-                FilterObservationXB = id; 
-                FilterPercent = id; 
-                FilterPercentXB = id; 
-                FilterStd = id; 
-                FilterStdXB = id; 
-                HierarchicalArrayCutoff = id; 
-                HierarchicalArrayExp = id; 
-                HierarchicalArrayMetric = id; 
-                HierarchicalArrayWeight = id; 
-                HierarchicalArrayWeightXB = id; 
-                HierarchicalArrayXB = id; 
-                HierarchicalArrays = id; 
-                HierarchicalGeneCutoff = id; 
-                HierarchicalGeneExp = id; 
-                HierarchicalGeneMetric = id; 
-                HierarchicalGeneWeight = id; 
-                HierarchicalGeneWeightXB = id; 
-                HierarchicalGeneXB = id; 
-                HierarchicalGenes = id; 
-                JobName = id; 
-                KMeansArrayK = id; 
-                KMeansArrayMean = id; 
-                KMeansArrayMetric = id; 
-                KMeansArrayRuns = id; 
-                KMeansArrayXB = id; 
-                KMeansGeneK = id; 
-                KMeansGeneMean = id; 
-                KMeansGeneMetric = id; 
-                KMeansGeneRuns = id; 
-                KMeansGeneXB = id; 
-                PCAArrayXB = id; 
-                PCAGeneXB = id; 
-                Rows = id; 
-                SOMArrayIters = id; 
-                SOMArrayMetric = id; 
-                SOMArrayTau = id; 
-                SOMArrayXB = id; 
-                SOMArrayXDim = id; 
-                SOMArrayYDim = id; 
-                SOMGeneIters = id; 
-                SOMGeneMetric = id; 
-                SOMGeneTau = id; 
-                SOMGeneXB = id; 
-                SOMGeneXDim = id; 
-                SOMGeneYDim = id; 
-                filteraccept = id; 
-                filterresult = id; 
-                statusbar = id; 
-            }; 
-            SUPERCLASS = NSObject; 
-        }, 
-        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
-    ); 
-    IBVersion = 1; 
-}
\ No newline at end of file
diff --git a/mac/English.lproj/MainMenu.nib/designable.nib b/mac/English.lproj/MainMenu.nib/designable.nib
new file mode 100644
index 0000000..082bf34
--- /dev/null
+++ b/mac/English.lproj/MainMenu.nib/designable.nib
@@ -0,0 +1,7477 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00">
+	<data>
+		<int key="IBDocument.SystemTarget">1030</int>
+		<string key="IBDocument.SystemVersion">13F34</string>
+		<string key="IBDocument.InterfaceBuilderVersion">6245</string>
+		<string key="IBDocument.AppKitVersion">1265.21</string>
+		<string key="IBDocument.HIToolboxVersion">698.00</string>
+		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
+			<string key="NS.object.0">6245</string>
+		</object>
+		<array key="IBDocument.IntegratedClassDependencies">
+			<string>NSBox</string>
+			<string>NSButton</string>
+			<string>NSButtonCell</string>
+			<string>NSCustomObject</string>
+			<string>NSMatrix</string>
+			<string>NSMenu</string>
+			<string>NSMenuItem</string>
+			<string>NSNumberFormatter</string>
+			<string>NSPopUpButton</string>
+			<string>NSPopUpButtonCell</string>
+			<string>NSTabView</string>
+			<string>NSTabViewItem</string>
+			<string>NSTextField</string>
+			<string>NSTextFieldCell</string>
+			<string>NSView</string>
+			<string>NSWindowTemplate</string>
+		</array>
+		<array key="IBDocument.PluginDependencies">
+			<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+		</array>
+		<dictionary class="NSMutableDictionary" key="IBDocument.Metadata"/>
+		<array class="NSMutableArray" key="IBDocument.RootObjects" id="561665137">
+			<object class="NSCustomObject" id="666294466">
+				<object class="NSMutableString" key="NSClassName">
+					<characters key="NS.bytes">NSApplication</characters>
+				</object>
+			</object>
+			<object class="NSCustomObject" id="465331099">
+				<string key="NSClassName">FirstResponder</string>
+			</object>
+			<object class="NSCustomObject" id="86423774">
+				<string key="NSClassName">NSApplication</string>
+			</object>
+			<object class="NSWindowTemplate" id="828130159">
+				<int key="NSWindowStyleMask">5</int>
+				<int key="NSWindowBacking">2</int>
+				<string key="NSWindowRect">{{178, 87}, {596, 637}}</string>
+				<int key="NSWTFlags">1886912512</int>
+				<string key="NSWindowTitle">Gene Cluster 3.0</string>
+				<string key="NSWindowClass">NSWindow</string>
+				<object class="NSMutableString" key="NSViewClass">
+					<characters key="NS.bytes">View</characters>
+				</object>
+				<nil key="NSUserInterfaceItemIdentifier"/>
+				<object class="NSView" key="NSWindowView" id="772713336">
+					<nil key="NSNextResponder"/>
+					<int key="NSvFlags">256</int>
+					<array class="NSMutableArray" key="NSSubviews">
+						<object class="NSTextField" id="13371872">
+							<reference key="NSNextResponder" ref="772713336"/>
+							<int key="NSvFlags">256</int>
+							<string key="NSFrame">{{17, 598}, {73, 17}}</string>
+							<reference key="NSSuperview" ref="772713336"/>
+							<bool key="NSEnabled">YES</bool>
+							<object class="NSTextFieldCell" key="NSCell" id="105637907">
+								<int key="NSCellFlags">67108864</int>
+								<int key="NSCellFlags2">4194304</int>
+								<string key="NSContents">File loaded</string>
+								<object class="NSFont" key="NSSupport" id="885092723">
+									<bool key="IBIsSystemFont">YES</bool>
+									<double key="NSSize">13</double>
+									<int key="NSfFlags">1044</int>
+								</object>
+								<reference key="NSControlView" ref="13371872"/>
+								<object class="NSColor" key="NSBackgroundColor" id="375409004">
+									<int key="NSColorSpace">6</int>
+									<string key="NSCatalogName">System</string>
+									<string key="NSColorName">controlColor</string>
+									<object class="NSColor" key="NSColor">
+										<int key="NSColorSpace">3</int>
+										<bytes key="NSWhite">MC42NjY2NjY2NjY3AA</bytes>
+									</object>
+								</object>
+								<object class="NSColor" key="NSTextColor" id="497512846">
+									<int key="NSColorSpace">6</int>
+									<string key="NSCatalogName">System</string>
+									<string key="NSColorName">controlTextColor</string>
+									<object class="NSColor" key="NSColor" id="1059555335">
+										<int key="NSColorSpace">3</int>
+										<bytes key="NSWhite">MAA</bytes>
+									</object>
+								</object>
+							</object>
+							<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+							<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+						</object>
+						<object class="NSTextField" id="712785277">
+							<reference key="NSNextResponder" ref="772713336"/>
+							<int key="NSvFlags">256</int>
+							<string key="NSFrame">{{17, 512}, {63, 17}}</string>
+							<reference key="NSSuperview" ref="772713336"/>
+							<bool key="NSEnabled">YES</bool>
+							<object class="NSTextFieldCell" key="NSCell" id="357181520">
+								<int key="NSCellFlags">67108864</int>
+								<int key="NSCellFlags2">4194304</int>
+								<string key="NSContents">Job name</string>
+								<reference key="NSSupport" ref="885092723"/>
+								<reference key="NSControlView" ref="712785277"/>
+								<reference key="NSBackgroundColor" ref="375409004"/>
+								<reference key="NSTextColor" ref="497512846"/>
+							</object>
+							<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+							<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+						</object>
+						<object class="NSTextField" id="946790886">
+							<reference key="NSNextResponder" ref="772713336"/>
+							<int key="NSvFlags">256</int>
+							<string key="NSFrame">{{17, 468}, {78, 17}}</string>
+							<reference key="NSSuperview" ref="772713336"/>
+							<bool key="NSEnabled">YES</bool>
+							<object class="NSTextFieldCell" key="NSCell" id="736264829">
+								<int key="NSCellFlags">67108864</int>
+								<int key="NSCellFlags2">4194304</int>
+								<string key="NSContents">Dataset has</string>
+								<reference key="NSSupport" ref="885092723"/>
+								<reference key="NSControlView" ref="946790886"/>
+								<reference key="NSBackgroundColor" ref="375409004"/>
+								<reference key="NSTextColor" ref="497512846"/>
+							</object>
+							<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+							<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+						</object>
+						<object class="NSTextField" id="666453531">
+							<reference key="NSNextResponder" ref="772713336"/>
+							<int key="NSvFlags">256</int>
+							<string key="NSFrame">{{182, 542}, {397, 76}}</string>
+							<reference key="NSSuperview" ref="772713336"/>
+							<bool key="NSEnabled">YES</bool>
+							<object class="NSTextFieldCell" key="NSCell" id="148947099">
+								<int key="NSCellFlags">-2073034687</int>
+								<int key="NSCellFlags2">4195328</int>
+								<string key="NSContents"/>
+								<reference key="NSSupport" ref="885092723"/>
+								<reference key="NSControlView" ref="666453531"/>
+								<bool key="NSDrawsBackground">YES</bool>
+								<object class="NSColor" key="NSBackgroundColor" id="869742347">
+									<int key="NSColorSpace">6</int>
+									<string key="NSCatalogName">System</string>
+									<string key="NSColorName">textBackgroundColor</string>
+									<object class="NSColor" key="NSColor" id="263969861">
+										<int key="NSColorSpace">3</int>
+										<bytes key="NSWhite">MQA</bytes>
+									</object>
+								</object>
+								<object class="NSColor" key="NSTextColor" id="924299943">
+									<int key="NSColorSpace">6</int>
+									<string key="NSCatalogName">System</string>
+									<string key="NSColorName">textColor</string>
+									<reference key="NSColor" ref="1059555335"/>
+								</object>
+							</object>
+							<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+							<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+						</object>
+						<object class="NSTextField" id="482389223">
+							<reference key="NSNextResponder" ref="772713336"/>
+							<int key="NSvFlags">256</int>
+							<string key="NSFrame">{{185, 506}, {391, 23}}</string>
+							<reference key="NSSuperview" ref="772713336"/>
+							<bool key="NSEnabled">YES</bool>
+							<object class="NSTextFieldCell" key="NSCell" id="970341836">
+								<int key="NSCellFlags">-1804599231</int>
+								<int key="NSCellFlags2">4195328</int>
+								<string key="NSContents"/>
+								<reference key="NSSupport" ref="885092723"/>
+								<reference key="NSControlView" ref="482389223"/>
+								<bool key="NSDrawsBackground">YES</bool>
+								<reference key="NSBackgroundColor" ref="869742347"/>
+								<reference key="NSTextColor" ref="924299943"/>
+							</object>
+							<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+							<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+						</object>
+						<object class="NSTextField" id="8462694">
+							<reference key="NSNextResponder" ref="772713336"/>
+							<int key="NSvFlags">256</int>
+							<string key="NSFrame">{{313, 481}, {37, 17}}</string>
+							<reference key="NSSuperview" ref="772713336"/>
+							<bool key="NSEnabled">YES</bool>
+							<object class="NSTextFieldCell" key="NSCell" id="1034828151">
+								<int key="NSCellFlags">67108864</int>
+								<int key="NSCellFlags2">4194304</int>
+								<string key="NSContents">Rows</string>
+								<reference key="NSSupport" ref="885092723"/>
+								<reference key="NSControlView" ref="8462694"/>
+								<reference key="NSBackgroundColor" ref="375409004"/>
+								<reference key="NSTextColor" ref="497512846"/>
+							</object>
+							<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+							<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+						</object>
+						<object class="NSTextField" id="218031044">
+							<reference key="NSNextResponder" ref="772713336"/>
+							<int key="NSvFlags">256</int>
+							<string key="NSFrame">{{313, 460}, {60, 17}}</string>
+							<reference key="NSSuperview" ref="772713336"/>
+							<bool key="NSEnabled">YES</bool>
+							<object class="NSTextFieldCell" key="NSCell" id="620240114">
+								<int key="NSCellFlags">67108864</int>
+								<int key="NSCellFlags2">4194304</int>
+								<string key="NSContents">Columns</string>
+								<reference key="NSSupport" ref="885092723"/>
+								<reference key="NSControlView" ref="218031044"/>
+								<reference key="NSBackgroundColor" ref="375409004"/>
+								<reference key="NSTextColor" ref="497512846"/>
+							</object>
+							<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+							<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+						</object>
+						<object class="NSTextField" id="327793584">
+							<reference key="NSNextResponder" ref="772713336"/>
+							<int key="NSvFlags">256</int>
+							<string key="NSFrame">{{182, 481}, {129, 17}}</string>
+							<reference key="NSSuperview" ref="772713336"/>
+							<bool key="NSEnabled">YES</bool>
+							<object class="NSTextFieldCell" key="NSCell" id="297196918">
+								<int key="NSCellFlags">67108864</int>
+								<int key="NSCellFlags2">71303168</int>
+								<string key="NSContents"/>
+								<reference key="NSSupport" ref="885092723"/>
+								<reference key="NSControlView" ref="327793584"/>
+								<reference key="NSBackgroundColor" ref="375409004"/>
+								<reference key="NSTextColor" ref="497512846"/>
+							</object>
+							<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+							<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+						</object>
+						<object class="NSTextField" id="453355009">
+							<reference key="NSNextResponder" ref="772713336"/>
+							<int key="NSvFlags">256</int>
+							<string key="NSFrame">{{182, 460}, {129, 17}}</string>
+							<reference key="NSSuperview" ref="772713336"/>
+							<bool key="NSEnabled">YES</bool>
+							<object class="NSTextFieldCell" key="NSCell" id="225016694">
+								<int key="NSCellFlags">67108864</int>
+								<int key="NSCellFlags2">71303168</int>
+								<string key="NSContents"/>
+								<reference key="NSSupport" ref="885092723"/>
+								<reference key="NSControlView" ref="453355009"/>
+								<reference key="NSBackgroundColor" ref="375409004"/>
+								<reference key="NSTextColor" ref="497512846"/>
+							</object>
+							<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+							<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+						</object>
+						<object class="NSTabView" id="268709588">
+							<reference key="NSNextResponder" ref="772713336"/>
+							<int key="NSvFlags">256</int>
+							<string key="NSFrame">{{10, 7}, {576, 447}}</string>
+							<reference key="NSSuperview" ref="772713336"/>
+							<array class="NSMutableArray" key="NSTabViewItems">
+								<object class="NSTabViewItem" id="981878493">
+									<object class="NSMutableString" key="NSIdentifier">
+										<characters key="NS.bytes">1</characters>
+									</object>
+									<object class="NSView" key="NSView" id="791714418">
+										<reference key="NSNextResponder" ref="268709588"/>
+										<int key="NSvFlags">274</int>
+										<array class="NSMutableArray" key="NSSubviews">
+											<object class="NSBox" id="884732181">
+												<reference key="NSNextResponder" ref="791714418"/>
+												<int key="NSvFlags">256</int>
+												<array class="NSMutableArray" key="NSSubviews">
+													<object class="NSView" id="1065449902">
+														<reference key="NSNextResponder" ref="884732181"/>
+														<int key="NSvFlags">274</int>
+														<array class="NSMutableArray" key="NSSubviews">
+															<object class="NSButton" id="212445636">
+																<reference key="NSNextResponder" ref="1065449902"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{18, 305}, {107, 18}}</string>
+																<reference key="NSSuperview" ref="1065449902"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="637396227">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">% Present >=</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="212445636"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<object class="NSButtonImageSource" key="NSAlternateImage" id="598584859">
+																		<string key="NSImageName">NSSwitch</string>
+																	</object>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSButton" id="975992048">
+																<reference key="NSNextResponder" ref="1065449902"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{18, 260}, {128, 18}}</string>
+																<reference key="NSSuperview" ref="1065449902"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="541296838">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">SD (Gene Vector)</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="975992048"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<reference key="NSAlternateImage" ref="598584859"/>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSButton" id="410151800">
+																<reference key="NSNextResponder" ref="1065449902"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{18, 215}, {70, 18}}</string>
+																<reference key="NSSuperview" ref="1065449902"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="248606578">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">At least</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="410151800"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<reference key="NSAlternateImage" ref="598584859"/>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSButton" id="175746151">
+																<reference key="NSNextResponder" ref="1065449902"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{18, 170}, {151, 18}}</string>
+																<reference key="NSSuperview" ref="1065449902"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="527142789">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">MaxVal - MinVal >=</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="175746151"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<reference key="NSAlternateImage" ref="598584859"/>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSButton" id="194608916">
+																<reference key="NSNextResponder" ref="1065449902"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{199, 83}, {112, 32}}</string>
+																<reference key="NSSuperview" ref="1065449902"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="349558559">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">137887744</int>
+																	<string key="NSContents">Apply Filter</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="194608916"/>
+																	<int key="NSButtonFlags">-2038284288</int>
+																	<int key="NSButtonFlags2">1</int>
+																	<object class="NSFont" key="NSAlternateImage" id="260137420">
+																		<string key="NSName">Helvetica</string>
+																		<double key="NSSize">13</double>
+																		<int key="NSfFlags">16</int>
+																	</object>
+																	<object class="NSMutableString" key="NSAlternateContents">
+																		<characters key="NS.bytes"/>
+																	</object>
+																	<object class="NSMutableString" key="NSKeyEquivalent">
+																		<characters key="NS.bytes"/>
+																	</object>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSButton" id="289665354">
+																<reference key="NSNextResponder" ref="1065449902"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{214, 6}, {84, 32}}</string>
+																<reference key="NSSuperview" ref="1065449902"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="649598177">
+																	<int key="NSCellFlags">603979776</int>
+																	<int key="NSCellFlags2">137887744</int>
+																	<string key="NSContents">Accept</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="289665354"/>
+																	<int key="NSButtonFlags">-2038284288</int>
+																	<int key="NSButtonFlags2">1</int>
+																	<reference key="NSAlternateImage" ref="260137420"/>
+																	<string key="NSAlternateContents"/>
+																	<object class="NSMutableString" key="NSKeyEquivalent">
+																		<characters key="NS.bytes"/>
+																	</object>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSTextField" id="640546385">
+																<reference key="NSNextResponder" ref="1065449902"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{13, 54}, {485, 17}}</string>
+																<reference key="NSSuperview" ref="1065449902"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="707032829">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">138412032</int>
+																	<string key="NSContents"/>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="640546385"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="273008458">
+																<reference key="NSNextResponder" ref="1065449902"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{177, 304}, {78, 22}}</string>
+																<reference key="NSSuperview" ref="1065449902"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="112266899">
+																	<int key="NSCellFlags">-1804599231</int>
+																	<int key="NSCellFlags2">71304192</int>
+																	<object class="NSDecimalNumberPlaceholder" key="NSContents">
+																		<int key="NS.exponent">1</int>
+																		<int key="NS.length">1</int>
+																		<bool key="NS.negative">NO</bool>
+																		<bool key="NS.compact">YES</bool>
+																		<int key="NS.mantissa.bo">1</int>
+																		<bytes key="NS.mantissa">CAAAAAAAAAAAAAAAAAAAAA</bytes>
+																	</object>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<object class="NSNumberFormatter" key="NSFormatter" id="688677012">
+																		<dictionary class="NSMutableDictionary" key="NS.attributes">
+																			<boolean value="YES" key="allowsFloats"/>
+																			<object class="NSAttributedString" key="attributedStringForNil" id="339515898">
+																				<string key="NSString"/>
+																			</object>
+																			<object class="NSAttributedString" key="attributedStringForNotANumber" id="971341278">
+																				<string key="NSString">NaN</string>
+																				<dictionary key="NSAttributes" id="957970406"/>
+																			</object>
+																			<object class="NSAttributedString" key="attributedStringForZero" id="1040277405">
+																				<string key="NSString">0</string>
+																				<reference key="NSAttributes" ref="957970406"/>
+																			</object>
+																			<string key="decimalSeparator">.</string>
+																			<integer value="1000" key="formatterBehavior"/>
+																			<string key="groupingSeparator">,</string>
+																			<object class="NSLocale" key="locale" id="275397327">
+																				<string key="NS.identifier"/>
+																			</object>
+																			<object class="NSDecimalNumberPlaceholder" key="maximum" id="1052300176">
+																				<int key="NS.exponent">2</int>
+																				<int key="NS.length">1</int>
+																				<bool key="NS.negative">NO</bool>
+																				<bool key="NS.compact">YES</bool>
+																				<int key="NS.mantissa.bo">1</int>
+																				<bytes key="NS.mantissa">AQAAAAAAAAAAAAAAAAAAAA</bytes>
+																			</object>
+																			<object class="NSDecimalNumberPlaceholder" key="minimum" id="851628303">
+																				<int key="NS.exponent">0</int>
+																				<int key="NS.length">0</int>
+																				<bool key="NS.negative">NO</bool>
+																				<bool key="NS.compact">NO</bool>
+																				<int key="NS.mantissa.bo">1</int>
+																				<bytes key="NS.mantissa">AAAAAAAAAAAAAAAAAAAAAA</bytes>
+																			</object>
+																			<string key="negativeFormat">-#,##0.####</string>
+																			<string key="positiveFormat">#,##0.####</string>
+																			<boolean value="YES" key="usesGroupingSeparator"/>
+																		</dictionary>
+																		<string key="NS.positiveformat">#,##0.####</string>
+																		<string key="NS.negativeformat">-#,##0.####</string>
+																		<nil key="NS.positiveattrs"/>
+																		<nil key="NS.negativeattrs"/>
+																		<reference key="NS.zero" ref="1040277405"/>
+																		<reference key="NS.nil" ref="339515898"/>
+																		<reference key="NS.nan" ref="971341278"/>
+																		<reference key="NS.min" ref="851628303"/>
+																		<reference key="NS.max" ref="1052300176"/>
+																		<nil key="NS.rounding"/>
+																		<string key="NS.decimal">.</string>
+																		<string key="NS.thousand">,</string>
+																		<bool key="NS.hasthousands">YES</bool>
+																		<bool key="NS.localized">NO</bool>
+																		<bool key="NS.allowsfloats">YES</bool>
+																	</object>
+																	<reference key="NSControlView" ref="273008458"/>
+																	<bool key="NSDrawsBackground">YES</bool>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<reference key="NSTextColor" ref="924299943"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="735459513">
+																<reference key="NSNextResponder" ref="1065449902"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{94, 214}, {45, 22}}</string>
+																<reference key="NSSuperview" ref="1065449902"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="543098998">
+																	<int key="NSCellFlags">-1804599231</int>
+																	<int key="NSCellFlags2">71304192</int>
+																	<object class="NSDecimalNumberPlaceholder" key="NSContents">
+																		<int key="NS.exponent">0</int>
+																		<int key="NS.length">1</int>
+																		<bool key="NS.negative">NO</bool>
+																		<bool key="NS.compact">YES</bool>
+																		<int key="NS.mantissa.bo">1</int>
+																		<bytes key="NS.mantissa">AQAAAAAAAAAAAAAAAAAAAA</bytes>
+																	</object>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<object class="NSNumberFormatter" key="NSFormatter" id="340303340">
+																		<dictionary class="NSMutableDictionary" key="NS.attributes">
+																			<boolean value="YES" key="allowsFloats"/>
+																			<object class="NSAttributedString" key="attributedStringForNil" id="939460989">
+																				<string key="NSString"/>
+																			</object>
+																			<object class="NSAttributedString" key="attributedStringForNotANumber" id="261208839">
+																				<string key="NSString">NaN</string>
+																				<reference key="NSAttributes" ref="957970406"/>
+																			</object>
+																			<object class="NSAttributedString" key="attributedStringForZero" id="925347239">
+																				<string key="NSString">0</string>
+																				<reference key="NSAttributes" ref="957970406"/>
+																			</object>
+																			<string key="decimalSeparator">.</string>
+																			<integer value="1000" key="formatterBehavior"/>
+																			<string key="groupingSeparator">,</string>
+																			<reference key="locale" ref="275397327"/>
+																			<object class="NSDecimalNumberPlaceholder" key="minimum" id="333992639">
+																				<int key="NS.exponent">0</int>
+																				<int key="NS.length">0</int>
+																				<bool key="NS.negative">NO</bool>
+																				<bool key="NS.compact">NO</bool>
+																				<int key="NS.mantissa.bo">1</int>
+																				<bytes key="NS.mantissa">AAAAAAAAAAAAAAAAAAAAAA</bytes>
+																			</object>
+																			<string key="negativeFormat">###0.00</string>
+																			<string key="positiveFormat">#</string>
+																			<boolean value="NO" key="usesGroupingSeparator"/>
+																		</dictionary>
+																		<string key="NS.positiveformat">#</string>
+																		<string key="NS.negativeformat">###0.00</string>
+																		<nil key="NS.positiveattrs"/>
+																		<nil key="NS.negativeattrs"/>
+																		<reference key="NS.zero" ref="925347239"/>
+																		<reference key="NS.nil" ref="939460989"/>
+																		<reference key="NS.nan" ref="261208839"/>
+																		<reference key="NS.min" ref="333992639"/>
+																		<object class="NSDecimalNumberPlaceholder" key="NS.max" id="148455323">
+																			<int key="NS.exponent">0</int>
+																			<int key="NS.length">0</int>
+																			<bool key="NS.negative">YES</bool>
+																			<bool key="NS.compact">NO</bool>
+																			<int key="NS.mantissa.bo">1</int>
+																			<bytes key="NS.mantissa">AAAAAAAAAAAAAAAAAAAAAA</bytes>
+																		</object>
+																		<nil key="NS.rounding"/>
+																		<string key="NS.decimal">.</string>
+																		<string key="NS.thousand">,</string>
+																		<bool key="NS.hasthousands">NO</bool>
+																		<bool key="NS.localized">NO</bool>
+																		<bool key="NS.allowsfloats">YES</bool>
+																	</object>
+																	<reference key="NSControlView" ref="735459513"/>
+																	<bool key="NSDrawsBackground">YES</bool>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<reference key="NSTextColor" ref="924299943"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="111766957">
+																<reference key="NSNextResponder" ref="1065449902"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{155, 216}, {210, 17}}</string>
+																<reference key="NSSuperview" ref="1065449902"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="708892677">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">observations with abs(Val) >=</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="111766957"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="157528138">
+																<reference key="NSNextResponder" ref="1065449902"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{177, 169}, {78, 22}}</string>
+																<reference key="NSSuperview" ref="1065449902"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="647285237">
+																	<int key="NSCellFlags">-1804599231</int>
+																	<int key="NSCellFlags2">71304192</int>
+																	<object class="NSDecimalNumberPlaceholder" key="NSContents">
+																		<int key="NS.exponent">0</int>
+																		<int key="NS.length">1</int>
+																		<bool key="NS.negative">NO</bool>
+																		<bool key="NS.compact">YES</bool>
+																		<int key="NS.mantissa.bo">1</int>
+																		<bytes key="NS.mantissa">AgAAAAAAAAAAAAAAAAAAAA</bytes>
+																	</object>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<object class="NSNumberFormatter" key="NSFormatter" id="53897632">
+																		<dictionary class="NSMutableDictionary" key="NS.attributes">
+																			<boolean value="YES" key="allowsFloats"/>
+																			<object class="NSAttributedString" key="attributedStringForNil" id="953489558">
+																				<string key="NSString"/>
+																			</object>
+																			<object class="NSAttributedString" key="attributedStringForNotANumber" id="439557543">
+																				<string key="NSString">NaN</string>
+																				<reference key="NSAttributes" ref="957970406"/>
+																			</object>
+																			<object class="NSAttributedString" key="attributedStringForZero" id="342454333">
+																				<string key="NSString">0</string>
+																				<reference key="NSAttributes" ref="957970406"/>
+																			</object>
+																			<string key="decimalSeparator">.</string>
+																			<integer value="1000" key="formatterBehavior"/>
+																			<string key="groupingSeparator">,</string>
+																			<reference key="locale" ref="275397327"/>
+																			<object class="NSDecimalNumberPlaceholder" key="minimum" id="795808342">
+																				<int key="NS.exponent">0</int>
+																				<int key="NS.length">0</int>
+																				<bool key="NS.negative">NO</bool>
+																				<bool key="NS.compact">NO</bool>
+																				<int key="NS.mantissa.bo">1</int>
+																				<bytes key="NS.mantissa">AAAAAAAAAAAAAAAAAAAAAA</bytes>
+																			</object>
+																			<string key="negativeFormat">-#,##0.####</string>
+																			<string key="positiveFormat">#,##0.0###</string>
+																			<boolean value="YES" key="usesGroupingSeparator"/>
+																		</dictionary>
+																		<string key="NS.positiveformat">#,##0.0###</string>
+																		<string key="NS.negativeformat">-#,##0.####</string>
+																		<nil key="NS.positiveattrs"/>
+																		<nil key="NS.negativeattrs"/>
+																		<reference key="NS.zero" ref="342454333"/>
+																		<reference key="NS.nil" ref="953489558"/>
+																		<reference key="NS.nan" ref="439557543"/>
+																		<reference key="NS.min" ref="795808342"/>
+																		<reference key="NS.max" ref="148455323"/>
+																		<nil key="NS.rounding"/>
+																		<string key="NS.decimal">.</string>
+																		<string key="NS.thousand">,</string>
+																		<bool key="NS.hasthousands">YES</bool>
+																		<bool key="NS.localized">NO</bool>
+																		<bool key="NS.allowsfloats">YES</bool>
+																	</object>
+																	<reference key="NSControlView" ref="157528138"/>
+																	<bool key="NSDrawsBackground">YES</bool>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<reference key="NSTextColor" ref="924299943"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="509044925">
+																<reference key="NSNextResponder" ref="1065449902"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{358, 214}, {78, 22}}</string>
+																<reference key="NSSuperview" ref="1065449902"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="983473181">
+																	<int key="NSCellFlags">-1804599231</int>
+																	<int key="NSCellFlags2">71304192</int>
+																	<object class="NSDecimalNumberPlaceholder" key="NSContents">
+																		<int key="NS.exponent">0</int>
+																		<int key="NS.length">1</int>
+																		<bool key="NS.negative">NO</bool>
+																		<bool key="NS.compact">YES</bool>
+																		<int key="NS.mantissa.bo">1</int>
+																		<bytes key="NS.mantissa">AgAAAAAAAAAAAAAAAAAAAA</bytes>
+																	</object>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<object class="NSNumberFormatter" key="NSFormatter" id="23196814">
+																		<dictionary class="NSMutableDictionary" key="NS.attributes">
+																			<boolean value="YES" key="allowsFloats"/>
+																			<object class="NSAttributedString" key="attributedStringForNil" id="140161402">
+																				<string key="NSString"/>
+																			</object>
+																			<object class="NSAttributedString" key="attributedStringForNotANumber" id="369972775">
+																				<string key="NSString">NaN</string>
+																				<reference key="NSAttributes" ref="957970406"/>
+																			</object>
+																			<object class="NSAttributedString" key="attributedStringForZero" id="606796700">
+																				<string key="NSString">0</string>
+																				<reference key="NSAttributes" ref="957970406"/>
+																			</object>
+																			<string key="decimalSeparator">.</string>
+																			<integer value="1000" key="formatterBehavior"/>
+																			<string key="groupingSeparator">,</string>
+																			<reference key="locale" ref="275397327"/>
+																			<string key="negativeFormat">-#,##0.####</string>
+																			<string key="positiveFormat">#,##0.0###</string>
+																			<boolean value="YES" key="usesGroupingSeparator"/>
+																		</dictionary>
+																		<string key="NS.positiveformat">#,##0.0###</string>
+																		<string key="NS.negativeformat">-#,##0.####</string>
+																		<nil key="NS.positiveattrs"/>
+																		<nil key="NS.negativeattrs"/>
+																		<reference key="NS.zero" ref="606796700"/>
+																		<reference key="NS.nil" ref="140161402"/>
+																		<reference key="NS.nan" ref="369972775"/>
+																		<reference key="NS.min" ref="148455323"/>
+																		<reference key="NS.max" ref="148455323"/>
+																		<nil key="NS.rounding"/>
+																		<string key="NS.decimal">.</string>
+																		<string key="NS.thousand">,</string>
+																		<bool key="NS.hasthousands">YES</bool>
+																		<bool key="NS.localized">NO</bool>
+																		<bool key="NS.allowsfloats">YES</bool>
+																	</object>
+																	<reference key="NSControlView" ref="509044925"/>
+																	<bool key="NSDrawsBackground">YES</bool>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<reference key="NSTextColor" ref="924299943"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="1069785931">
+																<reference key="NSNextResponder" ref="1065449902"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{177, 259}, {78, 22}}</string>
+																<reference key="NSSuperview" ref="1065449902"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="472651167">
+																	<int key="NSCellFlags">-1804599231</int>
+																	<int key="NSCellFlags2">71304192</int>
+																	<object class="NSDecimalNumberPlaceholder" key="NSContents">
+																		<int key="NS.exponent">0</int>
+																		<int key="NS.length">1</int>
+																		<bool key="NS.negative">NO</bool>
+																		<bool key="NS.compact">YES</bool>
+																		<int key="NS.mantissa.bo">1</int>
+																		<bytes key="NS.mantissa">AgAAAAAAAAAAAAAAAAAAAA</bytes>
+																	</object>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<object class="NSNumberFormatter" key="NSFormatter" id="752279235">
+																		<dictionary class="NSMutableDictionary" key="NS.attributes">
+																			<boolean value="YES" key="allowsFloats"/>
+																			<object class="NSAttributedString" key="attributedStringForNil" id="780121577">
+																				<string key="NSString"/>
+																			</object>
+																			<object class="NSAttributedString" key="attributedStringForNotANumber" id="684788078">
+																				<string key="NSString">NaN</string>
+																				<reference key="NSAttributes" ref="957970406"/>
+																			</object>
+																			<object class="NSAttributedString" key="attributedStringForZero" id="738745262">
+																				<string key="NSString">0</string>
+																				<reference key="NSAttributes" ref="957970406"/>
+																			</object>
+																			<string key="decimalSeparator">.</string>
+																			<integer value="1000" key="formatterBehavior"/>
+																			<string key="groupingSeparator">,</string>
+																			<reference key="locale" ref="275397327"/>
+																			<object class="NSDecimalNumberPlaceholder" key="minimum" id="933353178">
+																				<int key="NS.exponent">0</int>
+																				<int key="NS.length">0</int>
+																				<bool key="NS.negative">NO</bool>
+																				<bool key="NS.compact">NO</bool>
+																				<int key="NS.mantissa.bo">1</int>
+																				<bytes key="NS.mantissa">AAAAAAAAAAAAAAAAAAAAAA</bytes>
+																			</object>
+																			<string key="negativeFormat">-#,##0.0000</string>
+																			<string key="positiveFormat">#,##0.0###</string>
+																			<boolean value="YES" key="usesGroupingSeparator"/>
+																		</dictionary>
+																		<string key="NS.positiveformat">#,##0.0###</string>
+																		<string key="NS.negativeformat">-#,##0.0000</string>
+																		<nil key="NS.positiveattrs"/>
+																		<nil key="NS.negativeattrs"/>
+																		<reference key="NS.zero" ref="738745262"/>
+																		<reference key="NS.nil" ref="780121577"/>
+																		<reference key="NS.nan" ref="684788078"/>
+																		<reference key="NS.min" ref="933353178"/>
+																		<reference key="NS.max" ref="148455323"/>
+																		<nil key="NS.rounding"/>
+																		<string key="NS.decimal">.</string>
+																		<string key="NS.thousand">,</string>
+																		<bool key="NS.hasthousands">YES</bool>
+																		<bool key="NS.localized">NO</bool>
+																		<bool key="NS.allowsfloats">YES</bool>
+																	</object>
+																	<reference key="NSControlView" ref="1069785931"/>
+																	<bool key="NSDrawsBackground">YES</bool>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<reference key="NSTextColor" ref="924299943"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+														</array>
+														<string key="NSFrame">{{2, 2}, {512, 354}}</string>
+														<reference key="NSSuperview" ref="884732181"/>
+													</object>
+												</array>
+												<string key="NSFrame">{{20, 20}, {516, 374}}</string>
+												<reference key="NSSuperview" ref="791714418"/>
+												<string key="NSOffsets">{0, 0}</string>
+												<object class="NSTextFieldCell" key="NSTitleCell">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">0</int>
+													<string key="NSContents">Filter Genes</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSBackgroundColor" ref="869742347"/>
+													<object class="NSColor" key="NSTextColor">
+														<int key="NSColorSpace">3</int>
+														<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+													</object>
+												</object>
+												<reference key="NSContentView" ref="1065449902"/>
+												<int key="NSBorderType">3</int>
+												<int key="NSBoxType">0</int>
+												<int key="NSTitlePosition">2</int>
+												<bool key="NSTransparent">NO</bool>
+											</object>
+										</array>
+										<string key="NSFrame">{{10, 33}, {556, 401}}</string>
+										<reference key="NSSuperview" ref="268709588"/>
+									</object>
+									<string key="NSLabel">Filter Data</string>
+									<reference key="NSColor" ref="375409004"/>
+									<reference key="NSTabView" ref="268709588"/>
+								</object>
+								<object class="NSTabViewItem" id="726914278">
+									<object class="NSMutableString" key="NSIdentifier">
+										<characters key="NS.bytes">2</characters>
+									</object>
+									<object class="NSView" key="NSView" id="944924498">
+										<nil key="NSNextResponder"/>
+										<int key="NSvFlags">256</int>
+										<array class="NSMutableArray" key="NSSubviews">
+											<object class="NSBox" id="500155741">
+												<reference key="NSNextResponder" ref="944924498"/>
+												<int key="NSvFlags">256</int>
+												<array class="NSMutableArray" key="NSSubviews">
+													<object class="NSView" id="954012514">
+														<reference key="NSNextResponder" ref="500155741"/>
+														<int key="NSvFlags">256</int>
+														<array class="NSMutableArray" key="NSSubviews">
+															<object class="NSButton" id="911458081">
+																<reference key="NSNextResponder" ref="954012514"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{18, 15}, {143, 18}}</string>
+																<reference key="NSSuperview" ref="954012514"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="692673812">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Log transform data</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="911458081"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<reference key="NSAlternateImage" ref="598584859"/>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+														</array>
+														<string key="NSFrame">{{3, 3}, {510, 51}}</string>
+														<reference key="NSSuperview" ref="500155741"/>
+													</object>
+												</array>
+												<string key="NSFrame">{{20, 324}, {516, 57}}</string>
+												<reference key="NSSuperview" ref="944924498"/>
+												<string key="NSOffsets">{0, 0}</string>
+												<object class="NSTextFieldCell" key="NSTitleCell">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">0</int>
+													<string key="NSContents">Box</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSBackgroundColor" ref="869742347"/>
+													<object class="NSColor" key="NSTextColor">
+														<int key="NSColorSpace">3</int>
+														<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+													</object>
+												</object>
+												<reference key="NSContentView" ref="954012514"/>
+												<int key="NSBorderType">2</int>
+												<int key="NSBoxType">1</int>
+												<int key="NSTitlePosition">0</int>
+												<bool key="NSTransparent">NO</bool>
+											</object>
+											<object class="NSBox" id="839670639">
+												<reference key="NSNextResponder" ref="944924498"/>
+												<int key="NSvFlags">256</int>
+												<array class="NSMutableArray" key="NSSubviews">
+													<object class="NSView" id="851611968">
+														<reference key="NSNextResponder" ref="839670639"/>
+														<int key="NSvFlags">256</int>
+														<array class="NSMutableArray" key="NSSubviews">
+															<object class="NSTextField" id="689342561">
+																<reference key="NSNextResponder" ref="851611968"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{10, 13}, {139, 118}}</string>
+																<reference key="NSSuperview" ref="851611968"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="899993732">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string type="base64-UTF8" key="NSContents">T3JkZXIgb2YgT3BlcmF0aW9uczoKCkxvZyBUcmFuc2Zvcm0KQ2VudGVyIEdlbmVzCk5vcm1hbGl6ZSBH
+ZW5lcwpDZW50ZXIgQXJyYXlzCk5vcm1hbGl6ZSBBcnJheXM</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="689342561"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+														</array>
+														<string key="NSFrame">{{3, 3}, {231, 144}}</string>
+														<reference key="NSSuperview" ref="839670639"/>
+													</object>
+												</array>
+												<string key="NSFrame">{{20, 20}, {237, 150}}</string>
+												<reference key="NSSuperview" ref="944924498"/>
+												<string key="NSOffsets">{0, 0}</string>
+												<object class="NSTextFieldCell" key="NSTitleCell">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">0</int>
+													<string key="NSContents">Box</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSBackgroundColor" ref="869742347"/>
+													<object class="NSColor" key="NSTextColor">
+														<int key="NSColorSpace">3</int>
+														<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+													</object>
+												</object>
+												<reference key="NSContentView" ref="851611968"/>
+												<int key="NSBorderType">2</int>
+												<int key="NSBoxType">1</int>
+												<int key="NSTitlePosition">0</int>
+												<bool key="NSTransparent">NO</bool>
+											</object>
+											<object class="NSButton" id="818228990">
+												<reference key="NSNextResponder" ref="944924498"/>
+												<int key="NSvFlags">256</int>
+												<string key="NSFrame">{{373, 89}, {84, 32}}</string>
+												<reference key="NSSuperview" ref="944924498"/>
+												<bool key="NSEnabled">YES</bool>
+												<object class="NSButtonCell" key="NSCell" id="836450164">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">137887744</int>
+													<string key="NSContents">Apply</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSControlView" ref="818228990"/>
+													<int key="NSButtonFlags">-2038284288</int>
+													<int key="NSButtonFlags2">1</int>
+													<reference key="NSAlternateImage" ref="260137420"/>
+													<object class="NSMutableString" key="NSAlternateContents">
+														<characters key="NS.bytes"/>
+													</object>
+													<object class="NSMutableString" key="NSKeyEquivalent">
+														<characters key="NS.bytes"/>
+													</object>
+													<int key="NSPeriodicDelay">200</int>
+													<int key="NSPeriodicInterval">25</int>
+												</object>
+												<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+											</object>
+											<object class="NSBox" id="50876603">
+												<reference key="NSNextResponder" ref="944924498"/>
+												<int key="NSvFlags">256</int>
+												<array class="NSMutableArray" key="NSSubviews">
+													<object class="NSView" id="964738888">
+														<reference key="NSNextResponder" ref="50876603"/>
+														<int key="NSvFlags">256</int>
+														<array class="NSMutableArray" key="NSSubviews">
+															<object class="NSButton" id="669832407">
+																<reference key="NSNextResponder" ref="964738888"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{18, 80}, {106, 18}}</string>
+																<reference key="NSSuperview" ref="964738888"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="443604294">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Center genes</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="669832407"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<reference key="NSAlternateImage" ref="598584859"/>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSMatrix" id="990334594">
+																<reference key="NSNextResponder" ref="964738888"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{66, 38}, {68, 38}}</string>
+																<reference key="NSSuperview" ref="964738888"/>
+																<bool key="NSEnabled">YES</bool>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSNumRows">2</int>
+																<int key="NSNumCols">1</int>
+																<array class="NSMutableArray" key="NSCells">
+																	<object class="NSButtonCell" id="652052283">
+																		<int key="NSCellFlags">-2080374784</int>
+																		<int key="NSCellFlags2">0</int>
+																		<string key="NSContents">Mean</string>
+																		<reference key="NSSupport" ref="885092723"/>
+																		<reference key="NSControlView" ref="990334594"/>
+																		<int key="NSButtonFlags">1211912448</int>
+																		<int key="NSButtonFlags2">0</int>
+																		<object class="NSButtonImageSource" key="NSAlternateImage" id="1003824046">
+																			<string key="NSImageName">NSRadioButton</string>
+																		</object>
+																		<object class="NSMutableString" key="NSAlternateContents" id="152203904">
+																			<characters key="NS.bytes"/>
+																		</object>
+																		<reference key="NSKeyEquivalent" ref="152203904"/>
+																		<int key="NSPeriodicDelay">200</int>
+																		<int key="NSPeriodicInterval">25</int>
+																	</object>
+																	<object class="NSButtonCell" id="95740596">
+																		<int key="NSCellFlags">67108864</int>
+																		<int key="NSCellFlags2">0</int>
+																		<string key="NSContents">Median</string>
+																		<reference key="NSSupport" ref="885092723"/>
+																		<reference key="NSControlView" ref="990334594"/>
+																		<int key="NSTag">1</int>
+																		<int key="NSButtonFlags">1211912448</int>
+																		<int key="NSButtonFlags2">0</int>
+																		<reference key="NSAlternateImage" ref="1003824046"/>
+																		<reference key="NSAlternateContents" ref="152203904"/>
+																		<reference key="NSKeyEquivalent" ref="152203904"/>
+																		<int key="NSPeriodicDelay">200</int>
+																		<int key="NSPeriodicInterval">25</int>
+																	</object>
+																</array>
+																<string key="NSCellSize">{68, 18}</string>
+																<string key="NSIntercellSpacing">{4, 2}</string>
+																<int key="NSMatrixFlags">1143472128</int>
+																<string key="NSCellClass">NSActionCell</string>
+																<object class="NSButtonCell" key="NSProtoCell" id="355194818">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Radio</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">0</int>
+																	<reference key="NSAlternateImage" ref="1003824046"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">400</int>
+																	<int key="NSPeriodicInterval">75</int>
+																</object>
+																<reference key="NSSelectedCell" ref="652052283"/>
+																<reference key="NSBackgroundColor" ref="375409004"/>
+																<reference key="NSCellBackgroundColor" ref="263969861"/>
+																<reference key="NSFont" ref="885092723"/>
+															</object>
+															<object class="NSButton" id="272536555">
+																<reference key="NSNextResponder" ref="964738888"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{18, 16}, {128, 18}}</string>
+																<reference key="NSSuperview" ref="964738888"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="1048939831">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Normalize genes</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="272536555"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<reference key="NSAlternateImage" ref="598584859"/>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+														</array>
+														<string key="NSFrame">{{3, 3}, {231, 116}}</string>
+														<reference key="NSSuperview" ref="50876603"/>
+													</object>
+												</array>
+												<string key="NSFrame">{{20, 188}, {237, 122}}</string>
+												<reference key="NSSuperview" ref="944924498"/>
+												<string key="NSOffsets">{0, 0}</string>
+												<object class="NSTextFieldCell" key="NSTitleCell">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">0</int>
+													<string key="NSContents">Box</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSBackgroundColor" ref="869742347"/>
+													<object class="NSColor" key="NSTextColor">
+														<int key="NSColorSpace">3</int>
+														<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+													</object>
+												</object>
+												<reference key="NSContentView" ref="964738888"/>
+												<int key="NSBorderType">2</int>
+												<int key="NSBoxType">1</int>
+												<int key="NSTitlePosition">0</int>
+												<bool key="NSTransparent">NO</bool>
+											</object>
+											<object class="NSBox" id="531798018">
+												<reference key="NSNextResponder" ref="944924498"/>
+												<int key="NSvFlags">256</int>
+												<array class="NSMutableArray" key="NSSubviews">
+													<object class="NSView" id="703526405">
+														<reference key="NSNextResponder" ref="531798018"/>
+														<int key="NSvFlags">256</int>
+														<array class="NSMutableArray" key="NSSubviews">
+															<object class="NSButton" id="1068341899">
+																<reference key="NSNextResponder" ref="703526405"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{21, 80}, {111, 18}}</string>
+																<reference key="NSSuperview" ref="703526405"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="340202307">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Center arrays </string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="1068341899"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<reference key="NSAlternateImage" ref="598584859"/>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSMatrix" id="680250343">
+																<reference key="NSNextResponder" ref="703526405"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{74, 38}, {68, 38}}</string>
+																<reference key="NSSuperview" ref="703526405"/>
+																<bool key="NSEnabled">YES</bool>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSNumRows">2</int>
+																<int key="NSNumCols">1</int>
+																<array class="NSMutableArray" key="NSCells">
+																	<object class="NSButtonCell" id="601394777">
+																		<int key="NSCellFlags">-2080374784</int>
+																		<int key="NSCellFlags2">0</int>
+																		<string key="NSContents">Mean</string>
+																		<reference key="NSSupport" ref="885092723"/>
+																		<reference key="NSControlView" ref="680250343"/>
+																		<int key="NSButtonFlags">1211912448</int>
+																		<int key="NSButtonFlags2">0</int>
+																		<reference key="NSAlternateImage" ref="1003824046"/>
+																		<object class="NSMutableString" key="NSAlternateContents" id="861053543">
+																			<characters key="NS.bytes"/>
+																		</object>
+																		<reference key="NSKeyEquivalent" ref="861053543"/>
+																		<int key="NSPeriodicDelay">200</int>
+																		<int key="NSPeriodicInterval">25</int>
+																	</object>
+																	<object class="NSButtonCell" id="345899">
+																		<int key="NSCellFlags">67108864</int>
+																		<int key="NSCellFlags2">0</int>
+																		<string key="NSContents">Median</string>
+																		<reference key="NSSupport" ref="885092723"/>
+																		<reference key="NSControlView" ref="680250343"/>
+																		<int key="NSTag">1</int>
+																		<int key="NSButtonFlags">1211912448</int>
+																		<int key="NSButtonFlags2">0</int>
+																		<reference key="NSAlternateImage" ref="1003824046"/>
+																		<reference key="NSAlternateContents" ref="861053543"/>
+																		<reference key="NSKeyEquivalent" ref="861053543"/>
+																		<int key="NSPeriodicDelay">200</int>
+																		<int key="NSPeriodicInterval">25</int>
+																	</object>
+																</array>
+																<string key="NSCellSize">{68, 18}</string>
+																<string key="NSIntercellSpacing">{4, 2}</string>
+																<int key="NSMatrixFlags">1143472128</int>
+																<string key="NSCellClass">NSActionCell</string>
+																<object class="NSButtonCell" key="NSProtoCell" id="316281144">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Radio</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">0</int>
+																	<reference key="NSAlternateImage" ref="1003824046"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">400</int>
+																	<int key="NSPeriodicInterval">75</int>
+																</object>
+																<reference key="NSSelectedCell" ref="601394777"/>
+																<reference key="NSBackgroundColor" ref="375409004"/>
+																<reference key="NSCellBackgroundColor" ref="263969861"/>
+																<reference key="NSFont" ref="885092723"/>
+															</object>
+															<object class="NSButton" id="820410746">
+																<reference key="NSNextResponder" ref="703526405"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{21, 18}, {129, 18}}</string>
+																<reference key="NSSuperview" ref="703526405"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="595436123">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Normalize arrays</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="820410746"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<reference key="NSAlternateImage" ref="598584859"/>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+														</array>
+														<string key="NSFrame">{{3, 3}, {231, 116}}</string>
+														<reference key="NSSuperview" ref="531798018"/>
+													</object>
+												</array>
+												<string key="NSFrame">{{299, 188}, {237, 122}}</string>
+												<reference key="NSSuperview" ref="944924498"/>
+												<string key="NSOffsets">{0, 0}</string>
+												<object class="NSTextFieldCell" key="NSTitleCell">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">0</int>
+													<string key="NSContents">Box</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSBackgroundColor" ref="869742347"/>
+													<object class="NSColor" key="NSTextColor">
+														<int key="NSColorSpace">3</int>
+														<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+													</object>
+												</object>
+												<reference key="NSContentView" ref="703526405"/>
+												<int key="NSBorderType">2</int>
+												<int key="NSBoxType">1</int>
+												<int key="NSTitlePosition">0</int>
+												<bool key="NSTransparent">NO</bool>
+											</object>
+										</array>
+										<string key="NSFrame">{{10, 33}, {556, 401}}</string>
+									</object>
+									<string key="NSLabel">Adjust Data</string>
+									<reference key="NSColor" ref="375409004"/>
+									<reference key="NSTabView" ref="268709588"/>
+								</object>
+								<object class="NSTabViewItem" id="963488386">
+									<object class="NSMutableString" key="NSIdentifier">
+										<characters key="NS.bytes">2</characters>
+									</object>
+									<object class="NSView" key="NSView" id="157282495">
+										<nil key="NSNextResponder"/>
+										<int key="NSvFlags">256</int>
+										<array class="NSMutableArray" key="NSSubviews">
+											<object class="NSBox" id="36695879">
+												<reference key="NSNextResponder" ref="157282495"/>
+												<int key="NSvFlags">256</int>
+												<array class="NSMutableArray" key="NSSubviews">
+													<object class="NSView" id="485412185">
+														<reference key="NSNextResponder" ref="36695879"/>
+														<int key="NSvFlags">256</int>
+														<array class="NSMutableArray" key="NSSubviews">
+															<object class="NSButton" id="937403072">
+																<reference key="NSNextResponder" ref="485412185"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{7, 22}, {128, 28}}</string>
+																<reference key="NSSuperview" ref="485412185"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="817207740">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">138018816</int>
+																	<string key="NSContents">Centroid linkage</string>
+																	<object class="NSFont" key="NSSupport" id="26">
+																		<bool key="IBIsSystemFont">YES</bool>
+																		<double key="NSSize">11</double>
+																		<int key="NSfFlags">3100</int>
+																	</object>
+																	<reference key="NSControlView" ref="937403072"/>
+																	<int key="NSButtonFlags">-2038284288</int>
+																	<int key="NSButtonFlags2">1</int>
+																	<object class="NSFont" key="NSAlternateImage" id="345021540">
+																		<string key="NSName">Helvetica</string>
+																		<double key="NSSize">11</double>
+																		<int key="NSfFlags">16</int>
+																	</object>
+																	<string key="NSAlternateContents"/>
+																	<object class="NSMutableString" key="NSKeyEquivalent">
+																		<characters key="NS.bytes"/>
+																	</object>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSButton" id="721482958">
+																<reference key="NSNextResponder" ref="485412185"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{138, 22}, {120, 28}}</string>
+																<reference key="NSSuperview" ref="485412185"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="1071150629">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">138018816</int>
+																	<string key="NSContents">Single linkage</string>
+																	<reference key="NSSupport" ref="26"/>
+																	<reference key="NSControlView" ref="721482958"/>
+																	<int key="NSButtonFlags">-2038284288</int>
+																	<int key="NSButtonFlags2">1</int>
+																	<reference key="NSAlternateImage" ref="345021540"/>
+																	<string key="NSAlternateContents"/>
+																	<object class="NSMutableString" key="NSKeyEquivalent">
+																		<characters key="NS.bytes"/>
+																	</object>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSButton" id="933445180">
+																<reference key="NSNextResponder" ref="485412185"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{261, 22}, {120, 28}}</string>
+																<reference key="NSSuperview" ref="485412185"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="616822888">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">138018816</int>
+																	<string key="NSContents">Complete linkage</string>
+																	<reference key="NSSupport" ref="26"/>
+																	<reference key="NSControlView" ref="933445180"/>
+																	<int key="NSButtonFlags">-2038284288</int>
+																	<int key="NSButtonFlags2">1</int>
+																	<reference key="NSAlternateImage" ref="345021540"/>
+																	<string key="NSAlternateContents"/>
+																	<object class="NSMutableString" key="NSKeyEquivalent">
+																		<characters key="NS.bytes"/>
+																	</object>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSButton" id="592663633">
+																<reference key="NSNextResponder" ref="485412185"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{384, 22}, {120, 28}}</string>
+																<reference key="NSSuperview" ref="485412185"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="537820742">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">138018816</int>
+																	<string key="NSContents">Average linkage</string>
+																	<reference key="NSSupport" ref="26"/>
+																	<reference key="NSControlView" ref="592663633"/>
+																	<int key="NSButtonFlags">-2038284288</int>
+																	<int key="NSButtonFlags2">1</int>
+																	<reference key="NSAlternateImage" ref="345021540"/>
+																	<string key="NSAlternateContents"/>
+																	<object class="NSMutableString" key="NSKeyEquivalent">
+																		<characters key="NS.bytes"/>
+																	</object>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+														</array>
+														<string key="NSFrame">{{2, 2}, {512, 73}}</string>
+														<reference key="NSSuperview" ref="36695879"/>
+													</object>
+												</array>
+												<string key="NSFrame">{{20, 20}, {516, 93}}</string>
+												<reference key="NSSuperview" ref="157282495"/>
+												<string key="NSOffsets">{0, 0}</string>
+												<object class="NSTextFieldCell" key="NSTitleCell">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">0</int>
+													<string key="NSContents">Clustering method</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSBackgroundColor" ref="869742347"/>
+													<object class="NSColor" key="NSTextColor">
+														<int key="NSColorSpace">3</int>
+														<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+													</object>
+												</object>
+												<reference key="NSContentView" ref="485412185"/>
+												<int key="NSBorderType">3</int>
+												<int key="NSBoxType">0</int>
+												<int key="NSTitlePosition">2</int>
+												<bool key="NSTransparent">NO</bool>
+											</object>
+											<object class="NSBox" id="845176281">
+												<reference key="NSNextResponder" ref="157282495"/>
+												<int key="NSvFlags">256</int>
+												<array class="NSMutableArray" key="NSSubviews">
+													<object class="NSView" id="813713872">
+														<reference key="NSNextResponder" ref="845176281"/>
+														<int key="NSvFlags">256</int>
+														<array class="NSMutableArray" key="NSSubviews">
+															<object class="NSPopUpButton" id="430379889">
+																<reference key="NSNextResponder" ref="813713872"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{11, 10}, {222, 22}}</string>
+																<reference key="NSSuperview" ref="813713872"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSPopUpButtonCell" key="NSCell" id="591582017">
+																	<int key="NSCellFlags">-2076180416</int>
+																	<int key="NSCellFlags2">132096</int>
+																	<reference key="NSSupport" ref="26"/>
+																	<reference key="NSControlView" ref="430379889"/>
+																	<int key="NSButtonFlags">-2038284288</int>
+																	<int key="NSButtonFlags2">1</int>
+																	<reference key="NSAlternateImage" ref="26"/>
+																	<string key="NSAlternateContents"/>
+																	<object class="NSMutableString" key="NSKeyEquivalent">
+																		<characters key="NS.bytes"/>
+																	</object>
+																	<int key="NSPeriodicDelay">400</int>
+																	<int key="NSPeriodicInterval">75</int>
+																	<object class="NSMenuItem" key="NSMenuItem" id="45978628">
+																		<reference key="NSMenu" ref="611103098"/>
+																		<string key="NSTitle">Correlation (uncentered)</string>
+																		<string key="NSKeyEquiv"/>
+																		<int key="NSKeyEquivModMask">1048576</int>
+																		<int key="NSMnemonicLoc">2147483647</int>
+																		<int key="NSState">1</int>
+																		<object class="NSCustomResource" key="NSOnImage" id="355588265">
+																			<string key="NSClassName">NSImage</string>
+																			<string key="NSResourceName">NSMenuCheckmark</string>
+																		</object>
+																		<object class="NSCustomResource" key="NSMixedImage" id="642457620">
+																			<string key="NSClassName">NSImage</string>
+																			<string key="NSResourceName">NSMenuMixedState</string>
+																		</object>
+																		<string key="NSAction">_popUpItemAction:</string>
+																		<reference key="NSTarget" ref="591582017"/>
+																	</object>
+																	<bool key="NSMenuItemRespectAlignment">YES</bool>
+																	<object class="NSMenu" key="NSMenu" id="611103098">
+																		<object class="NSMutableString" key="NSTitle">
+																			<characters key="NS.bytes">OtherViews</characters>
+																		</object>
+																		<array class="NSMutableArray" key="NSMenuItems">
+																			<reference ref="45978628"/>
+																			<object class="NSMenuItem" id="527433874">
+																				<reference key="NSMenu" ref="611103098"/>
+																				<string key="NSTitle">Correlation (centered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="591582017"/>
+																			</object>
+																			<object class="NSMenuItem" id="339266659">
+																				<reference key="NSMenu" ref="611103098"/>
+																				<string key="NSTitle">Absolute Correlation (uncentered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="591582017"/>
+																			</object>
+																			<object class="NSMenuItem" id="364070651">
+																				<reference key="NSMenu" ref="611103098"/>
+																				<string key="NSTitle">Absolute Correlation (centered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="591582017"/>
+																			</object>
+																			<object class="NSMenuItem" id="83830580">
+																				<reference key="NSMenu" ref="611103098"/>
+																				<string key="NSTitle">Spearman Rank Correlation</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="591582017"/>
+																			</object>
+																			<object class="NSMenuItem" id="590948693">
+																				<reference key="NSMenu" ref="611103098"/>
+																				<string key="NSTitle">Kendall's tau</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="591582017"/>
+																			</object>
+																			<object class="NSMenuItem" id="235754875">
+																				<reference key="NSMenu" ref="611103098"/>
+																				<string key="NSTitle">Euclidean distance</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="591582017"/>
+																			</object>
+																			<object class="NSMenuItem" id="867633183">
+																				<reference key="NSMenu" ref="611103098"/>
+																				<string key="NSTitle">City-block distance</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="591582017"/>
+																			</object>
+																		</array>
+																	</object>
+																	<int key="NSPreferredEdge">3</int>
+																	<bool key="NSUsesItemFromMenu">YES</bool>
+																	<bool key="NSAltersState">YES</bool>
+																	<int key="NSArrowPosition">1</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSButton" id="1010716516">
+																<reference key="NSNextResponder" ref="813713872"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{13, 178}, {67, 18}}</string>
+																<reference key="NSSuperview" ref="813713872"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="907226840">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Cluster</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="1010716516"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<reference key="NSAlternateImage" ref="598584859"/>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSButton" id="1025419672">
+																<reference key="NSNextResponder" ref="813713872"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{13, 104}, {80, 34}}</string>
+																<reference key="NSSuperview" ref="813713872"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="934699784">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string type="base64-UTF8" key="NSContents">Q2FsY3VsYXRlCndlaWdodHM</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="1025419672"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<reference key="NSAlternateImage" ref="598584859"/>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSTextField" id="559048391">
+																<reference key="NSNextResponder" ref="813713872"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{65, 39}, {114, 17}}</string>
+																<reference key="NSSuperview" ref="813713872"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="431287585">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">Similarity Metric</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="559048391"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSBox" id="89176598">
+																<reference key="NSNextResponder" ref="813713872"/>
+																<int key="NSvFlags">256</int>
+																<array class="NSMutableArray" key="NSSubviews">
+																	<object class="NSView" id="955501894">
+																		<reference key="NSNextResponder" ref="89176598"/>
+																		<int key="NSvFlags">256</int>
+																		<array class="NSMutableArray" key="NSSubviews">
+																			<object class="NSTextField" id="137356851">
+																				<reference key="NSNextResponder" ref="955501894"/>
+																				<int key="NSvFlags">256</int>
+																				<string key="NSFrame">{{12, 45}, {44, 17}}</string>
+																				<reference key="NSSuperview" ref="955501894"/>
+																				<bool key="NSEnabled">YES</bool>
+																				<object class="NSTextFieldCell" key="NSCell" id="374779855">
+																					<int key="NSCellFlags">67108864</int>
+																					<int key="NSCellFlags2">4194304</int>
+																					<string key="NSContents">Cutoff</string>
+																					<reference key="NSSupport" ref="885092723"/>
+																					<reference key="NSControlView" ref="137356851"/>
+																					<reference key="NSBackgroundColor" ref="375409004"/>
+																					<reference key="NSTextColor" ref="497512846"/>
+																				</object>
+																				<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																				<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+																			</object>
+																			<object class="NSTextField" id="353145459">
+																				<reference key="NSNextResponder" ref="955501894"/>
+																				<int key="NSvFlags">256</int>
+																				<string key="NSFrame">{{61, 43}, {53, 22}}</string>
+																				<reference key="NSSuperview" ref="955501894"/>
+																				<bool key="NSEnabled">YES</bool>
+																				<object class="NSTextFieldCell" key="NSCell" id="109564537">
+																					<int key="NSCellFlags">-1804599231</int>
+																					<int key="NSCellFlags2">71304192</int>
+																					<string key="NSContents">0.1</string>
+																					<reference key="NSSupport" ref="885092723"/>
+																					<reference key="NSControlView" ref="353145459"/>
+																					<bool key="NSDrawsBackground">YES</bool>
+																					<reference key="NSBackgroundColor" ref="869742347"/>
+																					<reference key="NSTextColor" ref="924299943"/>
+																				</object>
+																				<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																				<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+																			</object>
+																			<object class="NSTextField" id="154294626">
+																				<reference key="NSNextResponder" ref="955501894"/>
+																				<int key="NSvFlags">256</int>
+																				<string key="NSFrame">{{11, 14}, {64, 17}}</string>
+																				<reference key="NSSuperview" ref="955501894"/>
+																				<bool key="NSEnabled">YES</bool>
+																				<object class="NSTextFieldCell" key="NSCell" id="958427376">
+																					<int key="NSCellFlags">67108864</int>
+																					<int key="NSCellFlags2">4194304</int>
+																					<string type="base64-UTF8" key="NSContents">RXhwb25lbnQKA</string>
+																					<reference key="NSSupport" ref="885092723"/>
+																					<reference key="NSControlView" ref="154294626"/>
+																					<reference key="NSBackgroundColor" ref="375409004"/>
+																					<reference key="NSTextColor" ref="497512846"/>
+																				</object>
+																				<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																				<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+																			</object>
+																			<object class="NSTextField" id="669153869">
+																				<reference key="NSNextResponder" ref="955501894"/>
+																				<int key="NSvFlags">256</int>
+																				<string key="NSFrame">{{80, 12}, {34, 22}}</string>
+																				<reference key="NSSuperview" ref="955501894"/>
+																				<bool key="NSEnabled">YES</bool>
+																				<object class="NSTextFieldCell" key="NSCell" id="724337415">
+																					<int key="NSCellFlags">-1804599231</int>
+																					<int key="NSCellFlags2">71304192</int>
+																					<string key="NSContents">1</string>
+																					<reference key="NSSupport" ref="885092723"/>
+																					<reference key="NSControlView" ref="669153869"/>
+																					<bool key="NSDrawsBackground">YES</bool>
+																					<reference key="NSBackgroundColor" ref="869742347"/>
+																					<reference key="NSTextColor" ref="924299943"/>
+																				</object>
+																				<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																				<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+																			</object>
+																		</array>
+																		<string key="NSFrame">{{2, 2}, {128, 85}}</string>
+																		<reference key="NSSuperview" ref="89176598"/>
+																	</object>
+																</array>
+																<string key="NSFrame">{{98, 106}, {132, 105}}</string>
+																<reference key="NSSuperview" ref="813713872"/>
+																<string key="NSOffsets">{0, 0}</string>
+																<object class="NSTextFieldCell" key="NSTitleCell">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Weight Options</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<object class="NSColor" key="NSTextColor">
+																		<int key="NSColorSpace">3</int>
+																		<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+																	</object>
+																</object>
+																<reference key="NSContentView" ref="955501894"/>
+																<int key="NSBorderType">3</int>
+																<int key="NSBoxType">0</int>
+																<int key="NSTitlePosition">2</int>
+																<bool key="NSTransparent">NO</bool>
+															</object>
+														</array>
+														<string key="NSFrame">{{2, 2}, {244, 232}}</string>
+														<reference key="NSSuperview" ref="845176281"/>
+													</object>
+												</array>
+												<string key="NSFrame">{{288, 142}, {248, 252}}</string>
+												<reference key="NSSuperview" ref="157282495"/>
+												<string key="NSOffsets">{0, 0}</string>
+												<object class="NSTextFieldCell" key="NSTitleCell">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">0</int>
+													<string key="NSContents">Arrays</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSBackgroundColor" ref="869742347"/>
+													<object class="NSColor" key="NSTextColor">
+														<int key="NSColorSpace">3</int>
+														<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+													</object>
+												</object>
+												<reference key="NSContentView" ref="813713872"/>
+												<int key="NSBorderType">3</int>
+												<int key="NSBoxType">0</int>
+												<int key="NSTitlePosition">2</int>
+												<bool key="NSTransparent">NO</bool>
+											</object>
+											<object class="NSBox" id="1056668866">
+												<reference key="NSNextResponder" ref="157282495"/>
+												<int key="NSvFlags">256</int>
+												<array class="NSMutableArray" key="NSSubviews">
+													<object class="NSView" id="148892702">
+														<reference key="NSNextResponder" ref="1056668866"/>
+														<int key="NSvFlags">256</int>
+														<array class="NSMutableArray" key="NSSubviews">
+															<object class="NSBox" id="275660390">
+																<reference key="NSNextResponder" ref="148892702"/>
+																<int key="NSvFlags">256</int>
+																<array class="NSMutableArray" key="NSSubviews">
+																	<object class="NSView" id="843978587">
+																		<reference key="NSNextResponder" ref="275660390"/>
+																		<int key="NSvFlags">256</int>
+																		<array class="NSMutableArray" key="NSSubviews">
+																			<object class="NSTextField" id="750286479">
+																				<reference key="NSNextResponder" ref="843978587"/>
+																				<int key="NSvFlags">256</int>
+																				<string key="NSFrame">{{12, 45}, {44, 17}}</string>
+																				<reference key="NSSuperview" ref="843978587"/>
+																				<bool key="NSEnabled">YES</bool>
+																				<object class="NSTextFieldCell" key="NSCell" id="731553607">
+																					<int key="NSCellFlags">67108864</int>
+																					<int key="NSCellFlags2">4194304</int>
+																					<string key="NSContents">Cutoff</string>
+																					<reference key="NSSupport" ref="885092723"/>
+																					<reference key="NSControlView" ref="750286479"/>
+																					<reference key="NSBackgroundColor" ref="375409004"/>
+																					<reference key="NSTextColor" ref="497512846"/>
+																				</object>
+																				<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																				<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+																			</object>
+																			<object class="NSTextField" id="22327313">
+																				<reference key="NSNextResponder" ref="843978587"/>
+																				<int key="NSvFlags">256</int>
+																				<string key="NSFrame">{{61, 43}, {53, 22}}</string>
+																				<reference key="NSSuperview" ref="843978587"/>
+																				<bool key="NSEnabled">YES</bool>
+																				<object class="NSTextFieldCell" key="NSCell" id="629707633">
+																					<int key="NSCellFlags">-1804599231</int>
+																					<int key="NSCellFlags2">71304192</int>
+																					<string key="NSContents">0.1</string>
+																					<reference key="NSSupport" ref="885092723"/>
+																					<reference key="NSControlView" ref="22327313"/>
+																					<bool key="NSDrawsBackground">YES</bool>
+																					<reference key="NSBackgroundColor" ref="869742347"/>
+																					<reference key="NSTextColor" ref="924299943"/>
+																				</object>
+																				<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																				<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+																			</object>
+																			<object class="NSTextField" id="1001260082">
+																				<reference key="NSNextResponder" ref="843978587"/>
+																				<int key="NSvFlags">256</int>
+																				<string key="NSFrame">{{11, 14}, {64, 17}}</string>
+																				<reference key="NSSuperview" ref="843978587"/>
+																				<bool key="NSEnabled">YES</bool>
+																				<object class="NSTextFieldCell" key="NSCell" id="671249354">
+																					<int key="NSCellFlags">67108864</int>
+																					<int key="NSCellFlags2">4194304</int>
+																					<string type="base64-UTF8" key="NSContents">RXhwb25lbnQKA</string>
+																					<reference key="NSSupport" ref="885092723"/>
+																					<reference key="NSControlView" ref="1001260082"/>
+																					<reference key="NSBackgroundColor" ref="375409004"/>
+																					<reference key="NSTextColor" ref="497512846"/>
+																				</object>
+																				<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																				<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+																			</object>
+																			<object class="NSTextField" id="786981359">
+																				<reference key="NSNextResponder" ref="843978587"/>
+																				<int key="NSvFlags">256</int>
+																				<string key="NSFrame">{{80, 12}, {34, 22}}</string>
+																				<reference key="NSSuperview" ref="843978587"/>
+																				<bool key="NSEnabled">YES</bool>
+																				<object class="NSTextFieldCell" key="NSCell" id="475017524">
+																					<int key="NSCellFlags">-1804599231</int>
+																					<int key="NSCellFlags2">71304192</int>
+																					<string key="NSContents">1</string>
+																					<reference key="NSSupport" ref="885092723"/>
+																					<reference key="NSControlView" ref="786981359"/>
+																					<bool key="NSDrawsBackground">YES</bool>
+																					<reference key="NSBackgroundColor" ref="869742347"/>
+																					<reference key="NSTextColor" ref="924299943"/>
+																				</object>
+																				<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																				<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+																			</object>
+																		</array>
+																		<string key="NSFrame">{{2, 2}, {128, 85}}</string>
+																		<reference key="NSSuperview" ref="275660390"/>
+																	</object>
+																</array>
+																<string key="NSFrame">{{98, 106}, {132, 105}}</string>
+																<reference key="NSSuperview" ref="148892702"/>
+																<string key="NSOffsets">{0, 0}</string>
+																<object class="NSTextFieldCell" key="NSTitleCell">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Weight Options</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<object class="NSColor" key="NSTextColor">
+																		<int key="NSColorSpace">3</int>
+																		<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+																	</object>
+																</object>
+																<reference key="NSContentView" ref="843978587"/>
+																<int key="NSBorderType">3</int>
+																<int key="NSBoxType">0</int>
+																<int key="NSTitlePosition">2</int>
+																<bool key="NSTransparent">NO</bool>
+															</object>
+															<object class="NSPopUpButton" id="507738498">
+																<reference key="NSNextResponder" ref="148892702"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{11, 10}, {222, 22}}</string>
+																<reference key="NSSuperview" ref="148892702"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSPopUpButtonCell" key="NSCell" id="434722492">
+																	<int key="NSCellFlags">-2076180416</int>
+																	<int key="NSCellFlags2">132096</int>
+																	<reference key="NSSupport" ref="26"/>
+																	<reference key="NSControlView" ref="507738498"/>
+																	<int key="NSButtonFlags">-2038284288</int>
+																	<int key="NSButtonFlags2">1</int>
+																	<reference key="NSAlternateImage" ref="26"/>
+																	<string key="NSAlternateContents"/>
+																	<object class="NSMutableString" key="NSKeyEquivalent">
+																		<characters key="NS.bytes"/>
+																	</object>
+																	<int key="NSPeriodicDelay">400</int>
+																	<int key="NSPeriodicInterval">75</int>
+																	<object class="NSMenuItem" key="NSMenuItem" id="852757040">
+																		<reference key="NSMenu" ref="864919332"/>
+																		<string key="NSTitle">Correlation (uncentered)</string>
+																		<string key="NSKeyEquiv"/>
+																		<int key="NSKeyEquivModMask">1048576</int>
+																		<int key="NSMnemonicLoc">2147483647</int>
+																		<int key="NSState">1</int>
+																		<reference key="NSOnImage" ref="355588265"/>
+																		<reference key="NSMixedImage" ref="642457620"/>
+																		<string key="NSAction">_popUpItemAction:</string>
+																		<reference key="NSTarget" ref="434722492"/>
+																	</object>
+																	<bool key="NSMenuItemRespectAlignment">YES</bool>
+																	<object class="NSMenu" key="NSMenu" id="864919332">
+																		<object class="NSMutableString" key="NSTitle">
+																			<characters key="NS.bytes">OtherViews</characters>
+																		</object>
+																		<array class="NSMutableArray" key="NSMenuItems">
+																			<reference ref="852757040"/>
+																			<object class="NSMenuItem" id="591718381">
+																				<reference key="NSMenu" ref="864919332"/>
+																				<string key="NSTitle">Correlation (centered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="434722492"/>
+																			</object>
+																			<object class="NSMenuItem" id="836603314">
+																				<reference key="NSMenu" ref="864919332"/>
+																				<string key="NSTitle">Absolute Correlation (uncentered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="434722492"/>
+																			</object>
+																			<object class="NSMenuItem" id="103162831">
+																				<reference key="NSMenu" ref="864919332"/>
+																				<string key="NSTitle">Absolute Correlation (centered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="434722492"/>
+																			</object>
+																			<object class="NSMenuItem" id="374092906">
+																				<reference key="NSMenu" ref="864919332"/>
+																				<string key="NSTitle">Spearman Rank Correlation</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="434722492"/>
+																			</object>
+																			<object class="NSMenuItem" id="61073556">
+																				<reference key="NSMenu" ref="864919332"/>
+																				<string key="NSTitle">Kendall's tau</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="434722492"/>
+																			</object>
+																			<object class="NSMenuItem" id="759159717">
+																				<reference key="NSMenu" ref="864919332"/>
+																				<string key="NSTitle">Euclidean distance</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="434722492"/>
+																			</object>
+																			<object class="NSMenuItem" id="9241761">
+																				<reference key="NSMenu" ref="864919332"/>
+																				<string key="NSTitle">City-block distance</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="434722492"/>
+																			</object>
+																		</array>
+																	</object>
+																	<int key="NSPreferredEdge">3</int>
+																	<bool key="NSUsesItemFromMenu">YES</bool>
+																	<bool key="NSAltersState">YES</bool>
+																	<int key="NSArrowPosition">1</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSButton" id="724620689">
+																<reference key="NSNextResponder" ref="148892702"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{13, 178}, {67, 18}}</string>
+																<reference key="NSSuperview" ref="148892702"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="708357793">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Cluster</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="724620689"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<reference key="NSAlternateImage" ref="598584859"/>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSButton" id="1027385125">
+																<reference key="NSNextResponder" ref="148892702"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{13, 104}, {80, 34}}</string>
+																<reference key="NSSuperview" ref="148892702"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="157059463">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string type="base64-UTF8" key="NSContents">Q2FsY3VsYXRlCndlaWdodHM</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="1027385125"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<reference key="NSAlternateImage" ref="598584859"/>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSTextField" id="624189499">
+																<reference key="NSNextResponder" ref="148892702"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{65, 39}, {114, 17}}</string>
+																<reference key="NSSuperview" ref="148892702"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="992713942">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">Similarity Metric</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="624189499"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+														</array>
+														<string key="NSFrame">{{2, 2}, {244, 232}}</string>
+														<reference key="NSSuperview" ref="1056668866"/>
+													</object>
+												</array>
+												<string key="NSFrame">{{20, 142}, {248, 252}}</string>
+												<reference key="NSSuperview" ref="157282495"/>
+												<string key="NSOffsets">{0, 0}</string>
+												<object class="NSTextFieldCell" key="NSTitleCell">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">0</int>
+													<string key="NSContents">Genes</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSBackgroundColor" ref="869742347"/>
+													<object class="NSColor" key="NSTextColor">
+														<int key="NSColorSpace">3</int>
+														<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+													</object>
+												</object>
+												<reference key="NSContentView" ref="148892702"/>
+												<int key="NSBorderType">3</int>
+												<int key="NSBoxType">0</int>
+												<int key="NSTitlePosition">2</int>
+												<bool key="NSTransparent">NO</bool>
+											</object>
+										</array>
+										<string key="NSFrame">{{10, 33}, {556, 401}}</string>
+									</object>
+									<string key="NSLabel">Hierarchical</string>
+									<reference key="NSColor" ref="375409004"/>
+									<reference key="NSTabView" ref="268709588"/>
+								</object>
+								<object class="NSTabViewItem" id="882005544">
+									<object class="NSMutableString" key="NSIdentifier">
+										<characters key="NS.bytes">2</characters>
+									</object>
+									<object class="NSView" key="NSView" id="464590738">
+										<nil key="NSNextResponder"/>
+										<int key="NSvFlags">256</int>
+										<array class="NSMutableArray" key="NSSubviews">
+											<object class="NSBox" id="384021192">
+												<reference key="NSNextResponder" ref="464590738"/>
+												<int key="NSvFlags">256</int>
+												<array class="NSMutableArray" key="NSSubviews">
+													<object class="NSView" id="161550772">
+														<reference key="NSNextResponder" ref="384021192"/>
+														<int key="NSvFlags">256</int>
+														<array class="NSMutableArray" key="NSSubviews">
+															<object class="NSPopUpButton" id="1056171755">
+																<reference key="NSNextResponder" ref="161550772"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{11, 10}, {222, 22}}</string>
+																<reference key="NSSuperview" ref="161550772"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSPopUpButtonCell" key="NSCell" id="517138037">
+																	<int key="NSCellFlags">-2076180416</int>
+																	<int key="NSCellFlags2">132096</int>
+																	<reference key="NSSupport" ref="26"/>
+																	<reference key="NSControlView" ref="1056171755"/>
+																	<int key="NSButtonFlags">-2038284288</int>
+																	<int key="NSButtonFlags2">1</int>
+																	<reference key="NSAlternateImage" ref="26"/>
+																	<string key="NSAlternateContents"/>
+																	<object class="NSMutableString" key="NSKeyEquivalent">
+																		<characters key="NS.bytes"/>
+																	</object>
+																	<int key="NSPeriodicDelay">400</int>
+																	<int key="NSPeriodicInterval">75</int>
+																	<object class="NSMenuItem" key="NSMenuItem" id="624885552">
+																		<reference key="NSMenu" ref="429998820"/>
+																		<string key="NSTitle">Euclidean distance</string>
+																		<string key="NSKeyEquiv"/>
+																		<int key="NSKeyEquivModMask">1048576</int>
+																		<int key="NSMnemonicLoc">2147483647</int>
+																		<int key="NSState">1</int>
+																		<reference key="NSOnImage" ref="355588265"/>
+																		<reference key="NSMixedImage" ref="642457620"/>
+																		<string key="NSAction">_popUpItemAction:</string>
+																		<reference key="NSTarget" ref="517138037"/>
+																	</object>
+																	<bool key="NSMenuItemRespectAlignment">YES</bool>
+																	<object class="NSMenu" key="NSMenu" id="429998820">
+																		<object class="NSMutableString" key="NSTitle">
+																			<characters key="NS.bytes">OtherViews</characters>
+																		</object>
+																		<array class="NSMutableArray" key="NSMenuItems">
+																			<object class="NSMenuItem" id="627116437">
+																				<reference key="NSMenu" ref="429998820"/>
+																				<string key="NSTitle">Correlation (uncentered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="517138037"/>
+																			</object>
+																			<object class="NSMenuItem" id="710946017">
+																				<reference key="NSMenu" ref="429998820"/>
+																				<string key="NSTitle">Correlation (centered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="517138037"/>
+																			</object>
+																			<object class="NSMenuItem" id="1012835268">
+																				<reference key="NSMenu" ref="429998820"/>
+																				<string key="NSTitle">Absolute Correlation (uncentered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="517138037"/>
+																			</object>
+																			<object class="NSMenuItem" id="450082294">
+																				<reference key="NSMenu" ref="429998820"/>
+																				<string key="NSTitle">Absolute Correlation (centered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="517138037"/>
+																			</object>
+																			<object class="NSMenuItem" id="303162096">
+																				<reference key="NSMenu" ref="429998820"/>
+																				<string key="NSTitle">Spearman Rank Correlation</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="517138037"/>
+																			</object>
+																			<object class="NSMenuItem" id="214330417">
+																				<reference key="NSMenu" ref="429998820"/>
+																				<string key="NSTitle">Kendall's tau</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="517138037"/>
+																			</object>
+																			<reference ref="624885552"/>
+																			<object class="NSMenuItem" id="164636068">
+																				<reference key="NSMenu" ref="429998820"/>
+																				<string key="NSTitle">City-block distance</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="517138037"/>
+																			</object>
+																		</array>
+																	</object>
+																	<int key="NSSelectedIndex">6</int>
+																	<int key="NSPreferredEdge">3</int>
+																	<bool key="NSUsesItemFromMenu">YES</bool>
+																	<bool key="NSAltersState">YES</bool>
+																	<int key="NSArrowPosition">1</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSButton" id="366971513">
+																<reference key="NSNextResponder" ref="161550772"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{12, 275}, {129, 18}}</string>
+																<reference key="NSSuperview" ref="161550772"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="1041029988">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Organize genes</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="366971513"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<reference key="NSAlternateImage" ref="598584859"/>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSTextField" id="468813887">
+																<reference key="NSNextResponder" ref="161550772"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{14, 227}, {48, 22}}</string>
+																<reference key="NSSuperview" ref="161550772"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="642427756">
+																	<int key="NSCellFlags">-1804599231</int>
+																	<int key="NSCellFlags2">71304192</int>
+																	<string key="NSContents">10</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="468813887"/>
+																	<bool key="NSDrawsBackground">YES</bool>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<reference key="NSTextColor" ref="924299943"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="110192119">
+																<reference key="NSNextResponder" ref="161550772"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{67, 229}, {149, 17}}</string>
+																<reference key="NSSuperview" ref="161550772"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="1032268251">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">number of clusters (k)</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="110192119"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="456147111">
+																<reference key="NSNextResponder" ref="161550772"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{14, 187}, {78, 22}}</string>
+																<reference key="NSSuperview" ref="161550772"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="874513005">
+																	<int key="NSCellFlags">-1804599231</int>
+																	<int key="NSCellFlags2">71304192</int>
+																	<string key="NSContents">100</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="456147111"/>
+																	<bool key="NSDrawsBackground">YES</bool>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<reference key="NSTextColor" ref="924299943"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="350571958">
+																<reference key="NSNextResponder" ref="161550772"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{97, 189}, {110, 17}}</string>
+																<reference key="NSSuperview" ref="161550772"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="503383717">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">number of runs</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="350571958"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="247547970">
+																<reference key="NSNextResponder" ref="161550772"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{66, 39}, {114, 17}}</string>
+																<reference key="NSSuperview" ref="161550772"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="389812013">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">Similarity Metric</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="247547970"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSBox" id="809289573">
+																<reference key="NSNextResponder" ref="161550772"/>
+																<int key="NSvFlags">256</int>
+																<array class="NSMutableArray" key="NSSubviews">
+																	<object class="NSView" id="504865584">
+																		<reference key="NSNextResponder" ref="809289573"/>
+																		<int key="NSvFlags">256</int>
+																		<array class="NSMutableArray" key="NSSubviews">
+																			<object class="NSMatrix" id="916698842">
+																				<reference key="NSNextResponder" ref="504865584"/>
+																				<int key="NSvFlags">256</int>
+																				<string key="NSFrame">{{12, 12}, {101, 38}}</string>
+																				<reference key="NSSuperview" ref="504865584"/>
+																				<bool key="NSEnabled">YES</bool>
+																				<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																				<int key="NSNumRows">2</int>
+																				<int key="NSNumCols">1</int>
+																				<array class="NSMutableArray" key="NSCells">
+																					<object class="NSButtonCell" id="653757286">
+																						<int key="NSCellFlags">-2080374784</int>
+																						<int key="NSCellFlags2">0</int>
+																						<string key="NSContents">k-Means</string>
+																						<reference key="NSSupport" ref="885092723"/>
+																						<reference key="NSControlView" ref="916698842"/>
+																						<int key="NSButtonFlags">1211912448</int>
+																						<int key="NSButtonFlags2">0</int>
+																						<reference key="NSAlternateImage" ref="1003824046"/>
+																						<string key="NSAlternateContents"/>
+																						<object class="NSMutableString" key="NSKeyEquivalent" id="792216614">
+																							<characters key="NS.bytes"/>
+																						</object>
+																						<int key="NSPeriodicDelay">200</int>
+																						<int key="NSPeriodicInterval">25</int>
+																					</object>
+																					<object class="NSButtonCell" id="175551035">
+																						<int key="NSCellFlags">67108864</int>
+																						<int key="NSCellFlags2">0</int>
+																						<string key="NSContents">k-Medians</string>
+																						<reference key="NSSupport" ref="885092723"/>
+																						<reference key="NSControlView" ref="916698842"/>
+																						<int key="NSTag">1</int>
+																						<int key="NSButtonFlags">1211912448</int>
+																						<int key="NSButtonFlags2">0</int>
+																						<reference key="NSAlternateImage" ref="1003824046"/>
+																						<reference key="NSAlternateContents" ref="792216614"/>
+																						<reference key="NSKeyEquivalent" ref="792216614"/>
+																						<int key="NSPeriodicDelay">200</int>
+																						<int key="NSPeriodicInterval">25</int>
+																					</object>
+																				</array>
+																				<string key="NSCellSize">{101, 18}</string>
+																				<string key="NSIntercellSpacing">{4, 2}</string>
+																				<int key="NSMatrixFlags">1143472128</int>
+																				<string key="NSCellClass">NSActionCell</string>
+																				<object class="NSButtonCell" key="NSProtoCell" id="612947255">
+																					<int key="NSCellFlags">67108864</int>
+																					<int key="NSCellFlags2">0</int>
+																					<string key="NSContents">Radio</string>
+																					<reference key="NSSupport" ref="885092723"/>
+																					<int key="NSButtonFlags">1211912448</int>
+																					<int key="NSButtonFlags2">0</int>
+																					<reference key="NSAlternateImage" ref="1003824046"/>
+																					<string key="NSKeyEquivalent"/>
+																					<int key="NSPeriodicDelay">400</int>
+																					<int key="NSPeriodicInterval">75</int>
+																				</object>
+																				<reference key="NSSelectedCell" ref="653757286"/>
+																				<reference key="NSBackgroundColor" ref="375409004"/>
+																				<reference key="NSCellBackgroundColor" ref="263969861"/>
+																				<reference key="NSFont" ref="885092723"/>
+																			</object>
+																		</array>
+																		<string key="NSFrame">{{2, 2}, {113, 59}}</string>
+																		<reference key="NSSuperview" ref="809289573"/>
+																	</object>
+																</array>
+																<string key="NSFrame">{{14, 83}, {117, 79}}</string>
+																<reference key="NSSuperview" ref="161550772"/>
+																<string key="NSOffsets">{0, 0}</string>
+																<object class="NSTextFieldCell" key="NSTitleCell">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Method</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<object class="NSColor" key="NSTextColor">
+																		<int key="NSColorSpace">3</int>
+																		<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+																	</object>
+																</object>
+																<reference key="NSContentView" ref="504865584"/>
+																<int key="NSBorderType">3</int>
+																<int key="NSBoxType">0</int>
+																<int key="NSTitlePosition">2</int>
+																<bool key="NSTransparent">NO</bool>
+															</object>
+														</array>
+														<string key="NSFrame">{{2, 2}, {244, 302}}</string>
+														<reference key="NSSuperview" ref="384021192"/>
+													</object>
+												</array>
+												<string key="NSFrame">{{20, 72}, {248, 322}}</string>
+												<reference key="NSSuperview" ref="464590738"/>
+												<string key="NSOffsets">{0, 0}</string>
+												<object class="NSTextFieldCell" key="NSTitleCell">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">0</int>
+													<string key="NSContents">Genes</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSBackgroundColor" ref="869742347"/>
+													<object class="NSColor" key="NSTextColor">
+														<int key="NSColorSpace">3</int>
+														<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+													</object>
+												</object>
+												<reference key="NSContentView" ref="161550772"/>
+												<int key="NSBorderType">3</int>
+												<int key="NSBoxType">0</int>
+												<int key="NSTitlePosition">2</int>
+												<bool key="NSTransparent">NO</bool>
+											</object>
+											<object class="NSBox" id="118617407">
+												<reference key="NSNextResponder" ref="464590738"/>
+												<int key="NSvFlags">256</int>
+												<array class="NSMutableArray" key="NSSubviews">
+													<object class="NSView" id="562451378">
+														<reference key="NSNextResponder" ref="118617407"/>
+														<int key="NSvFlags">256</int>
+														<array class="NSMutableArray" key="NSSubviews">
+															<object class="NSPopUpButton" id="330299943">
+																<reference key="NSNextResponder" ref="562451378"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{11, 10}, {222, 22}}</string>
+																<reference key="NSSuperview" ref="562451378"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSPopUpButtonCell" key="NSCell" id="489967638">
+																	<int key="NSCellFlags">-2076180416</int>
+																	<int key="NSCellFlags2">132096</int>
+																	<reference key="NSSupport" ref="26"/>
+																	<reference key="NSControlView" ref="330299943"/>
+																	<int key="NSButtonFlags">-2038284288</int>
+																	<int key="NSButtonFlags2">1</int>
+																	<reference key="NSAlternateImage" ref="26"/>
+																	<string key="NSAlternateContents"/>
+																	<object class="NSMutableString" key="NSKeyEquivalent">
+																		<characters key="NS.bytes"/>
+																	</object>
+																	<int key="NSPeriodicDelay">400</int>
+																	<int key="NSPeriodicInterval">75</int>
+																	<object class="NSMenuItem" key="NSMenuItem" id="43539477">
+																		<reference key="NSMenu" ref="140943720"/>
+																		<string key="NSTitle">Euclidean distance</string>
+																		<string key="NSKeyEquiv"/>
+																		<int key="NSKeyEquivModMask">1048576</int>
+																		<int key="NSMnemonicLoc">2147483647</int>
+																		<int key="NSState">1</int>
+																		<reference key="NSOnImage" ref="355588265"/>
+																		<reference key="NSMixedImage" ref="642457620"/>
+																		<string key="NSAction">_popUpItemAction:</string>
+																		<reference key="NSTarget" ref="489967638"/>
+																	</object>
+																	<bool key="NSMenuItemRespectAlignment">YES</bool>
+																	<object class="NSMenu" key="NSMenu" id="140943720">
+																		<object class="NSMutableString" key="NSTitle">
+																			<characters key="NS.bytes">OtherViews</characters>
+																		</object>
+																		<array class="NSMutableArray" key="NSMenuItems">
+																			<object class="NSMenuItem" id="899887450">
+																				<reference key="NSMenu" ref="140943720"/>
+																				<string key="NSTitle">Correlation (uncentered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="489967638"/>
+																			</object>
+																			<object class="NSMenuItem" id="672455055">
+																				<reference key="NSMenu" ref="140943720"/>
+																				<string key="NSTitle">Correlation (centered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="489967638"/>
+																			</object>
+																			<object class="NSMenuItem" id="298363149">
+																				<reference key="NSMenu" ref="140943720"/>
+																				<string key="NSTitle">Absolute Correlation (uncentered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="489967638"/>
+																			</object>
+																			<object class="NSMenuItem" id="274495567">
+																				<reference key="NSMenu" ref="140943720"/>
+																				<string key="NSTitle">Absolute Correlation (centered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="489967638"/>
+																			</object>
+																			<object class="NSMenuItem" id="866212948">
+																				<reference key="NSMenu" ref="140943720"/>
+																				<string key="NSTitle">Spearman Rank Correlation</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="489967638"/>
+																			</object>
+																			<object class="NSMenuItem" id="662746941">
+																				<reference key="NSMenu" ref="140943720"/>
+																				<string key="NSTitle">Kendall's tau</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="489967638"/>
+																			</object>
+																			<reference ref="43539477"/>
+																			<object class="NSMenuItem" id="927285504">
+																				<reference key="NSMenu" ref="140943720"/>
+																				<string key="NSTitle">City-block distance</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="489967638"/>
+																			</object>
+																		</array>
+																	</object>
+																	<int key="NSSelectedIndex">6</int>
+																	<int key="NSPreferredEdge">3</int>
+																	<bool key="NSUsesItemFromMenu">YES</bool>
+																	<bool key="NSAltersState">YES</bool>
+																	<int key="NSArrowPosition">1</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSButton" id="648679220">
+																<reference key="NSNextResponder" ref="562451378"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{12, 275}, {129, 18}}</string>
+																<reference key="NSSuperview" ref="562451378"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="765908772">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Organize arrays</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="648679220"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<reference key="NSAlternateImage" ref="598584859"/>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSTextField" id="281143147">
+																<reference key="NSNextResponder" ref="562451378"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{14, 227}, {48, 22}}</string>
+																<reference key="NSSuperview" ref="562451378"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="681695816">
+																	<int key="NSCellFlags">-1804599231</int>
+																	<int key="NSCellFlags2">71304192</int>
+																	<string key="NSContents">10</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="281143147"/>
+																	<bool key="NSDrawsBackground">YES</bool>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<reference key="NSTextColor" ref="924299943"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="478258971">
+																<reference key="NSNextResponder" ref="562451378"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{67, 229}, {149, 17}}</string>
+																<reference key="NSSuperview" ref="562451378"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="561899475">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">number of clusters (k)</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="478258971"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="427694435">
+																<reference key="NSNextResponder" ref="562451378"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{14, 187}, {78, 22}}</string>
+																<reference key="NSSuperview" ref="562451378"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="922965238">
+																	<int key="NSCellFlags">-1804599231</int>
+																	<int key="NSCellFlags2">71304192</int>
+																	<string key="NSContents">100</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="427694435"/>
+																	<bool key="NSDrawsBackground">YES</bool>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<reference key="NSTextColor" ref="924299943"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="1005762836">
+																<reference key="NSNextResponder" ref="562451378"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{97, 189}, {110, 17}}</string>
+																<reference key="NSSuperview" ref="562451378"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="600667933">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">number of runs</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="1005762836"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="431900273">
+																<reference key="NSNextResponder" ref="562451378"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{66, 39}, {114, 17}}</string>
+																<reference key="NSSuperview" ref="562451378"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="219709259">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">Similarity Metric</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="431900273"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSBox" id="1051882934">
+																<reference key="NSNextResponder" ref="562451378"/>
+																<int key="NSvFlags">256</int>
+																<array class="NSMutableArray" key="NSSubviews">
+																	<object class="NSView" id="396609752">
+																		<reference key="NSNextResponder" ref="1051882934"/>
+																		<int key="NSvFlags">256</int>
+																		<array class="NSMutableArray" key="NSSubviews">
+																			<object class="NSMatrix" id="815920465">
+																				<reference key="NSNextResponder" ref="396609752"/>
+																				<int key="NSvFlags">256</int>
+																				<string key="NSFrame">{{12, 12}, {101, 38}}</string>
+																				<reference key="NSSuperview" ref="396609752"/>
+																				<bool key="NSEnabled">YES</bool>
+																				<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																				<int key="NSNumRows">2</int>
+																				<int key="NSNumCols">1</int>
+																				<array class="NSMutableArray" key="NSCells">
+																					<object class="NSButtonCell" id="379039682">
+																						<int key="NSCellFlags">-2080374784</int>
+																						<int key="NSCellFlags2">0</int>
+																						<string key="NSContents">k-Means</string>
+																						<reference key="NSSupport" ref="885092723"/>
+																						<reference key="NSControlView" ref="815920465"/>
+																						<int key="NSButtonFlags">1211912448</int>
+																						<int key="NSButtonFlags2">0</int>
+																						<reference key="NSAlternateImage" ref="1003824046"/>
+																						<string key="NSAlternateContents"/>
+																						<object class="NSMutableString" key="NSKeyEquivalent" id="139689883">
+																							<characters key="NS.bytes"/>
+																						</object>
+																						<int key="NSPeriodicDelay">200</int>
+																						<int key="NSPeriodicInterval">25</int>
+																					</object>
+																					<object class="NSButtonCell" id="478931046">
+																						<int key="NSCellFlags">67108864</int>
+																						<int key="NSCellFlags2">0</int>
+																						<string key="NSContents">k-Medians</string>
+																						<reference key="NSSupport" ref="885092723"/>
+																						<reference key="NSControlView" ref="815920465"/>
+																						<int key="NSTag">1</int>
+																						<int key="NSButtonFlags">1211912448</int>
+																						<int key="NSButtonFlags2">0</int>
+																						<reference key="NSAlternateImage" ref="1003824046"/>
+																						<reference key="NSAlternateContents" ref="139689883"/>
+																						<reference key="NSKeyEquivalent" ref="139689883"/>
+																						<int key="NSPeriodicDelay">200</int>
+																						<int key="NSPeriodicInterval">25</int>
+																					</object>
+																				</array>
+																				<string key="NSCellSize">{101, 18}</string>
+																				<string key="NSIntercellSpacing">{4, 2}</string>
+																				<int key="NSMatrixFlags">1143472128</int>
+																				<string key="NSCellClass">NSActionCell</string>
+																				<object class="NSButtonCell" key="NSProtoCell" id="198173465">
+																					<int key="NSCellFlags">67108864</int>
+																					<int key="NSCellFlags2">0</int>
+																					<string key="NSContents">Radio</string>
+																					<reference key="NSSupport" ref="885092723"/>
+																					<int key="NSButtonFlags">1211912448</int>
+																					<int key="NSButtonFlags2">0</int>
+																					<reference key="NSAlternateImage" ref="1003824046"/>
+																					<string key="NSKeyEquivalent"/>
+																					<int key="NSPeriodicDelay">400</int>
+																					<int key="NSPeriodicInterval">75</int>
+																				</object>
+																				<reference key="NSSelectedCell" ref="379039682"/>
+																				<reference key="NSBackgroundColor" ref="375409004"/>
+																				<reference key="NSCellBackgroundColor" ref="263969861"/>
+																				<reference key="NSFont" ref="885092723"/>
+																			</object>
+																		</array>
+																		<string key="NSFrame">{{2, 2}, {113, 59}}</string>
+																		<reference key="NSSuperview" ref="1051882934"/>
+																	</object>
+																</array>
+																<string key="NSFrame">{{14, 83}, {117, 79}}</string>
+																<reference key="NSSuperview" ref="562451378"/>
+																<string key="NSOffsets">{0, 0}</string>
+																<object class="NSTextFieldCell" key="NSTitleCell">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Method</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<object class="NSColor" key="NSTextColor">
+																		<int key="NSColorSpace">3</int>
+																		<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+																	</object>
+																</object>
+																<reference key="NSContentView" ref="396609752"/>
+																<int key="NSBorderType">3</int>
+																<int key="NSBoxType">0</int>
+																<int key="NSTitlePosition">2</int>
+																<bool key="NSTransparent">NO</bool>
+															</object>
+														</array>
+														<string key="NSFrame">{{2, 2}, {244, 302}}</string>
+														<reference key="NSSuperview" ref="118617407"/>
+													</object>
+												</array>
+												<string key="NSFrame">{{288, 72}, {248, 322}}</string>
+												<reference key="NSSuperview" ref="464590738"/>
+												<string key="NSOffsets">{0, 0}</string>
+												<object class="NSTextFieldCell" key="NSTitleCell">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">0</int>
+													<string key="NSContents">Arrays</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSBackgroundColor" ref="869742347"/>
+													<object class="NSColor" key="NSTextColor">
+														<int key="NSColorSpace">3</int>
+														<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+													</object>
+												</object>
+												<reference key="NSContentView" ref="562451378"/>
+												<int key="NSBorderType">3</int>
+												<int key="NSBoxType">0</int>
+												<int key="NSTitlePosition">2</int>
+												<bool key="NSTransparent">NO</bool>
+											</object>
+											<object class="NSButton" id="172175462">
+												<reference key="NSNextResponder" ref="464590738"/>
+												<int key="NSvFlags">256</int>
+												<string key="NSFrame">{{233, 19}, {90, 32}}</string>
+												<reference key="NSSuperview" ref="464590738"/>
+												<bool key="NSEnabled">YES</bool>
+												<object class="NSButtonCell" key="NSCell" id="39079835">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">137887744</int>
+													<string key="NSContents">Execute</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSControlView" ref="172175462"/>
+													<int key="NSButtonFlags">-2038284288</int>
+													<int key="NSButtonFlags2">1</int>
+													<reference key="NSAlternateImage" ref="260137420"/>
+													<string key="NSAlternateContents"/>
+													<object class="NSMutableString" key="NSKeyEquivalent">
+														<characters key="NS.bytes"/>
+													</object>
+													<int key="NSPeriodicDelay">200</int>
+													<int key="NSPeriodicInterval">25</int>
+												</object>
+												<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+											</object>
+										</array>
+										<string key="NSFrame">{{10, 33}, {556, 401}}</string>
+									</object>
+									<string key="NSLabel">k-Means</string>
+									<reference key="NSColor" ref="375409004"/>
+									<reference key="NSTabView" ref="268709588"/>
+								</object>
+								<object class="NSTabViewItem" id="400992599">
+									<object class="NSMutableString" key="NSIdentifier">
+										<characters key="NS.bytes">2</characters>
+									</object>
+									<object class="NSView" key="NSView" id="656824923">
+										<nil key="NSNextResponder"/>
+										<int key="NSvFlags">256</int>
+										<array class="NSMutableArray" key="NSSubviews">
+											<object class="NSButton" id="1003924235">
+												<reference key="NSNextResponder" ref="656824923"/>
+												<int key="NSvFlags">256</int>
+												<string key="NSFrame">{{225, 14}, {106, 32}}</string>
+												<reference key="NSSuperview" ref="656824923"/>
+												<bool key="NSEnabled">YES</bool>
+												<object class="NSButtonCell" key="NSCell" id="909809992">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">137887744</int>
+													<string key="NSContents">Make SOM</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSControlView" ref="1003924235"/>
+													<int key="NSButtonFlags">-2038284288</int>
+													<int key="NSButtonFlags2">1</int>
+													<reference key="NSAlternateImage" ref="260137420"/>
+													<string key="NSAlternateContents"/>
+													<object class="NSMutableString" key="NSKeyEquivalent">
+														<characters key="NS.bytes"/>
+													</object>
+													<int key="NSPeriodicDelay">200</int>
+													<int key="NSPeriodicInterval">25</int>
+												</object>
+												<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+											</object>
+											<object class="NSBox" id="539143978">
+												<reference key="NSNextResponder" ref="656824923"/>
+												<int key="NSvFlags">256</int>
+												<array class="NSMutableArray" key="NSSubviews">
+													<object class="NSView" id="51896985">
+														<reference key="NSNextResponder" ref="539143978"/>
+														<int key="NSvFlags">256</int>
+														<array class="NSMutableArray" key="NSSubviews">
+															<object class="NSPopUpButton" id="40372531">
+																<reference key="NSNextResponder" ref="51896985"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{11, 10}, {222, 22}}</string>
+																<reference key="NSSuperview" ref="51896985"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSPopUpButtonCell" key="NSCell" id="402467943">
+																	<int key="NSCellFlags">-2076180416</int>
+																	<int key="NSCellFlags2">132096</int>
+																	<reference key="NSSupport" ref="26"/>
+																	<reference key="NSControlView" ref="40372531"/>
+																	<int key="NSButtonFlags">-2038284288</int>
+																	<int key="NSButtonFlags2">1</int>
+																	<reference key="NSAlternateImage" ref="26"/>
+																	<string key="NSAlternateContents"/>
+																	<object class="NSMutableString" key="NSKeyEquivalent">
+																		<characters key="NS.bytes"/>
+																	</object>
+																	<int key="NSPeriodicDelay">400</int>
+																	<int key="NSPeriodicInterval">75</int>
+																	<object class="NSMenuItem" key="NSMenuItem" id="287917503">
+																		<reference key="NSMenu" ref="995290089"/>
+																		<string key="NSTitle">Euclidean distance</string>
+																		<string key="NSKeyEquiv"/>
+																		<int key="NSKeyEquivModMask">1048576</int>
+																		<int key="NSMnemonicLoc">2147483647</int>
+																		<int key="NSState">1</int>
+																		<reference key="NSOnImage" ref="355588265"/>
+																		<reference key="NSMixedImage" ref="642457620"/>
+																		<string key="NSAction">_popUpItemAction:</string>
+																		<reference key="NSTarget" ref="402467943"/>
+																	</object>
+																	<bool key="NSMenuItemRespectAlignment">YES</bool>
+																	<object class="NSMenu" key="NSMenu" id="995290089">
+																		<object class="NSMutableString" key="NSTitle">
+																			<characters key="NS.bytes">OtherViews</characters>
+																		</object>
+																		<array class="NSMutableArray" key="NSMenuItems">
+																			<object class="NSMenuItem" id="32303660">
+																				<reference key="NSMenu" ref="995290089"/>
+																				<string key="NSTitle">Correlation (uncentered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="402467943"/>
+																			</object>
+																			<object class="NSMenuItem" id="862584177">
+																				<reference key="NSMenu" ref="995290089"/>
+																				<string key="NSTitle">Correlation (centered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="402467943"/>
+																			</object>
+																			<object class="NSMenuItem" id="694725784">
+																				<reference key="NSMenu" ref="995290089"/>
+																				<string key="NSTitle">Absolute Correlation (uncentered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="402467943"/>
+																			</object>
+																			<object class="NSMenuItem" id="743246679">
+																				<reference key="NSMenu" ref="995290089"/>
+																				<string key="NSTitle">Absolute Correlation (centered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="402467943"/>
+																			</object>
+																			<object class="NSMenuItem" id="412502882">
+																				<reference key="NSMenu" ref="995290089"/>
+																				<string key="NSTitle">Spearman Rank Correlation</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="402467943"/>
+																			</object>
+																			<object class="NSMenuItem" id="633817229">
+																				<reference key="NSMenu" ref="995290089"/>
+																				<string key="NSTitle">Kendall's tau</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="402467943"/>
+																			</object>
+																			<reference ref="287917503"/>
+																			<object class="NSMenuItem" id="936978326">
+																				<reference key="NSMenu" ref="995290089"/>
+																				<string key="NSTitle">City-block distance</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="402467943"/>
+																			</object>
+																		</array>
+																	</object>
+																	<int key="NSSelectedIndex">6</int>
+																	<int key="NSPreferredEdge">3</int>
+																	<bool key="NSUsesItemFromMenu">YES</bool>
+																	<bool key="NSAltersState">YES</bool>
+																	<int key="NSArrowPosition">1</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSButton" id="730835839">
+																<reference key="NSNextResponder" ref="51896985"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{12, 275}, {129, 18}}</string>
+																<reference key="NSSuperview" ref="51896985"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="907881747">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Organize genes</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="730835839"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<reference key="NSAlternateImage" ref="598584859"/>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSTextField" id="907330529">
+																<reference key="NSNextResponder" ref="51896985"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{14, 227}, {48, 22}}</string>
+																<reference key="NSSuperview" ref="51896985"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="829870342">
+																	<int key="NSCellFlags">-1804599231</int>
+																	<int key="NSCellFlags2">71304192</int>
+																	<string key="NSContents">10</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="907330529"/>
+																	<bool key="NSDrawsBackground">YES</bool>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<reference key="NSTextColor" ref="924299943"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="130874520">
+																<reference key="NSNextResponder" ref="51896985"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{67, 229}, {38, 17}}</string>
+																<reference key="NSSuperview" ref="51896985"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="505662259">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">XDim</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="130874520"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="449308631">
+																<reference key="NSNextResponder" ref="51896985"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{14, 187}, {48, 22}}</string>
+																<reference key="NSSuperview" ref="51896985"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="866406175">
+																	<int key="NSCellFlags">-1804599231</int>
+																	<int key="NSCellFlags2">71304192</int>
+																	<string key="NSContents">10</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="449308631"/>
+																	<bool key="NSDrawsBackground">YES</bool>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<reference key="NSTextColor" ref="924299943"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="487343992">
+																<reference key="NSNextResponder" ref="51896985"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{67, 189}, {38, 17}}</string>
+																<reference key="NSSuperview" ref="51896985"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="630639524">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">YDim</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="487343992"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="249488929">
+																<reference key="NSNextResponder" ref="51896985"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{66, 39}, {114, 17}}</string>
+																<reference key="NSSuperview" ref="51896985"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="1009044976">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">Similarity Metric</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="249488929"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="1011759009">
+																<reference key="NSNextResponder" ref="51896985"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{101, 130}, {139, 17}}</string>
+																<reference key="NSSuperview" ref="51896985"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="182474365">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">Number of iterations</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="1011759009"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="817642935">
+																<reference key="NSNextResponder" ref="51896985"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{14, 128}, {82, 22}}</string>
+																<reference key="NSSuperview" ref="51896985"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="806189559">
+																	<int key="NSCellFlags">-1804599231</int>
+																	<int key="NSCellFlags2">71304192</int>
+																	<string key="NSContents">100000</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="817642935"/>
+																	<bool key="NSDrawsBackground">YES</bool>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<reference key="NSTextColor" ref="924299943"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="390431649">
+																<reference key="NSNextResponder" ref="51896985"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{14, 88}, {61, 22}}</string>
+																<reference key="NSSuperview" ref="51896985"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="548248408">
+																	<int key="NSCellFlags">-1804599231</int>
+																	<int key="NSCellFlags2">71304192</int>
+																	<string key="NSContents">0.02</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="390431649"/>
+																	<bool key="NSDrawsBackground">YES</bool>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<reference key="NSTextColor" ref="924299943"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="427984822">
+																<reference key="NSNextResponder" ref="51896985"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{80, 90}, {67, 17}}</string>
+																<reference key="NSSuperview" ref="51896985"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="456968932">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">Initial tau</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="427984822"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+														</array>
+														<string key="NSFrame">{{2, 2}, {244, 302}}</string>
+														<reference key="NSSuperview" ref="539143978"/>
+													</object>
+												</array>
+												<string key="NSFrame">{{20, 72}, {248, 322}}</string>
+												<reference key="NSSuperview" ref="656824923"/>
+												<string key="NSOffsets">{0, 0}</string>
+												<object class="NSTextFieldCell" key="NSTitleCell">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">0</int>
+													<string key="NSContents">Genes</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSBackgroundColor" ref="869742347"/>
+													<object class="NSColor" key="NSTextColor">
+														<int key="NSColorSpace">3</int>
+														<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+													</object>
+												</object>
+												<reference key="NSContentView" ref="51896985"/>
+												<int key="NSBorderType">3</int>
+												<int key="NSBoxType">0</int>
+												<int key="NSTitlePosition">2</int>
+												<bool key="NSTransparent">NO</bool>
+											</object>
+											<object class="NSBox" id="861181412">
+												<reference key="NSNextResponder" ref="656824923"/>
+												<int key="NSvFlags">256</int>
+												<array class="NSMutableArray" key="NSSubviews">
+													<object class="NSView" id="1039109869">
+														<reference key="NSNextResponder" ref="861181412"/>
+														<int key="NSvFlags">256</int>
+														<array class="NSMutableArray" key="NSSubviews">
+															<object class="NSPopUpButton" id="709126969">
+																<reference key="NSNextResponder" ref="1039109869"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{11, 10}, {222, 22}}</string>
+																<reference key="NSSuperview" ref="1039109869"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSPopUpButtonCell" key="NSCell" id="393060482">
+																	<int key="NSCellFlags">-2076180416</int>
+																	<int key="NSCellFlags2">132096</int>
+																	<reference key="NSSupport" ref="26"/>
+																	<reference key="NSControlView" ref="709126969"/>
+																	<int key="NSButtonFlags">-2038284288</int>
+																	<int key="NSButtonFlags2">1</int>
+																	<reference key="NSAlternateImage" ref="26"/>
+																	<string key="NSAlternateContents"/>
+																	<object class="NSMutableString" key="NSKeyEquivalent">
+																		<characters key="NS.bytes"/>
+																	</object>
+																	<int key="NSPeriodicDelay">400</int>
+																	<int key="NSPeriodicInterval">75</int>
+																	<object class="NSMenuItem" key="NSMenuItem" id="641145983">
+																		<reference key="NSMenu" ref="265696560"/>
+																		<string key="NSTitle">Euclidean distance</string>
+																		<string key="NSKeyEquiv"/>
+																		<int key="NSKeyEquivModMask">1048576</int>
+																		<int key="NSMnemonicLoc">2147483647</int>
+																		<int key="NSState">1</int>
+																		<reference key="NSOnImage" ref="355588265"/>
+																		<reference key="NSMixedImage" ref="642457620"/>
+																		<string key="NSAction">_popUpItemAction:</string>
+																		<reference key="NSTarget" ref="393060482"/>
+																	</object>
+																	<bool key="NSMenuItemRespectAlignment">YES</bool>
+																	<object class="NSMenu" key="NSMenu" id="265696560">
+																		<object class="NSMutableString" key="NSTitle">
+																			<characters key="NS.bytes">OtherViews</characters>
+																		</object>
+																		<array class="NSMutableArray" key="NSMenuItems">
+																			<object class="NSMenuItem" id="249438057">
+																				<reference key="NSMenu" ref="265696560"/>
+																				<string key="NSTitle">Correlation (uncentered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="393060482"/>
+																			</object>
+																			<object class="NSMenuItem" id="445323788">
+																				<reference key="NSMenu" ref="265696560"/>
+																				<string key="NSTitle">Correlation (centered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="393060482"/>
+																			</object>
+																			<object class="NSMenuItem" id="221336305">
+																				<reference key="NSMenu" ref="265696560"/>
+																				<string key="NSTitle">Absolute Correlation (uncentered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="393060482"/>
+																			</object>
+																			<object class="NSMenuItem" id="846610557">
+																				<reference key="NSMenu" ref="265696560"/>
+																				<string key="NSTitle">Absolute Correlation (centered)</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="393060482"/>
+																			</object>
+																			<object class="NSMenuItem" id="102979739">
+																				<reference key="NSMenu" ref="265696560"/>
+																				<string key="NSTitle">Spearman Rank Correlation</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="393060482"/>
+																			</object>
+																			<object class="NSMenuItem" id="632333187">
+																				<reference key="NSMenu" ref="265696560"/>
+																				<string key="NSTitle">Kendall's tau</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="393060482"/>
+																			</object>
+																			<reference ref="641145983"/>
+																			<object class="NSMenuItem" id="987242080">
+																				<reference key="NSMenu" ref="265696560"/>
+																				<string key="NSTitle">City-block distance</string>
+																				<string key="NSKeyEquiv"/>
+																				<int key="NSKeyEquivModMask">1048576</int>
+																				<int key="NSMnemonicLoc">2147483647</int>
+																				<reference key="NSOnImage" ref="355588265"/>
+																				<reference key="NSMixedImage" ref="642457620"/>
+																				<string key="NSAction">_popUpItemAction:</string>
+																				<reference key="NSTarget" ref="393060482"/>
+																			</object>
+																		</array>
+																	</object>
+																	<int key="NSSelectedIndex">6</int>
+																	<int key="NSPreferredEdge">3</int>
+																	<bool key="NSUsesItemFromMenu">YES</bool>
+																	<bool key="NSAltersState">YES</bool>
+																	<int key="NSArrowPosition">1</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSButton" id="697595834">
+																<reference key="NSNextResponder" ref="1039109869"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{12, 275}, {129, 18}}</string>
+																<reference key="NSSuperview" ref="1039109869"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="53275781">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Organize arrays</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="697595834"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<reference key="NSAlternateImage" ref="598584859"/>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+															<object class="NSTextField" id="371199593">
+																<reference key="NSNextResponder" ref="1039109869"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{14, 227}, {48, 22}}</string>
+																<reference key="NSSuperview" ref="1039109869"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="664878214">
+																	<int key="NSCellFlags">-1804599231</int>
+																	<int key="NSCellFlags2">71304192</int>
+																	<string key="NSContents">10</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="371199593"/>
+																	<bool key="NSDrawsBackground">YES</bool>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<reference key="NSTextColor" ref="924299943"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="1037754735">
+																<reference key="NSNextResponder" ref="1039109869"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{67, 229}, {38, 17}}</string>
+																<reference key="NSSuperview" ref="1039109869"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="836465493">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">XDim</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="1037754735"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="439772476">
+																<reference key="NSNextResponder" ref="1039109869"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{14, 187}, {48, 22}}</string>
+																<reference key="NSSuperview" ref="1039109869"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="653942715">
+																	<int key="NSCellFlags">-1804599231</int>
+																	<int key="NSCellFlags2">71304192</int>
+																	<string key="NSContents">10</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="439772476"/>
+																	<bool key="NSDrawsBackground">YES</bool>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<reference key="NSTextColor" ref="924299943"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="510886479">
+																<reference key="NSNextResponder" ref="1039109869"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{67, 189}, {38, 17}}</string>
+																<reference key="NSSuperview" ref="1039109869"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="884586473">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">YDim</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="510886479"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="343050594">
+																<reference key="NSNextResponder" ref="1039109869"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{66, 39}, {114, 17}}</string>
+																<reference key="NSSuperview" ref="1039109869"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="241652716">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">Similarity Metric</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="343050594"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="611946939">
+																<reference key="NSNextResponder" ref="1039109869"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{101, 130}, {139, 17}}</string>
+																<reference key="NSSuperview" ref="1039109869"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="852115180">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">Number of iterations</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="611946939"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="93969577">
+																<reference key="NSNextResponder" ref="1039109869"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{14, 128}, {82, 22}}</string>
+																<reference key="NSSuperview" ref="1039109869"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="505568434">
+																	<int key="NSCellFlags">-1804599231</int>
+																	<int key="NSCellFlags2">71304192</int>
+																	<string key="NSContents">20000</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="93969577"/>
+																	<bool key="NSDrawsBackground">YES</bool>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<reference key="NSTextColor" ref="924299943"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="273231006">
+																<reference key="NSNextResponder" ref="1039109869"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{14, 88}, {61, 22}}</string>
+																<reference key="NSSuperview" ref="1039109869"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="273953378">
+																	<int key="NSCellFlags">-1804599231</int>
+																	<int key="NSCellFlags2">71304192</int>
+																	<string key="NSContents">0.02</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="273231006"/>
+																	<bool key="NSDrawsBackground">YES</bool>
+																	<reference key="NSBackgroundColor" ref="869742347"/>
+																	<reference key="NSTextColor" ref="924299943"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+															<object class="NSTextField" id="77347094">
+																<reference key="NSNextResponder" ref="1039109869"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{80, 90}, {67, 17}}</string>
+																<reference key="NSSuperview" ref="1039109869"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSTextFieldCell" key="NSCell" id="190874239">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">4194304</int>
+																	<string key="NSContents">Initial tau</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="77347094"/>
+																	<reference key="NSBackgroundColor" ref="375409004"/>
+																	<reference key="NSTextColor" ref="497512846"/>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+																<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+															</object>
+														</array>
+														<string key="NSFrame">{{2, 2}, {244, 302}}</string>
+														<reference key="NSSuperview" ref="861181412"/>
+													</object>
+												</array>
+												<string key="NSFrame">{{288, 72}, {248, 322}}</string>
+												<reference key="NSSuperview" ref="656824923"/>
+												<string key="NSOffsets">{0, 0}</string>
+												<object class="NSTextFieldCell" key="NSTitleCell">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">0</int>
+													<string key="NSContents">Arrays</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSBackgroundColor" ref="869742347"/>
+													<object class="NSColor" key="NSTextColor">
+														<int key="NSColorSpace">3</int>
+														<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+													</object>
+												</object>
+												<reference key="NSContentView" ref="1039109869"/>
+												<int key="NSBorderType">3</int>
+												<int key="NSBoxType">0</int>
+												<int key="NSTitlePosition">2</int>
+												<bool key="NSTransparent">NO</bool>
+											</object>
+										</array>
+										<string key="NSFrame">{{10, 33}, {556, 401}}</string>
+									</object>
+									<string key="NSLabel">SOMs</string>
+									<reference key="NSColor" ref="375409004"/>
+									<reference key="NSTabView" ref="268709588"/>
+								</object>
+								<object class="NSTabViewItem" id="179893038">
+									<object class="NSMutableString" key="NSIdentifier">
+										<characters key="NS.bytes">2</characters>
+									</object>
+									<object class="NSView" key="NSView" id="145863564">
+										<nil key="NSNextResponder"/>
+										<int key="NSvFlags">256</int>
+										<array class="NSMutableArray" key="NSSubviews">
+											<object class="NSBox" id="313600539">
+												<reference key="NSNextResponder" ref="145863564"/>
+												<int key="NSvFlags">256</int>
+												<array class="NSMutableArray" key="NSSubviews">
+													<object class="NSView" id="1072636183">
+														<reference key="NSNextResponder" ref="313600539"/>
+														<int key="NSvFlags">256</int>
+														<string key="NSFrame">{{2, 2}, {512, 300}}</string>
+														<reference key="NSSuperview" ref="313600539"/>
+													</object>
+												</array>
+												<string key="NSFrame">{{25, 58}, {516, 320}}</string>
+												<reference key="NSSuperview" ref="145863564"/>
+												<string key="NSOffsets">{0, 0}</string>
+												<object class="NSTextFieldCell" key="NSTitleCell">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">0</int>
+													<string key="NSContents">Principal Component Analysis</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSBackgroundColor" ref="869742347"/>
+													<object class="NSColor" key="NSTextColor">
+														<int key="NSColorSpace">3</int>
+														<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+													</object>
+												</object>
+												<reference key="NSContentView" ref="1072636183"/>
+												<int key="NSBorderType">3</int>
+												<int key="NSBoxType">0</int>
+												<int key="NSTitlePosition">2</int>
+												<bool key="NSTransparent">NO</bool>
+											</object>
+											<object class="NSButton" id="548330507">
+												<reference key="NSNextResponder" ref="145863564"/>
+												<int key="NSvFlags">256</int>
+												<string key="NSFrame">{{238, 79}, {90, 32}}</string>
+												<reference key="NSSuperview" ref="145863564"/>
+												<bool key="NSEnabled">YES</bool>
+												<object class="NSButtonCell" key="NSCell" id="228039439">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">137887744</int>
+													<string key="NSContents">Execute</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSControlView" ref="548330507"/>
+													<int key="NSButtonFlags">-2038284288</int>
+													<int key="NSButtonFlags2">1</int>
+													<reference key="NSAlternateImage" ref="260137420"/>
+													<string key="NSAlternateContents"/>
+													<object class="NSMutableString" key="NSKeyEquivalent">
+														<characters key="NS.bytes"/>
+													</object>
+													<int key="NSPeriodicDelay">200</int>
+													<int key="NSPeriodicInterval">25</int>
+												</object>
+												<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+											</object>
+											<object class="NSBox" id="601517043">
+												<reference key="NSNextResponder" ref="145863564"/>
+												<int key="NSvFlags">256</int>
+												<array class="NSMutableArray" key="NSSubviews">
+													<object class="NSView" id="729728200">
+														<reference key="NSNextResponder" ref="601517043"/>
+														<int key="NSvFlags">256</int>
+														<array class="NSMutableArray" key="NSSubviews">
+															<object class="NSButton" id="381917213">
+																<reference key="NSNextResponder" ref="729728200"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{14, 165}, {146, 18}}</string>
+																<reference key="NSSuperview" ref="729728200"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="65641841">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Apply PCA to genes</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="381917213"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<object class="NSCustomResource" key="NSNormalImage">
+																		<string key="NSClassName">NSImage</string>
+																		<string key="NSResourceName">NSSwitch</string>
+																	</object>
+																	<reference key="NSAlternateImage" ref="598584859"/>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+														</array>
+														<string key="NSFrame">{{2, 2}, {213, 192}}</string>
+														<reference key="NSSuperview" ref="601517043"/>
+													</object>
+												</array>
+												<string key="NSFrame">{{46, 136}, {217, 212}}</string>
+												<reference key="NSSuperview" ref="145863564"/>
+												<string key="NSOffsets">{0, 0}</string>
+												<object class="NSTextFieldCell" key="NSTitleCell">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">0</int>
+													<string key="NSContents">Genes</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSBackgroundColor" ref="869742347"/>
+													<object class="NSColor" key="NSTextColor">
+														<int key="NSColorSpace">3</int>
+														<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+													</object>
+												</object>
+												<reference key="NSContentView" ref="729728200"/>
+												<int key="NSBorderType">3</int>
+												<int key="NSBoxType">0</int>
+												<int key="NSTitlePosition">2</int>
+												<bool key="NSTransparent">NO</bool>
+											</object>
+											<object class="NSBox" id="732390563">
+												<reference key="NSNextResponder" ref="145863564"/>
+												<int key="NSvFlags">256</int>
+												<array class="NSMutableArray" key="NSSubviews">
+													<object class="NSView" id="105295006">
+														<reference key="NSNextResponder" ref="732390563"/>
+														<int key="NSvFlags">256</int>
+														<array class="NSMutableArray" key="NSSubviews">
+															<object class="NSButton" id="869260205">
+																<reference key="NSNextResponder" ref="105295006"/>
+																<int key="NSvFlags">256</int>
+																<string key="NSFrame">{{14, 165}, {147, 18}}</string>
+																<reference key="NSSuperview" ref="105295006"/>
+																<bool key="NSEnabled">YES</bool>
+																<object class="NSButtonCell" key="NSCell" id="1017199057">
+																	<int key="NSCellFlags">67108864</int>
+																	<int key="NSCellFlags2">0</int>
+																	<string key="NSContents">Apply PCA to arrays</string>
+																	<reference key="NSSupport" ref="885092723"/>
+																	<reference key="NSControlView" ref="869260205"/>
+																	<int key="NSButtonFlags">1211912448</int>
+																	<int key="NSButtonFlags2">2</int>
+																	<reference key="NSAlternateImage" ref="598584859"/>
+																	<string key="NSAlternateContents"/>
+																	<string key="NSKeyEquivalent"/>
+																	<int key="NSPeriodicDelay">200</int>
+																	<int key="NSPeriodicInterval">25</int>
+																</object>
+																<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+															</object>
+														</array>
+														<string key="NSFrame">{{2, 2}, {213, 192}}</string>
+														<reference key="NSSuperview" ref="732390563"/>
+													</object>
+												</array>
+												<string key="NSFrame">{{304, 136}, {217, 212}}</string>
+												<reference key="NSSuperview" ref="145863564"/>
+												<string key="NSOffsets">{0, 0}</string>
+												<object class="NSTextFieldCell" key="NSTitleCell">
+													<int key="NSCellFlags">67108864</int>
+													<int key="NSCellFlags2">0</int>
+													<string key="NSContents">Arrays</string>
+													<reference key="NSSupport" ref="885092723"/>
+													<reference key="NSBackgroundColor" ref="869742347"/>
+													<object class="NSColor" key="NSTextColor">
+														<int key="NSColorSpace">3</int>
+														<bytes key="NSWhite">MCAwLjgwMDAwMDAxAA</bytes>
+													</object>
+												</object>
+												<reference key="NSContentView" ref="105295006"/>
+												<int key="NSBorderType">3</int>
+												<int key="NSBoxType">0</int>
+												<int key="NSTitlePosition">2</int>
+												<bool key="NSTransparent">NO</bool>
+											</object>
+										</array>
+										<string key="NSFrame">{{10, 33}, {556, 401}}</string>
+									</object>
+									<string key="NSLabel">PCA</string>
+									<reference key="NSColor" ref="375409004"/>
+									<reference key="NSTabView" ref="268709588"/>
+								</object>
+							</array>
+							<reference key="NSSelectedTabViewItem" ref="981878493"/>
+							<reference key="NSFont" ref="885092723"/>
+							<int key="NSTvFlags">0</int>
+							<bool key="NSAllowTruncatedLabels">YES</bool>
+							<bool key="NSDrawsBackground">YES</bool>
+							<array class="NSMutableArray" key="NSSubviews">
+								<reference ref="791714418"/>
+							</array>
+						</object>
+						<object class="NSTextField" id="43310192">
+							<reference key="NSNextResponder" ref="772713336"/>
+							<int key="NSvFlags">256</int>
+							<string key="NSFrame">{{17, 0}, {562, 14}}</string>
+							<reference key="NSSuperview" ref="772713336"/>
+							<bool key="NSEnabled">YES</bool>
+							<object class="NSTextFieldCell" key="NSCell" id="20216665">
+								<int key="NSCellFlags">67108864</int>
+								<int key="NSCellFlags2">4194304</int>
+								<string key="NSContents"/>
+								<reference key="NSSupport" ref="26"/>
+								<reference key="NSControlView" ref="43310192"/>
+								<reference key="NSBackgroundColor" ref="375409004"/>
+								<reference key="NSTextColor" ref="497512846"/>
+							</object>
+							<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+							<int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
+						</object>
+					</array>
+					<string key="NSFrameSize">{596, 637}</string>
+				</object>
+				<string key="NSScreenRect">{{0, 0}, {1440, 878}}</string>
+				<string key="NSMinSize">{213, 129}</string>
+				<string key="NSMaxSize">{3.4028200000000001e+38, 3.4028200000000001e+38}</string>
+				<bool key="NSWindowIsRestorable">YES</bool>
+			</object>
+			<object class="NSMenu" id="613161316">
+				<string key="NSTitle">MainMenu</string>
+				<array class="NSMutableArray" key="NSMenuItems">
+					<object class="NSMenuItem" id="787336117">
+						<reference key="NSMenu" ref="613161316"/>
+						<string key="NSTitle">Cluster</string>
+						<string key="NSKeyEquiv"/>
+						<int key="NSKeyEquivModMask">1048576</int>
+						<int key="NSMnemonicLoc">2147483647</int>
+						<reference key="NSOnImage" ref="355588265"/>
+						<reference key="NSMixedImage" ref="642457620"/>
+						<string key="NSAction">submenuAction:</string>
+						<reference key="NSTarget" ref="298566319"/>
+						<object class="NSMenu" key="NSSubmenu" id="298566319">
+							<string key="NSTitle">Cluster</string>
+							<array class="NSMutableArray" key="NSMenuItems">
+								<object class="NSMenuItem" id="747820146">
+									<reference key="NSMenu" ref="298566319"/>
+									<string key="NSTitle">About Cluster 3.0</string>
+									<string key="NSKeyEquiv"/>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+								<object class="NSMenuItem" id="794011926">
+									<reference key="NSMenu" ref="298566319"/>
+									<bool key="NSIsDisabled">YES</bool>
+									<bool key="NSIsSeparator">YES</bool>
+									<string key="NSTitle"/>
+									<string key="NSKeyEquiv"/>
+									<int key="NSKeyEquivModMask">1048576</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+								<object class="NSMenuItem" id="842547879">
+									<reference key="NSMenu" ref="298566319"/>
+									<string key="NSTitle">Services</string>
+									<string key="NSKeyEquiv"/>
+									<int key="NSKeyEquivModMask">1048576</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+									<string key="NSAction">submenuAction:</string>
+									<reference key="NSTarget" ref="471294015"/>
+									<object class="NSMenu" key="NSSubmenu" id="471294015">
+										<object class="NSMutableString" key="NSTitle">
+											<characters key="NS.bytes">Services</characters>
+										</object>
+										<array class="NSMutableArray" key="NSMenuItems"/>
+										<string key="NSName">_NSServicesMenu</string>
+									</object>
+								</object>
+								<object class="NSMenuItem" id="598502459">
+									<reference key="NSMenu" ref="298566319"/>
+									<bool key="NSIsDisabled">YES</bool>
+									<bool key="NSIsSeparator">YES</bool>
+									<string key="NSTitle"/>
+									<string key="NSKeyEquiv"/>
+									<int key="NSKeyEquivModMask">1048576</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+								<object class="NSMenuItem" id="1028188443">
+									<reference key="NSMenu" ref="298566319"/>
+									<string key="NSTitle">Hide Cluster</string>
+									<string key="NSKeyEquiv">h</string>
+									<int key="NSKeyEquivModMask">1048576</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+								<object class="NSMenuItem" id="290146477">
+									<reference key="NSMenu" ref="298566319"/>
+									<string key="NSTitle">Hide Others</string>
+									<string key="NSKeyEquiv">h</string>
+									<int key="NSKeyEquivModMask">1572864</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+								<object class="NSMenuItem" id="711831058">
+									<reference key="NSMenu" ref="298566319"/>
+									<string key="NSTitle">Show All</string>
+									<string key="NSKeyEquiv"/>
+									<int key="NSKeyEquivModMask">1048576</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+								<object class="NSMenuItem" id="938287475">
+									<reference key="NSMenu" ref="298566319"/>
+									<bool key="NSIsDisabled">YES</bool>
+									<bool key="NSIsSeparator">YES</bool>
+									<string key="NSTitle"/>
+									<string key="NSKeyEquiv"/>
+									<int key="NSKeyEquivModMask">1048576</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+								<object class="NSMenuItem" id="656989850">
+									<reference key="NSMenu" ref="298566319"/>
+									<string key="NSTitle">Quit Cluster</string>
+									<string key="NSKeyEquiv">q</string>
+									<int key="NSKeyEquivModMask">1048576</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+							</array>
+							<string key="NSName">_NSAppleMenu</string>
+						</object>
+					</object>
+					<object class="NSMenuItem" id="274583501">
+						<reference key="NSMenu" ref="613161316"/>
+						<string key="NSTitle">File</string>
+						<string key="NSKeyEquiv"/>
+						<int key="NSKeyEquivModMask">1048576</int>
+						<int key="NSMnemonicLoc">2147483647</int>
+						<reference key="NSOnImage" ref="355588265"/>
+						<reference key="NSMixedImage" ref="642457620"/>
+						<string key="NSAction">submenuAction:</string>
+						<reference key="NSTarget" ref="400598905"/>
+						<object class="NSMenu" key="NSSubmenu" id="400598905">
+							<object class="NSMutableString" key="NSTitle">
+								<characters key="NS.bytes">File</characters>
+							</object>
+							<array class="NSMutableArray" key="NSMenuItems">
+								<object class="NSMenuItem" id="254367836">
+									<reference key="NSMenu" ref="400598905"/>
+									<string key="NSTitle">Open Data</string>
+									<string key="NSKeyEquiv">o</string>
+									<int key="NSKeyEquivModMask">1048576</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+								<object class="NSMenuItem" id="345467163">
+									<reference key="NSMenu" ref="400598905"/>
+									<string key="NSTitle">Save Data</string>
+									<string key="NSKeyEquiv">s</string>
+									<int key="NSKeyEquivModMask">1048576</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+							</array>
+						</object>
+					</object>
+					<object class="NSMenuItem" id="104187238">
+						<reference key="NSMenu" ref="613161316"/>
+						<string key="NSTitle">Window</string>
+						<string key="NSKeyEquiv"/>
+						<int key="NSKeyEquivModMask">1048576</int>
+						<int key="NSMnemonicLoc">2147483647</int>
+						<reference key="NSOnImage" ref="355588265"/>
+						<reference key="NSMixedImage" ref="642457620"/>
+						<string key="NSAction">submenuAction:</string>
+						<reference key="NSTarget" ref="263932366"/>
+						<object class="NSMenu" key="NSSubmenu" id="263932366">
+							<object class="NSMutableString" key="NSTitle">
+								<characters key="NS.bytes">Window</characters>
+							</object>
+							<array class="NSMutableArray" key="NSMenuItems">
+								<object class="NSMenuItem" id="1054880653">
+									<reference key="NSMenu" ref="263932366"/>
+									<string key="NSTitle">Minimize</string>
+									<string key="NSKeyEquiv">m</string>
+									<int key="NSKeyEquivModMask">1048576</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+								<object class="NSMenuItem" id="418754535">
+									<reference key="NSMenu" ref="263932366"/>
+									<bool key="NSIsDisabled">YES</bool>
+									<bool key="NSIsSeparator">YES</bool>
+									<string key="NSTitle"/>
+									<string key="NSKeyEquiv"/>
+									<int key="NSKeyEquivModMask">1048576</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+								<object class="NSMenuItem" id="268121069">
+									<reference key="NSMenu" ref="263932366"/>
+									<string key="NSTitle">Bring All to Front</string>
+									<string key="NSKeyEquiv"/>
+									<int key="NSKeyEquivModMask">1048576</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+							</array>
+							<string key="NSName">_NSWindowsMenu</string>
+						</object>
+					</object>
+					<object class="NSMenuItem" id="449653402">
+						<reference key="NSMenu" ref="613161316"/>
+						<string key="NSTitle">Help</string>
+						<string key="NSKeyEquiv"/>
+						<int key="NSKeyEquivModMask">1048576</int>
+						<int key="NSMnemonicLoc">2147483647</int>
+						<reference key="NSOnImage" ref="355588265"/>
+						<reference key="NSMixedImage" ref="642457620"/>
+						<string key="NSAction">submenuAction:</string>
+						<reference key="NSTarget" ref="106677161"/>
+						<object class="NSMenu" key="NSSubmenu" id="106677161">
+							<string key="NSTitle">Help</string>
+							<array class="NSMutableArray" key="NSMenuItems">
+								<object class="NSMenuItem" id="559299676">
+									<reference key="NSMenu" ref="106677161"/>
+									<string key="NSTitle">Cluster 3.0 Help</string>
+									<string key="NSKeyEquiv">?</string>
+									<int key="NSKeyEquivModMask">1048576</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+								<object class="NSMenuItem" id="705162240">
+									<reference key="NSMenu" ref="106677161"/>
+									<string key="NSTitle">Read local manual</string>
+									<string key="NSKeyEquiv">m</string>
+									<int key="NSKeyEquivModMask">1048576</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+								<object class="NSMenuItem" id="567967376">
+									<reference key="NSMenu" ref="106677161"/>
+									<string key="NSTitle">Read online manual</string>
+									<string key="NSKeyEquiv">O</string>
+									<int key="NSKeyEquivModMask">1048576</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+								<object class="NSMenuItem" id="344359524">
+									<reference key="NSMenu" ref="106677161"/>
+									<string key="NSTitle">File format help</string>
+									<string key="NSKeyEquiv">f</string>
+									<int key="NSKeyEquivModMask">1048576</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+								<object class="NSMenuItem" id="794356825">
+									<reference key="NSMenu" ref="106677161"/>
+									<bool key="NSIsDisabled">YES</bool>
+									<bool key="NSIsSeparator">YES</bool>
+									<string key="NSTitle"/>
+									<string key="NSKeyEquiv"/>
+									<int key="NSKeyEquivModMask">1048576</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+								<object class="NSMenuItem" id="179748924">
+									<reference key="NSMenu" ref="106677161"/>
+									<string key="NSTitle">About...</string>
+									<string key="NSKeyEquiv">a</string>
+									<int key="NSKeyEquivModMask">1048576</int>
+									<int key="NSMnemonicLoc">2147483647</int>
+									<reference key="NSOnImage" ref="355588265"/>
+									<reference key="NSMixedImage" ref="642457620"/>
+								</object>
+							</array>
+						</object>
+					</object>
+				</array>
+				<string key="NSName">_NSMainMenu</string>
+			</object>
+			<object class="NSCustomObject" id="729917953">
+				<string key="NSClassName">Controller</string>
+			</object>
+		</array>
+		<object class="IBObjectContainer" key="IBDocument.Objects">
+			<array key="connectionRecords">
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">terminate:</string>
+						<reference key="source" ref="666294466"/>
+						<reference key="destination" ref="656989850"/>
+					</object>
+					<int key="connectionID">139</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">orderFrontStandardAboutPanel:</string>
+						<reference key="source" ref="666294466"/>
+						<reference key="destination" ref="747820146"/>
+					</object>
+					<int key="connectionID">142</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">hideOtherApplications:</string>
+						<reference key="source" ref="666294466"/>
+						<reference key="destination" ref="290146477"/>
+					</object>
+					<int key="connectionID">146</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">hide:</string>
+						<reference key="source" ref="666294466"/>
+						<reference key="destination" ref="1028188443"/>
+					</object>
+					<int key="connectionID">152</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">unhideAllApplications:</string>
+						<reference key="source" ref="666294466"/>
+						<reference key="destination" ref="711831058"/>
+					</object>
+					<int key="connectionID">153</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">delegate</string>
+						<reference key="source" ref="666294466"/>
+						<reference key="destination" ref="729917953"/>
+					</object>
+					<int key="connectionID">846</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">performMiniaturize:</string>
+						<reference key="source" ref="465331099"/>
+						<reference key="destination" ref="1054880653"/>
+					</object>
+					<int key="connectionID">37</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">arrangeInFront:</string>
+						<reference key="source" ref="465331099"/>
+						<reference key="destination" ref="268121069"/>
+					</object>
+					<int key="connectionID">39</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">showHelp:</string>
+						<reference key="source" ref="465331099"/>
+						<reference key="destination" ref="559299676"/>
+					</object>
+					<int key="connectionID">870</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">FileOpen:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="254367836"/>
+					</object>
+					<int key="connectionID">223</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">FileSave:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="345467163"/>
+					</object>
+					<int key="connectionID">226</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">statusbar</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="43310192"/>
+					</object>
+					<int key="connectionID">393</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">FileMemo</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="666453531"/>
+					</object>
+					<int key="connectionID">394</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">Rows</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="327793584"/>
+					</object>
+					<int key="connectionID">395</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">Columns</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="453355009"/>
+					</object>
+					<int key="connectionID">396</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">AdjustApply:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="818228990"/>
+					</object>
+					<int key="connectionID">430</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">KMeansExecute:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="172175462"/>
+					</object>
+					<int key="connectionID">568</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">JobName</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="482389223"/>
+					</object>
+					<int key="connectionID">570</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">SOMExecute:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="1003924235"/>
+					</object>
+					<int key="connectionID">658</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">HierarchicalArrays</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="845176281"/>
+					</object>
+					<int key="connectionID">789</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">HierarchicalGenes</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="1056668866"/>
+					</object>
+					<int key="connectionID">839</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">ShowHelpManual:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="705162240"/>
+					</object>
+					<int key="connectionID">871</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">ShowHelpDownload:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="567967376"/>
+					</object>
+					<int key="connectionID">872</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">ShowFileFormatPanel:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="344359524"/>
+					</object>
+					<int key="connectionID">874</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">ShowAboutPanel:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="179748924"/>
+					</object>
+					<int key="connectionID">875</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">PCAExecute:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="548330507"/>
+					</object>
+					<int key="connectionID">989</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">AdjustLogXB</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="911458081"/>
+					</object>
+					<int key="connectionID">423</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">AdjustCenterGenesXBChanged:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="669832407"/>
+					</object>
+					<int key="connectionID">903</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">AdjustCenterGenesXB</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="669832407"/>
+					</object>
+					<int key="connectionID">905</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">AdjustMeanGenes</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="652052283"/>
+					</object>
+					<int key="connectionID">897</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">AdjustMedianGenes</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="95740596"/>
+					</object>
+					<int key="connectionID">898</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">AdjustNormalizeGenes</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="272536555"/>
+					</object>
+					<int key="connectionID">901</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">AdjustCenterArraysXBChanged:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="1068341899"/>
+					</object>
+					<int key="connectionID">904</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">AdjustCenterArraysXB</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="1068341899"/>
+					</object>
+					<int key="connectionID">906</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">AdjustMedianArrays</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="345899"/>
+					</object>
+					<int key="connectionID">900</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">AdjustMeanArrays</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="601394777"/>
+					</object>
+					<int key="connectionID">899</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">AdjustNormalizeArrays</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="820410746"/>
+					</object>
+					<int key="connectionID">902</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">FilterPercentXB</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="212445636"/>
+					</object>
+					<int key="connectionID">418</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">FilterStdXB</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="975992048"/>
+					</object>
+					<int key="connectionID">415</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">FilterObservationXB</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="410151800"/>
+					</object>
+					<int key="connectionID">416</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">FilterMaxMinXB</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="175746151"/>
+					</object>
+					<int key="connectionID">417</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">FilterApply:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="194608916"/>
+					</object>
+					<int key="connectionID">399</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">filteraccept</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="289665354"/>
+					</object>
+					<int key="connectionID">398</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">FilterAccept:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="289665354"/>
+					</object>
+					<int key="connectionID">422</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">filterresult</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="640546385"/>
+					</object>
+					<int key="connectionID">397</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">FilterPercent</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="273008458"/>
+					</object>
+					<int key="connectionID">410</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">FilterNumber</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="735459513"/>
+					</object>
+					<int key="connectionID">412</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">FilterMaxMin</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="157528138"/>
+					</object>
+					<int key="connectionID">414</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">FilterObservationValue</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="509044925"/>
+					</object>
+					<int key="connectionID">413</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">FilterStd</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="1069785931"/>
+					</object>
+					<int key="connectionID">411</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">HierarchicalCentroid:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="937403072"/>
+					</object>
+					<int key="connectionID">856</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">HierarchicalSingle:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="721482958"/>
+					</object>
+					<int key="connectionID">857</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">HierarchicalComplete:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="933445180"/>
+					</object>
+					<int key="connectionID">860</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">HierarchicalAverage:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="592663633"/>
+					</object>
+					<int key="connectionID">859</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">HierarchicalArrayMetric</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="430379889"/>
+					</object>
+					<int key="connectionID">855</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">HierarchicalArrayXB</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="1010716516"/>
+					</object>
+					<int key="connectionID">852</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">HierarchicalArrayWeightXBChanged:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="1025419672"/>
+					</object>
+					<int key="connectionID">776</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">HierarchicalArrayWeightXB</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="1025419672"/>
+					</object>
+					<int key="connectionID">775</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">HierarchicalArrayWeight</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="89176598"/>
+					</object>
+					<int key="connectionID">797</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">HierarchicalArrayCutoff</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="353145459"/>
+					</object>
+					<int key="connectionID">853</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">HierarchicalArrayExp</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="669153869"/>
+					</object>
+					<int key="connectionID">854</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">HierarchicalGeneWeight</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="275660390"/>
+					</object>
+					<int key="connectionID">837</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">HierarchicalGeneMetric</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="507738498"/>
+					</object>
+					<int key="connectionID">851</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">HierarchicalGeneXB</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="724620689"/>
+					</object>
+					<int key="connectionID">848</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">HierarchicalGeneWeightXB</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="1027385125"/>
+					</object>
+					<int key="connectionID">838</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBActionConnection" key="connection">
+						<string key="label">HierarchicalGeneWeightXBChanged:</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="1027385125"/>
+					</object>
+					<int key="connectionID">840</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">HierarchicalGeneCutoff</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="22327313"/>
+					</object>
+					<int key="connectionID">849</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">HierarchicalGeneExp</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="786981359"/>
+					</object>
+					<int key="connectionID">850</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">KMeansGeneMetric</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="1056171755"/>
+					</object>
+					<int key="connectionID">561</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">KMeansGeneXB</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="366971513"/>
+					</object>
+					<int key="connectionID">556</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">KMeansGeneK</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="468813887"/>
+					</object>
+					<int key="connectionID">557</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">KMeansGeneRuns</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="456147111"/>
+					</object>
+					<int key="connectionID">558</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">KMeansGeneMean</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="653757286"/>
+					</object>
+					<int key="connectionID">559</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">KMeansArrayMetric</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="330299943"/>
+					</object>
+					<int key="connectionID">567</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">KMeansArrayXB</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="648679220"/>
+					</object>
+					<int key="connectionID">562</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">KMeansArrayK</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="281143147"/>
+					</object>
+					<int key="connectionID">563</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">KMeansArrayRuns</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="427694435"/>
+					</object>
+					<int key="connectionID">571</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">KMeansArrayMean</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="379039682"/>
+					</object>
+					<int key="connectionID">565</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">SOMGeneMetric</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="40372531"/>
+					</object>
+					<int key="connectionID">651</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">SOMGeneXB</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="730835839"/>
+					</object>
+					<int key="connectionID">645</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">SOMGeneXDim</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="907330529"/>
+					</object>
+					<int key="connectionID">646</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">SOMGeneYDim</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="449308631"/>
+					</object>
+					<int key="connectionID">648</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">SOMGeneIters</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="817642935"/>
+					</object>
+					<int key="connectionID">649</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">SOMGeneTau</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="390431649"/>
+					</object>
+					<int key="connectionID">650</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">SOMArrayMetric</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="709126969"/>
+					</object>
+					<int key="connectionID">657</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">SOMArrayXB</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="697595834"/>
+					</object>
+					<int key="connectionID">652</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">SOMArrayXDim</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="371199593"/>
+					</object>
+					<int key="connectionID">653</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">SOMArrayYDim</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="439772476"/>
+					</object>
+					<int key="connectionID">654</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">SOMArrayIters</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="93969577"/>
+					</object>
+					<int key="connectionID">655</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">SOMArrayTau</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="273231006"/>
+					</object>
+					<int key="connectionID">656</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">PCAGeneXB</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="381917213"/>
+					</object>
+					<int key="connectionID">988</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBOutletConnection" key="connection">
+						<string key="label">PCAArrayXB</string>
+						<reference key="source" ref="729917953"/>
+						<reference key="destination" ref="869260205"/>
+					</object>
+					<int key="connectionID">987</int>
+				</object>
+			</array>
+			<object class="IBMutableOrderedSet" key="objectRecords">
+				<array key="orderedObjects">
+					<object class="IBObjectRecord">
+						<int key="objectID">0</int>
+						<array key="object" id="0"/>
+						<reference key="children" ref="561665137"/>
+						<nil key="parent"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">-2</int>
+						<reference key="object" ref="666294466"/>
+						<reference key="parent" ref="0"/>
+						<string key="objectName">File's Owner</string>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">-1</int>
+						<reference key="object" ref="465331099"/>
+						<reference key="parent" ref="0"/>
+						<string key="objectName">First Responder</string>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">21</int>
+						<reference key="object" ref="828130159"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="772713336"/>
+						</array>
+						<reference key="parent" ref="0"/>
+						<string key="objectName">Window</string>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">2</int>
+						<reference key="object" ref="772713336"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="13371872"/>
+							<reference ref="712785277"/>
+							<reference ref="946790886"/>
+							<reference ref="666453531"/>
+							<reference ref="482389223"/>
+							<reference ref="8462694"/>
+							<reference ref="218031044"/>
+							<reference ref="327793584"/>
+							<reference ref="453355009"/>
+							<reference ref="268709588"/>
+							<reference ref="43310192"/>
+						</array>
+						<reference key="parent" ref="828130159"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">198</int>
+						<reference key="object" ref="13371872"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="105637907"/>
+						</array>
+						<reference key="parent" ref="772713336"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">199</int>
+						<reference key="object" ref="712785277"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="357181520"/>
+						</array>
+						<reference key="parent" ref="772713336"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">200</int>
+						<reference key="object" ref="946790886"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="736264829"/>
+						</array>
+						<reference key="parent" ref="772713336"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">201</int>
+						<reference key="object" ref="666453531"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="148947099"/>
+						</array>
+						<reference key="parent" ref="772713336"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">202</int>
+						<reference key="object" ref="482389223"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="970341836"/>
+						</array>
+						<reference key="parent" ref="772713336"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">203</int>
+						<reference key="object" ref="8462694"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="1034828151"/>
+						</array>
+						<reference key="parent" ref="772713336"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">204</int>
+						<reference key="object" ref="218031044"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="620240114"/>
+						</array>
+						<reference key="parent" ref="772713336"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">205</int>
+						<reference key="object" ref="327793584"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="297196918"/>
+						</array>
+						<reference key="parent" ref="772713336"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">206</int>
+						<reference key="object" ref="453355009"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="225016694"/>
+						</array>
+						<reference key="parent" ref="772713336"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">210</int>
+						<reference key="object" ref="268709588"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="726914278"/>
+							<reference ref="981878493"/>
+							<reference ref="963488386"/>
+							<reference ref="882005544"/>
+							<reference ref="400992599"/>
+							<reference ref="179893038"/>
+						</array>
+						<reference key="parent" ref="772713336"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">207</int>
+						<reference key="object" ref="726914278"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="944924498"/>
+						</array>
+						<reference key="parent" ref="268709588"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">208</int>
+						<reference key="object" ref="944924498"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="500155741"/>
+							<reference ref="839670639"/>
+							<reference ref="818228990"/>
+							<reference ref="50876603"/>
+							<reference ref="531798018"/>
+						</array>
+						<reference key="parent" ref="726914278"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">250</int>
+						<reference key="object" ref="500155741"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="911458081"/>
+						</array>
+						<reference key="parent" ref="944924498"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">264</int>
+						<reference key="object" ref="839670639"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="689342561"/>
+						</array>
+						<reference key="parent" ref="944924498"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">273</int>
+						<reference key="object" ref="818228990"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="836450164"/>
+						</array>
+						<reference key="parent" ref="944924498"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">299</int>
+						<reference key="object" ref="50876603"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="669832407"/>
+							<reference ref="990334594"/>
+							<reference ref="272536555"/>
+						</array>
+						<reference key="parent" ref="944924498"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">303</int>
+						<reference key="object" ref="531798018"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="1068341899"/>
+							<reference ref="680250343"/>
+							<reference ref="820410746"/>
+						</array>
+						<reference key="parent" ref="944924498"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">211</int>
+						<reference key="object" ref="981878493"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="791714418"/>
+						</array>
+						<reference key="parent" ref="268709588"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">209</int>
+						<reference key="object" ref="791714418"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="884732181"/>
+						</array>
+						<reference key="parent" ref="981878493"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">230</int>
+						<reference key="object" ref="884732181"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="212445636"/>
+							<reference ref="975992048"/>
+							<reference ref="410151800"/>
+							<reference ref="175746151"/>
+							<reference ref="194608916"/>
+							<reference ref="289665354"/>
+							<reference ref="640546385"/>
+							<reference ref="273008458"/>
+							<reference ref="735459513"/>
+							<reference ref="111766957"/>
+							<reference ref="157528138"/>
+							<reference ref="509044925"/>
+							<reference ref="1069785931"/>
+						</array>
+						<reference key="parent" ref="791714418"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">212</int>
+						<reference key="object" ref="963488386"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="157282495"/>
+						</array>
+						<reference key="parent" ref="268709588"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">213</int>
+						<reference key="object" ref="157282495"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="36695879"/>
+							<reference ref="845176281"/>
+							<reference ref="1056668866"/>
+						</array>
+						<reference key="parent" ref="963488386"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">386</int>
+						<reference key="object" ref="36695879"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="937403072"/>
+							<reference ref="721482958"/>
+							<reference ref="933445180"/>
+							<reference ref="592663633"/>
+						</array>
+						<reference key="parent" ref="157282495"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">761</int>
+						<reference key="object" ref="845176281"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="430379889"/>
+							<reference ref="1010716516"/>
+							<reference ref="1025419672"/>
+							<reference ref="559048391"/>
+							<reference ref="89176598"/>
+						</array>
+						<reference key="parent" ref="157282495"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">829</int>
+						<reference key="object" ref="1056668866"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="275660390"/>
+							<reference ref="507738498"/>
+							<reference ref="724620689"/>
+							<reference ref="1027385125"/>
+							<reference ref="624189499"/>
+						</array>
+						<reference key="parent" ref="157282495"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">214</int>
+						<reference key="object" ref="882005544"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="464590738"/>
+						</array>
+						<reference key="parent" ref="268709588"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">215</int>
+						<reference key="object" ref="464590738"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="384021192"/>
+							<reference ref="118617407"/>
+							<reference ref="172175462"/>
+						</array>
+						<reference key="parent" ref="882005544"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">434</int>
+						<reference key="object" ref="384021192"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="1056171755"/>
+							<reference ref="366971513"/>
+							<reference ref="468813887"/>
+							<reference ref="110192119"/>
+							<reference ref="456147111"/>
+							<reference ref="350571958"/>
+							<reference ref="247547970"/>
+							<reference ref="809289573"/>
+						</array>
+						<reference key="parent" ref="464590738"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">543</int>
+						<reference key="object" ref="118617407"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="330299943"/>
+							<reference ref="648679220"/>
+							<reference ref="281143147"/>
+							<reference ref="478258971"/>
+							<reference ref="427694435"/>
+							<reference ref="1005762836"/>
+							<reference ref="431900273"/>
+							<reference ref="1051882934"/>
+						</array>
+						<reference key="parent" ref="464590738"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">555</int>
+						<reference key="object" ref="172175462"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="39079835"/>
+						</array>
+						<reference key="parent" ref="464590738"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">216</int>
+						<reference key="object" ref="400992599"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="656824923"/>
+						</array>
+						<reference key="parent" ref="268709588"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">217</int>
+						<reference key="object" ref="656824923"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="1003924235"/>
+							<reference ref="539143978"/>
+							<reference ref="861181412"/>
+						</array>
+						<reference key="parent" ref="400992599"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">577</int>
+						<reference key="object" ref="1003924235"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="909809992"/>
+						</array>
+						<reference key="parent" ref="656824923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">588</int>
+						<reference key="object" ref="539143978"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="40372531"/>
+							<reference ref="730835839"/>
+							<reference ref="907330529"/>
+							<reference ref="130874520"/>
+							<reference ref="449308631"/>
+							<reference ref="487343992"/>
+							<reference ref="249488929"/>
+							<reference ref="1011759009"/>
+							<reference ref="817642935"/>
+							<reference ref="390431649"/>
+							<reference ref="427984822"/>
+						</array>
+						<reference key="parent" ref="656824923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">643</int>
+						<reference key="object" ref="861181412"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="709126969"/>
+							<reference ref="697595834"/>
+							<reference ref="371199593"/>
+							<reference ref="1037754735"/>
+							<reference ref="439772476"/>
+							<reference ref="510886479"/>
+							<reference ref="343050594"/>
+							<reference ref="611946939"/>
+							<reference ref="93969577"/>
+							<reference ref="273231006"/>
+							<reference ref="77347094"/>
+						</array>
+						<reference key="parent" ref="656824923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">218</int>
+						<reference key="object" ref="179893038"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="145863564"/>
+						</array>
+						<reference key="parent" ref="268709588"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">219</int>
+						<reference key="object" ref="145863564"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="548330507"/>
+							<reference ref="313600539"/>
+							<reference ref="601517043"/>
+							<reference ref="732390563"/>
+						</array>
+						<reference key="parent" ref="179893038"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">937</int>
+						<reference key="object" ref="548330507"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="228039439"/>
+						</array>
+						<reference key="parent" ref="145863564"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">941</int>
+						<reference key="object" ref="313600539"/>
+						<array class="NSMutableArray" key="children"/>
+						<reference key="parent" ref="145863564"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">961</int>
+						<reference key="object" ref="601517043"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="381917213"/>
+						</array>
+						<reference key="parent" ref="145863564"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">984</int>
+						<reference key="object" ref="732390563"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="869260205"/>
+						</array>
+						<reference key="parent" ref="145863564"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">392</int>
+						<reference key="object" ref="43310192"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="20216665"/>
+						</array>
+						<reference key="parent" ref="772713336"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">29</int>
+						<reference key="object" ref="613161316"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="104187238"/>
+							<reference ref="787336117"/>
+							<reference ref="274583501"/>
+							<reference ref="449653402"/>
+						</array>
+						<reference key="parent" ref="0"/>
+						<string key="objectName">MainMenu</string>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">19</int>
+						<reference key="object" ref="104187238"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="263932366"/>
+						</array>
+						<reference key="parent" ref="613161316"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">24</int>
+						<reference key="object" ref="263932366"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="268121069"/>
+							<reference ref="1054880653"/>
+							<reference ref="418754535"/>
+						</array>
+						<reference key="parent" ref="104187238"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">5</int>
+						<reference key="object" ref="268121069"/>
+						<reference key="parent" ref="263932366"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">23</int>
+						<reference key="object" ref="1054880653"/>
+						<reference key="parent" ref="263932366"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">92</int>
+						<reference key="object" ref="418754535"/>
+						<reference key="parent" ref="263932366"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">56</int>
+						<reference key="object" ref="787336117"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="298566319"/>
+						</array>
+						<reference key="parent" ref="613161316"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">57</int>
+						<reference key="object" ref="298566319"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="747820146"/>
+							<reference ref="842547879"/>
+							<reference ref="1028188443"/>
+							<reference ref="656989850"/>
+							<reference ref="794011926"/>
+							<reference ref="598502459"/>
+							<reference ref="290146477"/>
+							<reference ref="938287475"/>
+							<reference ref="711831058"/>
+						</array>
+						<reference key="parent" ref="787336117"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">58</int>
+						<reference key="object" ref="747820146"/>
+						<reference key="parent" ref="298566319"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">131</int>
+						<reference key="object" ref="842547879"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="471294015"/>
+						</array>
+						<reference key="parent" ref="298566319"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">130</int>
+						<reference key="object" ref="471294015"/>
+						<reference key="parent" ref="842547879"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">134</int>
+						<reference key="object" ref="1028188443"/>
+						<reference key="parent" ref="298566319"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">136</int>
+						<reference key="object" ref="656989850"/>
+						<reference key="parent" ref="298566319"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">143</int>
+						<reference key="object" ref="794011926"/>
+						<reference key="parent" ref="298566319"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">144</int>
+						<reference key="object" ref="598502459"/>
+						<reference key="parent" ref="298566319"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">145</int>
+						<reference key="object" ref="290146477"/>
+						<reference key="parent" ref="298566319"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">149</int>
+						<reference key="object" ref="938287475"/>
+						<reference key="parent" ref="298566319"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">150</int>
+						<reference key="object" ref="711831058"/>
+						<reference key="parent" ref="298566319"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">83</int>
+						<reference key="object" ref="274583501"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="400598905"/>
+						</array>
+						<reference key="parent" ref="613161316"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">81</int>
+						<reference key="object" ref="400598905"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="254367836"/>
+							<reference ref="345467163"/>
+						</array>
+						<reference key="parent" ref="274583501"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">72</int>
+						<reference key="object" ref="254367836"/>
+						<reference key="parent" ref="400598905"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">75</int>
+						<reference key="object" ref="345467163"/>
+						<reference key="parent" ref="400598905"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">103</int>
+						<reference key="object" ref="449653402"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="106677161"/>
+						</array>
+						<reference key="parent" ref="613161316"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">106</int>
+						<reference key="object" ref="106677161"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="559299676"/>
+							<reference ref="705162240"/>
+							<reference ref="567967376"/>
+							<reference ref="344359524"/>
+							<reference ref="794356825"/>
+							<reference ref="179748924"/>
+						</array>
+						<reference key="parent" ref="449653402"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">111</int>
+						<reference key="object" ref="559299676"/>
+						<reference key="parent" ref="106677161"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">861</int>
+						<reference key="object" ref="705162240"/>
+						<reference key="parent" ref="106677161"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">863</int>
+						<reference key="object" ref="567967376"/>
+						<reference key="parent" ref="106677161"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">865</int>
+						<reference key="object" ref="344359524"/>
+						<reference key="parent" ref="106677161"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">867</int>
+						<reference key="object" ref="794356825"/>
+						<reference key="parent" ref="106677161"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">868</int>
+						<reference key="object" ref="179748924"/>
+						<reference key="parent" ref="106677161"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">222</int>
+						<reference key="object" ref="729917953"/>
+						<reference key="parent" ref="0"/>
+						<string key="objectName">Controller</string>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">991</int>
+						<reference key="object" ref="105637907"/>
+						<reference key="parent" ref="13371872"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">992</int>
+						<reference key="object" ref="357181520"/>
+						<reference key="parent" ref="712785277"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">993</int>
+						<reference key="object" ref="736264829"/>
+						<reference key="parent" ref="946790886"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">994</int>
+						<reference key="object" ref="148947099"/>
+						<reference key="parent" ref="666453531"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">995</int>
+						<reference key="object" ref="970341836"/>
+						<reference key="parent" ref="482389223"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">996</int>
+						<reference key="object" ref="1034828151"/>
+						<reference key="parent" ref="8462694"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">997</int>
+						<reference key="object" ref="620240114"/>
+						<reference key="parent" ref="218031044"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">998</int>
+						<reference key="object" ref="297196918"/>
+						<reference key="parent" ref="327793584"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">999</int>
+						<reference key="object" ref="225016694"/>
+						<reference key="parent" ref="453355009"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1002</int>
+						<reference key="object" ref="836450164"/>
+						<reference key="parent" ref="818228990"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1054</int>
+						<reference key="object" ref="39079835"/>
+						<reference key="parent" ref="172175462"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1055</int>
+						<reference key="object" ref="909809992"/>
+						<reference key="parent" ref="1003924235"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1078</int>
+						<reference key="object" ref="228039439"/>
+						<reference key="parent" ref="548330507"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1081</int>
+						<reference key="object" ref="20216665"/>
+						<reference key="parent" ref="43310192"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">-3</int>
+						<reference key="object" ref="86423774"/>
+						<reference key="parent" ref="0"/>
+						<string key="objectName">Application</string>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">274</int>
+						<reference key="object" ref="911458081"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="692673812"/>
+						</array>
+						<reference key="parent" ref="500155741"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1000</int>
+						<reference key="object" ref="692673812"/>
+						<reference key="parent" ref="911458081"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">266</int>
+						<reference key="object" ref="689342561"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="899993732"/>
+						</array>
+						<reference key="parent" ref="839670639"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1001</int>
+						<reference key="object" ref="899993732"/>
+						<reference key="parent" ref="689342561"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">887</int>
+						<reference key="object" ref="669832407"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="443604294"/>
+						</array>
+						<reference key="parent" ref="50876603"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1003</int>
+						<reference key="object" ref="443604294"/>
+						<reference key="parent" ref="669832407"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">888</int>
+						<reference key="object" ref="990334594"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="355194818"/>
+							<reference ref="652052283"/>
+							<reference ref="95740596"/>
+						</array>
+						<reference key="parent" ref="50876603"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1082</int>
+						<reference key="object" ref="355194818"/>
+						<reference key="parent" ref="990334594"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">890</int>
+						<reference key="object" ref="652052283"/>
+						<reference key="parent" ref="990334594"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">889</int>
+						<reference key="object" ref="95740596"/>
+						<reference key="parent" ref="990334594"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">891</int>
+						<reference key="object" ref="272536555"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="1048939831"/>
+						</array>
+						<reference key="parent" ref="50876603"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1004</int>
+						<reference key="object" ref="1048939831"/>
+						<reference key="parent" ref="272536555"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">892</int>
+						<reference key="object" ref="1068341899"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="340202307"/>
+						</array>
+						<reference key="parent" ref="531798018"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1005</int>
+						<reference key="object" ref="340202307"/>
+						<reference key="parent" ref="1068341899"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">893</int>
+						<reference key="object" ref="680250343"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="316281144"/>
+							<reference ref="601394777"/>
+							<reference ref="345899"/>
+						</array>
+						<reference key="parent" ref="531798018"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1083</int>
+						<reference key="object" ref="316281144"/>
+						<reference key="parent" ref="680250343"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">895</int>
+						<reference key="object" ref="601394777"/>
+						<reference key="parent" ref="680250343"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">894</int>
+						<reference key="object" ref="345899"/>
+						<reference key="parent" ref="680250343"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">896</int>
+						<reference key="object" ref="820410746"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="595436123"/>
+						</array>
+						<reference key="parent" ref="531798018"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1006</int>
+						<reference key="object" ref="595436123"/>
+						<reference key="parent" ref="820410746"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">232</int>
+						<reference key="object" ref="212445636"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="637396227"/>
+						</array>
+						<reference key="parent" ref="884732181"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1007</int>
+						<reference key="object" ref="637396227"/>
+						<reference key="parent" ref="212445636"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">233</int>
+						<reference key="object" ref="975992048"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="541296838"/>
+						</array>
+						<reference key="parent" ref="884732181"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1008</int>
+						<reference key="object" ref="541296838"/>
+						<reference key="parent" ref="975992048"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">234</int>
+						<reference key="object" ref="410151800"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="248606578"/>
+						</array>
+						<reference key="parent" ref="884732181"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1009</int>
+						<reference key="object" ref="248606578"/>
+						<reference key="parent" ref="410151800"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">235</int>
+						<reference key="object" ref="175746151"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="527142789"/>
+						</array>
+						<reference key="parent" ref="884732181"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1010</int>
+						<reference key="object" ref="527142789"/>
+						<reference key="parent" ref="175746151"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">236</int>
+						<reference key="object" ref="194608916"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="349558559"/>
+						</array>
+						<reference key="parent" ref="884732181"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1011</int>
+						<reference key="object" ref="349558559"/>
+						<reference key="parent" ref="194608916"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">237</int>
+						<reference key="object" ref="289665354"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="649598177"/>
+						</array>
+						<reference key="parent" ref="884732181"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1012</int>
+						<reference key="object" ref="649598177"/>
+						<reference key="parent" ref="289665354"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">238</int>
+						<reference key="object" ref="640546385"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="707032829"/>
+						</array>
+						<reference key="parent" ref="884732181"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1013</int>
+						<reference key="object" ref="707032829"/>
+						<reference key="parent" ref="640546385"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">239</int>
+						<reference key="object" ref="273008458"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="112266899"/>
+						</array>
+						<reference key="parent" ref="884732181"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1014</int>
+						<reference key="object" ref="112266899"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="688677012"/>
+						</array>
+						<reference key="parent" ref="273008458"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">408</int>
+						<reference key="object" ref="688677012"/>
+						<reference key="parent" ref="112266899"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">241</int>
+						<reference key="object" ref="735459513"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="543098998"/>
+						</array>
+						<reference key="parent" ref="884732181"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1016</int>
+						<reference key="object" ref="543098998"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="340303340"/>
+						</array>
+						<reference key="parent" ref="735459513"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">406</int>
+						<reference key="object" ref="340303340"/>
+						<reference key="parent" ref="543098998"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">242</int>
+						<reference key="object" ref="111766957"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="708892677"/>
+						</array>
+						<reference key="parent" ref="884732181"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1017</int>
+						<reference key="object" ref="708892677"/>
+						<reference key="parent" ref="111766957"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">243</int>
+						<reference key="object" ref="157528138"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="647285237"/>
+						</array>
+						<reference key="parent" ref="884732181"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1018</int>
+						<reference key="object" ref="647285237"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="53897632"/>
+						</array>
+						<reference key="parent" ref="157528138"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">409</int>
+						<reference key="object" ref="53897632"/>
+						<reference key="parent" ref="647285237"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">244</int>
+						<reference key="object" ref="509044925"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="983473181"/>
+						</array>
+						<reference key="parent" ref="884732181"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1019</int>
+						<reference key="object" ref="983473181"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="23196814"/>
+						</array>
+						<reference key="parent" ref="509044925"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">405</int>
+						<reference key="object" ref="23196814"/>
+						<reference key="parent" ref="983473181"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">240</int>
+						<reference key="object" ref="1069785931"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="472651167"/>
+						</array>
+						<reference key="parent" ref="884732181"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1015</int>
+						<reference key="object" ref="472651167"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="752279235"/>
+						</array>
+						<reference key="parent" ref="1069785931"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">407</int>
+						<reference key="object" ref="752279235"/>
+						<reference key="parent" ref="472651167"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">388</int>
+						<reference key="object" ref="937403072"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="817207740"/>
+						</array>
+						<reference key="parent" ref="36695879"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1020</int>
+						<reference key="object" ref="817207740"/>
+						<reference key="parent" ref="937403072"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">389</int>
+						<reference key="object" ref="721482958"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="1071150629"/>
+						</array>
+						<reference key="parent" ref="36695879"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1021</int>
+						<reference key="object" ref="1071150629"/>
+						<reference key="parent" ref="721482958"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">390</int>
+						<reference key="object" ref="933445180"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="616822888"/>
+						</array>
+						<reference key="parent" ref="36695879"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1022</int>
+						<reference key="object" ref="616822888"/>
+						<reference key="parent" ref="933445180"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">391</int>
+						<reference key="object" ref="592663633"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="537820742"/>
+						</array>
+						<reference key="parent" ref="36695879"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1023</int>
+						<reference key="object" ref="537820742"/>
+						<reference key="parent" ref="592663633"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">755</int>
+						<reference key="object" ref="430379889"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="591582017"/>
+						</array>
+						<reference key="parent" ref="845176281"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1024</int>
+						<reference key="object" ref="591582017"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="611103098"/>
+						</array>
+						<reference key="parent" ref="430379889"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">768</int>
+						<reference key="object" ref="611103098"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="83830580"/>
+							<reference ref="235754875"/>
+							<reference ref="364070651"/>
+							<reference ref="527433874"/>
+							<reference ref="590948693"/>
+							<reference ref="45978628"/>
+							<reference ref="339266659"/>
+							<reference ref="867633183"/>
+						</array>
+						<reference key="parent" ref="591582017"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">752</int>
+						<reference key="object" ref="83830580"/>
+						<reference key="parent" ref="611103098"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">753</int>
+						<reference key="object" ref="235754875"/>
+						<reference key="parent" ref="611103098"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">754</int>
+						<reference key="object" ref="364070651"/>
+						<reference key="parent" ref="611103098"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">762</int>
+						<reference key="object" ref="527433874"/>
+						<reference key="parent" ref="611103098"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">765</int>
+						<reference key="object" ref="590948693"/>
+						<reference key="parent" ref="611103098"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">766</int>
+						<reference key="object" ref="45978628"/>
+						<reference key="parent" ref="611103098"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">772</int>
+						<reference key="object" ref="339266659"/>
+						<reference key="parent" ref="611103098"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">877</int>
+						<reference key="object" ref="867633183"/>
+						<reference key="parent" ref="611103098"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">773</int>
+						<reference key="object" ref="1010716516"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="907226840"/>
+						</array>
+						<reference key="parent" ref="845176281"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1027</int>
+						<reference key="object" ref="907226840"/>
+						<reference key="parent" ref="1010716516"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">764</int>
+						<reference key="object" ref="1025419672"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="934699784"/>
+						</array>
+						<reference key="parent" ref="845176281"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1025</int>
+						<reference key="object" ref="934699784"/>
+						<reference key="parent" ref="1025419672"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">771</int>
+						<reference key="object" ref="559048391"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="431287585"/>
+						</array>
+						<reference key="parent" ref="845176281"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1026</int>
+						<reference key="object" ref="431287585"/>
+						<reference key="parent" ref="559048391"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">790</int>
+						<reference key="object" ref="89176598"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="137356851"/>
+							<reference ref="353145459"/>
+							<reference ref="154294626"/>
+							<reference ref="669153869"/>
+						</array>
+						<reference key="parent" ref="845176281"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">812</int>
+						<reference key="object" ref="137356851"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="374779855"/>
+						</array>
+						<reference key="parent" ref="89176598"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1028</int>
+						<reference key="object" ref="374779855"/>
+						<reference key="parent" ref="137356851"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">813</int>
+						<reference key="object" ref="353145459"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="109564537"/>
+						</array>
+						<reference key="parent" ref="89176598"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1029</int>
+						<reference key="object" ref="109564537"/>
+						<reference key="parent" ref="353145459"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">814</int>
+						<reference key="object" ref="154294626"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="958427376"/>
+						</array>
+						<reference key="parent" ref="89176598"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1030</int>
+						<reference key="object" ref="958427376"/>
+						<reference key="parent" ref="154294626"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">815</int>
+						<reference key="object" ref="669153869"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="724337415"/>
+						</array>
+						<reference key="parent" ref="89176598"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1031</int>
+						<reference key="object" ref="724337415"/>
+						<reference key="parent" ref="669153869"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">834</int>
+						<reference key="object" ref="275660390"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="750286479"/>
+							<reference ref="22327313"/>
+							<reference ref="1001260082"/>
+							<reference ref="786981359"/>
+						</array>
+						<reference key="parent" ref="1056668866"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">833</int>
+						<reference key="object" ref="507738498"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="434722492"/>
+						</array>
+						<reference key="parent" ref="1056668866"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1035</int>
+						<reference key="object" ref="434722492"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="864919332"/>
+						</array>
+						<reference key="parent" ref="507738498"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">835</int>
+						<reference key="object" ref="864919332"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="759159717"/>
+							<reference ref="852757040"/>
+							<reference ref="591718381"/>
+							<reference ref="836603314"/>
+							<reference ref="374092906"/>
+							<reference ref="61073556"/>
+							<reference ref="103162831"/>
+							<reference ref="9241761"/>
+						</array>
+						<reference key="parent" ref="434722492"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">820</int>
+						<reference key="object" ref="759159717"/>
+						<reference key="parent" ref="864919332"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">824</int>
+						<reference key="object" ref="852757040"/>
+						<reference key="parent" ref="864919332"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">826</int>
+						<reference key="object" ref="591718381"/>
+						<reference key="parent" ref="864919332"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">827</int>
+						<reference key="object" ref="836603314"/>
+						<reference key="parent" ref="864919332"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">828</int>
+						<reference key="object" ref="374092906"/>
+						<reference key="parent" ref="864919332"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">830</int>
+						<reference key="object" ref="61073556"/>
+						<reference key="parent" ref="864919332"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">832</int>
+						<reference key="object" ref="103162831"/>
+						<reference key="parent" ref="864919332"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">876</int>
+						<reference key="object" ref="9241761"/>
+						<reference key="parent" ref="864919332"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">823</int>
+						<reference key="object" ref="724620689"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="708357793"/>
+						</array>
+						<reference key="parent" ref="1056668866"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1033</int>
+						<reference key="object" ref="708357793"/>
+						<reference key="parent" ref="724620689"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">817</int>
+						<reference key="object" ref="1027385125"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="157059463"/>
+						</array>
+						<reference key="parent" ref="1056668866"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1032</int>
+						<reference key="object" ref="157059463"/>
+						<reference key="parent" ref="1027385125"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">825</int>
+						<reference key="object" ref="624189499"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="992713942"/>
+						</array>
+						<reference key="parent" ref="1056668866"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1034</int>
+						<reference key="object" ref="992713942"/>
+						<reference key="parent" ref="624189499"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">819</int>
+						<reference key="object" ref="750286479"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="731553607"/>
+						</array>
+						<reference key="parent" ref="275660390"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1036</int>
+						<reference key="object" ref="731553607"/>
+						<reference key="parent" ref="750286479"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">821</int>
+						<reference key="object" ref="22327313"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="629707633"/>
+						</array>
+						<reference key="parent" ref="275660390"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1037</int>
+						<reference key="object" ref="629707633"/>
+						<reference key="parent" ref="22327313"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">822</int>
+						<reference key="object" ref="1001260082"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="671249354"/>
+						</array>
+						<reference key="parent" ref="275660390"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1038</int>
+						<reference key="object" ref="671249354"/>
+						<reference key="parent" ref="1001260082"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">836</int>
+						<reference key="object" ref="786981359"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="475017524"/>
+						</array>
+						<reference key="parent" ref="275660390"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1039</int>
+						<reference key="object" ref="475017524"/>
+						<reference key="parent" ref="786981359"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">432</int>
+						<reference key="object" ref="1056171755"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="517138037"/>
+						</array>
+						<reference key="parent" ref="384021192"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1041</int>
+						<reference key="object" ref="517138037"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="429998820"/>
+						</array>
+						<reference key="parent" ref="1056171755"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">445</int>
+						<reference key="object" ref="429998820"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="627116437"/>
+							<reference ref="214330417"/>
+							<reference ref="1012835268"/>
+							<reference ref="710946017"/>
+							<reference ref="450082294"/>
+							<reference ref="624885552"/>
+							<reference ref="303162096"/>
+							<reference ref="164636068"/>
+						</array>
+						<reference key="parent" ref="517138037"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">433</int>
+						<reference key="object" ref="627116437"/>
+						<reference key="parent" ref="429998820"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">435</int>
+						<reference key="object" ref="214330417"/>
+						<reference key="parent" ref="429998820"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">436</int>
+						<reference key="object" ref="1012835268"/>
+						<reference key="parent" ref="429998820"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">437</int>
+						<reference key="object" ref="710946017"/>
+						<reference key="parent" ref="429998820"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">438</int>
+						<reference key="object" ref="450082294"/>
+						<reference key="parent" ref="429998820"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">439</int>
+						<reference key="object" ref="624885552"/>
+						<reference key="parent" ref="429998820"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">444</int>
+						<reference key="object" ref="303162096"/>
+						<reference key="parent" ref="429998820"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">878</int>
+						<reference key="object" ref="164636068"/>
+						<reference key="parent" ref="429998820"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">431</int>
+						<reference key="object" ref="366971513"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="1041029988"/>
+						</array>
+						<reference key="parent" ref="384021192"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1040</int>
+						<reference key="object" ref="1041029988"/>
+						<reference key="parent" ref="366971513"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">446</int>
+						<reference key="object" ref="468813887"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="642427756"/>
+						</array>
+						<reference key="parent" ref="384021192"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1042</int>
+						<reference key="object" ref="642427756"/>
+						<reference key="parent" ref="468813887"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">447</int>
+						<reference key="object" ref="110192119"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="1032268251"/>
+						</array>
+						<reference key="parent" ref="384021192"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1043</int>
+						<reference key="object" ref="1032268251"/>
+						<reference key="parent" ref="110192119"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">448</int>
+						<reference key="object" ref="456147111"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="874513005"/>
+						</array>
+						<reference key="parent" ref="384021192"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1044</int>
+						<reference key="object" ref="874513005"/>
+						<reference key="parent" ref="456147111"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">449</int>
+						<reference key="object" ref="350571958"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="503383717"/>
+						</array>
+						<reference key="parent" ref="384021192"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1045</int>
+						<reference key="object" ref="503383717"/>
+						<reference key="parent" ref="350571958"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">450</int>
+						<reference key="object" ref="247547970"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="389812013"/>
+						</array>
+						<reference key="parent" ref="384021192"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1046</int>
+						<reference key="object" ref="389812013"/>
+						<reference key="parent" ref="247547970"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">451</int>
+						<reference key="object" ref="809289573"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="916698842"/>
+						</array>
+						<reference key="parent" ref="384021192"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">453</int>
+						<reference key="object" ref="916698842"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="175551035"/>
+							<reference ref="653757286"/>
+							<reference ref="612947255"/>
+						</array>
+						<reference key="parent" ref="809289573"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">454</int>
+						<reference key="object" ref="175551035"/>
+						<reference key="parent" ref="916698842"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">455</int>
+						<reference key="object" ref="653757286"/>
+						<reference key="parent" ref="916698842"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1084</int>
+						<reference key="object" ref="612947255"/>
+						<reference key="parent" ref="916698842"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">539</int>
+						<reference key="object" ref="330299943"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="489967638"/>
+						</array>
+						<reference key="parent" ref="118617407"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1050</int>
+						<reference key="object" ref="489967638"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="140943720"/>
+						</array>
+						<reference key="parent" ref="330299943"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">540</int>
+						<reference key="object" ref="140943720"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="274495567"/>
+							<reference ref="899887450"/>
+							<reference ref="298363149"/>
+							<reference ref="866212948"/>
+							<reference ref="662746941"/>
+							<reference ref="672455055"/>
+							<reference ref="43539477"/>
+							<reference ref="927285504"/>
+						</array>
+						<reference key="parent" ref="489967638"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">533</int>
+						<reference key="object" ref="274495567"/>
+						<reference key="parent" ref="140943720"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">535</int>
+						<reference key="object" ref="899887450"/>
+						<reference key="parent" ref="140943720"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">538</int>
+						<reference key="object" ref="298363149"/>
+						<reference key="parent" ref="140943720"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">541</int>
+						<reference key="object" ref="866212948"/>
+						<reference key="parent" ref="140943720"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">545</int>
+						<reference key="object" ref="662746941"/>
+						<reference key="parent" ref="140943720"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">547</int>
+						<reference key="object" ref="672455055"/>
+						<reference key="parent" ref="140943720"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">554</int>
+						<reference key="object" ref="43539477"/>
+						<reference key="parent" ref="140943720"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">879</int>
+						<reference key="object" ref="927285504"/>
+						<reference key="parent" ref="140943720"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">534</int>
+						<reference key="object" ref="648679220"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="765908772"/>
+						</array>
+						<reference key="parent" ref="118617407"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1048</int>
+						<reference key="object" ref="765908772"/>
+						<reference key="parent" ref="648679220"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">537</int>
+						<reference key="object" ref="281143147"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="681695816"/>
+						</array>
+						<reference key="parent" ref="118617407"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1049</int>
+						<reference key="object" ref="681695816"/>
+						<reference key="parent" ref="281143147"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">544</int>
+						<reference key="object" ref="478258971"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="561899475"/>
+						</array>
+						<reference key="parent" ref="118617407"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1051</int>
+						<reference key="object" ref="561899475"/>
+						<reference key="parent" ref="478258971"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">532</int>
+						<reference key="object" ref="427694435"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="922965238"/>
+						</array>
+						<reference key="parent" ref="118617407"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1047</int>
+						<reference key="object" ref="922965238"/>
+						<reference key="parent" ref="427694435"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">552</int>
+						<reference key="object" ref="1005762836"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="600667933"/>
+						</array>
+						<reference key="parent" ref="118617407"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1053</int>
+						<reference key="object" ref="600667933"/>
+						<reference key="parent" ref="1005762836"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">548</int>
+						<reference key="object" ref="431900273"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="219709259"/>
+						</array>
+						<reference key="parent" ref="118617407"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1052</int>
+						<reference key="object" ref="219709259"/>
+						<reference key="parent" ref="431900273"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">536</int>
+						<reference key="object" ref="1051882934"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="815920465"/>
+						</array>
+						<reference key="parent" ref="118617407"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">542</int>
+						<reference key="object" ref="815920465"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="478931046"/>
+							<reference ref="379039682"/>
+							<reference ref="198173465"/>
+						</array>
+						<reference key="parent" ref="1051882934"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">546</int>
+						<reference key="object" ref="478931046"/>
+						<reference key="parent" ref="815920465"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">551</int>
+						<reference key="object" ref="379039682"/>
+						<reference key="parent" ref="815920465"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1085</int>
+						<reference key="object" ref="198173465"/>
+						<reference key="parent" ref="815920465"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">607</int>
+						<reference key="object" ref="40372531"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="402467943"/>
+						</array>
+						<reference key="parent" ref="539143978"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1061</int>
+						<reference key="object" ref="402467943"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="995290089"/>
+						</array>
+						<reference key="parent" ref="40372531"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">574</int>
+						<reference key="object" ref="995290089"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="287917503"/>
+							<reference ref="694725784"/>
+							<reference ref="32303660"/>
+							<reference ref="412502882"/>
+							<reference ref="633817229"/>
+							<reference ref="743246679"/>
+							<reference ref="862584177"/>
+							<reference ref="936978326"/>
+						</array>
+						<reference key="parent" ref="402467943"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">585</int>
+						<reference key="object" ref="287917503"/>
+						<reference key="parent" ref="995290089"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">590</int>
+						<reference key="object" ref="694725784"/>
+						<reference key="parent" ref="995290089"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">591</int>
+						<reference key="object" ref="32303660"/>
+						<reference key="parent" ref="995290089"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">599</int>
+						<reference key="object" ref="412502882"/>
+						<reference key="parent" ref="995290089"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">603</int>
+						<reference key="object" ref="633817229"/>
+						<reference key="parent" ref="995290089"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">605</int>
+						<reference key="object" ref="743246679"/>
+						<reference key="parent" ref="995290089"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">608</int>
+						<reference key="object" ref="862584177"/>
+						<reference key="parent" ref="995290089"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">880</int>
+						<reference key="object" ref="936978326"/>
+						<reference key="parent" ref="995290089"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">606</int>
+						<reference key="object" ref="730835839"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="907881747"/>
+						</array>
+						<reference key="parent" ref="539143978"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1060</int>
+						<reference key="object" ref="907881747"/>
+						<reference key="parent" ref="730835839"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">613</int>
+						<reference key="object" ref="907330529"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="829870342"/>
+						</array>
+						<reference key="parent" ref="539143978"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1062</int>
+						<reference key="object" ref="829870342"/>
+						<reference key="parent" ref="907330529"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">576</int>
+						<reference key="object" ref="130874520"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="505662259"/>
+						</array>
+						<reference key="parent" ref="539143978"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1056</int>
+						<reference key="object" ref="505662259"/>
+						<reference key="parent" ref="130874520"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">598</int>
+						<reference key="object" ref="449308631"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="866406175"/>
+						</array>
+						<reference key="parent" ref="539143978"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1059</int>
+						<reference key="object" ref="866406175"/>
+						<reference key="parent" ref="449308631"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">580</int>
+						<reference key="object" ref="487343992"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="630639524"/>
+						</array>
+						<reference key="parent" ref="539143978"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1057</int>
+						<reference key="object" ref="630639524"/>
+						<reference key="parent" ref="487343992"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">592</int>
+						<reference key="object" ref="249488929"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="1009044976"/>
+						</array>
+						<reference key="parent" ref="539143978"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1058</int>
+						<reference key="object" ref="1009044976"/>
+						<reference key="parent" ref="249488929"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">619</int>
+						<reference key="object" ref="1011759009"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="182474365"/>
+						</array>
+						<reference key="parent" ref="539143978"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1063</int>
+						<reference key="object" ref="182474365"/>
+						<reference key="parent" ref="1011759009"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">620</int>
+						<reference key="object" ref="817642935"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="806189559"/>
+						</array>
+						<reference key="parent" ref="539143978"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1064</int>
+						<reference key="object" ref="806189559"/>
+						<reference key="parent" ref="817642935"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">621</int>
+						<reference key="object" ref="390431649"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="548248408"/>
+						</array>
+						<reference key="parent" ref="539143978"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1065</int>
+						<reference key="object" ref="548248408"/>
+						<reference key="parent" ref="390431649"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">622</int>
+						<reference key="object" ref="427984822"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="456968932"/>
+						</array>
+						<reference key="parent" ref="539143978"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1066</int>
+						<reference key="object" ref="456968932"/>
+						<reference key="parent" ref="427984822"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">640</int>
+						<reference key="object" ref="709126969"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="393060482"/>
+						</array>
+						<reference key="parent" ref="861181412"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1076</int>
+						<reference key="object" ref="393060482"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="265696560"/>
+						</array>
+						<reference key="parent" ref="709126969"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">633</int>
+						<reference key="object" ref="265696560"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="632333187"/>
+							<reference ref="846610557"/>
+							<reference ref="249438057"/>
+							<reference ref="221336305"/>
+							<reference ref="445323788"/>
+							<reference ref="102979739"/>
+							<reference ref="641145983"/>
+							<reference ref="987242080"/>
+						</array>
+						<reference key="parent" ref="393060482"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">623</int>
+						<reference key="object" ref="632333187"/>
+						<reference key="parent" ref="265696560"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">624</int>
+						<reference key="object" ref="846610557"/>
+						<reference key="parent" ref="265696560"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">626</int>
+						<reference key="object" ref="249438057"/>
+						<reference key="parent" ref="265696560"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">627</int>
+						<reference key="object" ref="221336305"/>
+						<reference key="parent" ref="265696560"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">628</int>
+						<reference key="object" ref="445323788"/>
+						<reference key="parent" ref="265696560"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">631</int>
+						<reference key="object" ref="102979739"/>
+						<reference key="parent" ref="265696560"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">642</int>
+						<reference key="object" ref="641145983"/>
+						<reference key="parent" ref="265696560"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">881</int>
+						<reference key="object" ref="987242080"/>
+						<reference key="parent" ref="265696560"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">635</int>
+						<reference key="object" ref="697595834"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="53275781"/>
+						</array>
+						<reference key="parent" ref="861181412"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1072</int>
+						<reference key="object" ref="53275781"/>
+						<reference key="parent" ref="697595834"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">638</int>
+						<reference key="object" ref="371199593"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="664878214"/>
+						</array>
+						<reference key="parent" ref="861181412"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1074</int>
+						<reference key="object" ref="664878214"/>
+						<reference key="parent" ref="371199593"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">629</int>
+						<reference key="object" ref="1037754735"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="836465493"/>
+						</array>
+						<reference key="parent" ref="861181412"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1068</int>
+						<reference key="object" ref="836465493"/>
+						<reference key="parent" ref="1037754735"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">632</int>
+						<reference key="object" ref="439772476"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="653942715"/>
+						</array>
+						<reference key="parent" ref="861181412"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1070</int>
+						<reference key="object" ref="653942715"/>
+						<reference key="parent" ref="439772476"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">639</int>
+						<reference key="object" ref="510886479"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="884586473"/>
+						</array>
+						<reference key="parent" ref="861181412"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1075</int>
+						<reference key="object" ref="884586473"/>
+						<reference key="parent" ref="510886479"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">644</int>
+						<reference key="object" ref="343050594"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="241652716"/>
+						</array>
+						<reference key="parent" ref="861181412"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1077</int>
+						<reference key="object" ref="241652716"/>
+						<reference key="parent" ref="343050594"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">637</int>
+						<reference key="object" ref="611946939"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="852115180"/>
+						</array>
+						<reference key="parent" ref="861181412"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1073</int>
+						<reference key="object" ref="852115180"/>
+						<reference key="parent" ref="611946939"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">625</int>
+						<reference key="object" ref="93969577"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="505568434"/>
+						</array>
+						<reference key="parent" ref="861181412"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1067</int>
+						<reference key="object" ref="505568434"/>
+						<reference key="parent" ref="93969577"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">630</int>
+						<reference key="object" ref="273231006"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="273953378"/>
+						</array>
+						<reference key="parent" ref="861181412"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1069</int>
+						<reference key="object" ref="273953378"/>
+						<reference key="parent" ref="273231006"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">634</int>
+						<reference key="object" ref="77347094"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="190874239"/>
+						</array>
+						<reference key="parent" ref="861181412"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1071</int>
+						<reference key="object" ref="190874239"/>
+						<reference key="parent" ref="77347094"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">972</int>
+						<reference key="object" ref="381917213"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="65641841"/>
+						</array>
+						<reference key="parent" ref="601517043"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1079</int>
+						<reference key="object" ref="65641841"/>
+						<reference key="parent" ref="381917213"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">986</int>
+						<reference key="object" ref="869260205"/>
+						<array class="NSMutableArray" key="children">
+							<reference ref="1017199057"/>
+						</array>
+						<reference key="parent" ref="732390563"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">1080</int>
+						<reference key="object" ref="1017199057"/>
+						<reference key="parent" ref="869260205"/>
+					</object>
+				</array>
+			</object>
+			<dictionary class="NSMutableDictionary" key="flattenedProperties">
+				<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="-3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1000.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1001.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1002.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1003.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1004.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1005.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1006.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1007.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1008.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1009.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1010.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1011.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1012.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1013.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1014.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1015.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1016.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1017.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1018.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1019.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1020.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1021.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1022.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1023.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1024.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1025.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1026.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1027.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1028.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1029.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="103.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1030.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1031.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1032.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1033.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1034.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1035.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1036.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1037.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1038.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1039.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1040.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1041.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1042.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1043.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1044.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1045.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1046.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1047.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1048.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1049.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1050.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1051.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1052.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1053.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1054.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1055.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1056.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1057.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1058.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1059.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="106.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1060.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1061.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1062.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1063.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1064.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1065.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1066.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1067.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1068.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1069.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1070.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1071.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1072.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1073.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1074.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1075.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1076.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1077.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1078.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1079.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1080.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1081.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1082.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1083.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1084.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="1085.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="111.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="130.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="131.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="134.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="136.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="143.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="144.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="145.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="149.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="150.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="19.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="198.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="199.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="200.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="201.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="202.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="203.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="204.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="205.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="206.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="207.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="208.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="209.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="21.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<boolean value="YES" key="21.NSWindowTemplate.visibleAtLaunch"/>
+				<string key="210.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="211.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="212.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="213.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="214.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="215.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="216.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="217.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="218.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="219.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="222.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="23.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="230.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="232.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="233.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="234.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="235.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="236.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="237.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="238.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="239.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="24.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="240.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="241.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="242.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="243.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="244.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="250.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="264.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="266.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="273.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="274.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="29.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="299.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="303.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="386.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="388.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="389.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="390.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="391.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="392.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="405.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="406.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="407.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="408.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="409.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="431.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="432.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="433.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="434.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="435.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="436.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="437.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="438.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="439.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="444.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="445.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="446.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="447.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="448.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="449.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="450.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="451.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="453.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="454.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="455.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="5.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="532.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="533.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="534.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="535.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="536.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="537.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="538.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="539.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="540.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="541.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="542.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="543.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="544.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="545.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="546.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="547.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="548.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="551.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="552.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="554.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="555.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="56.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="57.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="574.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="576.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="577.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="58.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="580.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="585.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="588.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="590.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="591.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="592.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="598.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="599.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="603.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="605.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="606.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="607.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="608.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="613.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="619.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="620.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="621.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="622.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="623.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="624.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="625.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="626.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="627.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="628.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="629.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="630.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="631.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="632.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="633.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="634.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="635.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="637.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="638.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="639.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="640.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="642.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="643.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="644.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="72.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="75.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="752.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="753.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="754.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="755.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="761.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="762.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="764.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="765.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="766.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="768.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="771.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="772.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="773.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="790.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="81.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="812.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="813.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="814.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="815.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="817.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="819.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="820.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="821.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="822.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="823.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="824.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="825.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="826.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="827.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="828.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="829.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="83.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="830.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="832.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="833.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="834.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="835.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="836.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="861.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="863.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="865.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="867.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="868.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="876.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="877.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="878.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="879.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="880.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="881.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="887.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="888.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="889.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="890.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="891.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="892.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="893.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="894.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="895.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="896.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="92.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="937.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="941.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="961.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="972.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="984.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="986.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="991.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="992.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="993.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="994.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="995.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="996.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="997.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="998.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+				<string key="999.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
+			</dictionary>
+			<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
+			<nil key="activeLocalization"/>
+			<dictionary class="NSMutableDictionary" key="localizations"/>
+			<nil key="sourceID"/>
+			<int key="maxID">1085</int>
+		</object>
+		<object class="IBClassDescriber" key="IBDocument.Classes"/>
+		<int key="IBDocument.localizationMode">0</int>
+		<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
+		<bool key="IBDocument.previouslyAttemptedUpgradeToXcode5">YES</bool>
+		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencies">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string>
+			<integer value="1030" key="NS.object.0"/>
+		</object>
+		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3</string>
+			<integer value="4600" key="NS.object.0"/>
+		</object>
+		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
+		<int key="IBDocument.defaultPropertyAccessControl">3</int>
+		<dictionary class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
+			<string key="NSMenuCheckmark">{11, 11}</string>
+			<string key="NSMenuMixedState">{10, 3}</string>
+			<string key="NSSwitch">{15, 15}</string>
+		</dictionary>
+	</data>
+</archive>
diff --git a/mac/English.lproj/MainMenu.nib/info.nib b/mac/English.lproj/MainMenu.nib/info.nib
deleted file mode 100644
index 65ca870..0000000
--- a/mac/English.lproj/MainMenu.nib/info.nib
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>IBDocumentLocation</key>
-	<string>990 606 356 240 0 0 1440 878 </string>
-	<key>IBEditorPositions</key>
-	<dict>
-		<key>29</key>
-		<string>46 272 235 44 0 0 1440 878 </string>
-	</dict>
-	<key>IBFramework Version</key>
-	<string>489.0</string>
-	<key>IBOldestOS</key>
-	<integer>3</integer>
-	<key>IBOpenObjects</key>
-	<array>
-		<integer>21</integer>
-		<integer>29</integer>
-	</array>
-	<key>IBSystem Version</key>
-	<string>8S2167</string>
-	<key>IBUsesTextArchiving</key>
-	<true/>
-</dict>
-</plist>
diff --git a/mac/English.lproj/MainMenu.nib/keyedobjects.nib b/mac/English.lproj/MainMenu.nib/keyedobjects.nib
index 2131972..aedc23d 100644
Binary files a/mac/English.lproj/MainMenu.nib/keyedobjects.nib and b/mac/English.lproj/MainMenu.nib/keyedobjects.nib differ
diff --git a/mac/Info.plist b/mac/Info.plist
index 86a3dcf..ce3161d 100644
--- a/mac/Info.plist
+++ b/mac/Info.plist
@@ -21,7 +21,7 @@
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>C Clustering Library 1.52</string>
+	<string>C Clustering Library 1.53</string>
 	<key>NSMainNibFile</key>
 	<string>MainMenu</string>
 	<key>NSPrincipalClass</key>
diff --git a/mac/Makefile b/mac/Makefile
index 3ad6a8d..b103881 100644
--- a/mac/Makefile
+++ b/mac/Makefile
@@ -2,7 +2,7 @@ DOCDIR = ../doc
 HTMLDIR = ../html
 
 build/Default/Cluster.app: $(HTMLDIR)/html.helpindex $(HTMLDIR)/html\ idx $(DOCDIR)/cluster3.pdf
-	xcodebuild
+	xcodebuild -sdk macosx10.11
 	rm -r build/Cluster.build
 
 Cluster.pkg: build/Default/Cluster.app
@@ -15,7 +15,7 @@ $(HTMLDIR)/index.html: $(DOCDIR)/cluster3.texinfo
 	$(MAKE) -C $(HTMLDIR)
 
 $(HTMLDIR)/html.helpindex $(HTMLDIR)/html\ idx: $(HTMLDIR)/index.html
-	/Developer/Applications/Utilities/Help\ Indexer.app/Contents/MacOS/Help\ Indexer ../html -ShowProgress YES -LogStyle 2 -PantherIndexing YES
+	hiutil -Caf $(HTMLDIR)/html.helpindex $(HTMLDIR)
 
 $(DOCDIR)/cluster3.pdf: $(DOCDIR)/cluster3.texinfo
 	$(MAKE) -C $(DOCDIR)
diff --git a/perl/Cluster.pm b/perl/Cluster.pm
index 985a9fa..48cebad 100644
--- a/perl/Cluster.pm
+++ b/perl/Cluster.pm
@@ -18,7 +18,7 @@ package Algorithm::Cluster;
 # This library was written at the Laboratory of DNA Information Analysis,
 # Human Genome Center, Institute of Medical Science, University of Tokyo,
 # 4-6-1 Shirokanedai, Minato-ku, Tokyo 108-8639, Japan.
-# Contact: mdehoon 'AT' gsc.riken.jp
+# Contact: michiel.dehoon 'AT' riken.jp
 # 
 # The Algorithm::Cluster module for Perl was released under the same terms
 # as the Perl Artistic license. See the file artistic.txt for details.
@@ -32,7 +32,7 @@ use DynaLoader;
 
 require Exporter;
 
-$VERSION     = '1.52';
+$VERSION     = '1.53';
 $DEBUG       = 1;
 @ISA         = qw(DynaLoader Exporter);
 
@@ -779,7 +779,7 @@ See the scripts in the examples subdirectory of the package.
 
 =over 4
 
-=item * C Clustering Library version 1.52 (2013.08.03)
+=item * C Clustering Library version 1.53 (2017.08.19)
 
 =head1 TO DO
 
@@ -793,7 +793,7 @@ Cluster and TreeView.
 =head1 AUTHOR
 
 John Nolan jpnolan at sonic.net 2003.  
-Michiel de Hoon mdehoon "AT" gsc.riken.jp 2003-2010.
+Michiel de Hoon michiel.dehoon "AT" riken.jp 2003-2017.
 Seiya Imoto imoto "AT" ims.u-tokyo.ac.jp 2003-2010.
 Satoru Miyano 2003-2010.
 A copyright statement is contained in the source code itself. 
diff --git a/perl/Cluster.xs b/perl/Cluster.xs
index 4ee2069..dc29bf6 100644
--- a/perl/Cluster.xs
+++ b/perl/Cluster.xs
@@ -817,7 +817,7 @@ new (class, nodes)
     PREINIT:
     Tree* tree;
     SV* obj;
-        int i;
+    int i;
     int n;
     AV* array;
     int* flag;
@@ -838,7 +838,7 @@ new (class, nodes)
         croak("Algorithm::Cluster::Tree::new memory error\n");
     }
 
-        for (i = 0; i < n; i++) {
+    for (i = 0; i < n; i++) {
         Node* node;
         SV* node_ref = *(av_fetch(array, (I32) i, 0)); 
         if (!sv_isa(node_ref, "Algorithm::Cluster::Node")) break;
@@ -956,8 +956,59 @@ scale(obj)
         for (i = 0; i < n; i++) nodes[i].distance /= maximum;
     }
 
-AV *
-cut(obj, nclusters)
+
+void
+sort(obj, order = NULL)
+    SV* obj
+    SV* order 
+
+    PREINIT:
+    int i;
+    int n;
+    Tree* tree;
+    int* indices;
+    double* values = NULL;
+    int ok;
+
+    PPCODE:
+    if (!sv_isa(obj, "Algorithm::Cluster::Tree")) {
+        croak("sort can only be applied to an Algorithm::Cluster::Tree object");
+    }
+    tree = INT2PTR(Tree*,SvIV(SvRV(obj)));
+    if (order) {
+        if(!SvROK(order) || SvTYPE(SvRV(order)) != SVt_PVAV) { 
+            croak("Algorithm::Cluster::Tree::sort expects an order array\n");
+        }
+        values = malloc_row_perl2c_dbl(aTHX_ order, &n);
+        if (!values) {
+            croak("Algorithm::Cluster::Tree::sort memory error\n");
+        }
+        if (n != tree->n + 1) {
+            free(values);
+            croak("sort: size of order array is inconsistent with tree size\n");
+        }
+    }
+    else {
+        n = tree->n + 1;
+    }
+    indices = malloc(n*sizeof(int));
+    if (!indices) {
+        if(values) free(values);
+        croak("sort: insufficient memory");
+    }
+    /* --------------------------------------------------------------- */
+    ok = sorttree(tree->n, tree->nodes, values, indices);
+    if(values) free(values);
+    /* -- Check for errors flagged by the C routine ------------------ */
+    if (!ok) {
+        free(indices);
+        croak("sort: Error in the sorttree routine");
+    }
+    for(i=0; i<n; i++) XPUSHs(sv_2mortal(newSVnv(indices[i])));
+    free(indices);
+
+void
+cut(obj, nclusters=0)
     SV* obj
     int nclusters
     PREINIT:
@@ -965,37 +1016,34 @@ cut(obj, nclusters)
     int n;
     Tree* tree;
     int* clusterid;
-    CODE:
+    PPCODE:
     if (!sv_isa(obj, "Algorithm::Cluster::Tree")) {
-        croak("cut can only be applied to an Algorithm::Cluster::Tree object");
+        croak("cut can only be applied to an Algorithm::Cluster::Tree object\n");
     }
     tree = INT2PTR(Tree*,SvIV(SvRV(obj)));
     n = tree->n + 1;
-    if (nclusters < 1) {
-        croak("cut: Requested number of clusters should be positive");
+    if (nclusters < 0) {
+        croak("cut: Requested number of clusters should be positive\n");
     }
     if (nclusters > n) {
-        croak("cut: More clusters requested than items available");
+        croak("cut: More clusters requested than items available\n");
+    }
+    if (nclusters == 0) {
+        nclusters = n;
     }
     clusterid = malloc(n*sizeof(int));
     if (!clusterid) {
-        croak("cut: Insufficient memory");
+        croak("cut: Insufficient memory\n");
     }
         /* --------------------------------------------------------------- */
     cuttree(n, tree->nodes, nclusters, clusterid);
     /* -- Check for errors flagged by the C routine ------------------ */
     if (clusterid[0]==-1) {
         free(clusterid);
-        croak("cut: Error in the cuttree routine");
-    }
-    RETVAL = newAV();
-    for(i=0; i<n; i++) {
-        av_push(RETVAL, newSVnv(clusterid[i]));
+        croak("cut: Error in the cuttree routine\n");
     }
+    for(i=0; i<n; i++) XPUSHs(sv_2mortal(newSVnv(clusterid[i])));
     free(clusterid);
-    sv_2mortal((SV*)RETVAL);
-    OUTPUT:
-    RETVAL
 
 
 void DESTROY (obj)
diff --git a/perl/Record.pm b/perl/Record.pm
index 1837260..09e0178 100644
--- a/perl/Record.pm
+++ b/perl/Record.pm
@@ -382,84 +382,6 @@ sub save {
                      expindex   => \@expindex);
 }
 
-sub _treesort {
-    my %param = @_;
-    my @order = @{$param{order}};
-    my @nodeorder = @{$param{nodeorder}};
-    my @nodecounts = @{$param{nodecounts}};
-    my $tree = $param{tree};
-    my $nNodes = $tree->length;
-    my $nElements = $nNodes + 1;
-    my @neworder = (0.0) x $nElements;
-    my @clusterids = (0..$nElements-1);
-    for (my $i = 0; $i < $nNodes; $i++) {
-        my $i1 = $tree->get($i)->left;
-        my $i2 = $tree->get($i)->right;
-        my ($order1, $order2, $count1, $count2);
-        if ($i1 < 0) {
-            $order1 = $nodeorder[-$i1-1];
-            $count1 = $nodecounts[-$i1-1];
-        }
-        else {
-            $order1 = $order[$i1];
-            $count1 = 1;
-        }
-        if ($i2 < 0) {
-            $order2 = $nodeorder[-$i2-1];
-            $count2 = $nodecounts[-$i2-1];
-        }
-        else {
-            $order2 = $order[$i2];
-            $count2 = 1;
-        }
-        # If order1 and order2 are equal, their order is determined by the order in which they were clustered
-        my $increase;
-        if ($i1 < $i2) {
-            if ($order1 < $order2) {
-                $increase = $count1;
-            }
-            else {
-                $increase = $count2;
-            }
-            for (my $j = 0; $j < $nElements; $j++)
-            {
-                my $clusterid = $clusterids[$j];
-                if ($clusterid==$i1 and $order1>=$order2) {
-                    $neworder[$j] += $increase;
-                }
-                if ($clusterid==$i2 and $order1<$order2) {
-                    $neworder[$j] += $increase;
-                }
-                if ($clusterid==$i1 or $clusterid==$i2) {
-                    $clusterids[$j] = -$i-1;
-                }
-            }
-        }
-        else {
-            if ($order1<=$order2) {
-                $increase = $count1;
-            }
-            else {
-                $increase = $count2;
-            }
-            for (my $j = 0; $j < $nElements; $j++) {
-                my $clusterid = $clusterids[$j];
-                if ($clusterid==$i1 and $order1>$order2) {
-                    $neworder[$j] += $increase;
-                }
-                if ($clusterid==$i2 and $order1<=$order2) {
-                    $neworder[$j] += $increase;
-                }
-                if ($clusterid==$i1 or $clusterid==$i2) {
-                    $clusterids[$j] = -$i-1;
-                }
-            }
-        }
-    }
-    my @result = sort { $neworder[$a] <=> $neworder[$b] } (0..$nElements-1);
-    return @result;
-}
-
 sub _savetree {
     my %param = @_;
     my $jobname = $param{jobname};
@@ -478,8 +400,6 @@ sub _savetree {
     my $nnodes = $tree->length;
     open OUTPUT, ">$jobname.$extension" or die 'Error: Unable to open output file';
     my @nodeID = ('') x $nnodes;
-    my @nodecounts = (0) x $nnodes;
-    my @nodeorder = (0.0) x $nnodes;
     my @nodedist;
     my $i;
     for ($i = 0; $i < $nnodes; $i++) {
@@ -489,17 +409,11 @@ sub _savetree {
     for (my $nodeindex = 0; $nodeindex < $nnodes; $nodeindex++) {
         my $min1 = $tree->get($nodeindex)->left;
         my $min2 = $tree->get($nodeindex)->right;
-        my $order1;
-        my $order2;
-        my $counts1;
-        my $counts2;
         $nodeID[$nodeindex] = "NODE" . ($nodeindex+1) . "X";
         print OUTPUT $nodeID[$nodeindex];
         print OUTPUT "\t";
         if ($min1 < 0) {
             my $index1 = -$min1-1;
-            $order1 = $nodeorder[$index1];
-            $counts1 = $nodecounts[$index1];
             print OUTPUT $nodeID[$index1];
             print OUTPUT "\t";
             if ($nodedist[$index1] > $nodedist[$nodeindex]) {
@@ -507,14 +421,10 @@ sub _savetree {
             }
         }
         else {
-            $order1 = $order[$min1];
-            $counts1 = 1;
             print OUTPUT $keyword . $min1 . "X\t";
         }
         if ($min2 < 0) {
             my $index2 = -$min2-1;
-            $order2 = $nodeorder[$index2];
-            $counts2 = $nodecounts[$index2];
             print OUTPUT $nodeID[$index2];
             print OUTPUT "\t";
             if ($nodedist[$index2] > $nodedist[$nodeindex]) {
@@ -522,21 +432,14 @@ sub _savetree {
             }
         }
         else {
-            $order2 = $order[$min2];
-            $counts2 = 1;
             print OUTPUT $keyword . $min2 . "X\t";
         }
         print OUTPUT 1.0-$nodedist[$nodeindex];
         print OUTPUT "\n";
-        $nodecounts[$nodeindex] = $counts1 + $counts2;
-        $nodeorder[$nodeindex] = ($counts1*$order1+$counts2*$order2) / ($counts1+$counts2);
     }
     close(OUTPUT);
     # Now set up order based on the tree structure
-    return _treesort(order      => \@order,
-                     nodeorder  => \@nodeorder,
-                     nodecounts => \@nodecounts,
-                     tree       => $tree);
+    return $tree->sort(\@order);
 }
 
 sub _savekmeans {
diff --git a/perl/examples/ex5_treecluster b/perl/examples/ex5_treecluster
index c1900c5..822b9fe 100755
--- a/perl/examples/ex5_treecluster
+++ b/perl/examples/ex5_treecluster
@@ -96,5 +96,18 @@ for ($i = 0; $i < $n; $i++) {
     printf("%3d: %3d %3d %7.3f\n",-1-$i,$node->left,$node->right,$node->distance);
 }
 
+print "--------------------[tree sorting]-------------\n";
+my $order =  [ 1,2,3,4,5,6,1,1,1,2,2,2,2 ];
 
+my @indices = $tree->sort($order);
+for ($i = 0; $i < $n; $i++) {
+    my $node = $tree->get($i);
+    printf("%3d: %3d %3d %7.3f\n",-1-$i,$node->left,$node->right,$node->distance);
+};
+
+print "-----------------[data after sorting]----------\n";
+for ($i = 0; $i <= $n; $i++) {
+    my $j = $indices[$i];
+    printf("%3d: %3d %7.3f %7.3f\n", $i+1, $j, $data->[$j]->[0], $data->[$j]->[1]);
+};
 __END__
diff --git a/perl/t/02_tree.t b/perl/t/02_tree.t
index bdb426d..ce17bb3 100644
--- a/perl/t/02_tree.t
+++ b/perl/t/02_tree.t
@@ -1,4 +1,4 @@
-use Test::More tests => 15;
+use Test::More tests => 52;
 
 use lib '../blib/lib','../blib/arch';
 
@@ -42,3 +42,60 @@ $node = $tree->get(3);
 is ($node->left, -2);
 is ($node->right, -3);
 is (sprintf ("%7.4f", $node->distance), ' 7.8000');
+
+my @indices = $tree->sort();
+is ($indices[0], 1);
+is ($indices[1], 2);
+is ($indices[2], 3);
+is ($indices[3], 4);
+is ($indices[4], 0);
+
+my $order =  [ 3,4,5,1,2 ];
+ at indices = $tree->sort($order);
+
+$node = $tree->get(0);
+is ($node->left, 1);
+is ($node->right, 2);
+is (sprintf ("%7.4f", $node->distance), ' 3.1000');
+
+$node = $tree->get(1);
+is ($node->left, 3);
+is ($node->right, -1);
+is (sprintf ("%7.4f", $node->distance), ' 5.3000');
+
+$node = $tree->get(2);
+is ($node->left, 4);
+is ($node->right, 0);
+is (sprintf ("%7.4f", $node->distance), ' 5.9000');
+
+$node = $tree->get(3);
+is ($node->left, -3);
+is ($node->right, -2);
+is (sprintf ("%7.4f", $node->distance), ' 7.8000');
+
+is ($indices[0], 4);
+is ($indices[1], 0);
+is ($indices[2], 3);
+is ($indices[3], 1);
+is ($indices[4], 2);
+
+my @clusterids = $tree->cut(1);
+is ($clusterids[0], 0);
+is ($clusterids[1], 0);
+is ($clusterids[2], 0);
+is ($clusterids[3], 0);
+is ($clusterids[4], 0);
+
+ at clusterids = $tree->cut();
+is ($clusterids[0], 1);
+is ($clusterids[1], 3);
+is ($clusterids[2], 4);
+is ($clusterids[3], 2);
+is ($clusterids[4], 0);
+
+ at clusterids = $tree->cut(3);
+is ($clusterids[0], 1);
+is ($clusterids[1], 2);
+is ($clusterids[2], 2);
+is ($clusterids[3], 2);
+is ($clusterids[4], 0);
diff --git a/python/__init__.py b/python/__init__.py
index ae1bd97..dafbb75 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -2,59 +2,6 @@ import numpy
 
 from Pycluster.cluster import *
 
-def _treesort(order, nodeorder, nodecounts, tree):
-    # Find the order of the nodes consistent with the hierarchical clustering
-    # tree, taking into account the preferred order of nodes.
-    nNodes = len(tree)
-    nElements = nNodes + 1
-    neworder = numpy.zeros(nElements)
-    clusterids = numpy.arange(nElements)
-    for i in range(nNodes):
-        i1 = tree[i].left
-        i2 = tree[i].right
-        if i1 < 0:
-            order1 = nodeorder[-i1-1]
-            count1 = nodecounts[-i1-1]
-        else:
-            order1 = order[i1]
-            count1 = 1
-        if i2 < 0:
-            order2 = nodeorder[-i2-1]
-            count2 = nodecounts[-i2-1]
-        else:
-            order2 = order[i2]
-            count2 = 1
-        # If order1 and order2 are equal, their order is determined
-        # by the order in which they were clustered
-        if i1 < i2:
-            if order1 < order2:
-                increase = count1
-            else:
-                increase = count2
-            for j in range(nElements):
-                clusterid = clusterids[j]
-                if clusterid == i1 and order1 >= order2:
-                    neworder[j] += increase
-                if clusterid == i2 and order1 < order2:
-                    neworder[j] += increase
-                if clusterid == i1 or clusterid == i2:
-                    clusterids[j] = -i-1
-        else:
-            if order1 <= order2:
-                increase = count1
-            else:
-                increase = count2
-            for j in range(nElements):
-                clusterid = clusterids[j]
-                if clusterid == i1 and order1 > order2:
-                    neworder[j] += increase
-                if clusterid == i2 and order1 <= order2:
-                    neworder[j] += increase
-                if clusterid == i1 or clusterid == i2:
-                    clusterids[j] = -i-1
-    return numpy.argsort(neworder)
-
-
 def _savetree(jobname, tree, order, transpose):
     # Save the hierarchical clustering solution given by the tree, following
     # the specified order, in a file whose name is based on jobname.
@@ -64,86 +11,70 @@ def _savetree(jobname, tree, order, transpose):
     else:
         extension = ".atr"
         keyword = "ARRY"
+    index = tree.sort(order)
     nnodes = len(tree)
-    outputfile = open(jobname+extension, "w")
-    nodeindex = 0
-    nodeID = [''] * nnodes
-    nodecounts = numpy.zeros(nnodes, int)
-    nodeorder = numpy.zeros(nnodes)
-    nodedist = numpy.array([node.distance for node in tree])
-    for nodeindex in range(nnodes):
-        min1 = tree[nodeindex].left
-        min2 = tree[nodeindex].right
-        nodeID[nodeindex] = "NODE%dX" % (nodeindex+1)
-        outputfile.write(nodeID[nodeindex])
-        outputfile.write("\t")
-        if min1 < 0:
-            index1 = -min1-1
-            order1 = nodeorder[index1]
-            counts1 = nodecounts[index1]
-            outputfile.write(nodeID[index1]+"\t")
-            nodedist[nodeindex] = max(nodedist[nodeindex],nodedist[index1])
-        else:
-            order1 = order[min1]
-            counts1 = 1
-            outputfile.write("%s%dX\t" % (keyword, min1))
-        if min2 < 0:
-            index2 = -min2-1
-            order2 = nodeorder[index2]
-            counts2 = nodecounts[index2]
-            outputfile.write(nodeID[index2]+"\t")
-            nodedist[nodeindex] = max(nodedist[nodeindex],nodedist[index2])
-        else:
-            order2 = order[min2]
-            counts2 = 1
-            outputfile.write("%s%dX\t" % (keyword, min2))
-        outputfile.write(str(1.0-nodedist[nodeindex]))
-        outputfile.write("\n")
-        counts = counts1 + counts2
-        nodecounts[nodeindex] = counts
-        nodeorder[nodeindex] = (counts1*order1+counts2*order2) / counts
-    outputfile.close()
-    # Now set up order based on the tree structure
-    index = _treesort(order, nodeorder, nodecounts, tree)
+    with open(jobname + extension, "w") as outputfile:
+        nodeID = [''] * nnodes
+        nodedist = numpy.array([node.distance for node in tree])
+        for nodeindex in range(nnodes):
+            min1 = tree[nodeindex].left
+            min2 = tree[nodeindex].right
+            nodeID[nodeindex] = "NODE%dX" % (nodeindex + 1)
+            outputfile.write(nodeID[nodeindex])
+            outputfile.write("\t")
+            if min1 < 0:
+                index1 = -min1 - 1
+                outputfile.write(nodeID[index1] + "\t")
+                nodedist[nodeindex] = max(nodedist[nodeindex], nodedist[index1])
+            else:
+                outputfile.write("%s%dX\t" % (keyword, min1))
+            if min2 < 0:
+                index2 = -min2 - 1
+                outputfile.write(nodeID[index2] + "\t")
+                nodedist[nodeindex] = max(nodedist[nodeindex], nodedist[index2])
+            else:
+                outputfile.write("%s%dX\t" % (keyword, min2))
+            outputfile.write(str(1.0 - nodedist[nodeindex]))
+            outputfile.write("\n")
     return index
 
 
-class Record:
+class Record(object):
     """Store gene expression data.
 
-A Record stores the gene expression data and related information contained
-in a data file following the file format defined for Michael Eisen's
-Cluster/TreeView program. A Record has the following members:
-
-data:     a matrix containing the gene expression data
-mask:     a matrix containing only 1's and 0's, denoting which values
-          are present (1) or missing (0). If all elements of mask are
-          one (no missing data), then mask is set to None.
-geneid:   a list containing a unique identifier for each gene
-          (e.g., ORF name)
-genename: a list containing an additional description for each gene
-          (e.g., gene name)
-gweight:  the weight to be used for each gene when calculating the
-          distance
-gorder:   an array of real numbers indicating the preferred order of the
-          genes in the output file
-expid:    a list containing a unique identifier for each experimental
-          condition
-eweight:  the weight to be used for each experimental condition when
-          calculating the distance
-eorder:   an array of real numbers indication the preferred order in the
-          output file of the experimental conditions
-uniqid:   the string that was used instead of UNIQID in the input file.
-
-"""
+    A Record stores the gene expression data and related information contained
+    in a data file following the file format defined for Michael Eisen's
+    Cluster/TreeView program.
+
+    Attributes:
+     - data:     a matrix containing the gene expression data
+     - mask:     a matrix containing only 1's and 0's, denoting which values
+       are present (1) or missing (0). If all elements of mask are
+       one (no missing data), then mask is set to None.
+     - geneid:   a list containing a unique identifier for each gene
+       (e.g., ORF name)
+     - genename: a list containing an additional description for each gene
+       (e.g., gene name)
+     - gweight:  the weight to be used for each gene when calculating the
+       distance
+     - gorder:   an array of real numbers indicating the preferred order of the
+       genes in the output file
+     - expid:    a list containing a unique identifier for each experimental
+       condition
+     - eweight:  the weight to be used for each experimental condition when
+       calculating the distance
+     - eorder:   an array of real numbers indication the preferred order in the
+       output file of the experimental conditions
+     - uniqid:   the string that was used instead of UNIQID in the input file.
+
+    """
 
     def __init__(self, handle=None):
         """Read gene expression data from the file handle and return a Record.
 
-The file should be in the format defined for Michael Eisen's
-Cluster/TreeView program.
-
-"""
+        The file should be in the format defined for Michael Eisen's
+        Cluster/TreeView program.
+        """
         self.data = None
         self.mask = None
         self.geneid = None
@@ -168,7 +99,7 @@ Cluster/TreeView program.
             elif word == "GWEIGHT":
                 cols[line.index(word)] = word
                 self.gweight = []
-            elif word=="GORDER":
+            elif word == "GORDER":
                 cols[line.index(word)] = word
                 self.gorder = []
             else:
@@ -227,30 +158,33 @@ Cluster/TreeView program.
     def treecluster(self, transpose=0, method='m', dist='e'):
         """Apply hierarchical clustering and return a Tree object.
 
-The pairwise single, complete, centroid, and average linkage hierarchical
-clustering methods are available.
+        The pairwise single, complete, centroid, and average linkage
+        hierarchical clustering methods are available.
 
-transpose: if equal to 0, genes (rows) are clustered;
+        Arguments:
+         - transpose: if equal to 0, genes (rows) are clustered;
            if equal to 1, microarrays (columns) are clustered.
-dist     : specifies the distance function to be used:
-           dist=='e': Euclidean distance
-           dist=='b': City Block distance
-           dist=='c': Pearson correlation
-           dist=='a': absolute value of the correlation
-           dist=='u': uncentered correlation
-           dist=='x': absolute uncentered correlation
-           dist=='s': Spearman's rank correlation
-           dist=='k': Kendall's tau
-method   : specifies which linkage method is used:
-           method=='s': Single pairwise linkage
-           method=='m': Complete (maximum) pairwise linkage (default)
-           method=='c': Centroid linkage
-           method=='a': Average pairwise linkage
-
-See the description of the Tree class for more information about the Tree
-object returned by this method.
-
-"""
+         - dist     : specifies the distance function to be used:
+
+           - dist=='e': Euclidean distance
+           - dist=='b': City Block distance
+           - dist=='c': Pearson correlation
+           - dist=='a': absolute value of the correlation
+           - dist=='u': uncentered correlation
+           - dist=='x': absolute uncentered correlation
+           - dist=='s': Spearman's rank correlation
+           - dist=='k': Kendall's tau
+
+         - method   : specifies which linkage method is used:
+
+           - method=='s': Single pairwise linkage
+           - method=='m': Complete (maximum) pairwise linkage (default)
+           - method=='c': Centroid linkage
+           - method=='a': Average pairwise linkage
+
+        See the description of the Tree class for more information about
+        the Tree object returned by this method.
+        """
         if transpose == 0:
             weight = self.eweight
         else:
@@ -262,46 +196,48 @@ object returned by this method.
                  initialid=None):
         """Apply k-means or k-median clustering.
 
-This method returns a tuple (clusterid, error, nfound).
+        This method returns a tuple (clusterid, error, nfound).
 
-nclusters: number of clusters (the 'k' in k-means)
-transpose: if equal to 0, genes (rows) are clustered;
+        Arguments:
+         - nclusters: number of clusters (the 'k' in k-means)
+         - transpose: if equal to 0, genes (rows) are clustered;
            if equal to 1, microarrays (columns) are clustered.
-npass    : number of times the k-means clustering algorithm is
-           performed, each time with a different (random) initial
-           condition.
-method   : specifies how the center of a cluster is found:
-           method=='a': arithmetic mean
-           method=='m': median
-dist     : specifies the distance function to be used:
-           dist=='e': Euclidean distance
-           dist=='b': City Block distance
-           dist=='c': Pearson correlation
-           dist=='a': absolute value of the correlation
-           dist=='u': uncentered correlation
-           dist=='x': absolute uncentered correlation
-           dist=='s': Spearman's rank correlation
-           dist=='k': Kendall's tau
-initialid: the initial clustering from which the algorithm should start.
-           If initialid is None, the routine carries out npass
-           repetitions of the EM algorithm, each time starting from a
-           different random initial clustering. If initialid is given,
-           the routine carries out the EM algorithm only once, starting
-           from the given initial clustering and without randomizing the
-           order in which items are assigned to clusters (i.e., using
-           the same order as in the data matrix). In that case, the
-           k-means algorithm is fully deterministic.
-
-Return values:
-clusterid: array containing the number of the cluster to which each
+         - npass    : number of times the k-means clustering algorithm is
+           performed, each time with a different (random) initial condition.
+         - method   : specifies how the center of a cluster is found:
+
+           - method=='a': arithmetic mean
+           - method=='m': median
+
+         - dist     : specifies the distance function to be used:
+
+             - dist=='e': Euclidean distance
+             - dist=='b': City Block distance
+             - dist=='c': Pearson correlation
+             - dist=='a': absolute value of the correlation
+             - dist=='u': uncentered correlation
+             - dist=='x': absolute uncentered correlation
+             - dist=='s': Spearman's rank correlation
+             - dist=='k': Kendall's tau
+
+         - initialid: the initial clustering from which the algorithm should
+           start. If initialid is None, the routine carries out npass
+           repetitions of the EM algorithm, each time starting from a different
+           random initial clustering. If initialid is given, the routine
+           carries out the EM algorithm only once, starting from the given
+           initial clustering and without randomizing the order in which items
+           are assigned to clusters (i.e., using the same order as in the data
+           matrix). In that case, the k-means algorithm is fully deterministic.
+
+        Return values:
+         - clusterid: array containing the number of the cluster to which each
            gene/microarray was assigned in the best k-means clustering
            solution that was found in the npass runs;
-error:     the within-cluster sum of distances for the returned k-means
-           clustering solution;
-nfound:    the number of times this solution was found.
-
-"""
+         - error:     the within-cluster sum of distances for the returned
+           k-means clustering solution;
+         - nfound:    the number of times this solution was found.
 
+        """
         if transpose == 0:
             weight = self.eweight
         else:
@@ -313,40 +249,40 @@ nfound:    the number of times this solution was found.
                    niter=1, dist='e'):
         """Calculate a self-organizing map on a rectangular grid.
 
-The somcluster method returns a tuple (clusterid, celldata).
+        The somcluster method returns a tuple (clusterid, celldata).
 
-transpose: if equal to 0, genes (rows) are clustered;
+        Arguments:
+         - transpose: if equal to 0, genes (rows) are clustered;
            if equal to 1, microarrays (columns) are clustered.
-nxgrid   : the horizontal dimension of the rectangular SOM map
-nygrid   : the vertical dimension of the rectangular SOM map
-inittau  : the initial value of tau (the neighborbood function)
-niter    : the number of iterations
-dist     : specifies the distance function to be used:
-           dist=='e': Euclidean distance
-           dist=='b': City Block distance
-           dist=='c': Pearson correlation
-           dist=='a': absolute value of the correlation
-           dist=='u': uncentered correlation
-           dist=='x': absolute uncentered correlation
-           dist=='s': Spearman's rank correlation
-           dist=='k': Kendall's tau
-
-Return values:
-clusterid: array with two columns, while the number of rows is equal to
-           the number of genes or the number of microarrays depending on
+         - nxgrid   : the horizontal dimension of the rectangular SOM map
+         - nygrid   : the vertical dimension of the rectangular SOM map
+         - inittau  : the initial value of tau (the neighborbood function)
+         - niter    : the number of iterations
+         - dist     : specifies the distance function to be used:
+
+           - dist=='e': Euclidean distance
+           - dist=='b': City Block distance
+           - dist=='c': Pearson correlation
+           - dist=='a': absolute value of the correlation
+           - dist=='u': uncentered correlation
+           - dist=='x': absolute uncentered correlation
+           - dist=='s': Spearman's rank correlation
+           - dist=='k': Kendall's tau
+
+        Return values:
+         - clusterid: array with two columns, while the number of rows is equal
+           to the number of genes or the number of microarrays depending on
            whether genes or microarrays are being clustered. Each row in
            the array contains the x and y coordinates of the cell in the
-           rectangular SOM grid to which the gene or microarray was
-           assigned.
-celldata:  an array with dimensions (nxgrid, nygrid, number of
-           microarrays) if genes are being clustered, or (nxgrid,
-           nygrid, number of genes) if microarrays are being clustered.
-           Each element [ix][iy] of this array is a 1D vector containing
-           the gene expression data for the centroid of the cluster in
-           the SOM grid cell with coordinates (ix, iy).
-
-"""
-
+           rectangular SOM grid to which the gene or microarray was assigned.
+         - celldata:  an array with dimensions (nxgrid, nygrid, number of
+           microarrays) if genes are being clustered, or (nxgrid, nygrid,
+           number of genes) if microarrays are being clustered. Each element
+           [ix][iy] of this array is a 1D vector containing the gene
+           expression data for the centroid of the cluster in the SOM grid
+           cell with coordinates (ix, iy).
+
+        """
         if transpose == 0:
             weight = self.eweight
         else:
@@ -357,70 +293,73 @@ celldata:  an array with dimensions (nxgrid, nygrid, number of
     def clustercentroids(self, clusterid=None, method='a', transpose=0):
         """Calculate the cluster centroids and return a tuple (cdata, cmask).
 
-The centroid is defined as either the mean or the median over all elements
-for each dimension.
+        The centroid is defined as either the mean or the median over all
+        elements for each dimension.
 
-data     : nrows x ncolumns array containing the expression data
-mask     : nrows x ncolumns array of integers, showing which data are
-           missing. If mask[i][j]==0, then data[i][j] is missing.
-transpose: if equal to 0, gene (row) clusters are considered;
+        Arguments:
+         - data     : nrows x ncolumns array containing the expression data
+         - mask     : nrows x ncolumns array of integers, showing which data
+           are missing. If mask[i][j]==0, then data[i][j] is missing.
+         - transpose: if equal to 0, gene (row) clusters are considered;
            if equal to 1, microarray (column) clusters are considered.
-clusterid: array containing the cluster number for each gene or
+         - clusterid: array containing the cluster number for each gene or
            microarray. The cluster number should be non-negative.
-method   : specifies how the centroid is calculated:
-           method=='a': arithmetic mean over each dimension. (default)
-           method=='m': median over each dimension.
+         - method   : specifies how the centroid is calculated:
+
+           - method=='a': arithmetic mean over each dimension. (default)
+           - method=='m': median over each dimension.
 
-Return values:
-cdata    : 2D array containing the cluster centroids. If transpose==0,
+        Return values:
+         - cdata    : 2D array containing the cluster centroids. If transpose==0,
            then the dimensions of cdata are nclusters x ncolumns. If
-           transpose==1, then the dimensions of cdata are
-           nrows x nclusters.
-cmask    : 2D array of integers describing which elements in cdata,
+           transpose==1, then the dimensions of cdata are nrows x nclusters.
+         - cmask    : 2D array of integers describing which elements in cdata,
            if any, are missing.
 
-"""
+        """
         return clustercentroids(self.data, self.mask, clusterid, method,
                                 transpose)
 
-    def clusterdistance(self, index1=[0], index2=[0], method='a', dist='e',
+    def clusterdistance(self, index1=0, index2=0, method='a', dist='e',
                         transpose=0):
         """Calculate the distance between two clusters.
 
-index1   : 1D array identifying which genes/microarrays belong to the
+        Arguments:
+         - index1   : 1D array identifying which genes/microarrays belong to the
            first cluster. If the cluster contains only one gene, then
            index1 can also be written as a single integer.
-index2   : 1D array identifying which genes/microarrays belong to the
+         - index2   : 1D array identifying which genes/microarrays belong to the
            second cluster. If the cluster contains only one gene, then
            index2 can also be written as a single integer.
-transpose: if equal to 0, genes (rows) are clustered;
+         - transpose: if equal to 0, genes (rows) are clustered;
            if equal to 1, microarrays (columns) are clustered.
-dist     : specifies the distance function to be used:
-           dist=='e': Euclidean distance
-           dist=='b': City Block distance
-           dist=='c': Pearson correlation
-           dist=='a': absolute value of the correlation
-           dist=='u': uncentered correlation
-           dist=='x': absolute uncentered correlation
-           dist=='s': Spearman's rank correlation
-           dist=='k': Kendall's tau
-method   : specifies how the distance between two clusters is defined:
-           method=='a': the distance between the arithmetic means of the
-                        two clusters
-           method=='m': the distance between the medians of the two
-                        clusters
-           method=='s': the smallest pairwise distance between members
-                        of the two clusters
-           method=='x': the largest pairwise distance between members of
-                        the two clusters
-           method=='v': average of the pairwise distances between
-                        members of the clusters
-transpose: if equal to 0: clusters of genes (rows) are considered;
-           if equal to 1: clusters of microarrays (columns) are
-                          considered.
-
-"""
-
+         - dist     : specifies the distance function to be used:
+
+           - dist=='e': Euclidean distance
+           - dist=='b': City Block distance
+           - dist=='c': Pearson correlation
+           - dist=='a': absolute value of the correlation
+           - dist=='u': uncentered correlation
+           - dist=='x': absolute uncentered correlation
+           - dist=='s': Spearman's rank correlation
+           - dist=='k': Kendall's tau
+
+         - method   : specifies how the distance between two clusters is defined:
+
+           - method=='a': the distance between the arithmetic means of the
+             two clusters
+           - method=='m': the distance between the medians of the two clusters
+           - method=='s': the smallest pairwise distance between members of
+             the two clusters
+           - method=='x': the largest pairwise distance between members of
+             the two clusters
+           - method=='v': average of the pairwise distances between members
+             of the clusters
+
+         - transpose: if equal to 0: clusters of genes (rows) are considered;
+           if equal to 1: clusters of microarrays (columns) are considered.
+
+        """
         if transpose == 0:
             weight = self.eweight
         else:
@@ -429,37 +368,43 @@ transpose: if equal to 0: clusters of genes (rows) are considered;
                                index1, index2, method, dist, transpose)
 
     def distancematrix(self, transpose=0, dist='e'):
-        """Calculate the distance matrix and return it as a list of arrays
-
-transpose: if equal to 0: calculate the distances between genes (rows);
-           if equal to 1: calculate the distances beteeen microarrays
-                          (columns).
-dist     : specifies the distance function to be used:
-           dist=='e': Euclidean distance
-           dist=='b': City Block distance
-           dist=='c': Pearson correlation
-           dist=='a': absolute value of the correlation
-           dist=='u': uncentered correlation
-           dist=='x': absolute uncentered correlation
-           dist=='s': Spearman's rank correlation
-           dist=='k': Kendall's tau
-
-Return value:
-The distance matrix is returned as a list of 1D arrays containing the
-distance matrix between the gene expression data. The number of columns
-in each row is equal to the row number. Hence, the first row has zero
-elements. An example of the return value is
-matrix = [[],
-          array([1.]),
-          array([7., 3.]),
-          array([4., 2., 6.])]
-This corresponds to the distance matrix
- [0., 1., 7., 4.]
- [1., 0., 3., 2.]
- [7., 3., 0., 6.]
- [4., 2., 6., 0.]
-
-"""
+        """Calculate the distance matrix and return it as a list of arrays.
+
+        Arguments:
+         - transpose: if equal to 0: calculate the distances between genes
+           (rows); if equal to 1: calculate the distances beteeen microarrays
+           (columns).
+         - dist     : specifies the distance function to be used:
+
+           - dist=='e': Euclidean distance
+           - dist=='b': City Block distance
+           - dist=='c': Pearson correlation
+           - dist=='a': absolute value of the correlation
+           - dist=='u': uncentered correlation
+           - dist=='x': absolute uncentered correlation
+           - dist=='s': Spearman's rank correlation
+           - dist=='k': Kendall's tau
+
+        Return value:
+
+        The distance matrix is returned as a list of 1D arrays containing the
+        distance matrix between the gene expression data. The number of columns
+        in each row is equal to the row number. Hence, the first row has zero
+        elements. An example of the return value is:
+
+            matrix = [[],
+                      array([1.]),
+                      array([7., 3.]),
+                      array([4., 2., 6.])]
+
+        This corresponds to the distance matrix:
+
+            [0., 1., 7., 4.]
+            [1., 0., 3., 2.]
+            [7., 3., 0., 6.]
+            [4., 2., 6., 0.]
+
+        """
         if transpose == 0:
             weight = self.eweight
         else:
@@ -469,75 +414,72 @@ This corresponds to the distance matrix
     def save(self, jobname, geneclusters=None, expclusters=None):
         """Save the clustering results.
 
-The saved files follow the convention for the Java TreeView program,
-which can therefore be used to view the clustering result.
-
-Arguments:
-jobname:   The base name of the files to be saved. The filenames are
-           jobname.cdt, jobname.gtr, and jobname.atr for
-           hierarchical clustering, and jobname-K*.cdt,
-           jobname-K*.kgg, jobname-K*.kag for k-means clustering
-           results.
-geneclusters=None:  For hierarchical clustering results, geneclusters
-           is a Tree object as returned by the treecluster method.
-           For k-means clustering results, geneclusters is a vector
-           containing ngenes integers, describing to which cluster a
-           given gene belongs. This vector can be calculated by
-           kcluster.
-expclusters=None:  For hierarchical clustering results, expclusters
-           is a Tree object as returned by the treecluster method.
-           For k-means clustering results, expclusters is a vector
-           containing nexps integers, describing to which cluster a
-           given experimental condition belongs. This vector can be
-           calculated by kcluster.
-
-"""
-        (ngenes,nexps) = numpy.shape(self.data)
-        if self.gorder == None:
+        The saved files follow the convention for the Java TreeView program,
+        which can therefore be used to view the clustering result.
+
+        Arguments:
+         - jobname:   The base name of the files to be saved. The filenames
+           are jobname.cdt, jobname.gtr, and jobname.atr for hierarchical
+           clustering, and jobname-K*.cdt, jobname-K*.kgg, jobname-K*.kag
+           for k-means clustering results.
+         - geneclusters=None:  For hierarchical clustering results,
+           geneclusters is a Tree object as returned by the treecluster
+           method. For k-means clustering results, geneclusters is a vector
+           containing ngenes integers, describing to which cluster a given
+           gene belongs. This vector can be calculated by kcluster.
+         - expclusters=None:  For hierarchical clustering results, expclusters
+           is a Tree object as returned by the treecluster method. For k-means
+           clustering results, expclusters is a vector containing nexps
+           integers, describing to which cluster a given experimental
+           condition belongs. This vector can be calculated by kcluster.
+
+        """
+        (ngenes, nexps) = numpy.shape(self.data)
+        if self.gorder is None:
             gorder = numpy.arange(ngenes)
         else:
             gorder = self.gorder
-        if self.eorder == None:
+        if self.eorder is None:
             eorder = numpy.arange(nexps)
         else:
             eorder = self.eorder
-        if geneclusters!=None and expclusters!=None and \
+        if geneclusters is not None and expclusters is not None and \
            type(geneclusters) != type(expclusters):
             raise ValueError("found one k-means and one hierarchical "
-                           + "clustering solution in geneclusters and "
-                           + "expclusters")
+                             "clustering solution in geneclusters and "
+                             "expclusters")
         gid = 0
         aid = 0
         filename = jobname
         postfix = ""
-        if type(geneclusters) == Tree:
+        if isinstance(geneclusters, Tree):
             # This is a hierarchical clustering result.
             geneindex = _savetree(jobname, geneclusters, gorder, 0)
             gid = 1
-        elif geneclusters!=None:
+        elif geneclusters is not None:
             # This is a k-means clustering result.
             filename = jobname + "_K"
-            k = max(geneclusters+1)
+            k = max(geneclusters) + 1
             kggfilename = "%s_K_G%d.kgg" % (jobname, k)
             geneindex = self._savekmeans(kggfilename, geneclusters, gorder, 0)
             postfix = "_G%d" % k
         else:
             geneindex = numpy.argsort(gorder)
-        if type(expclusters) == Tree:
+        if isinstance(expclusters, Tree):
             # This is a hierarchical clustering result.
             expindex = _savetree(jobname, expclusters, eorder, 1)
             aid = 1
-        elif expclusters!=None:
+        elif expclusters is not None:
             # This is a k-means clustering result.
             filename = jobname + "_K"
-            k = max(expclusters+1)
+            k = max(expclusters) + 1
             kagfilename = "%s_K_A%d.kag" % (jobname, k)
             expindex = self._savekmeans(kagfilename, expclusters, eorder, 1)
             postfix += "_A%d" % k
         else:
             expindex = numpy.argsort(eorder)
         filename = filename + postfix
-        self._savedata(filename,gid,aid,geneindex,expindex)
+        self._savedata(filename, gid, aid, geneindex, expindex)
 
     def _savekmeans(self, filename, clusterids, order, transpose):
         # Save a k-means clustering solution
@@ -547,90 +489,81 @@ expclusters=None:  For hierarchical clustering results, expclusters
         else:
             label = "ARRAY"
             names = self.expid
-        try:
-            outputfile = open(filename, "w")
-        except IOError:
-            raise IOError("Unable to open output file")
-        outputfile.write(label + "\tGROUP\n")
-        index = numpy.argsort(order)
-        n = len(names)
-        sortedindex = numpy.zeros(n, int)
-        counter = 0
-        cluster = 0
-        while counter < n:
-            for j in index:
-                if clusterids[j] == cluster:
-                    outputfile.write("%s\t%s\n" % (names[j], cluster))
-                    sortedindex[counter] = j
-                    counter += 1
-            cluster += 1
-        outputfile.close()
+        with open(filename, "w") as outputfile:
+            outputfile.write(label + "\tGROUP\n")
+            index = numpy.argsort(order)
+            n = len(names)
+            sortedindex = numpy.zeros(n, int)
+            counter = 0
+            cluster = 0
+            while counter < n:
+                for j in index:
+                    if clusterids[j] == cluster:
+                        outputfile.write("%s\t%s\n" % (names[j], cluster))
+                        sortedindex[counter] = j
+                        counter += 1
+                cluster += 1
         return sortedindex
 
     def _savedata(self, jobname, gid, aid, geneindex, expindex):
         # Save the clustered data.
-        if self.genename == None:
+        if self.genename is None:
             genename = self.geneid
         else:
             genename = self.genename
         (ngenes, nexps) = numpy.shape(self.data)
-        try:
-            outputfile = open(jobname+'.cdt', 'w')
-        except IOError:
-            raise IOError("Unable to open output file")
-        if self.mask!=None:
-            mask = self.mask
-        else:
-            mask = numpy.ones((ngenes,nexps), int)
-        if self.gweight!=None:
-            gweight = self.gweight
-        else:
-            gweight = numpy.ones(ngenes)
-        if self.eweight!=None:
-            eweight = self.eweight
-        else:
-            eweight = numpy.ones(nexps)
-        if gid:
-            outputfile.write('GID\t')
-        outputfile.write(self.uniqid)
-        outputfile.write('\tNAME\tGWEIGHT')
-        # Now add headers for data columns.
-        for j in expindex:
-            outputfile.write('\t%s' % self.expid[j])
-        outputfile.write('\n')
-        if aid:
-            outputfile.write("AID")
+        with open(jobname + '.cdt', 'w') as outputfile:
+            if self.mask is not None:
+                mask = self.mask
+            else:
+                mask = numpy.ones((ngenes, nexps), int)
+            if self.gweight is not None:
+                gweight = self.gweight
+            else:
+                gweight = numpy.ones(ngenes)
+            if self.eweight is not None:
+                eweight = self.eweight
+            else:
+                eweight = numpy.ones(nexps)
             if gid:
-                outputfile.write('\t')
-            outputfile.write("\t\t")
+                outputfile.write('GID\t')
+            outputfile.write(self.uniqid)
+            outputfile.write('\tNAME\tGWEIGHT')
+            # Now add headers for data columns.
             for j in expindex:
-                outputfile.write('\tARRY%dX' % j)
+                outputfile.write('\t%s' % self.expid[j])
             outputfile.write('\n')
-        outputfile.write('EWEIGHT')
-        if gid:
-            outputfile.write('\t')
-        outputfile.write('\t\t')
-        for j in expindex:
-            outputfile.write('\t%f' % eweight[j])
-        outputfile.write('\n')
-        for i in geneindex:
+            if aid:
+                outputfile.write("AID")
+                if gid:
+                    outputfile.write('\t')
+                outputfile.write("\t\t")
+                for j in expindex:
+                    outputfile.write('\tARRY%dX' % j)
+                outputfile.write('\n')
+            outputfile.write('EWEIGHT')
             if gid:
-                outputfile.write('GENE%dX\t' % i)
-            outputfile.write("%s\t%s\t%f" %
-                             (self.geneid[i], genename[i], gweight[i]))
-            for j in expindex:
                 outputfile.write('\t')
-                if mask[i,j]:
-                    outputfile.write(str(self.data[i,j]))
+            outputfile.write('\t\t')
+            for j in expindex:
+                outputfile.write('\t%f' % eweight[j])
             outputfile.write('\n')
-        outputfile.close()
+            for i in geneindex:
+                if gid:
+                    outputfile.write('GENE%dX\t' % i)
+                outputfile.write("%s\t%s\t%f" %
+                                 (self.geneid[i], genename[i], gweight[i]))
+                for j in expindex:
+                    outputfile.write('\t')
+                    if mask[i, j]:
+                        outputfile.write(str(self.data[i, j]))
+                outputfile.write('\n')
 
 
 def read(handle):
     """Read gene expression data from the file handle and return a Record.
 
-The file should be in the file format defined for Michael Eisen's
-Cluster/TreeView program.
-
-"""
+    The file should be in the file format defined for Michael Eisen's
+    Cluster/TreeView program.
+    """
     return Record(handle)
diff --git a/python/clustermodule.c b/python/clustermodule.c
index bd7504a..ec3ca12 100644
--- a/python/clustermodule.c
+++ b/python/clustermodule.c
@@ -6,7 +6,6 @@
 #include <float.h>
 #include "cluster.h"
 
-
 /* Must define Py_TYPE for Python 2.5 or older */
 #ifndef Py_TYPE
 #  define Py_TYPE(o) ((o)->ob_type)
@@ -18,35 +17,89 @@
         PyObject_HEAD_INIT(type) size,
 #endif
 
+/* NumPy version 1.7 and later uses NPY_ARRAY_C_CONTIGUOUS; earlier versions
+ * use NPY_C_CONTIGUOUS. */
+#ifndef NPY_ARRAY_C_CONTIGUOUS
+#  define NPY_ARRAY_C_CONTIGUOUS NPY_C_CONTIGUOUS
+#endif
+
 /* ========================================================================== */
 /* -- Helper routines ------------------------------------------------------- */
 /* ========================================================================== */
 
+#if PY_MAJOR_VERSION < 3
+static char
+extract_single_character(PyObject* object, const char variable[],
+                         const char allowed[])
+{   char c = '\0';
+    const char* data;
+    Py_ssize_t n;
+    if (PyString_Check(object))
+    {   n = PyString_GET_SIZE(object);
+        if (n==1) {
+            data = PyString_AS_STRING(object);
+            c = data[0];
+        }
+    }
+    else if (PyUnicode_Check(object))
+    {   n = PyUnicode_GET_SIZE(object);
+        if (n==1) {
+            Py_UNICODE* u = PyUnicode_AS_UNICODE(object);
+            Py_UNICODE ch = u[0];
+            if (ch < 128) c = ch;
+        }
+    }
+    else
+    {   PyErr_Format(PyExc_ValueError, "%s should be a string", variable);
+        return 0;
+    }
+    if (!c)
+    {   PyErr_Format(PyExc_ValueError,
+                     "%s should be a single character", variable);
+        return 0;
+    }
+    else if (!strchr(allowed, c))
+    {   PyErr_Format(PyExc_ValueError,
+                     "unknown %s function specified (should be one of '%s')",
+                     variable, allowed);
+        return 0;
+    }
+    return c;
+}
+#else
+static char
+extract_single_character(PyObject* object, const char variable[],
+                         const char allowed[])
+{   Py_UCS4 ch;
+    Py_ssize_t n;
+    if (!PyUnicode_Check(object))
+    {   PyErr_Format(PyExc_ValueError, "%s should be a string", variable);
+        return 0;
+    }
+    if (PyUnicode_READY(object)==-1) return 0;
+    n = PyUnicode_GET_LENGTH(object);
+    if (n!=1)
+    {   PyErr_Format(PyExc_ValueError,
+                     "%s should be a single character", variable);
+        return 0;
+    }
+    ch = PyUnicode_READ_CHAR(object, 0);
+    if (ch < 128)
+    {   const char c = ch;
+        if (strchr(allowed, c)) return c;
+    }
+    PyErr_Format(PyExc_ValueError,
+                 "unknown %s function specified (should be one of '%s')",
+                 variable, allowed);
+    return 0;
+}
+#endif
+
 static int
 distance_converter(PyObject* object, void* pointer)
 { char c;
-  const char* data;
-  const char known_distances[] = "ebcauxsk";
-#if PY_MAJOR_VERSION < 3
-  if (PyString_Check(object))
-      data = PyString_AsString(object);
-  else
-#endif
-  if (PyUnicode_Check(object))
-      data = PyUnicode_AS_DATA(object);
-  else
-  { PyErr_SetString(PyExc_ValueError, "distance should be a string");
-    return 0;
-  }
-  if (strlen(data)!=1)
-  { PyErr_SetString(PyExc_ValueError, "distance should be a single character");
-    return 0;
-  }
-  c = data[0];
-  if (!strchr(known_distances, c))
-  { PyErr_Format(PyExc_ValueError, "unknown distance function specified (should be one of '%s')", known_distances);
-    return 0;
-  }
+  c = extract_single_character(object, "dist", "ebcauxsk");
+  if (c==0) return 0;
   *((char*)pointer) = c;
   return 1;
 }
@@ -54,28 +107,8 @@ distance_converter(PyObject* object, void* pointer)
 static int
 method_treecluster_converter(PyObject* object, void* pointer)
 { char c;
-  const char* data;
-  const char known_methods[] = "csma";
-#if PY_MAJOR_VERSION < 3
-  if (PyString_Check(object))
-      data = PyString_AsString(object);
-  else
-#endif
-  if (PyUnicode_Check(object))
-      data = PyUnicode_AS_DATA(object);
-  else
-  { PyErr_SetString(PyExc_ValueError, "method should be a string");
-    return 0;
-  }
-  if (strlen(data)!=1)
-  { PyErr_SetString(PyExc_ValueError, "method should be a single character");
-    return 0;
-  }
-  c = data[0];
-  if (!strchr(known_methods, c))
-  { PyErr_Format(PyExc_ValueError, "unknown method function specified (should be one of '%s')", known_methods);
-    return 0;
-  }
+  c = extract_single_character(object, "method", "csma");
+  if (c==0) return 0;
   *((char*)pointer) = c;
   return 1;
 }
@@ -83,28 +116,8 @@ method_treecluster_converter(PyObject* object, void* pointer)
 static int
 method_kcluster_converter(PyObject* object, void* pointer)
 { char c;
-  const char* data;
-  const char known_methods[] = "am";
-#if PY_MAJOR_VERSION < 3
-  if (PyString_Check(object))
-      data = PyString_AsString(object);
-  else
-#endif
-  if (PyUnicode_Check(object))
-      data = PyUnicode_AS_DATA(object);
-  else
-  { PyErr_SetString(PyExc_ValueError, "method should be a string");
-    return 0;
-  }
-  if (strlen(data)!=1)
-  { PyErr_SetString(PyExc_ValueError, "method should be a single character");
-    return 0;
-  }
-  c = data[0];
-  if (!strchr(known_methods, c))
-  { PyErr_Format(PyExc_ValueError, "unknown method function specified (should be one of '%s')", known_methods);
-    return 0;
-  }
+  c = extract_single_character(object, "method", "am");
+  if (c==0) return 0;
   *((char*)pointer) = c;
   return 1;
 }
@@ -112,31 +125,12 @@ method_kcluster_converter(PyObject* object, void* pointer)
 static int
 method_clusterdistance_converter(PyObject* object, void* pointer)
 { char c;
-  const char* data;
-  const char known_methods[] = "amsxv";
-#if PY_MAJOR_VERSION < 3
-  if (PyString_Check(object))
-      data = PyString_AsString(object);
-  else
-#endif
-  if (PyUnicode_Check(object))
-      data = PyUnicode_AS_DATA(object);
-  else
-  { PyErr_SetString(PyExc_ValueError, "method should be a string");
-    return 0;
-  }
-  if (strlen(data)!=1)
-  { PyErr_SetString(PyExc_ValueError, "method should be a single character");
-    return 0;
-  }
-  c = data[0];
-  if (!strchr(known_methods, c))
-  { PyErr_Format(PyExc_ValueError, "unknown method function specified (should be one of '%s')", known_methods);
-    return 0;
-  }
+  c = extract_single_character(object, "method", "amsxv");
+  if (c==0) return 0;
   *((char*)pointer) = c;
   return 1;
 }
+
 /* -- data ------------------------------------------------------------------ */
 
 static double**
@@ -258,11 +252,12 @@ parse_mask(PyObject* object, PyArrayObject** array,
       { PyErr_SetString(PyExc_ValueError, "mask cannot be cast to needed type.");
         return NULL;
       }
-    } 
+    }
   }
   if(PyArray_DIM(*array, 0) != nrows) /* Checking number of rows */
   { PyErr_Format(PyExc_ValueError,
-                 "mask has incorrect number of rows (%" NPY_INTP_FMT " expected %d)", PyArray_DIM(*array, 0), nrows);
+                 "mask has incorrect number of rows (%" NPY_INTP_FMT
+                 " expected %d)", PyArray_DIM(*array, 0), nrows);
     Py_DECREF((PyObject*)*array);
     *array = NULL;
     return NULL;
@@ -270,7 +265,8 @@ parse_mask(PyObject* object, PyArrayObject** array,
   /* no checking on last dimension of expected size 1 */
   if (ncolumns != 1 && PyArray_DIM(*array, 1) != ncolumns)
   { PyErr_Format(PyExc_ValueError,
-                 "mask incorrect number of columns (%" NPY_INTP_FMT " expected %d)", PyArray_DIM(*array, 1), ncolumns);
+                 "mask incorrect number of columns (%" NPY_INTP_FMT
+                 " expected %d)", PyArray_DIM(*array, 1), ncolumns);
     *array = NULL;
     return NULL;
   }
@@ -309,20 +305,21 @@ free_mask(PyArrayObject* array, int** mask, int nrows)
 /* -- weight ---------------------------------------------------------------- */
 
 static double*
-parse_weight(PyObject* object, PyArrayObject** array, const int ndata)
+parse_vector(PyObject* object, PyArrayObject** array, const int n,
+             const char name[])
 { int i;
-  double* weight = NULL;
+  double* vector = NULL;
   if (object==NULL) /* Return the default weights */
-  { weight = malloc(ndata*sizeof(double));
-    for (i = 0; i < ndata; i++) weight[i] = 1.0;
+  { vector = malloc(n*sizeof(double));
+    for (i = 0; i < n; i++) vector[i] = 1.0;
     *array = NULL;
-    return weight;
+    return vector;
   }
   if(!PyArray_Check(object)) /* Try to convert object to a 1D double array */
   { *array = (PyArrayObject*) PyArray_FromObject(object, NPY_DOUBLE, 1, 1);
     if (!(*array))
-    { PyErr_SetString(PyExc_TypeError,
-                      "weight cannot be converted to needed array.");
+    { PyErr_Format(PyExc_TypeError,
+                   "%s cannot be converted to needed array.", name);
       return NULL;
     }
   }
@@ -332,51 +329,50 @@ parse_weight(PyObject* object, PyArrayObject** array, const int ndata)
     else
     { *array = (PyArrayObject*)PyArray_Cast(*array, NPY_DOUBLE);
       if (!(*array))
-      { PyErr_SetString(PyExc_ValueError,
-                        "weight cannot be cast to needed type.");
+      { PyErr_Format(PyExc_ValueError,
+                     "%s cannot be cast to needed type.", name);
         return NULL;
       }
     }
   }
   if(PyArray_NDIM(*array) == 1) /* Checking number of dimensions */
   { /* no checking on last dimension of expected size 1 */
-    if (ndata!=1 && ndata!=PyArray_DIM(*array, 0)) 
+    if (n!=1 && n!=PyArray_DIM(*array, 0))
     { PyErr_Format(PyExc_ValueError,
-              "weight has incorrect extent (%" NPY_INTP_FMT " expected %d)",
-              PyArray_DIM(*array, 0), ndata);
+              "%s has incorrect extent (%" NPY_INTP_FMT " expected %d)",
+              name, PyArray_DIM(*array, 0), n);
       Py_DECREF(*array);
       *array = NULL;
       return NULL;
     }
   }
   else
-  { if (PyArray_NDIM(*array) > 0 || ndata != 1)
+  { if (PyArray_NDIM(*array) > 0 || n != 1)
     { PyErr_Format(PyExc_ValueError,
-                   "weight has incorrect rank (%d expected 1)",
-                   PyArray_NDIM(*array));
+                   "%s has incorrect rank (%d expected 1)",
+                   name, PyArray_NDIM(*array));
       Py_DECREF(*array);
       *array = NULL;
       return NULL;
     }
   }
   /* All checks OK */
-  if (PyArray_ISCONTIGUOUS(*array)) weight = PyArray_DATA(*array);
+  if (PyArray_ISCONTIGUOUS(*array)) vector = PyArray_DATA(*array);
   else
   { const char* p = PyArray_BYTES(*array);
     const npy_intp stride = PyArray_STRIDE(*array, 0);
-    weight = malloc(ndata*sizeof(double));
-    for (i = 0; i < ndata; i++, p += stride) weight[i] = *(double*)p;
+    vector = malloc(n*sizeof(double));
+    for (i = 0; i < n; i++, p += stride) vector[i] = *(double*)p;
   }
-  return weight;
+  return vector;
 }
 
 static void
-free_weight(PyArrayObject* array, double* weight)
+free_vector(PyArrayObject* array, double* vector)
 { if (array)
-  { if (weight!=PyArray_DATA(array)) free(weight);
+  { if (vector!=PyArray_DATA(array)) free(vector);
     Py_DECREF((PyObject*) array);
-  } else free(weight);
-  return;
+  } else free(vector);
 }
 
 /* -- initialid ------------------------------------------------------------- */
@@ -423,12 +419,12 @@ parse_initialid(PyObject* object, int* nclusters, npy_intp nitems)
         Py_DECREF((PyObject*) clusterid);
         return NULL;
       }
-    } 
+    }
   }
   /* -- Check the size of the array ----------------------------------- */
   if(PyArray_NDIM(array) == 1)
   { /* no checking on last dimension of expected size 1 */
-    if (nitems!=1 && nitems!=PyArray_DIM(array, 0)) 
+    if (nitems!=1 && nitems!=PyArray_DIM(array, 0))
     { PyErr_Format(PyExc_ValueError,
               "initialid has incorrect extent (%" NPY_INTP_FMT
               " expected %" NPY_INTP_FMT ")",
@@ -488,10 +484,10 @@ parse_initialid(PyObject* object, int* nclusters, npy_intp nitems)
 /* -- clusterid ------------------------------------------------------------- */
 
 static int*
-parse_clusterid(PyObject* object, PyArrayObject** array, unsigned int nitems,
+parse_clusterid(PyObject* object, PyArrayObject** array, npy_intp nitems,
   int* nclusters)
 /* This function reads the cluster assignments of all items from object */
-{ unsigned int i;
+{ npy_intp i;
   int j;
   npy_intp stride;
   const char* p;
@@ -524,14 +520,15 @@ parse_clusterid(PyObject* object, PyArrayObject** array, unsigned int nitems,
                         "clusterid cannot be cast to needed type.");
         return NULL;
       }
-    } 
+    }
   }
   /* -- Check the array size ------------------------------------------ */
   if(PyArray_NDIM(*array) == 1)
   { /* no checking on last dimension of expected size 1 */
-    if (nitems!=1 && nitems!=PyArray_DIM(*array, 0)) 
+    if (nitems!=1 && nitems!=PyArray_DIM(*array, 0))
     { PyErr_Format(PyExc_ValueError,
-              "clusterid has incorrect extent (%" NPY_INTP_FMT " expected %d)",
+              "clusterid has incorrect extent (%" NPY_INTP_FMT
+              " expected %" NPY_INTP_FMT ")",
               PyArray_DIM(*array, 0), nitems);
       Py_DECREF((PyObject*) (*array));
       return NULL;
@@ -666,7 +663,9 @@ parse_distance(PyObject* object, PyArrayObject** array, int* n)
           }
           if (PyArray_DIM(a, 0) != i)
           { PyErr_Format(PyExc_ValueError,
-                         "Row %d in the distance matrix has incorrect size (%" NPY_INTP_FMT ", should be %d).", i, PyArray_DIM(a, 0), i);
+                         "Row %d in the distance matrix has incorrect size (%"
+                         NPY_INTP_FMT ", should be %d).",
+                         i, PyArray_DIM(a, 0), i);
             break;
           }
           if (i==0) continue;
@@ -721,7 +720,10 @@ parse_distance(PyObject* object, PyArrayObject** array, int* n)
             break;
           }
           if (PyArray_DIM(a, 0) != i)
-          { PyErr_Format(PyExc_ValueError, "Row %d in the distance matrix has incorrect size (%" NPY_INTP_FMT ", should be %d).", i, PyArray_DIM(a, 0), i);
+          { PyErr_Format(PyExc_ValueError,
+                         "Row %d in the distance matrix has incorrect size (%"
+                         NPY_INTP_FMT ", should be %d).",
+                         i, PyArray_DIM(a, 0), i);
             Py_DECREF((PyObject*)a);
             break;
           }
@@ -762,7 +764,7 @@ parse_distance(PyObject* object, PyArrayObject** array, int* n)
   if (PyArray_NDIM(*array) == 1)
   { const npy_intp stride = PyArray_STRIDE(*array, 0);
     const char* p = PyArray_BYTES(*array);
-    const int m = (const int) PyArray_DIM(*array, 0);
+    const npy_intp m = PyArray_DIM(*array, 0);
     if (m != PyArray_DIM(*array, 0))
     { PyErr_SetString(PyExc_ValueError, "Array size of distance is too large");
       Py_DECREF((PyObject*) (*array));
@@ -918,21 +920,33 @@ parse_index(PyObject* object, PyArrayObject** array, int* n)
         return NULL;
       }
       *array = (PyArrayObject*) object;
-    } 
+    }
   }
   /* We have an array */
+  if(PyArray_NDIM(*array) == 0) {
+      index = PyArray_DATA(*array);
+      *n = 1;
+      return index;
+  }
+  if(PyArray_NDIM(*array) != 1)
+  { PyErr_Format(PyExc_ValueError,
+                 "index argument has incorrect rank (%d expected 1)",
+                 PyArray_NDIM(*array));
+    Py_DECREF(object); /* can only happen if *array==(PyArrayObject*)object */
+    *array = NULL;
+    *n = 0;
+    return NULL;
+  }
   *n = (int) PyArray_DIM(*array, 0);
-  if(PyArray_DIM(*array, 0) != *n)
-  { PyErr_SetString(PyExc_ValueError, "data array is too large");
+  if(PyArray_DIM(*array, 0) != *n) {
+    PyErr_SetString(PyExc_ValueError, "index argument is too large");
     Py_DECREF(object); /* can only happen if *array==(PyArrayObject*)object */
     *array = NULL;
     *n = 0;
     return NULL;
   }
-  if(PyArray_NDIM(*array) != 1)
-  { PyErr_Format(PyExc_ValueError,
-                 "index argument has incorrect rank (%d expected 1)",
-                 PyArray_NDIM(*array));
+  if (*n==0) {
+    PyErr_SetString(PyExc_ValueError, "index argument has zero length");
     Py_DECREF(object); /* can only happen if *array==(PyArrayObject*)object */
     *array = NULL;
     *n = 0;
@@ -975,9 +989,9 @@ PyNode_init(PyNode *self, PyObject *args, PyObject *kwds)
     double distance = 0.0;
     static char *kwlist[] = {"left", "right", "distance", NULL};
 
-    if (!PyArg_ParseTupleAndKeywords(args, kwds, "ii|d", kwlist, 
+    if (!PyArg_ParseTupleAndKeywords(args, kwds, "ii|d", kwlist,
                                       &left, &right, &distance))
-        return -1; 
+        return -1;
     self->node.left = left;
     self->node.right = right;
     self->node.distance = distance;
@@ -989,7 +1003,7 @@ static PyObject*
 PyNode_repr(PyNode* self)
 { char string[64];
   sprintf(string, "(%d, %d): %g",
-                  self->node.left, self->node.right, self->node.distance);
+                 self->node.left, self->node.right, self->node.distance);
 #if PY_MAJOR_VERSION >= 3
   return PyUnicode_FromString(string);
 #else
@@ -1090,12 +1104,12 @@ static PyTypeObject PyNodeType = {
     0,                         /* tp_as_buffer */
     Py_TPFLAGS_DEFAULT,        /* tp_flags */
     PyNode_doc,                /* tp_doc */
-    0,		               /* tp_traverse */
-    0,		               /* tp_clear */
-    0,		               /* tp_richcompare */
-    0,		               /* tp_weaklistoffset */
-    0,		               /* tp_iter */
-    0,		               /* tp_iternext */
+    0,                         /* tp_traverse */
+    0,                         /* tp_clear */
+    0,                         /* tp_richcompare */
+    0,                         /* tp_weaklistoffset */
+    0,                         /* tp_iter */
+    0,                         /* tp_iternext */
     0,                         /* tp_methods */
     0,                         /* tp_members */
     PyNode_getset,             /* tp_getset */
@@ -1155,7 +1169,7 @@ PyTree_init(PyTree* self, PyObject* args, PyObject* kwds)
   flag = malloc((2*n+1)*sizeof(int));
   if(flag) /* Otherwise, we're in enough trouble already */
   { int j;
-    for (i = 0; i < 2*n+1; i++) flag[i] = 0; 
+    for (i = 0; i < 2*n+1; i++) flag[i] = 0;
     for (i = 0; i < n; i++)
     { j = nodes[i].left;
       if (j < 0)
@@ -1263,8 +1277,7 @@ PyTree_slice(PyTree* self, int i, int j)
   PyObject* item;
   PyObject* result;
   if (i < 0) i = 0;
-  if (j < 0) j = 0; /* Avoid signed/unsigned bug in next line */
-  if (j > n) j = n;
+  if (j < 0 || j > n) j = n;
   if (j < i) j = i;
   result = PyList_New(j-i);
   if(!result)
@@ -1304,8 +1317,9 @@ static PySequenceMethods PyTree_sequence = {
 
 static char PyTree_scale__doc__[] =
 "mytree.scale()\n"
-"This method scales the node distances in the tree such that they are\n"
-"all between one and zero.\n";
+"\n"
+"Scale the node distances in the tree such that they are all between one\n"
+"and zero.\n";
 
 static PyObject*
 PyTree_scale(PyTree* self)
@@ -1326,15 +1340,18 @@ PyTree_scale(PyTree* self)
 }
 
 static char PyTree_cut__doc__[] =
-"clusterid = mytree.cut(nclusters=2)\n"
-"Given a hierarchical clustering result mytree, cut() divides the\n"
-"elements in the tree into clusters. The number of clusters is given\n"
-"by nclusters.\n";
+"mytree.cut(nclusters) -> array\n"
+"\n"
+"Divide the elements in a hierarchical clustering result mytree into\n"
+"clusters, and return an array with the number of the cluster to which each\n"
+"element was assigned. The number of clusters is given by nclusters. If\n"
+"nclusters is not specified, it is set equal to the number of elements in\n"
+"the tree.";
 
 static PyObject*
 PyTree_cut(PyTree* self, PyObject* args)
-{ int nclusters = 2;
-  npy_intp n = (npy_intp) (self->n + 1);
+{ npy_intp n = (npy_intp) (self->n + 1);
+  int nclusters = n;
   PyArrayObject* aCLUSTERID = (PyArrayObject*) NULL;
   int* clusterid = NULL;
   /* -- Check to make sure the tree isn't too large ---------------------- */
@@ -1375,9 +1392,67 @@ PyTree_cut(PyTree* self, PyObject* args)
   return PyArray_Return(aCLUSTERID);
 }
 
+static char PyTree_sort__doc__[] =
+"mytree.sort(order) -> array\n"
+"\n"
+"Sort a hierarchical clustering tree by switching the left and right\n"
+"subnode of nodes such that the elements in the left-to-right order of the\n"
+"tree tend to have increasing order values.\n"
+"\n"
+"Return the indices of the elements in the left-to-right order in the\n"
+"hierarchical clustering tree, such that the element with index indices[i]\n"
+"occurs at position i in the dendrogram.\n";
+
+static PyObject*
+PyTree_sort(PyTree* self, PyObject* args)
+{ Node* tree = self->nodes;
+  const npy_intp nnodes = (npy_intp) (self->n);
+  npy_intp n = nnodes + 1;
+  PyArrayObject* aINDICES = (PyArrayObject*) NULL;
+  int* indices = NULL;
+  PyObject* ORDER = NULL;
+  PyArrayObject* aORDER = NULL;
+  double* order = NULL;
+  int ok;
+  /* -- Check to make sure the tree isn't too large ---------------------- */
+  if (n != (int)n)
+  { PyErr_SetString(PyExc_RuntimeError, "sort: tree is too large");
+    return NULL;
+  }
+  /* -- Read the input variables ----------------------------------------- */
+  if(!PyArg_ParseTuple(args, "|O", &ORDER)) return NULL;
+  /* -- Check the order variable ----------------------------------------- */
+  if (ORDER) {
+      order = parse_vector(ORDER, &aORDER, n, "order");
+      if (!order) return NULL;
+  }
+  /* -- Create the indices output variable ----------------------------- */
+  aINDICES = (PyArrayObject*) PyArray_SimpleNew(1, &n, NPY_INT);
+  if (!aINDICES)
+  { PyErr_SetString(PyExc_MemoryError,
+      "sort: Could not create array for return value");
+    return NULL;
+  }
+  indices = PyArray_DATA(aINDICES);
+  /* --------------------------------------------------------------------- */
+  ok = sorttree(nnodes, tree, order, indices);
+  if (order) free_vector(aORDER, order);
+
+  /* -- Check for errors flagged by the C routine ------------------------ */
+  if (!ok)
+  { PyErr_SetString(PyExc_MemoryError,
+                    "sort: Error in the sorttree routine");
+    Py_DECREF((PyObject*) aINDICES);
+    return NULL;
+  }
+  /* --------------------------------------------------------------------- */
+  return PyArray_Return(aINDICES);
+}
+
 static PyMethodDef PyTree_methods[] = {
     {"scale", (PyCFunction)PyTree_scale, METH_NOARGS, PyTree_scale__doc__},
     {"cut", (PyCFunction)PyTree_cut, METH_VARARGS, PyTree_cut__doc__},
+    {"sort", (PyCFunction)PyTree_sort, METH_VARARGS, PyTree_sort__doc__},
     {NULL}  /* Sentinel */
 };
 
@@ -1411,12 +1486,12 @@ static PyTypeObject PyTreeType = {
     0,                           /*tp_as_buffer*/
     Py_TPFLAGS_DEFAULT,          /*tp_flags*/
     PyTree_doc,                  /* tp_doc */
-    0,		                 /* tp_traverse */
-    0,		                 /* tp_clear */
-    0,		                 /* tp_richcompare */
-    0,		                 /* tp_weaklistoffset */
-    0,		                 /* tp_iter */
-    0,		                 /* tp_iternext */
+    0,                           /* tp_traverse */
+    0,                           /* tp_clear */
+    0,                           /* tp_richcompare */
+    0,                           /* tp_weaklistoffset */
+    0,                           /* tp_iter */
+    0,                           /* tp_iternext */
     PyTree_methods,              /* tp_methods */
     NULL,                        /* tp_members */
     0,                           /* tp_getset */
@@ -1434,10 +1509,9 @@ static PyTypeObject PyTreeType = {
 
 /* version */
 static char version__doc__[] =
-"version()\n"
+"version() -> string\n"
 "\n"
-"This function returns the version number of the C Clustering Library\n"
-"as a string.\n";
+"Return the version number of the C Clustering Library as a string.\n";
 
 static PyObject*
 py_version(PyObject* self)
@@ -1447,7 +1521,7 @@ py_version(PyObject* self)
 #else
   return PyString_FromString( CLUSTERVERSION );
 #endif
-} 
+}
 
 /* kcluster */
 static char kcluster__doc__[] =
@@ -1456,45 +1530,54 @@ static char kcluster__doc__[] =
 "         initialid=None) -> clusterid, error, nfound\n"
 "\n"
 "This function implements k-means clustering.\n"
-"data     : nrows x ncolumns array containing the expression data\n"
-"nclusters: number of clusters (the 'k' in k-means)\n"
-"mask     : nrows x ncolumns array of integers, showing which data are\n"
-"           missing. If mask[i][j]==0, then data[i][j] is missing.\n"
-"weight   : the weights to be used when calculating distances\n"
-"transpose: if equal to 0, genes (rows) are clustered;\n"
-"           if equal to 1, microarrays (columns) are clustered.\n"
-"npass    : number of times the k-means clustering algorithm is\n"
-"           performed, each time with a different (random) initial\n"
-"           condition.\n"
-"method   : specifies how the center of a cluster is found:\n"
-"           method=='a': arithmetic mean\n"
-"           method=='m': median\n"
-"dist     : specifies the distance function to be used:\n"
-"           dist=='e': Euclidean distance\n"
-"           dist=='b': City Block distance\n"
-"           dist=='c': Pearson correlation\n"
-"           dist=='a': absolute value of the correlation\n"
-"           dist=='u': uncentered correlation\n"
-"           dist=='x': absolute uncentered correlation\n"
-"           dist=='s': Spearman's rank correlation\n"
-"           dist=='k': Kendall's tau\n"
-"initialid: the initial clustering from which the algorithm should start.\n"
-"           If initialid is None, the routine carries out npass\n"
-"           repetitions of the EM algorithm, each time starting from a\n"
-"           different random initial clustering. If initialid is given,\n"
-"           the routine carries out the EM algorithm only once, starting\n"
-"           from the given initial clustering and without randomizing the\n"
-"           order in which items are assigned to clusters (i.e., using\n"
-"           the same order as in the data matrix). In that case, the\n"
-"           k-means algorithm is fully deterministic.\n"
+"\n"
+"Arguments:\n"
+" - data: nrows x ncolumns array containing the expression data\n"
+" - nclusters: number of clusters (the 'k' in k-means)\n"
+" - mask: nrows x ncolumns array of integers, showing which data are\n"
+"   missing. If mask[i][j]==0, then data[i][j] is missing.\n"
+" - weight: the weights to be used when calculating distances\n"
+" - transpose:\n"
+"\n"
+"   - if equal to 0, genes (rows) are clustered;\n"
+"   - if equal to 1, microarrays (columns) are clustered.\n"
+"\n"
+" - npass: number of times the k-means clustering algorithm is\n"
+"   performed, each time with a different (random) initial\n"
+"   condition.\n"
+" - method: specifies how the center of a cluster is found:\n"
+"\n"
+"   - method=='a': arithmetic mean\n"
+"   - method=='m': median\n"
+"\n"
+" - dist: specifies the distance function to be used:\n"
+"\n"
+"   - dist=='e': Euclidean distance\n"
+"   - dist=='b': City Block distance\n"
+"   - dist=='c': Pearson correlation\n"
+"   - dist=='a': absolute value of the correlation\n"
+"   - dist=='u': uncentered correlation\n"
+"   - dist=='x': absolute uncentered correlation\n"
+"   - dist=='s': Spearman's rank correlation\n"
+"   - dist=='k': Kendall's tau\n"
+"\n"
+" - initialid: the initial clustering from which the algorithm should start.\n"
+"   If initialid is None, the routine carries out npass\n"
+"   repetitions of the EM algorithm, each time starting from a\n"
+"   different random initial clustering. If initialid is given,\n"
+"   the routine carries out the EM algorithm only once, starting\n"
+"   from the given initial clustering and without randomizing the\n"
+"   order in which items are assigned to clusters (i.e., using\n"
+"   the same order as in the data matrix). In that case, the\n"
+"   k-means algorithm is fully deterministic.\n"
 "\n"
 "Return values:\n"
-"clusterid: array containing the number of the cluster to which each\n"
-"           gene/microarray was assigned in the best k-means clustering\n"
-"           solution that was found in the npass runs;\n"
-"error:     the within-cluster sum of distances for the returned k-means\n"
-"           clustering solution;\n"
-"nfound:    the number of times this solution was found.\n";
+" - clusterid: array containing the number of the cluster to which each\n"
+"   gene/microarray was assigned in the best k-means clustering\n"
+"   solution that was found in the npass runs;\n"
+" - error: the within-cluster sum of distances for the returned k-means\n"
+"   clustering solution;\n"
+" - nfound: the number of times this solution was found.\n";
 
 static PyObject*
 py_kcluster(PyObject* self, PyObject* args, PyObject* keywords)
@@ -1597,7 +1680,7 @@ py_kcluster(PyObject* self, PyObject* args, PyObject* keywords)
     return NULL;
   }
   /* -- Check the weight input ------------------------------------------- */
-  weight = parse_weight(WEIGHT, &aWEIGHT, ndata);
+  weight = parse_vector(WEIGHT, &aWEIGHT, ndata, "weight");
   if (!weight)
   { free_data(aDATA, data);
     free_mask(aMASK, mask, nrows);
@@ -1605,27 +1688,27 @@ py_kcluster(PyObject* self, PyObject* args, PyObject* keywords)
     return NULL;
   }
   /* --------------------------------------------------------------------- */
-  kcluster(NCLUSTERS, 
-      nrows, 
-      ncolumns, 
-      data, 
-      mask, 
+  kcluster(NCLUSTERS,
+      nrows,
+      ncolumns,
+      data,
+      mask,
       weight,
-      TRANSPOSE, 
-      NPASS, 
-      METHOD, 
-      DIST, 
-      PyArray_DATA(aCLUSTERID), 
-      &ERROR, 
+      TRANSPOSE,
+      NPASS,
+      METHOD,
+      DIST,
+      PyArray_DATA(aCLUSTERID),
+      &ERROR,
       &IFOUND);
   /* --------------------------------------------------------------------- */
   free_data(aDATA, data);
   free_mask(aMASK, mask, nrows);
-  free_weight(aWEIGHT, weight);
+  free_vector(aWEIGHT, weight);
   /* --------------------------------------------------------------------- */
 
   return Py_BuildValue("Ndi", aCLUSTERID, ERROR, IFOUND);
-} 
+}
 /* end of wrapper for kcluster */
 
 /* kmedoids */
@@ -1634,48 +1717,53 @@ static char kmedoids__doc__[] =
 "         initialid=None) -> clusterid, error, nfound.\n"
 "\n"
 "This function implements k-medoids clustering.\n"
-"distance:  The distance matrix between the elements. There are three\n"
-"           ways in which you can pass a distance matrix:\n"
-"           #1: a 2D Numerical Python array (in which only the left-lower\n"
-"               part of the array will be accessed);\n"
-"           #2: a 1D Numerical Python array containing the distances\n"
-"               consecutively;\n" 
-"           #3: a list of rows containing the lower-triangular part of\n"
-"               the distance matrix.\n"
-"           Examples are:\n"
-"           >>> distance = array([[0.0, 1.1, 2.3],\n"
-"                                 [1.1, 0.0, 4.5],\n"
-"                                 [2.3, 4.5, 0.0]])\n"
-"           (option #1)\n"
-"           >>> distance = array([1.1, 2.3, 4.5])\n"
-"           (option #2)\n"
-"           >>> distance = [array([]),\n"
-"                           array([1.1]),\n"
-"                           array([2.3, 4.5])\n"
-"                          ]\n"
-"           (option #3)\n"
-"           These three correspond to the same distance matrix.\n"
-"nclusters: number of clusters (the 'k' in k-medoids)\n"
-"npass    : the number of times the k-medoids clustering algorithm is\n"
-"           performed, each time with a different (random) initial\n"
-"           condition.\n"
-"initialid: the initial clustering from which the algorithm should start.\n"
-"           If initialid is not given, the routine carries out npass\n"
-"           repetitions of the EM algorithm, each time starting from a\n"
-"           different random initial clustering. If initialid is given,\n"
-"           the routine carries out the EM algorithm only once, starting\n"
-"           from the initial clustering specified by initialid and\n"
-"           without randomizing the order in which items are assigned to\n"
-"           clusters (i.e., using the same order as in the data matrix).\n"
-"           In that case, the k-means algorithm is fully deterministic.\n"
+"\n"
+"Arguments:\n"
+" - distance: The distance matrix between the elements. There are three\n"
+"   ways in which you can pass a distance matrix:\n"
+"\n"
+"   1. a 2D Numerical Python array (in which only the left-lower\n"
+"      part of the array will be accessed);\n"
+"   2. a 1D Numerical Python array containing the distances\n"
+"      consecutively;\n"
+"   3. a list of rows containing the lower-triangular part of\n"
+"      the distance matrix.\n"
+"\n"
+"   Examples are:\n"
+"\n"
+"       >>> distance = array([[0.0, 1.1, 2.3],\n"
+"       ...                   [1.1, 0.0, 4.5],\n"
+"       ...                   [2.3, 4.5, 0.0]])\n"
+"       (option #1)\n"
+"       >>> distance = array([1.1, 2.3, 4.5])\n"
+"       (option #2)\n"
+"       >>> distance = [array([]),\n"
+"       ...             array([1.1]),\n"
+"       ...             array([2.3, 4.5])]\n"
+"       (option #3)\n"
+"\n"
+"   These three correspond to the same distance matrix.\n"
+" - nclusters: number of clusters (the 'k' in k-medoids)\n"
+" - npass: the number of times the k-medoids clustering algorithm is\n"
+"   performed, each time with a different (random) initial\n"
+"   condition.\n"
+" - initialid: the initial clustering from which the algorithm should start.\n"
+"   If initialid is not given, the routine carries out npass\n"
+"   repetitions of the EM algorithm, each time starting from a\n"
+"   different random initial clustering. If initialid is given,\n"
+"   the routine carries out the EM algorithm only once, starting\n"
+"   from the initial clustering specified by initialid and\n"
+"   without randomizing the order in which items are assigned to\n"
+"   clusters (i.e., using the same order as in the data matrix).\n"
+"   In that case, the k-medoids algorithm is fully deterministic.\n"
 "\n"
 "Return values:\n"
-"clusterid: array containing the number of the cluster to which each\n"
-"           gene/microarray was assigned in the best k-means clustering\n"
-"           solution that was found in the npass runs;\n"
-"error:     the within-cluster sum of distances for the returned k-means\n"
-"           clustering solution;\n"
-"nfound:    the number of times this solution was found.\n";
+" - clusterid: array containing the number of the cluster to which each\n"
+"   gene/microarray was assigned in the best k-means clustering\n"
+"   solution that was found in the npass runs;\n"
+" - error: the within-cluster sum of distances for the returned k-means\n"
+"   clustering solution;\n"
+" - nfound: the number of times this solution was found.\n";
 
 static PyObject*
 py_kmedoids(PyObject* self, PyObject* args, PyObject* keywords)
@@ -1733,12 +1821,12 @@ py_kmedoids(PyObject* self, PyObject* args, PyObject* keywords)
     return NULL;
   }
   /* --------------------------------------------------------------------- */
-  kmedoids(NCLUSTERS, 
-      nitems, 
-      distances, 
-      NPASS, 
-      PyArray_DATA(aCLUSTERID), 
-      &ERROR, 
+  kmedoids(NCLUSTERS,
+      nitems,
+      distances,
+      NPASS,
+      PyArray_DATA(aCLUSTERID),
+      &ERROR,
       &IFOUND);
   /* --------------------------------------------------------------------- */
   free_distances(DISTANCES, aDISTANCES, distances, nitems);
@@ -1754,7 +1842,7 @@ py_kmedoids(PyObject* self, PyObject* args, PyObject* keywords)
     return NULL;
   }
   return Py_BuildValue("Ndi",aCLUSTERID, ERROR, IFOUND);
-} 
+}
 /* end of wrapper for kmedoids */
 
 /* treecluster */
@@ -1764,52 +1852,65 @@ static char treecluster__doc__[] =
 "\n"
 "This function implements the pairwise single, complete, centroid, and\n"
 "average linkage hierarchical clustering methods.\n"
-"data     : nrows x ncolumns array containing the gene expression data.\n"
-"mask     : nrows x ncolumns array of integers, showing which data are\n"
-"           missing. If mask[i][j]==0, then data[i][j] is missing.\n"
-"weight   : the weights to be used when calculating distances.\n"
-"transpose: if equal to 0, genes (rows) are clustered;\n"
-"           if equal to 1, microarrays (columns) are clustered.\n"
-"dist     : specifies the distance function to be used:\n"
-"           dist=='e': Euclidean distance\n"
-"           dist=='b': City Block distance\n"
-"           dist=='c': Pearson correlation\n"
-"           dist=='a': absolute value of the correlation\n"
-"           dist=='u': uncentered correlation\n"
-"           dist=='x': absolute uncentered correlation\n"
-"           dist=='s': Spearman's rank correlation\n"
-"           dist=='k': Kendall's tau\n"
-"method   : specifies which linkage method is used:\n"
-"           method=='s': Single pairwise linkage\n"
-"           method=='m': Complete (maximum) pairwise linkage (default)\n"
-"           method=='c': Centroid linkage\n"
-"           method=='a': Average pairwise linkage\n"
-"distancematrix:  The distance matrix between the elements. There are\n"
-"           three ways in which you can pass a distance matrix:\n"
-"           #1: a 2D Numerical Python array (in which only the left-lower\n"
-"               part of the array will be accessed);\n"
-"           #2: a 1D Numerical Python array containing the distances\n"
-"               consecutively;\n" 
-"           #3: a list of rows containing the lower-triangular part of\n"
-"               the distance matrix.\n"
-"           Examples are:\n"
-"           >>> distance = array([[0.0, 1.1, 2.3],\n"
-"                                 [1.1, 0.0, 4.5],\n"
-"                                 [2.3, 4.5, 0.0]])\n"
-"           (option #1)\n"
-"           >>> distance = array([1.1, 2.3, 4.5])\n"
-"           (option #2)\n"
-"           >>> distance = [array([]),\n"
-"                           array([1.1]),\n"
-"                           array([2.3, 4.5])\n"
-"                          ]\n"
-"           (option #3)\n"
-"           These three correspond to the same distance matrix.\n"
-"           PLEASE NOTE:\n"
-"           As the treecluster routine may shuffle the values in the\n"
-"           distance matrix as part of the clustering algorithm, be sure\n"
-"           to save this array in a different variable before calling\n"
-"           treecluster if you need it later.\n"
+"\n"
+"Arguments:\n"
+" - data: nrows x ncolumns array containing the gene expression data.\n"
+" - mask: nrows x ncolumns array of integers, showing which data are\n"
+"   missing. If mask[i][j]==0, then data[i][j] is missing.\n"
+" - weight: the weights to be used when calculating distances.\n"
+" - transpose:\n"
+"\n"
+"   - if equal to 0, genes (rows) are clustered;\n"
+"   - if equal to 1, microarrays (columns) are clustered.\n"
+"\n"
+" - dist: specifies the distance function to be used:\n"
+"\n"
+"   - dist=='e': Euclidean distance\n"
+"   - dist=='b': City Block distance\n"
+"   - dist=='c': Pearson correlation\n"
+"   - dist=='a': absolute value of the correlation\n"
+"   - dist=='u': uncentered correlation\n"
+"   - dist=='x': absolute uncentered correlation\n"
+"   - dist=='s': Spearman's rank correlation\n"
+"   - dist=='k': Kendall's tau\n"
+"\n"
+" - method: specifies which linkage method is used:\n"
+"\n"
+"   - method=='s': Single pairwise linkage\n"
+"   - method=='m': Complete (maximum) pairwise linkage (default)\n"
+"   - method=='c': Centroid linkage\n"
+"   - method=='a': Average pairwise linkage\n"
+"\n"
+" - distancematrix:  The distance matrix between the elements. There are\n"
+"   three ways in which you can pass a distance matrix:\n"
+"\n"
+"   1. a 2D Numerical Python array (in which only the left-lower\n"
+"      part of the array will be accessed);\n"
+"   2. a 1D Numerical Python array containing the distances\n"
+"      consecutively;\n"
+"   3. a list of rows containing the lower-triangular part of\n"
+"      the distance matrix.\n"
+"\n"
+"   Examples are:\n"
+"\n"
+"       >>> distance = array([[0.0, 1.1, 2.3],\n"
+"       ...                   [1.1, 0.0, 4.5],\n"
+"       ...                   [2.3, 4.5, 0.0]])\n"
+"       (option #1)\n"
+"       >>> distance = array([1.1, 2.3, 4.5])\n"
+"       (option #2)\n"
+"       >>> distance = [array([]),\n"
+"       ...             array([1.1]),\n"
+"       ...             array([2.3, 4.5])]\n"
+"       (option #3)\n"
+"\n"
+"   These three correspond to the same distance matrix.\n"
+"\n"
+"   PLEASE NOTE:\n"
+"   As the treecluster routine may shuffle the values in the\n"
+"   distance matrix as part of the clustering algorithm, be sure\n"
+"   to save this array in a different variable before calling\n"
+"   treecluster if you need it later.\n"
 "\n"
 "Either data or distancematrix should be None. If distancematrix==None,\n"
 "the hierarchical clustering solution is calculated from the gene\n"
@@ -1902,7 +2003,7 @@ py_treecluster(PyObject* self, PyObject* args, PyObject* keywords)
       return NULL;
     }
     /* -- Check the weight input ------------------------------------------- */
-    weight = parse_weight(WEIGHT, &aWEIGHT, ndata);
+    weight = parse_vector(WEIGHT, &aWEIGHT, ndata, "weight");
     if (!weight)
     { free_data(aDATA, data);
       free_mask(aMASK, mask, nrows);
@@ -1921,7 +2022,7 @@ py_treecluster(PyObject* self, PyObject* args, PyObject* keywords)
     /* --------------------------------------------------------------------- */
     free_data(aDATA, data);
     free_mask(aMASK, mask, nrows);
-    free_weight(aWEIGHT, weight);
+    free_vector(aWEIGHT, weight);
   }
   else
   { double** distances = NULL;
@@ -1961,7 +2062,7 @@ py_treecluster(PyObject* self, PyObject* args, PyObject* keywords)
   tree->nodes = nodes;
   tree->n = nitems-1;
   return (PyObject*) tree;
-} 
+}
 /* end of wrapper for treecluster */
 
 /* somcluster */
@@ -1971,39 +2072,45 @@ static char somcluster__doc__[] =
 "           dist='e') -> clusterid, celldata\n"
 "\n"
 "This function implements a self-organizing map on a rectangular grid.\n"
-"data     : nrows x ncolumns array containing the gene expression data\n"
-"mask     : nrows x ncolumns array of integers, showing which data are\n"
-"           missing. If mask[i][j]==0, then data[i][j] is missing.\n"
-"weight   : the weights to be used when calculating distances\n"
-"transpose: if equal to 0, genes (rows) are clustered;\n"
-"           if equal to 1, microarrays (columns) are clustered.\n"
-"nxgrid   : the horizontal dimension of the rectangular SOM map\n"
-"nygrid   : the vertical dimension of the rectangular SOM map\n"
-"inittau  : the initial value of tau (the neighborbood function)\n"
-"niter    : the number of iterations\n"
-"dist     : specifies the distance function to be used:\n"
-"           dist=='e': Euclidean distance\n"
-"           dist=='b': City Block distance\n"
-"           dist=='c': Pearson correlation\n"
-"           dist=='a': absolute value of the correlation\n"
-"           dist=='u': uncentered correlation\n"
-"           dist=='x': absolute uncentered correlation\n"
-"           dist=='s': Spearman's rank correlation\n"
-"           dist=='k': Kendall's tau\n"
+"\n"
+"Arguments:\n"
+" - data: nrows x ncolumns array containing the gene expression data\n"
+" - mask: nrows x ncolumns array of integers, showing which data are\n"
+"   missing. If mask[i][j]==0, then data[i][j] is missing.\n"
+" - weight: the weights to be used when calculating distances\n"
+" - transpose:\n"
+"\n"
+"   - if equal to 0, genes (rows) are clustered;\n"
+"   - if equal to 1, microarrays (columns) are clustered.\n"
+"\n"
+" - nxgrid: the horizontal dimension of the rectangular SOM map\n"
+" - nygrid: the vertical dimension of the rectangular SOM map\n"
+" - inittau: the initial value of tau (the neighborbood function)\n"
+" - niter: the number of iterations\n"
+" - dist: specifies the distance function to be used:\n"
+"\n"
+"   - dist=='e': Euclidean distance\n"
+"   - dist=='b': City Block distance\n"
+"   - dist=='c': Pearson correlation\n"
+"   - dist=='a': absolute value of the correlation\n"
+"   - dist=='u': uncentered correlation\n"
+"   - dist=='x': absolute uncentered correlation\n"
+"   - dist=='s': Spearman's rank correlation\n"
+"   - dist=='k': Kendall's tau\n"
 "\n"
 "Return values:\n"
-"clusterid: array with two columns, while the number of rows is equal to\n"
-"           the number of genes or the number of microarrays depending on\n"
-"           whether genes or microarrays are being clustered. Each row in\n"
-"           the array contains the x and y coordinates of the cell in the\n"
-"           rectangular SOM grid to which the gene or microarray was\n"
-"           assigned.\n"
-"celldata:  an array with dimensions (nxgrid, nygrid, number of\n"
-"           microarrays) if genes are being clustered, or (nxgrid,\n"
-"           nygrid, number of genes) if microarrays are being clustered.\n"
-"           Each element [ix][iy] of this array is a 1D vector containing\n"
-"           the gene expression data for the centroid of the cluster in\n"
-"           the SOM grid cell with coordinates (ix, iy).\n";
+" - clusterid: array with two columns, while the number of rows is equal to\n"
+"   the number of genes or the number of microarrays depending on\n"
+"   whether genes or microarrays are being clustered. Each row in\n"
+"   the array contains the x and y coordinates of the cell in the\n"
+"   rectangular SOM grid to which the gene or microarray was\n"
+"   assigned.\n"
+" - celldata:  an array with dimensions (nxgrid, nygrid, number of\n"
+"   microarrays) if genes are being clustered, or (nxgrid,\n"
+"   nygrid, number of genes) if microarrays are being clustered.\n"
+"   Each element [ix][iy] of this array is a 1D vector containing\n"
+"   the gene expression data for the centroid of the cluster in\n"
+"   the SOM grid cell with coordinates (ix, iy).\n";
 
 static PyObject*
 py_somcluster(PyObject* self, PyObject* args, PyObject* keywords)
@@ -2094,7 +2201,7 @@ py_somcluster(PyObject* self, PyObject* args, PyObject* keywords)
     return NULL;
   }
   /* -- Check the weight input ------------------------------------------- */
-  weight = parse_weight(WEIGHT, &aWEIGHT, ndata);
+  weight = parse_vector(WEIGHT, &aWEIGHT, ndata, "weight");
   if (!weight)
   { free_data(aDATA, data);
     free_mask(aMASK, mask, nrows);
@@ -2109,7 +2216,7 @@ py_somcluster(PyObject* self, PyObject* args, PyObject* keywords)
                     "somcluster: Could not create clusterid array");
     free_data(aDATA, data);
     free_mask(aMASK, mask, nrows);
-    free_weight(aWEIGHT, weight);
+    free_vector(aWEIGHT, weight);
     return NULL;
   }
   /* --------------------------------------------------------------------- */
@@ -2117,7 +2224,7 @@ py_somcluster(PyObject* self, PyObject* args, PyObject* keywords)
   if (!celldata)
   { free_data(aDATA, data);
     free_mask(aMASK, mask, nrows);
-    free_weight(aWEIGHT, weight);
+    free_vector(aWEIGHT, weight);
     Py_DECREF((PyObject*) aCLUSTERID);
   }
   /* --------------------------------------------------------------------- */
@@ -2137,56 +2244,60 @@ py_somcluster(PyObject* self, PyObject* args, PyObject* keywords)
   /* --------------------------------------------------------------------- */
   free_data(aDATA, data);
   free_mask(aMASK, mask, nrows);
-  free_weight(aWEIGHT, weight);
+  free_vector(aWEIGHT, weight);
   free_celldata(celldata);
   /* --------------------------------------------------------------------- */
   return Py_BuildValue("NN",
                        PyArray_Return(aCLUSTERID),
                        PyArray_Return(aCELLDATA));
-} 
+}
 /* end of wrapper for somcluster */
 
 /* clusterdistance */
 static char clusterdistance__doc__[] =
 "clusterdistance(data, mask=None, weight=None, index1, index2, dist='e',\n"
-"                method='a', transpose=0) -> the distance between the\n"
-"                                            two clusters\n"
+"                method='a', transpose=0) -> distance between two clusters\n"
+"\n"
+"Arguments:\n"
+" - data: nrows x ncolumns array containing the expression data\n"
+" - mask: nrows x ncolumns array of integers, showing which data are\n"
+"   missing. If mask[i][j]==0, then data[i][j] is missing.\n"
+" - weight: the weights to be used when calculating distances\n"
+" - index1: 1D array identifying which genes/microarrays belong to the\n"
+"   first cluster. If the cluster contains only one gene, then\n"
+"   index1 can also be written as a single integer.\n"
+" - index2: 1D array identifying which genes/microarrays belong to the\n"
+"   second cluster. If the cluster contains only one gene, then\n"
+"   index2 can also be written as a single integer.\n"
+" - dist: specifies the distance function to be used:\n"
+"\n"
+"   - dist=='e': Euclidean distance\n"
+"   - dist=='b': City Block distance\n"
+"   - dist=='c': Pearson correlation\n"
+"   - dist=='a': absolute value of the correlation\n"
+"   - dist=='u': uncentered correlation\n"
+"   - dist=='x': absolute uncentered correlation\n"
+"   - dist=='s': Spearman's rank correlation\n"
+"   - dist=='k': Kendall's tau\n"
+"\n"
+" - method: specifies how the distance between two clusters is defined:\n"
+"\n"
+"   - method=='a': the distance between the arithmetic means of the\n"
+"     two clusters\n"
+"   - method=='m': the distance between the medians of the two\n"
+"     clusters\n"
+"   - method=='s': the smallest pairwise distance between members\n"
+"     of the two clusters\n"
+"   - method=='x': the largest pairwise distance between members of\n"
+"     the two clusters\n"
+"   - method=='v': average of the pairwise distances between\n"
+"     members of the clusters\n"
 "\n"
-"data     : nrows x ncolumns array containing the expression data\n"
-"mask     : nrows x ncolumns array of integers, showing which data are\n"
-"           missing. If mask[i][j]==0, then data[i][j] is missing.\n"
-"weight   : the weights to be used when calculating distances\n"
-"index1   : 1D array identifying which genes/microarrays belong to the\n"
-"           first cluster. If the cluster contains only one gene, then\n"
-"           index1 can also be written as a single integer.\n"
-"index2   : 1D array identifying which genes/microarrays belong to the\n"
-"           second cluster. If the cluster contains only one gene, then\n"
-"           index2 can also be written as a single integer.\n"
-"transpose: if equal to 0, genes (rows) are clustered;\n"
-"           if equal to 1, microarrays (columns) are clustered.\n"
-"dist     : specifies the distance function to be used:\n"
-"           dist=='e': Euclidean distance\n"
-"           dist=='b': City Block distance\n"
-"           dist=='c': Pearson correlation\n"
-"           dist=='a': absolute value of the correlation\n"
-"           dist=='u': uncentered correlation\n"
-"           dist=='x': absolute uncentered correlation\n"
-"           dist=='s': Spearman's rank correlation\n"
-"           dist=='k': Kendall's tau\n"
-"method   : specifies how the distance between two clusters is defined:\n"
-"           method=='a': the distance between the arithmetic means of the\n"
-"                        two clusters\n"
-"           method=='m': the distance between the medians of the two\n"
-"                        clusters\n"
-"           method=='s': the smallest pairwise distance between members\n"
-"                        of the two clusters\n"
-"           method=='x': the largest pairwise distance between members of\n"
-"                        the two clusters\n"
-"           method=='v': average of the pairwise distances between\n"
-"                        members of the clusters\n"
-"transpose: if equal to 0: clusters of genes (rows) are considered;\n"
-"           if equal to 1: clusters of microarrays (columns) are\n"
-"                          considered.\n";
+" - transpose:\n"
+"\n"
+"   - if equal to 0: clusters of genes (rows) are considered;\n"
+"   - if equal to 1: clusters of microarrays (columns) are considered.\n"
+"\n";
 
 static PyObject*
 py_clusterdistance(PyObject* self, PyObject* args, PyObject* keywords)
@@ -2259,7 +2370,7 @@ py_clusterdistance(PyObject* self, PyObject* args, PyObject* keywords)
     return NULL;
   }
   /* -- Check the weight input ------------------------------------------- */
-  weight = parse_weight(WEIGHT, &aWEIGHT, ndata);
+  weight = parse_vector(WEIGHT, &aWEIGHT, ndata, "weight");
   if (!weight)
   { free_data(aDATA, data);
     free_mask(aMASK, mask, nrows);
@@ -2270,14 +2381,14 @@ py_clusterdistance(PyObject* self, PyObject* args, PyObject* keywords)
   if (index1==NULL)
   { free_data(aDATA, data);
     free_mask(aMASK, mask, nrows);
-    free_weight(aWEIGHT, weight);
+    free_vector(aWEIGHT, weight);
     return NULL;
   }
   index2 = parse_index(INDEX2, &aINDEX2, &N2);
   if (index2==NULL)
   { free_data(aDATA, data);
     free_mask(aMASK, mask, nrows);
-    free_weight(aWEIGHT, weight);
+    free_vector(aWEIGHT, weight);
     free_index(aINDEX1, index1);
     return NULL;
   }
@@ -2297,7 +2408,7 @@ py_clusterdistance(PyObject* self, PyObject* args, PyObject* keywords)
   /* --------------------------------------------------------------------- */
   free_data(aDATA, data);
   free_mask(aMASK, mask, nrows);
-  free_weight(aWEIGHT, weight);
+  free_vector(aWEIGHT, weight);
   free_index(aINDEX1, index1);
   free_index(aINDEX2, index2);
   /* --------------------------------------------------------------------- */
@@ -2306,36 +2417,37 @@ py_clusterdistance(PyObject* self, PyObject* args, PyObject* keywords)
     return NULL;
   }
   return PyFloat_FromDouble(result);
-} 
+}
 /* end of wrapper for clusterdistance */
 
 /* clustercentroids */
 static char clustercentroids__doc__[] =
-"clustercentroids(data, mask=None, transport=0, clusterid,\n"
-"                 method='a') -> cdata, cmask\n"
+"clustercentroids(data, mask=None, clusterid=None, method='a',\n"
+"                 transpose=0) -> cdata, cmask\n"
 "\n"
 "The clustercentroids routine calculates the cluster centroids, given to\n"
 "which cluster each element belongs. The centroid is defined as either\n"
 "the mean or the median over all elements for each dimension.\n"
-
-"data     : nrows x ncolumns array containing the expression data\n"
-"mask     : nrows x ncolumns array of integers, showing which data are\n"
-"           missing. If mask[i][j]==0, then data[i][j] is missing.\n"
-"transpose: if equal to 0, gene (row) clusters are considered;\n"
-"           if equal to 1, microarray (column) clusters are considered.\n"
-"clusterid: array containing the cluster number for each gene or\n"
-"           microarray. The cluster number should be non-negative.\n"
-"method   : specifies whether the centroid is calculated from the\n"
-"           arithmetic mean (method=='a', default) or the median\n"
-"           (method=='m') over each dimension.\n"
+"\n"
+"Arguments:\n"
+" - data: nrows x ncolumns array containing the expression data\n"
+" - mask: nrows x ncolumns array of integers, showing which data are\n"
+"   missing. If mask[i][j]==0, then data[i][j] is missing.\n"
+" - clusterid: array containing the cluster number for each gene or\n"
+"   microarray. The cluster number should be non-negative.\n"
+" - method: specifies whether the centroid is calculated from the\n"
+"   arithmetic mean (method=='a', default) or the median\n"
+"   (method=='m') over each dimension.\n"
+" - transpose: if equal to 0, gene (row) clusters are considered;\n"
+"   if equal to 1, microarray (column) clusters are considered.\n"
 "\n"
 "Return values:\n"
-"cdata    : 2D array containing the cluster centroids. If transpose==0,\n"
-"           then the dimensions of cdata are nclusters x ncolumns. If\n"
-"           transpose==1, then the dimensions of cdata are\n"
-"           nrows x nclusters.\n"
-"cmask    : 2D array of integers describing which elements in cdata,\n"
-"           if any, are missing.\n";
+" - cdata: 2D array containing the cluster centroids. If transpose==0,\n"
+"   then the dimensions of cdata are nclusters x ncolumns. If\n"
+"   transpose==1, then the dimensions of cdata are\n"
+"   nrows x nclusters.\n"
+" - cmask: 2D array of integers describing which elements in cdata,\n"
+"   if any, are missing.\n";
 
 static PyObject*
 py_clustercentroids(PyObject* self, PyObject* args, PyObject* keywords)
@@ -2453,7 +2565,7 @@ py_clustercentroids(PyObject* self, PyObject* args, PyObject* keywords)
     return NULL;
   }
   return Py_BuildValue("NN", PyArray_Return(aCDATA), PyArray_Return(aCMASK));
-} 
+}
 /* end of wrapper for clustercentroids */
 
 /* distancematrix */
@@ -2462,38 +2574,44 @@ static char distancematrix__doc__[] =
 "               dist='e') -> distance matrix as a list of arrays\n"
 "\n"
 "This function returns the distance matrix between gene expression data.\n"
-"data     : nrows x ncolumns array containing the expression data\n"
-"mask     : nrows x ncolumns array of integers, showing which data are\n"
-"           missing. If mask[i][j]==0, then data[i][j] is missing.\n"
-"weight   : the weights to be used when calculating distances.\n"
-"transpose: if equal to 0: the distances between genes (rows) are\n"
-"                          calculated;\n"
-"           if equal to 1, the distances beteeen microarrays (columns)\n"
-"                          are calculated.\n"
-"dist     : specifies the distance function to be used:\n"
-"           dist=='e': Euclidean distance\n"
-"           dist=='b': City Block distance\n"
-"           dist=='c': Pearson correlation\n"
-"           dist=='a': absolute value of the correlation\n"
-"           dist=='u': uncentered correlation\n"
-"           dist=='x': absolute uncentered correlation\n"
-"           dist=='s': Spearman's rank correlation\n"
-"           dist=='k': Kendall's tau\n"
+"\n"
+"Arguments:\n"
+" - data: nrows x ncolumns array containing the expression data\n"
+" - mask: nrows x ncolumns array of integers, showing which data are\n"
+"   missing. If mask[i][j]==0, then data[i][j] is missing.\n"
+" - weight: the weights to be used when calculating distances.\n"
+" - transpose: if equal to 0: the distances between genes (rows) are\n"
+"   calculated;\n"
+"   if equal to 1, the distances beteeen microarrays (columns)\n"
+"   are calculated.\n"
+" - dist: specifies the distance function to be used:\n"
+"\n"
+"   - dist=='e': Euclidean distance\n"
+"   - dist=='b': City Block distance\n"
+"   - dist=='c': Pearson correlation\n"
+"   - dist=='a': absolute value of the correlation\n"
+"   - dist=='u': uncentered correlation\n"
+"   - dist=='x': absolute uncentered correlation\n"
+"   - dist=='s': Spearman's rank correlation\n"
+"   - dist=='k': Kendall's tau\n"
 "\n"
 "Return value:\n"
 "The distance matrix is returned as a list of 1D arrays containing the\n"
 "distance matrix between the gene expression data. The number of columns\n"
 "in each row is equal to the row number. Hence, the first row has zero\n"
-"elements. An example of the return value is\n"
-"matrix = [[],\n"
-"          array([1.]),\n"
-"          array([7., 3.]),\n"
-"          array([4., 2., 6.])]\n"
-"This corresponds to the distance matrix\n"
-" [0., 1., 7., 4.]\n"
-" [1., 0., 3., 2.]\n"
-" [7., 3., 0., 6.]\n"
-" [4., 2., 6., 0.]\n";
+"elements. An example of the return value is::\n"
+"\n"
+"    matrix = [[],\n"
+"              array([1.]),\n"
+"              array([7., 3.]),\n"
+"              array([4., 2., 6.])]\n"
+"\n"
+"This corresponds to the distance matrix::\n"
+"\n"
+"    [0., 1., 7., 4.]\n"
+"    [1., 0., 3., 2.]\n"
+"    [7., 3., 0., 6.]\n"
+"    [4., 2., 6., 0.]\n";
 
 static PyObject*
 py_distancematrix(PyObject* self, PyObject* args, PyObject* keywords)
@@ -2511,7 +2629,7 @@ py_distancematrix(PyObject* self, PyObject* args, PyObject* keywords)
   char DIST = 'e';
   double** distances = NULL;
   int nrows, ncolumns, nelements, ndata;
- 
+
   /* -- Read the input variables ----------------------------------------- */
   static char* kwlist[] = { "data",
                             "mask",
@@ -2548,7 +2666,7 @@ py_distancematrix(PyObject* self, PyObject* args, PyObject* keywords)
     return NULL;
   }
   /* -- Check the weight input ------------------------------------------- */
-  weight = parse_weight(WEIGHT, &aWEIGHT, ndata);
+  weight = parse_vector(WEIGHT, &aWEIGHT, ndata, "weight");
   if (!weight)
   { free_data(aDATA, data);
     free_mask(aMASK, mask, nrows);
@@ -2601,7 +2719,7 @@ py_distancematrix(PyObject* self, PyObject* args, PyObject* keywords)
   /* --------------------------------------------------------------------- */
   free_data(aDATA, data);
   free_mask(aMASK, mask, nrows);
-  free_weight(aWEIGHT, weight);
+  free_vector(aWEIGHT, weight);
   /* --------------------------------------------------------------------- */
   if(result==NULL)
     PyErr_SetString(PyExc_MemoryError, "Could not create distance matrix");
@@ -2616,7 +2734,9 @@ static char pca__doc__[] =
 "\n"
 "This function returns the principal component decomposition of the gene\n"
 "expression data.\n"
-"data     : nrows x ncolumns array containing the expression data\n"
+"\n"
+"Arguments:\n"
+" - data: nrows x ncolumns array containing the expression data\n"
 "\n"
 "Return value:\n"
 "This function returns an array containing the mean of each column, the\n"
@@ -2628,7 +2748,9 @@ static char pca__doc__[] =
 "the smaller of nrows and ncolumns.\n"
 "Adding the column means to the dot product of the coordinates and the\n"
 "principal components,\n"
-">>> columnmean + dot(coordinates, pc)\n"
+"\n"
+"    >>> columnmean + dot(coordinates, pc)\n"
+"\n"
 "recreates the data matrix.\n";
 
 static PyObject*
@@ -2650,7 +2772,7 @@ py_pca(PyObject* self, PyObject* args)
   double* p;
   double* q;
   int i, j;
- 
+
   /* -- Read the input variables ----------------------------------------- */
   if(!PyArg_ParseTuple(args, "O", &DATA)) return NULL;
   /* -- Check the data input array --------------------------------------- */
diff --git a/python/test/test_Cluster.py b/python/test/test_Cluster.py
index fdf986d..6d9a05f 100644
--- a/python/test/test_Cluster.py
+++ b/python/test/test_Cluster.py
@@ -7,78 +7,55 @@ class TestCluster(unittest.TestCase):
 
     module = 'Bio.Cluster'
 
-    def test_median_mean(self):
-        if TestCluster.module=='Bio.Cluster':
-            from Bio.Cluster import mean, median
-        elif TestCluster.module=='Pycluster':
-            from Pycluster import mean, median
-
-        data = numpy.array([ 34.3, 3, 2 ])
-        self.assertAlmostEqual(mean(data), 13.1, places=3)
-        self.assertAlmostEqual(median(data), 3.0, places=3)
-
-        data = [ 5, 10, 15, 20]
-        self.assertAlmostEqual(mean(data), 12.5, places=3)
-        self.assertAlmostEqual(median(data), 12.5, places=3)
-
-        data = [ 1, 2, 3, 5, 7, 11, 13, 17]
-        self.assertAlmostEqual(mean(data), 7.375, places=3)
-        self.assertAlmostEqual(median(data), 6.0, places=3)
-
-        data = [ 100, 19, 3, 1.5, 1.4, 1, 1, 1]
-        self.assertAlmostEqual(mean(data), 15.988, places=3)
-        self.assertAlmostEqual(median(data), 1.45, places=3)
-      
-
     def test_matrix_parse(self):
-        if TestCluster.module=='Bio.Cluster':
+        if TestCluster.module == 'Bio.Cluster':
             from Bio.Cluster import treecluster
-        elif TestCluster.module=='Pycluster':
+        elif TestCluster.module == 'Pycluster':
             from Pycluster import treecluster
 
         # Normal matrix, no errors
-        data1 = numpy.array([[ 1.1, 1.2 ],
-                             [ 1.4, 1.3 ],
-                             [ 1.1, 1.5 ],
-                             [ 2.0, 1.5 ],
-                             [ 1.7, 1.9 ],
-                             [ 1.7, 1.9 ],
-                             [ 5.7, 5.9 ],
-                             [ 5.7, 5.9 ],
-                             [ 3.1, 3.3 ],
-                             [ 5.4, 5.3 ],
-                             [ 5.1, 5.5 ],
-                             [ 5.0, 5.5 ],
-                             [ 5.1, 5.2 ]])
-      
+        data1 = numpy.array([[1.1, 1.2],
+                             [1.4, 1.3],
+                             [1.1, 1.5],
+                             [2.0, 1.5],
+                             [1.7, 1.9],
+                             [1.7, 1.9],
+                             [5.7, 5.9],
+                             [5.7, 5.9],
+                             [3.1, 3.3],
+                             [5.4, 5.3],
+                             [5.1, 5.5],
+                             [5.0, 5.5],
+                             [5.1, 5.2]])
+
         # Another normal matrix, no errors; written as a list
-        data2 =  [[  1.1, 2.2, 3.3, 4.4, 5.5 ], 
-                  [  3.1, 3.2, 1.3, 2.4, 1.5 ], 
-                  [  4.1, 2.2, 0.3, 5.4, 0.5 ], 
-                  [ 12.1, 2.0, 0.0, 5.0, 0.0 ]]
-      
+        data2 = [[ 1.1, 2.2, 3.3, 4.4, 5.5],
+                 [ 3.1, 3.2, 1.3, 2.4, 1.5],
+                 [ 4.1, 2.2, 0.3, 5.4, 0.5],
+                 [12.1, 2.0, 0.0, 5.0, 0.0]]
+
         # Ragged matrix
-        data3 =  [[ 91.1, 92.2, 93.3, 94.4, 95.5], 
-                  [ 93.1, 93.2, 91.3, 92.4 ], 
-                  [ 94.1, 92.2, 90.3 ], 
-                  [ 12.1, 92.0, 90.0, 95.0, 90.0 ]]
-      
+        data3 = [[91.1, 92.2, 93.3, 94.4, 95.5],
+                 [93.1, 93.2, 91.3, 92.4],
+                 [94.1, 92.2, 90.3],
+                 [12.1, 92.0, 90.0, 95.0, 90.0]]
+
         # Matrix with bad cells
-        data4 =  [ [ 7.1, 7.2, 7.3, 7.4, 7.5, ],
-                   [ 7.1, 7.2, 7.3, 7.4, 'snoopy' ], 
-                   [ 7.1, 7.2, 7.3, None, None]] 
+        data4 = [[7.1, 7.2, 7.3, 7.4, 7.5],
+                 [7.1, 7.2, 7.3, 7.4, 'snoopy'],
+                 [7.1, 7.2, 7.3, None, None]]
 
         # Matrix with a bad row
-        data5 =  [ [ 23.1, 23.2, 23.3, 23.4, 23.5], 
-                   None,
-                   [ 23.1, 23.0, 23.0, 23.0, 23.0]]
+        data5 = [[23.1, 23.2, 23.3, 23.4, 23.5],
+                 None,
+                 [23.1, 23.0, 23.0, 23.0, 23.0]]
 
         # Various references that don't point to matrices at all
         data6 = "snoopy"
-        data7 = {'a': [[2.3,1.2],[3.3,5.6]]}
+        data7 = {'a': [[2.3, 1.2], [3.3, 5.6]]}
         data8 = []
         data9 = [None]
-      
+
         try:
             treecluster(data1)
         except:
@@ -89,71 +66,71 @@ class TestCluster(unittest.TestCase):
         except:
             self.fail("treecluster failed to accept matrix data2")
 
-        self.assertRaises(TypeError, lambda : treecluster(data3))
-        self.assertRaises(TypeError, lambda : treecluster(data4))
-        self.assertRaises(TypeError, lambda : treecluster(data5))
-        self.assertRaises(TypeError, lambda : treecluster(data6))
-        self.assertRaises(TypeError, lambda : treecluster(data7))
-        self.assertRaises(TypeError, lambda : treecluster(data8))
-        self.assertRaises(TypeError, lambda : treecluster(data9))
+        self.assertRaises(TypeError, treecluster, data3)
+        self.assertRaises(TypeError, treecluster, data4)
+        self.assertRaises(TypeError, treecluster, data5)
+        self.assertRaises(TypeError, treecluster, data6)
+        self.assertRaises(TypeError, treecluster, data7)
+        self.assertRaises(TypeError, treecluster, data8)
+        self.assertRaises(TypeError, treecluster, data9)
 
     def test_kcluster(self):
-        if TestCluster.module=='Bio.Cluster':
+        if TestCluster.module == 'Bio.Cluster':
             from Bio.Cluster import kcluster
-        elif TestCluster.module=='Pycluster':
+        elif TestCluster.module == 'Pycluster':
             from Pycluster import kcluster
 
         nclusters = 3
         # First data set
-        weight = numpy.array([1,1,1,1,1])
-        data   = numpy.array([[ 1.1, 2.2, 3.3, 4.4, 5.5],
-                              [ 3.1, 3.2, 1.3, 2.4, 1.5], 
-                              [ 4.1, 2.2, 0.3, 5.4, 0.5], 
-                              [12.1, 2.0, 0.0, 5.0, 0.0]]) 
-        mask =  numpy.array([[ 1, 1, 1, 1, 1], 
-                             [ 1, 1, 1, 1, 1], 
-                             [ 1, 1, 1, 1, 1], 
-                             [ 1, 1, 1, 1, 1]], int) 
-      
+        weight = numpy.array([1, 1, 1, 1, 1])
+        data = numpy.array([[ 1.1, 2.2, 3.3, 4.4, 5.5],
+                            [ 3.1, 3.2, 1.3, 2.4, 1.5],
+                            [ 4.1, 2.2, 0.3, 5.4, 0.5],
+                            [12.1, 2.0, 0.0, 5.0, 0.0]])
+        mask = numpy.array([[1, 1, 1, 1, 1],
+                            [1, 1, 1, 1, 1],
+                            [1, 1, 1, 1, 1],
+                            [1, 1, 1, 1, 1]], int)
+
         clusterid, error, nfound = kcluster(data, nclusters=nclusters,
                                             mask=mask, weight=weight,
                                             transpose=0, npass=100,
                                             method='a', dist='e')
         self.assertEqual(len(clusterid), len(data))
 
-        correct = [0,1,1,2]
+        correct = [0, 1, 1, 2]
         mapping = [clusterid[correct.index(i)] for i in range(nclusters)]
         for i in range(len(clusterid)):
             self.assertEqual(clusterid[i], mapping[correct[i]])
-      
+
         # Second data set
-        weight = numpy.array([1,1])
-        data = numpy.array([[ 1.1, 1.2 ],
-                      [ 1.4, 1.3 ],
-                      [ 1.1, 1.5 ],
-                      [ 2.0, 1.5 ],
-                      [ 1.7, 1.9 ],
-                      [ 1.7, 1.9 ],
-                      [ 5.7, 5.9 ],
-                      [ 5.7, 5.9 ],
-                      [ 3.1, 3.3 ],
-                      [ 5.4, 5.3 ],
-                      [ 5.1, 5.5 ],
-                      [ 5.0, 5.5 ],
-                      [ 5.1, 5.2 ]])
-        mask = numpy.array([[ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ]], int)
+        weight = numpy.array([1, 1])
+        data = numpy.array([[1.1, 1.2],
+                            [1.4, 1.3],
+                            [1.1, 1.5],
+                            [2.0, 1.5],
+                            [1.7, 1.9],
+                            [1.7, 1.9],
+                            [5.7, 5.9],
+                            [5.7, 5.9],
+                            [3.1, 3.3],
+                            [5.4, 5.3],
+                            [5.1, 5.5],
+                            [5.0, 5.5],
+                            [5.1, 5.2]])
+        mask = numpy.array([[1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1]], int)
 
         clusterid, error, nfound = kcluster(data, nclusters=3, mask=mask,
                                             weight=weight, transpose=0,
@@ -166,110 +143,109 @@ class TestCluster(unittest.TestCase):
             self.assertEqual(clusterid[i], mapping[correct[i]])
 
     def test_clusterdistance(self):
-        if TestCluster.module=='Bio.Cluster':
+        if TestCluster.module == 'Bio.Cluster':
             from Bio.Cluster import clusterdistance
-        elif TestCluster.module=='Pycluster':
+        elif TestCluster.module == 'Pycluster':
             from Pycluster import clusterdistance
 
         # First data set
-        weight = numpy.array([ 1,1,1,1,1 ])
-        data   = numpy.array([[  1.1, 2.2, 3.3, 4.4, 5.5, ], 
-                              [  3.1, 3.2, 1.3, 2.4, 1.5, ], 
-                              [  4.1, 2.2, 0.3, 5.4, 0.5, ], 
-                              [ 12.1, 2.0, 0.0, 5.0, 0.0, ]])
-        mask   = numpy.array([[ 1, 1, 1, 1, 1], 
-                              [ 1, 1, 1, 1, 1], 
-                              [ 1, 1, 1, 1, 1], 
-                              [ 1, 1, 1, 1, 1]], int)
+        weight = numpy.array([1, 1, 1, 1, 1])
+        data = numpy.array([[ 1.1, 2.2, 3.3, 4.4, 5.5],
+                            [ 3.1, 3.2, 1.3, 2.4, 1.5],
+                            [ 4.1, 2.2, 0.3, 5.4, 0.5],
+                            [12.1, 2.0, 0.0, 5.0, 0.0]])
+        mask = numpy.array([[1, 1, 1, 1, 1],
+                            [1, 1, 1, 1, 1],
+                            [1, 1, 1, 1, 1],
+                            [1, 1, 1, 1, 1]], int)
 
         # Cluster assignments
         c1 = [0]
-        c2 = [1,2]
+        c2 = [1, 2]
         c3 = [3]
 
         distance = clusterdistance(data, mask=mask, weight=weight,
                                    index1=c1, index2=c2, dist='e',
-                                   method='a', transpose=0);
+                                   method='a', transpose=0)
         self.assertAlmostEqual(distance, 6.650, places=3)
         distance = clusterdistance(data, mask=mask, weight=weight,
                                    index1=c1, index2=c3, dist='e',
-                                   method='a', transpose=0);
+                                   method='a', transpose=0)
         self.assertAlmostEqual(distance, 32.508, places=3)
         distance = clusterdistance(data, mask=mask, weight=weight,
                                    index1=c2, index2=c3, dist='e',
-                                   method='a', transpose=0);
+                                   method='a', transpose=0)
         self.assertAlmostEqual(distance, 15.118, places=3)
 
         # Second data set
-        weight =  numpy.array([ 1,1 ])
-        data   =  numpy.array([[ 1.1, 1.2 ],
-                         [ 1.4, 1.3 ],
-                         [ 1.1, 1.5 ],
-                         [ 2.0, 1.5 ],
-                         [ 1.7, 1.9 ],
-                         [ 1.7, 1.9 ],
-                         [ 5.7, 5.9 ],
-                         [ 5.7, 5.9 ],
-                         [ 3.1, 3.3 ],
-                         [ 5.4, 5.3 ],
-                         [ 5.1, 5.5 ],
-                         [ 5.0, 5.5 ],
-                         [ 5.1, 5.2 ]])
-        mask = numpy.array([[ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ]], int)
+        weight = numpy.array([1, 1])
+        data = numpy.array([[1.1, 1.2],
+                            [1.4, 1.3],
+                            [1.1, 1.5],
+                            [2.0, 1.5],
+                            [1.7, 1.9],
+                            [1.7, 1.9],
+                            [5.7, 5.9],
+                            [5.7, 5.9],
+                            [3.1, 3.3],
+                            [5.4, 5.3],
+                            [5.1, 5.5],
+                            [5.0, 5.5],
+                            [5.1, 5.2]])
+        mask = numpy.array([[1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1]], int)
 
         # Cluster assignments
-        c1 = [ 0, 1, 2, 3 ]
-        c2 = [ 4, 5, 6, 7 ]
-        c3 = [ 8 ]
+        c1 = [0, 1, 2, 3]
+        c2 = [4, 5, 6, 7]
+        c3 = [8]
 
         distance = clusterdistance(data, mask=mask, weight=weight,
                                    index1=c1, index2=c2, dist='e',
-                                   method='a', transpose=0);
+                                   method='a', transpose=0)
         self.assertAlmostEqual(distance, 5.833, places=3)
         distance = clusterdistance(data, mask=mask, weight=weight,
                                    index1=c1, index2=c3, dist='e',
-                                   method='a', transpose=0);
+                                   method='a', transpose=0)
         self.assertAlmostEqual(distance, 3.298, places=3)
         distance = clusterdistance(data, mask=mask, weight=weight,
                                    index1=c2, index2=c3, dist='e',
-                                   method='a', transpose=0);
+                                   method='a', transpose=0)
         self.assertAlmostEqual(distance, 0.360, places=3)
 
-
     def test_treecluster(self):
-        if TestCluster.module=='Bio.Cluster':
+        if TestCluster.module == 'Bio.Cluster':
             from Bio.Cluster import treecluster
-        elif TestCluster.module=='Pycluster':
+        elif TestCluster.module == 'Pycluster':
             from Pycluster import treecluster
 
         # First data set
-        weight1 =  [ 1,1,1,1,1 ]
-        data1   =  numpy.array([[  1.1, 2.2, 3.3, 4.4, 5.5], 
-                                [  3.1, 3.2, 1.3, 2.4, 1.5], 
-                                [  4.1, 2.2, 0.3, 5.4, 0.5], 
-                                [ 12.1, 2.0, 0.0, 5.0, 0.0]])
-        mask1 = numpy.array([[ 1, 1, 1, 1, 1], 
-                             [ 1, 1, 1, 1, 1], 
-                             [ 1, 1, 1, 1, 1], 
-                             [ 1, 1, 1, 1, 1]], int)
-      
+        weight1 = [1, 1, 1, 1, 1]
+        data1 = numpy.array([[ 1.1, 2.2, 3.3, 4.4, 5.5],
+                             [ 3.1, 3.2, 1.3, 2.4, 1.5],
+                             [ 4.1, 2.2, 0.3, 5.4, 0.5],
+                             [12.1, 2.0, 0.0, 5.0, 0.0]])
+        mask1 = numpy.array([[1, 1, 1, 1, 1],
+                             [1, 1, 1, 1, 1],
+                             [1, 1, 1, 1, 1],
+                             [1, 1, 1, 1, 1]], int)
+
         # test first data set
         # Pairwise average-linkage clustering"
         tree = treecluster(data=data1, mask=mask1, weight=weight1,
                            transpose=0, method='a', dist='e')
-        self.assertEqual(len(tree), len(data1)-1)
+        self.assertEqual(len(tree), len(data1) - 1)
         self.assertEqual(tree[0].left, 2)
         self.assertEqual(tree[0].right, 1)
         self.assertAlmostEqual(tree[0].distance, 2.600, places=3)
@@ -283,7 +259,7 @@ class TestCluster(unittest.TestCase):
         # Pairwise single-linkage clustering
         tree = treecluster(data=data1, mask=mask1, weight=weight1,
                            transpose=0, method='s', dist='e')
-        self.assertEqual(len(tree), len(data1)-1)
+        self.assertEqual(len(tree), len(data1) - 1)
         self.assertEqual(tree[0].left, 1)
         self.assertEqual(tree[0].right, 2)
         self.assertAlmostEqual(tree[0].distance, 2.600, places=3)
@@ -297,7 +273,7 @@ class TestCluster(unittest.TestCase):
         # Pairwise centroid-linkage clustering
         tree = treecluster(data=data1, mask=mask1, weight=weight1,
                            transpose=0, method='c', dist='e')
-        self.assertEqual(len(tree), len(data1)-1)
+        self.assertEqual(len(tree), len(data1) - 1)
         self.assertEqual(tree[0].left, 1)
         self.assertEqual(tree[0].right, 2)
         self.assertAlmostEqual(tree[0].distance, 2.600, places=3)
@@ -311,7 +287,7 @@ class TestCluster(unittest.TestCase):
         # Pairwise maximum-linkage clustering
         tree = treecluster(data=data1, mask=mask1, weight=weight1,
                            transpose=0, method='m', dist='e')
-        self.assertEqual(len(tree), len(data1)-1)
+        self.assertEqual(len(tree), len(data1) - 1)
         self.assertEqual(tree[0].left, 2)
         self.assertEqual(tree[0].right, 1)
         self.assertAlmostEqual(tree[0].distance, 2.600, places=3)
@@ -321,41 +297,41 @@ class TestCluster(unittest.TestCase):
         self.assertEqual(tree[2].left, 3)
         self.assertEqual(tree[2].right, -2)
         self.assertAlmostEqual(tree[2].distance, 32.508, places=3)
-      
+
         # Second data set
-        weight2 =  [ 1,1 ]
-        data2 = numpy.array([[ 0.8223, 0.9295 ],
-                             [ 1.4365, 1.3223 ],
-                             [ 1.1623, 1.5364 ],
-                             [ 2.1826, 1.1934 ],
-                             [ 1.7763, 1.9352 ],
-                             [ 1.7215, 1.9912 ],
-                             [ 2.1812, 5.9935 ],
-                             [ 5.3290, 5.9452 ],
-                             [ 3.1491, 3.3454 ],
-                             [ 5.1923, 5.3156 ],
-                             [ 4.7735, 5.4012 ],
-                             [ 5.1297, 5.5645 ],
-                             [ 5.3934, 5.1823 ]])
-        mask2 = numpy.array([[ 1, 1 ],
-                             [ 1, 1 ],
-                             [ 1, 1 ],
-                             [ 1, 1 ],
-                             [ 1, 1 ],
-                             [ 1, 1 ],
-                             [ 1, 1 ],
-                             [ 1, 1 ],
-                             [ 1, 1 ],
-                             [ 1, 1 ],
-                             [ 1, 1 ],
-                             [ 1, 1 ],
-                             [ 1, 1 ]], int)
-      
+        weight2 = [1, 1]
+        data2 = numpy.array([[0.8223, 0.9295],
+                             [1.4365, 1.3223],
+                             [1.1623, 1.5364],
+                             [2.1826, 1.1934],
+                             [1.7763, 1.9352],
+                             [1.7215, 1.9912],
+                             [2.1812, 5.9935],
+                             [5.3290, 5.9452],
+                             [3.1491, 3.3454],
+                             [5.1923, 5.3156],
+                             [4.7735, 5.4012],
+                             [5.1297, 5.5645],
+                             [5.3934, 5.1823]])
+        mask2 = numpy.array([[1, 1],
+                             [1, 1],
+                             [1, 1],
+                             [1, 1],
+                             [1, 1],
+                             [1, 1],
+                             [1, 1],
+                             [1, 1],
+                             [1, 1],
+                             [1, 1],
+                             [1, 1],
+                             [1, 1],
+                             [1, 1]], int)
+
         # Test second data set
         # Pairwise average-linkage clustering
         tree = treecluster(data=data2, mask=mask2, weight=weight2,
                            transpose=0, method='a', dist='e')
-        self.assertEqual(len(tree), len(data2)-1)
+        self.assertEqual(len(tree), len(data2) - 1)
         self.assertEqual(tree[0].left, 5)
         self.assertEqual(tree[0].right, 4)
         self.assertAlmostEqual(tree[0].distance, 0.003, places=3)
@@ -392,11 +368,11 @@ class TestCluster(unittest.TestCase):
         self.assertEqual(tree[11].left, -11)
         self.assertEqual(tree[11].right, -10)
         self.assertAlmostEqual(tree[11].distance, 12.741, places=3)
-      
+
         # Pairwise single-linkage clustering
         tree = treecluster(data=data2, mask=mask2, weight=weight2,
                            transpose=0, method='s', dist='e')
-        self.assertEqual(len(tree), len(data2)-1)
+        self.assertEqual(len(tree), len(data2) - 1)
         self.assertEqual(tree[0].left, 4)
         self.assertEqual(tree[0].right, 5)
         self.assertAlmostEqual(tree[0].distance, 0.003, places=3)
@@ -433,11 +409,11 @@ class TestCluster(unittest.TestCase):
         self.assertEqual(tree[11].left, 6)
         self.assertEqual(tree[11].right, -11)
         self.assertAlmostEqual(tree[11].distance, 3.535, places=3)
-      
+
         # Pairwise centroid-linkage clustering
         tree = treecluster(data=data2, mask=mask2, weight=weight2,
                            transpose=0, method='c', dist='e')
-        self.assertEqual(len(tree), len(data2)-1)
+        self.assertEqual(len(tree), len(data2) - 1)
         self.assertEqual(tree[0].left, 4)
         self.assertEqual(tree[0].right, 5)
         self.assertAlmostEqual(tree[0].distance, 0.003, places=3)
@@ -474,11 +450,11 @@ class TestCluster(unittest.TestCase):
         self.assertEqual(tree[11].left, -10)
         self.assertEqual(tree[11].right, -11)
         self.assertAlmostEqual(tree[11].distance, 11.536, places=3)
-      
+
         # Pairwise maximum-linkage clustering
         tree = treecluster(data=data2, mask=mask2, weight=weight2,
                            transpose=0, method='m', dist='e')
-        self.assertEqual(len(tree), len(data2)-1)
+        self.assertEqual(len(tree), len(data2) - 1)
         self.assertEqual(tree[0].left, 5)
         self.assertEqual(tree[0].right, 4)
         self.assertAlmostEqual(tree[0].distance, 0.003, places=3)
@@ -517,21 +493,21 @@ class TestCluster(unittest.TestCase):
         self.assertAlmostEqual(tree[11].distance, 22.734, places=3)
 
     def test_somcluster(self):
-        if TestCluster.module=='Bio.Cluster':
+        if TestCluster.module == 'Bio.Cluster':
             from Bio.Cluster import somcluster
-        elif TestCluster.module=='Pycluster':
+        elif TestCluster.module == 'Pycluster':
             from Pycluster import somcluster
 
         # First data set
-        weight = [ 1,1,1,1,1 ]
-        data = numpy.array([[  1.1, 2.2, 3.3, 4.4, 5.5], 
-                            [  3.1, 3.2, 1.3, 2.4, 1.5], 
-                            [  4.1, 2.2, 0.3, 5.4, 0.5], 
-                            [ 12.1, 2.0, 0.0, 5.0, 0.0]])
-        mask = numpy.array([[ 1, 1, 1, 1, 1], 
-                            [ 1, 1, 1, 1, 1], 
-                            [ 1, 1, 1, 1, 1], 
-                            [ 1, 1, 1, 1, 1]], int)
+        weight = [1, 1, 1, 1, 1]
+        data = numpy.array([[ 1.1, 2.2, 3.3, 4.4, 5.5],
+                            [ 3.1, 3.2, 1.3, 2.4, 1.5],
+                            [ 4.1, 2.2, 0.3, 5.4, 0.5],
+                            [12.1, 2.0, 0.0, 5.0, 0.0]])
+        mask = numpy.array([[1, 1, 1, 1, 1],
+                            [1, 1, 1, 1, 1],
+                            [1, 1, 1, 1, 1],
+                            [1, 1, 1, 1, 1]], int)
 
         clusterid, celldata = somcluster(data=data, mask=mask, weight=weight,
                                          transpose=0, nxgrid=10, nygrid=10,
@@ -540,33 +516,33 @@ class TestCluster(unittest.TestCase):
         self.assertEqual(len(clusterid[0]), 2)
 
         # Second data set
-        weight =  [ 1,1 ]
-        data = numpy.array([[ 1.1, 1.2 ],
-                            [ 1.4, 1.3 ],
-                            [ 1.1, 1.5 ],
-                            [ 2.0, 1.5 ],
-                            [ 1.7, 1.9 ],
-                            [ 1.7, 1.9 ],
-                            [ 5.7, 5.9 ],
-                            [ 5.7, 5.9 ],
-                            [ 3.1, 3.3 ],
-                            [ 5.4, 5.3 ],
-                            [ 5.1, 5.5 ],
-                            [ 5.0, 5.5 ],
-                            [ 5.1, 5.2 ]])
-        mask = numpy.array([[ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ],
-                            [ 1, 1 ]], int)
+        weight = [1, 1]
+        data = numpy.array([[1.1, 1.2],
+                            [1.4, 1.3],
+                            [1.1, 1.5],
+                            [2.0, 1.5],
+                            [1.7, 1.9],
+                            [1.7, 1.9],
+                            [5.7, 5.9],
+                            [5.7, 5.9],
+                            [3.1, 3.3],
+                            [5.4, 5.3],
+                            [5.1, 5.5],
+                            [5.0, 5.5],
+                            [5.1, 5.2]])
+        mask = numpy.array([[1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1],
+                            [1, 1]], int)
 
         clusterid, celldata = somcluster(data=data, mask=mask, weight=weight,
                                          transpose=0, nxgrid=10, nygrid=10,
@@ -575,9 +551,9 @@ class TestCluster(unittest.TestCase):
         self.assertEqual(len(clusterid[0]), 2)
 
     def test_distancematrix_kmedoids(self):
-        if TestCluster.module=='Bio.Cluster':
+        if TestCluster.module == 'Bio.Cluster':
             from Bio.Cluster import distancematrix, kmedoids
-        elif TestCluster.module=='Pycluster':
+        elif TestCluster.module == 'Pycluster':
             from Pycluster import distancematrix, kmedoids
 
         data = numpy.array([[2.2, 3.3, 4.4],
@@ -657,101 +633,101 @@ class TestCluster(unittest.TestCase):
         self.assertAlmostEqual(error, 7.680, places=3)
 
     def test_pca(self):
-        if TestCluster.module=='Bio.Cluster':
+        if TestCluster.module == 'Bio.Cluster':
             from Bio.Cluster import pca
-        elif TestCluster.module=='Pycluster':
+        elif TestCluster.module == 'Pycluster':
             from Pycluster import pca
 
-        data = numpy.array([[ 3.1, 1.2 ],
-                            [ 1.4, 1.3 ],
-                            [ 1.1, 1.5 ],
-                            [ 2.0, 1.5 ],
-                            [ 1.7, 1.9 ],
-                            [ 1.7, 1.9 ],
-                            [ 5.7, 5.9 ],
-                            [ 5.7, 5.9 ],
-                            [ 3.1, 3.3 ],
-                            [ 5.4, 5.3 ],
-                            [ 5.1, 5.5 ],
-                            [ 5.0, 5.5 ],
-                            [ 5.1, 5.2 ],
-                           ])
-
-        mean, coordinates, pc, eigenvalues =  pca(data)
+        data = numpy.array([[3.1, 1.2],
+                            [1.4, 1.3],
+                            [1.1, 1.5],
+                            [2.0, 1.5],
+                            [1.7, 1.9],
+                            [1.7, 1.9],
+                            [5.7, 5.9],
+                            [5.7, 5.9],
+                            [3.1, 3.3],
+                            [5.4, 5.3],
+                            [5.1, 5.5],
+                            [5.0, 5.5],
+                            [5.1, 5.2],
+                            ])
+
+        mean, coordinates, pc, eigenvalues = pca(data)
         self.assertAlmostEqual(mean[0], 3.5461538461538464)
         self.assertAlmostEqual(mean[1], 3.5307692307692311)
-        self.assertAlmostEqual(coordinates[0,0],  2.0323189722653883)
-        self.assertAlmostEqual(coordinates[0,1],  1.2252420399694917)
-        self.assertAlmostEqual(coordinates[1,0],  3.0936985166252251)
-        self.assertAlmostEqual(coordinates[1,1], -0.10647619705157851)
-        self.assertAlmostEqual(coordinates[2,0],  3.1453186907749426)
-        self.assertAlmostEqual(coordinates[2,1], -0.46331699855941139)
-        self.assertAlmostEqual(coordinates[3,0],  2.5440202962223761)
-        self.assertAlmostEqual(coordinates[3,1],  0.20633980959571077)
-        self.assertAlmostEqual(coordinates[4,0],  2.4468278463376221)
-        self.assertAlmostEqual(coordinates[4,1], -0.28412285736824866)
-        self.assertAlmostEqual(coordinates[5,0],  2.4468278463376221)
-        self.assertAlmostEqual(coordinates[5,1], -0.28412285736824866)
-        self.assertAlmostEqual(coordinates[6,0], -3.2018619434743254)
-        self.assertAlmostEqual(coordinates[6,1],  0.019692314198662915)
-        self.assertAlmostEqual(coordinates[7,0], -3.2018619434743254)
-        self.assertAlmostEqual(coordinates[7,1],  0.019692314198662915)
-        self.assertAlmostEqual(coordinates[8,0],  0.46978641990344067)
-        self.assertAlmostEqual(coordinates[8,1], -0.17778754731982949)
-        self.assertAlmostEqual(coordinates[9,0], -2.5549912731867215)
-        self.assertAlmostEqual(coordinates[9,1],  0.19733897451533403)
-        self.assertAlmostEqual(coordinates[10,0], -2.5033710990370044)
-        self.assertAlmostEqual(coordinates[10,1], -0.15950182699250004)
-        self.assertAlmostEqual(coordinates[11,0], -2.4365601663089413)
-        self.assertAlmostEqual(coordinates[11,1], -0.23390813900973562)
-        self.assertAlmostEqual(coordinates[12,0], -2.2801521629852974)
-        self.assertAlmostEqual(coordinates[12,1],  0.0409309711916888)
-        self.assertAlmostEqual(pc[0,0], -0.66810932728062988)
-        self.assertAlmostEqual(pc[0,1], -0.74406312017235743)
-        self.assertAlmostEqual(pc[1,0],  0.74406312017235743)
-        self.assertAlmostEqual(pc[1,1], -0.66810932728062988)
+        self.assertAlmostEqual(coordinates[0, 0],  2.0323189722653883)
+        self.assertAlmostEqual(coordinates[0, 1],  1.2252420399694917)
+        self.assertAlmostEqual(coordinates[1, 0],  3.0936985166252251)
+        self.assertAlmostEqual(coordinates[1, 1], -0.10647619705157851)
+        self.assertAlmostEqual(coordinates[2, 0],  3.1453186907749426)
+        self.assertAlmostEqual(coordinates[2, 1], -0.46331699855941139)
+        self.assertAlmostEqual(coordinates[3, 0],  2.5440202962223761)
+        self.assertAlmostEqual(coordinates[3, 1],  0.20633980959571077)
+        self.assertAlmostEqual(coordinates[4, 0],  2.4468278463376221)
+        self.assertAlmostEqual(coordinates[4, 1], -0.28412285736824866)
+        self.assertAlmostEqual(coordinates[5, 0],  2.4468278463376221)
+        self.assertAlmostEqual(coordinates[5, 1], -0.28412285736824866)
+        self.assertAlmostEqual(coordinates[6, 0], -3.2018619434743254)
+        self.assertAlmostEqual(coordinates[6, 1],  0.019692314198662915)
+        self.assertAlmostEqual(coordinates[7, 0], -3.2018619434743254)
+        self.assertAlmostEqual(coordinates[7, 1],  0.019692314198662915)
+        self.assertAlmostEqual(coordinates[8, 0],  0.46978641990344067)
+        self.assertAlmostEqual(coordinates[8, 1], -0.17778754731982949)
+        self.assertAlmostEqual(coordinates[9, 0], -2.5549912731867215)
+        self.assertAlmostEqual(coordinates[9, 1],  0.19733897451533403)
+        self.assertAlmostEqual(coordinates[10, 0], -2.5033710990370044)
+        self.assertAlmostEqual(coordinates[10, 1], -0.15950182699250004)
+        self.assertAlmostEqual(coordinates[11, 0], -2.4365601663089413)
+        self.assertAlmostEqual(coordinates[11, 1], -0.23390813900973562)
+        self.assertAlmostEqual(coordinates[12, 0], -2.2801521629852974)
+        self.assertAlmostEqual(coordinates[12, 1],  0.0409309711916888)
+        self.assertAlmostEqual(pc[0, 0], -0.66810932728062988)
+        self.assertAlmostEqual(pc[0, 1], -0.74406312017235743)
+        self.assertAlmostEqual(pc[1, 0],  0.74406312017235743)
+        self.assertAlmostEqual(pc[1, 1], -0.66810932728062988)
         self.assertAlmostEqual(eigenvalues[0], 9.3110471246032844)
         self.assertAlmostEqual(eigenvalues[1], 1.4437456297481428)
 
-        data = numpy.array([[ 2.3, 4.5, 1.2, 6.7, 5.3, 7.1],
-                            [ 1.3, 6.5, 2.2, 5.7, 6.2, 9.1],
-                            [ 3.2, 7.2, 3.2, 7.4, 7.3, 8.9],
-                            [ 4.2, 5.2, 9.2, 4.4, 6.3, 7.2]])
-        mean, coordinates, pc, eigenvalues =  pca(data)
+        data = numpy.array([[2.3, 4.5, 1.2, 6.7, 5.3, 7.1],
+                            [1.3, 6.5, 2.2, 5.7, 6.2, 9.1],
+                            [3.2, 7.2, 3.2, 7.4, 7.3, 8.9],
+                            [4.2, 5.2, 9.2, 4.4, 6.3, 7.2]])
+        mean, coordinates, pc, eigenvalues = pca(data)
         self.assertAlmostEqual(mean[0], 2.7500)
         self.assertAlmostEqual(mean[1], 5.8500)
         self.assertAlmostEqual(mean[2], 3.9500)
         self.assertAlmostEqual(mean[3], 6.0500)
         self.assertAlmostEqual(mean[4], 6.2750)
         self.assertAlmostEqual(mean[5], 8.0750)
-        self.assertAlmostEqual(coordinates[0,0],  2.6460846688406905)
-        self.assertAlmostEqual(coordinates[0,1], -2.1421701432732418)
-        self.assertAlmostEqual(coordinates[0,2], -0.56620932754145858)
-        self.assertAlmostEqual(coordinates[0,3],  0.0)
-        self.assertAlmostEqual(coordinates[1,0],  2.0644120899917544)
-        self.assertAlmostEqual(coordinates[1,1],  0.55542108669180323)
-        self.assertAlmostEqual(coordinates[1,2],  1.4818772348457117)
-        self.assertAlmostEqual(coordinates[1,3],  0.0)
-        self.assertAlmostEqual(coordinates[2,0],  1.0686641862092987)
-        self.assertAlmostEqual(coordinates[2,1],  1.9994412069101073)
-        self.assertAlmostEqual(coordinates[2,2], -1.000720598980291)
-        self.assertAlmostEqual(coordinates[2,3],  0.0)
-        self.assertAlmostEqual(coordinates[3,0], -5.77916094504174)
-        self.assertAlmostEqual(coordinates[3,1], -0.41269215032867046)
-        self.assertAlmostEqual(coordinates[3,2],  0.085052691676038017)
-        self.assertAlmostEqual(coordinates[3,3],  0.0)
-        self.assertAlmostEqual(pc[0,0], -0.26379660005997291)
-        self.assertAlmostEqual(pc[0,1],  0.064814972617134495)
-        self.assertAlmostEqual(pc[0,2], -0.91763310094893846)
-        self.assertAlmostEqual(pc[0,3],  0.26145408875373249)
-        self.assertAlmostEqual(pc[1,0],  0.05073770520434398)
-        self.assertAlmostEqual(pc[1,1],  0.68616983388698793)
-        self.assertAlmostEqual(pc[1,2],  0.13819106187213354)
-        self.assertAlmostEqual(pc[1,3],  0.19782544121828985)
-        self.assertAlmostEqual(pc[2,0], -0.63000893660095947)
-        self.assertAlmostEqual(pc[2,1],  0.091155993862151397)
-        self.assertAlmostEqual(pc[2,2],  0.045630391256086845)
-        self.assertAlmostEqual(pc[2,3], -0.67456694780914772)
+        self.assertAlmostEqual(coordinates[0, 0],  2.6460846688406905)
+        self.assertAlmostEqual(coordinates[0, 1], -2.1421701432732418)
+        self.assertAlmostEqual(coordinates[0, 2], -0.56620932754145858)
+        self.assertAlmostEqual(coordinates[0, 3],  0.0)
+        self.assertAlmostEqual(coordinates[1, 0],  2.0644120899917544)
+        self.assertAlmostEqual(coordinates[1, 1],  0.55542108669180323)
+        self.assertAlmostEqual(coordinates[1, 2],  1.4818772348457117)
+        self.assertAlmostEqual(coordinates[1, 3],  0.0)
+        self.assertAlmostEqual(coordinates[2, 0],  1.0686641862092987)
+        self.assertAlmostEqual(coordinates[2, 1],  1.9994412069101073)
+        self.assertAlmostEqual(coordinates[2, 2], -1.000720598980291)
+        self.assertAlmostEqual(coordinates[2, 3],  0.0)
+        self.assertAlmostEqual(coordinates[3, 0], -5.77916094504174)
+        self.assertAlmostEqual(coordinates[3, 1], -0.41269215032867046)
+        self.assertAlmostEqual(coordinates[3, 2],  0.085052691676038017)
+        self.assertAlmostEqual(coordinates[3, 3],  0.0)
+        self.assertAlmostEqual(pc[0, 0], -0.26379660005997291)
+        self.assertAlmostEqual(pc[0, 1],  0.064814972617134495)
+        self.assertAlmostEqual(pc[0, 2], -0.91763310094893846)
+        self.assertAlmostEqual(pc[0, 3],  0.26145408875373249)
+        self.assertAlmostEqual(pc[1, 0],  0.05073770520434398)
+        self.assertAlmostEqual(pc[1, 1],  0.68616983388698793)
+        self.assertAlmostEqual(pc[1, 2],  0.13819106187213354)
+        self.assertAlmostEqual(pc[1, 3],  0.19782544121828985)
+        self.assertAlmostEqual(pc[2, 0], -0.63000893660095947)
+        self.assertAlmostEqual(pc[2, 1],  0.091155993862151397)
+        self.assertAlmostEqual(pc[2, 2],  0.045630391256086845)
+        self.assertAlmostEqual(pc[2, 3], -0.67456694780914772)
         # As the last eigenvalue is zero, the corresponding eigenvector is
         # strongly affected by roundoff error, and is not being tested here.
         # For PCA, this doesn't matter since all data have a zero coefficient
@@ -764,5 +740,5 @@ class TestCluster(unittest.TestCase):
 
 if __name__ == "__main__":
     TestCluster.module = 'Bio.Cluster'
-    runner = unittest.TextTestRunner(verbosity = 2)
+    runner = unittest.TextTestRunner(verbosity=2)
     unittest.main(testRunner=runner)
diff --git a/setup.py b/setup.py
index b7df3a6..8dff053 100755
--- a/setup.py
+++ b/setup.py
@@ -42,11 +42,11 @@ class test_Pycluster(Command):
 
 
 setup(name="Pycluster",
-      version="1.52",
+      version="1.53",
       description="The C Clustering Library",
       author="Michiel de Hoon",
-      author_email="mdehoon 'AT' gsc.riken.jp",
-      url="http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/software.html",
+      author_email="michiel.dehoon 'AT' riken.jp",
+      url="http://bonsai.hgc.jp/~mdehoon/software/software.html",
       license="Python License",
       package_dir = {'Pycluster':'python'},
       packages = ['Pycluster'],
diff --git a/src/Makefile.in b/src/Makefile.in
index afba610..27fcb17 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.12.5 from Makefile.am.
+# Makefile.in generated by automake 1.14 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2012 Free Software Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
 @SET_MAKE@
 
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__make_running_with_option = \
+  case $${target_option-} in \
+      ?) ;; \
+      *) echo "am__make_running_with_option: internal error: invalid" \
+              "target option '$${target_option-}' specified" >&2; \
+         exit 1;; \
+  esac; \
+  has_opt=no; \
+  sane_makeflags=$$MAKEFLAGS; \
+  if $(am__is_gnu_make); then \
+    sane_makeflags=$$MFLAGS; \
+  else \
     case $$MAKEFLAGS in \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
+    esac; \
+  fi; \
+  skip_next=no; \
+  strip_trailopt () \
+  { \
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+  }; \
+  for flg in $$sane_makeflags; do \
+    test $$skip_next = yes && { skip_next=no; continue; }; \
+    case $$flg in \
+      *=*|--*) continue;; \
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
+      -*I?*) strip_trailopt 'I';; \
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
+      -*O?*) strip_trailopt 'O';; \
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
+      -*l?*) strip_trailopt 'l';; \
+      -[dEDm]) skip_next=yes;; \
+      -[JT]) skip_next=yes;; \
+    esac; \
+    case $$flg in \
+      *$$target_option*) has_opt=yes; break;; \
     esac; \
-    test $$am__dry = yes; \
-  }
+  done; \
+  test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
@@ -51,7 +79,7 @@ POST_UNINSTALL = :
 bin_PROGRAMS = cluster$(EXEEXT)
 @MOTIF_TRUE at am__append_1 = gui.h
 subdir = src
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 	$(top_srcdir)/depcomp
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -71,14 +99,34 @@ am_cluster_OBJECTS = main.$(OBJEXT) command.$(OBJEXT) data.$(OBJEXT) \
 cluster_OBJECTS = $(am_cluster_OBJECTS)
 cluster_LDADD = $(LDADD)
 @MOTIF_TRUE at cluster_DEPENDENCIES = ../X11/libgui.a
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles
 am__mv = mv -f
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+AM_V_CC = $(am__v_CC_ at AM_V@)
+am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
+am__v_CC_0 = @echo "  CC      " $@;
+am__v_CC_1 = 
 CCLD = $(CC)
 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
+am__v_CCLD_0 = @echo "  CCLD    " $@;
+am__v_CCLD_1 = 
 SOURCES = $(cluster_SOURCES)
 DIST_SOURCES = $(am__cluster_SOURCES_DIST)
 am__can_run_installinfo = \
@@ -86,11 +134,29 @@ am__can_run_installinfo = \
     n|no|NO) false;; \
     *) (install-info --version) >/dev/null 2>&1;; \
   esac
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
+# Read a list of newline-separated strings from the standard input,
+# and print each of them once, without duplicates.  Input order is
+# *not* preserved.
+am__uniquify_input = $(AWK) '\
+  BEGIN { nonempty = 0; } \
+  { items[$$0] = 1; nonempty = 1; } \
+  END { if (nonempty) { for (i in items) print i; }; } \
+'
+# Make sure the list of sources is unique.  This is necessary because,
+# e.g., the same source file might be shared among _SOURCES variables
+# for different programs/libraries.
+am__define_uniq_tagged_files = \
+  list='$(am__tagged_files)'; \
+  unique=`for i in $$list; do \
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+  done | $(am__uniquify_input)`
 ETAGS = etags
 CTAGS = ctags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@
@@ -228,10 +294,11 @@ install-binPROGRAMS: $(bin_PROGRAMS)
 	fi; \
 	for p in $$list; do echo "$$p $$p"; done | \
 	sed 's/$(EXEEXT)$$//' | \
-	while read p p1; do if test -f $$p; \
-	  then echo "$$p"; echo "$$p"; else :; fi; \
+	while read p p1; do if test -f $$p \
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
 	done | \
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+	sed -e 'p;s,.*/,,;n;h' \
+	    -e 's|.*|.|' \
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 	sed 'N;N;N;s,\n, ,g' | \
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
@@ -252,16 +319,18 @@ uninstall-binPROGRAMS:
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 	files=`for p in $$list; do echo "$$p"; done | \
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
-	      -e 's/$$/$(EXEEXT)/' `; \
+	      -e 's/$$/$(EXEEXT)/' \
+	`; \
 	test -n "$$list" || exit 0; \
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
 clean-binPROGRAMS:
 	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
+
 cluster$(EXEEXT): $(cluster_OBJECTS) $(cluster_DEPENDENCIES) $(EXTRA_cluster_DEPENDENCIES) 
 	@rm -f cluster$(EXEEXT)
-	$(LINK) $(cluster_OBJECTS) $(cluster_LDADD) $(LIBS)
+	$(AM_V_CCLD)$(LINK) $(cluster_OBJECTS) $(cluster_LDADD) $(LIBS)
 
 mostlyclean-compile:
 	-rm -f *.$(OBJEXT)
@@ -275,39 +344,28 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Po at am__quote@
 
 .c.o:
- at am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(COMPILE) -c $<
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
 
 .c.obj:
- at am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
-	mkid -fID $$unique
-tags: TAGS
-
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+
+ID: $(am__tagged_files)
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
+tags: tags-am
+TAGS: tags
+
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 	set x; \
 	here=`pwd`; \
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	$(am__define_uniq_tagged_files); \
 	shift; \
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 	  test -n "$$unique" || unique=$$empty_fix; \
@@ -319,15 +377,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 	      $$unique; \
 	  fi; \
 	fi
-ctags: CTAGS
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+ctags: ctags-am
+
+CTAGS: ctags
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
+	$(am__define_uniq_tagged_files); \
 	test -z "$(CTAGS_ARGS)$$unique" \
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 	     $$unique
@@ -336,9 +390,10 @@ GTAGS:
 	here=`$(am__cd) $(top_builddir) && pwd` \
 	  && $(am__cd) $(top_srcdir) \
 	  && gtags -i $(GTAGS_ARGS) "$$here"
+cscopelist: cscopelist-am
 
-cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS) $(LISP)'; \
+cscopelist-am: $(am__tagged_files)
+	list='$(am__tagged_files)'; \
 	case "$(srcdir)" in \
 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 	  *) sdir=$(subdir)/$(srcdir) ;; \
@@ -492,18 +547,19 @@ uninstall-am: uninstall-binPROGRAMS
 
 .MAKE: install-am install-strip
 
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
-	clean-generic cscopelist ctags distclean distclean-compile \
-	distclean-generic distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-binPROGRAMS \
-	install-data install-data-am install-dvi install-dvi-am \
-	install-exec install-exec-am install-html install-html-am \
-	install-info install-info-am install-man install-pdf \
-	install-pdf-am install-ps install-ps-am install-strip \
-	installcheck installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
-	uninstall-am uninstall-binPROGRAMS
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
+	clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
+	distclean distclean-compile distclean-generic distclean-tags \
+	distdir dvi dvi-am html html-am info info-am install \
+	install-am install-binPROGRAMS install-data install-data-am \
+	install-dvi install-dvi-am install-exec install-exec-am \
+	install-html install-html-am install-info install-info-am \
+	install-man install-pdf install-pdf-am install-ps \
+	install-ps-am install-strip installcheck installcheck-am \
+	installdirs maintainer-clean maintainer-clean-generic \
+	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
+	ps ps-am tags tags-am uninstall uninstall-am \
+	uninstall-binPROGRAMS
 
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/src/cluster.c b/src/cluster.c
index 8598199..cda6519 100644
--- a/src/cluster.c
+++ b/src/cluster.c
@@ -4,8 +4,8 @@
  * This library was written at the Laboratory of DNA Information Analysis,
  * Human Genome Center, Institute of Medical Science, University of Tokyo,
  * 4-6-1 Shirokanedai, Minato-ku, Tokyo 108-8639, Japan.
- * Contact: mdehoon 'AT' gsc.riken.jp
- * 
+ * Contact: michiel.dehoon 'AT' riken.jp
+ *
  * Permission to use, copy, modify, and distribute this software and its
  * documentation with or without modifications and for any purpose and
  * without fee is hereby granted, provided that any copyright notices
@@ -14,7 +14,7 @@
  * names of the contributors or copyright holders not be used in
  * advertising or publicity pertaining to distribution of the software
  * without specific prior permission.
- * 
+ *
  * THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL
  * WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
@@ -23,7 +23,7 @@
  * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
  * OR PERFORMANCE OF THIS SOFTWARE.
- * 
+ *
  */
 
 #include <time.h>
@@ -334,7 +334,7 @@ static int svd(int m, int n, double** u, double w[], double** vt)
  *   A=usv  of a real m by n rectangular matrix, where m is greater
  *   than or equal to n.  Householder bidiagonalization and a variant
  *   of the QR algorithm are used.
- *  
+ *
  *
  *   On input.
  *
@@ -932,7 +932,7 @@ positive integer if the singular value decomposition fails to converge.
 static
 double euclid (int n, double** data1, double** data2, int** mask1, int** mask2,
   const double weight[], int index1, int index2, int transpose)
- 
+
 /*
 Purpose
 =======
@@ -1708,7 +1708,7 @@ Otherwise, the distance between two columns in the matrix is calculated.
 
 /* *********************************************************************  */
 
-static double(*setmetric(char dist)) 
+static double(*setmetric(char dist))
   (int, double**, double**, int**, int**, const double[], int, int, int)
 { switch(dist)
   { case 'e': return &euclid;
@@ -2203,7 +2203,7 @@ calculating the medians.
     }
   }
 }
- 
+
 /* ********************************************************************* */
 
 int getclustercentroids(int nclusters, int nrows, int ncolumns,
@@ -2427,7 +2427,7 @@ kmeans(int nclusters, int nrows, int ncolumns, double** data, int** mask,
         break; /* Identical solution found; break out of this loop */
     }
 
-    if (npass<=1) 
+    if (npass<=1)
     { *error = total;
       break;
     }
@@ -2532,7 +2532,7 @@ kmedians(int nclusters, int nrows, int ncolumns, double** data, int** mask,
         break; /* Identical solution found; break out of this loop */
     }
 
-    if (npass<=1) 
+    if (npass<=1)
     { *error = total;
       break;
     }
@@ -2603,7 +2603,7 @@ of the matrix are clustered.
 
 npass      (input) int
 The number of times clustering is performed. Clustering is performed npass
-times, each time starting from a different (random) initial assignment of 
+times, each time starting from a different (random) initial assignment of
 genes to clusters. The clustering solution with the lowest within-cluster sum
 of distances is chosen.
 If npass==0, then the clustering algorithm will be run once, where the initial
@@ -2697,7 +2697,7 @@ number of clusters is larger than the number of elements being clustered,
       return;
     }
   }
-  
+
   if (method=='m')
   { double* cache = malloc(nelements*sizeof(double));
     if(cache)
@@ -3105,7 +3105,7 @@ weights array, the function returns NULL.
 
 /* ******************************************************************** */
 
-void cuttree (int nelements, Node* tree, int nclusters, int clusterid[]) 
+void cuttree (int nelements, Node* tree, int nclusters, int clusterid[])
 
 /*
 Purpose
@@ -3123,7 +3123,7 @@ The number of elements that were clustered.
 
 tree           (input) Node[nelements-1]
 The clustering solution. Each node in the array describes one linking event,
-with tree[i].left and tree[i].right representig the elements that were joined.
+with tree[i].left and tree[i].right representing the elements that were joined.
 The original elements are numbered 0..nelements-1, nodes are numbered
 -1..-(nelements-1).
 
@@ -3131,48 +3131,57 @@ nclusters      (input) int
 The number of clusters to be formed.
 
 clusterid      (output) int[nelements]
-The number of the cluster to which each element was assigned. Space for this
-array should be allocated before calling the cuttree routine. If a memory
-error occured, all elements in clusterid are set to -1.
+The number of the cluster to which each element was assigned. Clusters are
+numbered 0..nclusters-1 in the left-to-right order in which they appear in the
+hierarchical clustering tree. Space for the clusterid array should be allocated
+before calling the cuttree routine. If a memory error occured, all elements in
+clusterid are set to -1.
 
 ========================================================================
 */
-{ int i, j, k;
-  int icluster = 0;
+{ int i = -nelements+1; /* top node */
+  int j;
+  int k = -1;
+  int previous = nelements;
   const int n = nelements-nclusters; /* number of nodes to join */
-  int* nodeid;
-  for (i = nelements-2; i >= n; i--)
-  { k = tree[i].left;
-    if (k>=0)
-    { clusterid[k] = icluster;
-      icluster++;
-    }
-    k = tree[i].right;
-    if (k>=0)
-    { clusterid[k] = icluster;
-      icluster++;
-    }
+  int* parents;
+  if (nclusters==1) {
+      for (i = 0; i < nelements; i++) clusterid[i] = 0;
+      return;
   }
-  nodeid = malloc(n*sizeof(int));
-  if(!nodeid)
+  parents = malloc((nelements-1)*sizeof(int));
+  if (!parents)
   { for (i = 0; i < nelements; i++) clusterid[i] = -1;
     return;
   }
-  for (i = 0; i < n; i++) nodeid[i] = -1;
-  for (i = n-1; i >= 0; i--)
-  { if(nodeid[i]<0) 
-    { j = icluster;
-      nodeid[i] = j;
-      icluster++;
-    }
-    else j = nodeid[i];
-    k = tree[i].left;
-    if (k<0) nodeid[-k-1] = j; else clusterid[k] = j;
-    k = tree[i].right;
-    if (k<0) nodeid[-k-1] = j; else clusterid[k] = j;
+  while (1) {
+      if (i >= 0) {
+          clusterid[i] = k;
+          j = i;
+          i = previous;
+          previous = j;
+      }
+      else {
+          j = -i-1;
+          if (previous == tree[j].left) {
+              previous = i;
+              i = tree[j].right;
+              if (j >= n && (i >= 0 || -i-1 < n)) k++;
+          }
+          else if (previous == tree[j].right) {
+              previous = i;
+              i = parents[j];
+              if (i==nelements) break;
+          }
+          else {
+              parents[j] = previous;
+              previous = i;
+              i = tree[j].left;
+              if (j >= n && (i >= 0 || -i-1 < n)) k++;
+          }
+      }
   }
-  free(nodeid);
-  return;
+  free(parents);
 }
 
 /* ******************************************************************** */
@@ -3269,7 +3278,7 @@ If a memory error occurs, pclcluster returns NULL.
   if(!makedatamask(nelements, ndata, &newdata, &newmask))
   { free(result);
     free(distid);
-    return NULL; 
+    return NULL;
   }
 
   for (i = 0; i < nelements; i++) distid[i] = i;
@@ -3313,7 +3322,7 @@ If a memory error occurs, pclcluster returns NULL.
     free(mask[is]);
     data[is] = data[nnodes-inode];
     mask[is] = mask[nnodes-inode];
-  
+
     /* Fix the distances */
     distid[is] = distid[nnodes-inode];
     for (i = 0; i < is; i++)
@@ -3334,7 +3343,7 @@ If a memory error occurs, pclcluster returns NULL.
   free(data);
   free(mask);
   free(distid);
- 
+
   return result;
 }
 
@@ -3829,12 +3838,119 @@ If a memory error occurs, treecluster returns NULL.
     for (i = 1; i < nelements; i++) free(distmatrix[i]);
     free (distmatrix);
   }
- 
+
   return result;
 }
 
 /* ******************************************************************* */
 
+int sorttree(const int nnodes, Node* tree, const double order[], int indices[])
+/*
+Purpose
+=======
+
+The sorttree routine sorts the items in a hierarchical clustering solution
+based on their order values, while remaining consistent with the hierchical
+clustering solution.
+
+Arguments
+=========
+
+nnodes         (input) int
+The number of nodes in the hierarchical clustering tree.
+
+tree           (input) Node[nnodes]
+The hierarchical clustering tree describing the clustering solution.
+
+order          (input) double[nnodes+1]
+The preferred order of the items.
+
+indices          (output) int*
+The indices of each item after sorting, with item i appearing at indices[i]
+after sorting.
+
+Return value
+============
+
+If no errors occur, sorttree returns 1.
+If a memory error occurs, sorttree returns 0.
+
+========================================================================
+*/
+
+{ int i;
+  int index;
+  int i1, i2;
+  double order1, order2;
+  int counts1, counts2;
+  int* nodecounts = malloc(nnodes*sizeof(int));
+  if (!nodecounts) return 0;
+  if (order) {
+    double* nodeorder = malloc(nnodes*sizeof(double));
+    if (!nodeorder) {
+        free(nodecounts);
+        return 0;
+    }
+    for (i = 0; i < nnodes; i++)
+    { i1 = tree[i].left;
+      i2 = tree[i].right;
+      /* i1 and i2 are the elements that are to be joined */
+      if (i1 < 0)
+      { index = -i1-1;
+        order1 = nodeorder[index];
+        counts1 = nodecounts[index];
+      }
+      else
+      { order1 = order[i1];
+        counts1 = 1;
+      }
+      if (i2 < 0)
+      { index = -i2-1;
+        order2 = nodeorder[index];
+        counts2 = nodecounts[index];
+      }
+      else
+      { order2 = order[i2];
+        counts2 = 1;
+      }
+      if (order1 > order2) {
+        tree[i].left = i2;
+        tree[i].right = i1;
+      }
+      nodecounts[i] = counts1 + counts2;
+      nodeorder[i] = (counts1*order1 + counts2*order2) / (counts1 + counts2);
+    }
+    free(nodeorder);
+  }
+  else
+  { for (i = 0; i < nnodes; i++)
+    { i1 = tree[i].left;
+      i2 = tree[i].right;
+      /* i1 and i2 are the elements that are to be joined */
+      counts1 = (i1 < 0) ? nodecounts[-i1-1] : 1;
+      counts2 = (i2 < 0) ? nodecounts[-i2-1] : 1;
+      nodecounts[i] = counts1 + counts2;
+    }
+  }
+  i--;
+  nodecounts[i] = 0;
+  for ( ; i >= 0; i--)
+  { i1 = tree[i].left;
+    i2 = tree[i].right;
+    counts1 = (i1<0) ? nodecounts[-i1-1] : 1;
+    index = nodecounts[i];
+    if (i1 >= 0) indices[index] = i1;
+    else nodecounts[-i1-1] = index;
+    index += counts1;
+    if (i2 >= 0) indices[index] = i2;
+    else nodecounts[-i2-1] = index;
+  }
+  free(nodecounts);
+  return 1;
+}
+
+/* ******************************************************************* */
+
 static
 void somworker (int nrows, int ncolumns, double** data, int** mask,
   const double weights[], int transpose, int nxgrid, int nygrid,
@@ -4235,7 +4351,7 @@ somcluster.
 double clusterdistance (int nrows, int ncolumns, double** data,
   int** mask, double weight[], int n1, int n2, int index1[], int index2[],
   char dist, char method, int transpose)
-              
+
 /*
 Purpose
 =======
diff --git a/src/cluster.h b/src/cluster.h
index 323326b..e96c6c1 100644
--- a/src/cluster.h
+++ b/src/cluster.h
@@ -5,8 +5,8 @@
  * This library was written at the Laboratory of DNA Information Analysis,
  * Human Genome Center, Institute of Medical Science, University of Tokyo,
  * 4-6-1 Shirokanedai, Minato-ku, Tokyo 108-8639, Japan.
- * Contact: mdehoon 'AT' gsc.riken.jp
- * 
+ * Contact: michiel.dehoon 'AT' riken.jp
+ *
  * Permission to use, copy, modify, and distribute this software and its
  * documentation with or without modifications and for any purpose and
  * without fee is hereby granted, provided that any copyright notices
@@ -15,7 +15,7 @@
  * names of the contributors or copyright holders not be used in
  * advertising or publicity pertaining to distribution of the software
  * without specific prior permission.
- * 
+ *
  * THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL
  * WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
@@ -24,7 +24,7 @@
  * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
  * OR PERFORMANCE OF THIS SOFTWARE.
- * 
+ *
  */
 
 #ifndef min
@@ -38,7 +38,7 @@
 #  include <windows.h>
 #endif
 
-#define CLUSTERVERSION "1.52a"
+#define CLUSTERVERSION "1.53"
 
 /* Chapter 2 */
 double clusterdistance (int nrows, int ncolumns, double** data, int** mask,
@@ -73,6 +73,7 @@ typedef struct {int left; int right; double distance;} Node;
 
 Node* treecluster (int nrows, int ncolumns, double** data, int** mask,
   double weight[], int transpose, char dist, char method, double** distmatrix);
+int sorttree(const int nnodes, Node* tree, const double order[], int indices[]);
 void cuttree (int nelements, Node* tree, int nclusters, int clusterid[]);
 
 /* Chapter 5 */
diff --git a/src/command.c b/src/command.c
index 6127c89..4588049 100644
--- a/src/command.c
+++ b/src/command.c
@@ -37,9 +37,9 @@ result.
 
 /*
 This program was modified by Michiel de Hoon of the University of Tokyo,
-Human Genome Center (mdehoon 'AT' gsc.riken.jp). The core numerical routines are
-now located in the C Clustering Library. This file implements a command-line
-interface to the clustering routines in the C Clustering Library.
+Human Genome Center (michiel.dehoon 'AT' riken.jp). The core numerical
+routines are now located in the C Clustering Library. This file implements a
+command-line interface to the clustering routines in the C Clustering Library.
 MdH 2003.07.17.
 */
 
@@ -171,10 +171,10 @@ static void display_version(void)
 "Copyright 1998-99 Stanford University.\n");
   printf ("\n"
 "The command line version of Cluster version 3.0 was created by Michiel de Hoon\n"
-"(mdehoon 'AT' gsc.riken.jp), together with Seiya Imoto and Satoru Miyano,\n"
+"(michiel.dehoon 'AT' riken.jp), together with Seiya Imoto and Satoru Miyano,\n"
 "University of Tokyo, Institute of Medical Science, Human Genome Center.\n"
 "\n"
-"Visit our website at http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster\n"
+"Visit our website at http://bonsai.hgc.jp/~mdehoon/software/cluster\n"
 "for GUI-versions of Cluster 3.0 for Windows, Mac OS X, Unix, and Linux,\n"
 "as well as Python and Perl interfaces to the C Clustering Library.\n"
 "\n");
@@ -226,7 +226,12 @@ Hierarchical(char genemetric, char arraymetric, char method, char* jobname)
 { int ok;
   FILE* outputfile;
   const int n = strlen(jobname) + strlen(".ext") + 1;
-  char* const filename = malloc(n*sizeof(char));
+  char* filename;
+  if (!genemetric && !arraymetric)
+  { printf("ERROR: No clustering requested\n");
+    return;
+  }
+  filename = malloc(n*sizeof(char));
   if (!filename)
   { printf("ERROR: Failed to allocate memory for file name\n");
     return;
@@ -294,6 +299,10 @@ static void KMeans(char genemetric, char arraymetric, int k, int r,
 { FILE* outputfile;
   char* filename;
   int n = 1 + strlen(jobname) + strlen("_K") + strlen(".ext");
+  if (!genemetric && !arraymetric)
+  { printf("ERROR: No clustering requested\n");
+    return;
+  }
   if (genemetric && Rows < k)
   { printf("ERROR: More clusters than genes available\n");
     return;
diff --git a/src/command.h b/src/command.h
index a7a25dd..c068a53 100644
--- a/src/command.h
+++ b/src/command.h
@@ -4,7 +4,7 @@
  * This library was written at the Laboratory of DNA Information Analysis,
  * Human Genome Center, Institute of Medical Science, University of Tokyo,
  * 4-6-1 Shirokanedai, Minato-ku, Tokyo 108-8639, Japan.
- * Contact: mdehoon 'AT' gsc.riken.jp
+ * Contact: michiel.dehoon 'AT' riken.jp
  * 
  * Permission to use, copy, modify, and distribute this software and its
  * documentation with or without modifications and for any purpose and
diff --git a/src/data.c b/src/data.c
index 252db84..6ac6703 100644
--- a/src/data.c
+++ b/src/data.c
@@ -4,7 +4,7 @@
  * This library was written at the Laboratory of DNA Information Analysis,
  * Human Genome Center, Institute of Medical Science, University of Tokyo,
  * 4-6-1 Shirokanedai, Minato-ku, Tokyo 108-8639, Japan.
- * Contact: mdehoon 'AT' gsc.riken.jp
+ * Contact: michiel.dehoon 'AT' riken.jp
  * 
  * Permission to use, copy, modify, and distribute this software and its
  * documentation with or without modifications and for any purpose and
@@ -31,7 +31,7 @@
  * located in windows/gui.c (Microsoft Windows), in mac/Controller.m (Mac OS X),
  * and in x11/gui.c (X11 using Motif).
  * 
- * Michiel de Hoon, (mdehoon 'AT' gsc.riken.jp).
+ * Michiel de Hoon, (michiel.dehoon 'AT' riken.jp).
  * University of Tokyo, Human Genome Center.
  * 2003.01.10.
 */
@@ -188,62 +188,6 @@ static int SetClusterIndex(char which, int k, int* clusterid)
 }
 
 static int
-TreeSort(const char which, const int nNodes, const double* order,
-  const double* nodeorder, const int* nodecounts, Node* tree)
-{ const int nElements = nNodes + 1;
-  int i;
-  double* neworder = calloc(nElements, sizeof(double)); /* initialized to 0.0 */
-  int* clusterids = malloc(nElements*sizeof(int));
-  if (!neworder || !clusterids)
-  { if (neworder) free(neworder);
-    if (clusterids) free(clusterids);
-    return 0;
-  }
-  for (i = 0; i < nElements; i++) clusterids[i] = i;
-  for (i = 0; i < nNodes; i++)
-  { const int i1 = tree[i].left;
-    const int i2 = tree[i].right;
-    const double order1 = (i1<0) ? nodeorder[-i1-1] : order[i1];
-    const double order2 = (i2<0) ? nodeorder[-i2-1] : order[i2];
-    const int count1 = (i1<0) ? nodecounts[-i1-1] : 1;
-    const int count2 = (i2<0) ? nodecounts[-i2-1] : 1;
-    /* If order1 and order2 are equal, their order is determined by 
-     * the order in which they were clustered */
-    if (i1<i2)
-    { const double increase = (order1<order2) ? count1 : count2;
-      int j;
-      for (j = 0; j < nElements; j++)
-      { const int clusterid = clusterids[j];
-        if (clusterid==i1 && order1>=order2) neworder[j] += increase;
-        if (clusterid==i2 && order1<order2) neworder[j] += increase;
-        if (clusterid==i1 || clusterid==i2) clusterids[j] = -i-1;
-      }
-    }
-    else
-    { const double increase = (order1<=order2) ? count1 : count2;
-      int j;
-      for (j = 0; j < nElements; j++)
-      { const int clusterid = clusterids[j];
-        if (clusterid==i1 && order1>order2) neworder[j] += increase;
-        if (clusterid==i2 && order1<=order2) neworder[j] += increase;
-        if (clusterid==i1 || clusterid==i2) clusterids[j] = -i-1;
-      }
-    }
-  }
-  free(clusterids);
-  if (which=='g')
-  { for (i=0; i<_rows; i++) _geneindex[i] = i;
-    sort(_rows, neworder, _geneindex);
-  }
-  if (which=='a')
-  { for (i=0; i<_columns; i++) _arrayindex[i] = i;
-    sort(_columns, neworder, _arrayindex);
-  }
-  free(neworder);
-  return 1;
-}
-
-static int
 PerformGeneSOM(FILE* file, int XDim, int YDim, int iterations, double tau,
                char metric)
 { int i = 0;
@@ -1120,20 +1064,17 @@ int HierarchicalCluster(FILE* file, char metric, int transpose, char method)
 { int i;
   int ok = 0;
   const int nNodes = (transpose ? _columns : _rows) - 1;
+  int* index = (transpose==0) ? _geneindex : _arrayindex;
   const double* order = (transpose==0) ? _geneorder : _arrayorder;
   double* weight = (transpose==0) ? _arrayweight : _geneweight;
   const char* keyword = (transpose==0) ? "GENE" : "ARRY";
  
-  double* nodeorder = malloc(nNodes*sizeof(double));
-  int* nodecounts = malloc(nNodes*sizeof(int));
   char** nodeID = calloc(nNodes, sizeof(char*));
   /* Perform hierarchical clustering. */
   Node* tree = treecluster(_rows, _columns, _data, _mask, weight, transpose,
                            metric, method, NULL);
-  if (!tree || !nodeorder || !nodecounts || !nodeID)
+  if (!tree || !nodeID)
   { if (tree) free(tree);
-    if (nodeorder) free(nodeorder);
-    if (nodecounts) free(nodecounts);
     if (nodeID) free(nodeID);
     return 0;
   }
@@ -1151,38 +1092,24 @@ int HierarchicalCluster(FILE* file, char metric, int transpose, char method)
   { int min1 = tree[i].left;
     int min2 = tree[i].right;
     /* min1 and min2 are the elements that are to be joined */
-    double order1;
-    double order2;
-    int counts1;
-    int counts2;
     char* ID1;
     char* ID2;
     nodeID[i] = MakeID("NODE",i+1);
     if (!nodeID[i]) break;
     if (min1 < 0)
     { int index1 = -min1-1;
-      order1 = nodeorder[index1];
-      counts1 = nodecounts[index1];
       ID1 = nodeID[index1];
       tree[i].distance = max(tree[i].distance, tree[index1].distance);
     }
     else
-    { order1 = order[min1];
-      counts1 = 1;
       ID1 = MakeID(keyword, min1);
-    }
     if (min2 < 0)
     { int index2 = -min2-1;
-      order2 = nodeorder[index2];
-      counts2 = nodecounts[index2];
       ID2 = nodeID[index2];
       tree[i].distance = max(tree[i].distance, tree[index2].distance);
     }
     else
-    { order2 = order[min2];
-      counts2 = 1;
       ID2 = MakeID(keyword, min2);
-    }
  
     if (ID1 && ID2)
     { fprintf(file, "%s\t%s\t%s\t", nodeID[i], ID1, ID2);
@@ -1191,18 +1118,11 @@ int HierarchicalCluster(FILE* file, char metric, int transpose, char method)
     if (ID1 && min1>=0) free(ID1);
     if (ID2 && min2>=0) free(ID2);
     if (!ID1 || !ID2) break;
-
-    nodecounts[i] = counts1 + counts2;
-    nodeorder[i] = (counts1*order1 + counts2*order2) / (counts1 + counts2);
   }
 
+  /* Now set up order based on the tree structure */
   if (i==nNodes) /* Otherwise we encountered the break */
-  { /* Now set up order based on the tree structure */
-    const char which = (transpose==0) ? 'g' : 'a';
-    ok = TreeSort(which, nNodes, order, nodeorder, nodecounts, tree);
-  }
-  free(nodecounts);
-  free(nodeorder);
+    ok = sorttree(nNodes, tree, order, index);
   for (i = 0; i < nNodes; i++) if (nodeID[i]) free(nodeID[i]);
   free(nodeID);
   free(tree);
diff --git a/src/data.h b/src/data.h
index e02ecdb..2a3e280 100644
--- a/src/data.h
+++ b/src/data.h
@@ -4,7 +4,7 @@
  * This library was written at the Laboratory of DNA Information Analysis,
  * Human Genome Center, Institute of Medical Science, University of Tokyo,
  * 4-6-1 Shirokanedai, Minato-ku, Tokyo 108-8639, Japan.
- * Contact: mdehoon 'AT' gsc.riken.jp
+ * Contact: michiel.dehoon 'AT' riken.jp
  * 
  * Permission to use, copy, modify, and distribute this software and its
  * documentation with or without modifications and for any purpose and
diff --git a/src/gui.h b/src/gui.h
index 98f55d5..22da4e3 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -4,7 +4,7 @@
  * This library was written at the Laboratory of DNA Information Analysis,
  * Human Genome Center, Institute of Medical Science, University of Tokyo,
  * 4-6-1 Shirokanedai, Minato-ku, Tokyo 108-8639, Japan.
- * Contact: mdehoon 'AT' gsc.riken.jp
+ * Contact: michiel.dehoon 'AT' riken.jp
  * 
  * Permission to use, copy, modify, and distribute this software and its
  * documentation with or without modifications and for any purpose and
diff --git a/src/main.c b/src/main.c
index 3f8d601..b918d74 100644
--- a/src/main.c
+++ b/src/main.c
@@ -4,7 +4,7 @@
  * This library was written at the Laboratory of DNA Information Analysis,
  * Human Genome Center, Institute of Medical Science, University of Tokyo,
  * 4-6-1 Shirokanedai, Minato-ku, Tokyo 108-8639, Japan.
- * Contact: mdehoon 'AT' gsc.riken.jp
+ * Contact: michiel.dehoon 'AT' riken.jp
  * 
  * Permission to use, copy, modify, and distribute this software and its
  * documentation with or without modifications and for any purpose and
diff --git a/windows/Makefile b/windows/Makefile
index 762eef4..263baba 100644
--- a/windows/Makefile
+++ b/windows/Makefile
@@ -66,7 +66,7 @@ $(HTMLDIR)/index.html: $(DOCDIR)/cluster3.texinfo
 cluster.chm: cluster.hhp $(HTMLDIR)/index.html
 	mv cluster.hhp $(HTMLDIR)
 	cd $(HTMLDIR)
-	-hhc $(HTMLDIR)/cluster.hhp
+	hhc $(HTMLDIR)/cluster.hhp
 	mv $(HTMLDIR)/cluster.chm $(HTMLDIR)/cluster.hhp ../windows
 	rm $(HTMLDIR)/toc.hhc
 	cd ../windows
diff --git a/windows/cluster.iss b/windows/cluster.iss
index 024b52d..31c3d35 100644
--- a/windows/cluster.iss
+++ b/windows/cluster.iss
@@ -11,7 +11,7 @@ DefaultDirName={pf}\Stanford University\
 DefaultGroupName=Cluster
 UninstallDisplayIcon=
 AppPublisher=Michiel de Hoon, University of Tokyo
-AppPublisherURL=http://bonsai.ims.u-tokyo.ac.jp/~mdehoon
+AppPublisherURL=http://bonsai.hgc.jp/~mdehoon
 AppVersion=3.0
 OutputDir=.
 ; uncomment the following line if you want your installation to run on NT 3.51 too.
diff --git a/windows/gui.c b/windows/gui.c
index 59d3cdd..315a444 100644
--- a/windows/gui.c
+++ b/windows/gui.c
@@ -37,11 +37,11 @@ result.
 
 /*
 This program was modified by Michiel de Hoon of the University of Tokyo,
-Human Genome Center (currently at the RIKEN Genomic Sciences Center;
-mdehoon 'AT' gsc.riken.jp). The core numerical routines are now located in the
-C clustering library; this program mainly constains gui-related routines.
-Instead of the Borland C++ Builder, the GNU C compiler under Cygwin/MinGW
-was used.
+Human Genome Center (currently at the RIKEN Center for Life Science
+Technologies; michiel.dehoon 'AT' riken.jp). The core numerical routines are
+now located in the C clustering library; this program mainly constains
+gui-related routines. Instead of the Borland C++ Builder, the GNU C compiler
+under Cygwin/MinGW was used.
 MdH 2002.06.13.
 */
 
@@ -881,6 +881,9 @@ KmeansDialogProc(HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam)
             int kArrays = 0;
             int ok;
       
+            int iFoundGenes;
+            int iFoundArrays;
+
             if (!hGeneMetric || !hArrayMetric)
             { MessageBox(NULL,
                          TEXT("Program initialization failed"),
@@ -915,7 +918,6 @@ KmeansDialogProc(HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam)
               char dist;
               int* NodeMap;
               int nGeneTrials;
-              int ifound;
               ok = 1;
               TCHAR buffer[256];
 
@@ -954,16 +956,10 @@ KmeansDialogProc(HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam)
                                           ID_KMEANS_GENE_RUNS, 
                                           NULL, 
                                           FALSE);
-              ifound = GeneKCluster(kGenes, nGeneTrials, method, dist, NodeMap);
-              if (ifound < 0) ok = 0;
+              iFoundGenes = GeneKCluster(kGenes, nGeneTrials, method, dist, NodeMap);
+              if (iFoundGenes < 0) ok = 0;
               if (ok)
-              { wsprintf(buffer, TEXT("Solution was found %d times"), ifound);
-                SendMessage(hWndMain,
-                            IDM_SETSTATUSBAR,
-                            (WPARAM)buffer,
-                            0);
-
-                wsprintf(filetag, TEXT("_K_G%d.kgg"), kGenes);
+              { wsprintf(filetag, TEXT("_K_G%d.kgg"), kGenes);
                 outputfile = _tfopen(filename, TEXT("wt"));
                 if (!outputfile)
                 { MessageBox(NULL,
@@ -993,7 +989,6 @@ KmeansDialogProc(HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam)
               char dist;
               int nArrayTrials;
               int* NodeMap;
-              int ifound;
               ok = 1;
               TCHAR buffer[256];
 
@@ -1030,16 +1025,14 @@ KmeansDialogProc(HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam)
                             0);
                 return TRUE;
               }
-              ifound = ArrayKCluster(kArrays,
-                                     nArrayTrials,
-                                     method,
-                                     dist,
-                                     NodeMap);
-              if (ifound < 0) ok = 0;
+              iFoundArrays = ArrayKCluster(kArrays,
+                                           nArrayTrials,
+                                           method,
+                                           dist,
+                                           NodeMap);
+              if (iFoundArrays < 0) ok = 0;
               if (ok)
-              { wsprintf(buffer, TEXT("Solution was found %d times"), ifound);
-                SendMessage(hWndMain, IDM_SETSTATUSBAR, (WPARAM)buffer, 0);
-                wsprintf(filetag, TEXT("_K_A%d.kag"), kArrays);
+              { wsprintf(filetag, TEXT("_K_A%d.kag"), kArrays);
                 outputfile = _tfopen(filename, TEXT("wt"));
                 if (!outputfile)
                 { MessageBox(NULL,
@@ -1083,10 +1076,17 @@ KmeansDialogProc(HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam)
             ok = Save(outputfile, 0, 0);
             fclose(outputfile);
             if (ok)
+            { if (ClusterGenes && ClusterArrays)
+                wsprintf(buffer, TEXT("Finished; solution for genes was found %d times, for arrays %d times"), iFoundGenes, iFoundArrays);
+              else if (ClusterGenes)
+                wsprintf(buffer, TEXT("Finished; solution was found %d times"), iFoundGenes);
+              else if (ClusterArrays)
+                wsprintf(buffer, TEXT("Finished; solution was found %d times"), iFoundArrays);
               SendMessage(hWndMain,
                           IDM_SETSTATUSBAR,
-                          (WPARAM)TEXT("Done clustering"),
+                          (WPARAM)buffer,
                           0);
+            }
             else
             { MessageBox(NULL,
                          TEXT("Insufficient memory"),
@@ -1818,7 +1818,7 @@ MainDialogProc(HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam)
         { /* Open Cluster Manual in Browser Window */
           ShellExecute(hWnd,
                        TEXT("open"),
-TEXT("http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/manual"),
+TEXT("http://bonsai.hgc.jp/~mdehoon/software/cluster/manual"),
                        NULL,
                        NULL,
                        SW_SHOWNORMAL);
diff --git a/windows/main.c b/windows/main.c
index fe5aba3..cbed12a 100644
--- a/windows/main.c
+++ b/windows/main.c
@@ -4,7 +4,7 @@
  * This library was written at the Laboratory of DNA Information Analysis,
  * Human Genome Center, Institute of Medical Science, University of Tokyo,
  * 4-6-1 Shirokanedai, Minato-ku, Tokyo 108-8639, Japan.
- * Contact: mdehoon 'AT' gsc.riken.jp
+ * Contact: michiel.dehoon 'AT' riken.jp
  * 
  * Permission to use, copy, modify, and distribute this software and its
  * documentation with or without modifications and for any purpose and
diff --git a/windows/resources.rc b/windows/resources.rc
index b88b9b9..fd88a3f 100644
--- a/windows/resources.rc
+++ b/windows/resources.rc
@@ -28,7 +28,7 @@ ID_ABOUT DIALOGEX 0, 0, 200, 130
 STYLE DS_MODALFRAME | WS_SYSMENU | WS_POPUP | WS_CAPTION
 FONT 8, "MS Sans Serif"
 CAPTION "About Cluster"
-{ LTEXT "Cluster 3.0\nusing the C Clustering Library version " CLUSTERVERSION "\n\nCluster was originally written by Michael Eisen\n(eisen 'AT' rana.lbl.gov)\nCopyright 1998-99 Stanford University\n\nCluster version 3.0 was created by Michiel de Hoon\n(mdehoon 'AT' gsc.riken.jp),\ntogether with Seiya Imoto and Satoru Miyano.\n\nUniversity of Tokyo, Human Genome Center\nJune 2002", -1, 20, 10, 200, 120
+{ LTEXT "Cluster 3.0\nusing the C Clustering Library version " CLUSTERVERSION "\n\nCluster was originally written by Michael Eisen\n(eisen 'AT' rana.lbl.gov)\nCopyright 1998-99 Stanford University\n\nCluster version 3.0 was created by Michiel de Hoon\n(michiel.dehoon 'AT' riken.jp),\ntogether with Seiya Imoto and Satoru Miyano.\n\nUniversity of Tokyo, Human Genome Center\nJune 2002", -1, 20, 10, 200, 120
 }
 
 ID_FILEFORMAT DIALOGEX 0, 0, 325, 341

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cluster3.git



More information about the debian-med-commit mailing list